This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[am-button] { | |
content: ""; | |
} | |
[am-button~="large"] { | |
content: ""; | |
} | |
[am-button~="large rounded"] { | |
content: ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="tabs-wrap"> | |
<nav id="tabs"> | |
<a href="#" class="tab"> | |
<span>Tab 1</span> | |
</a> | |
<a href="#" class="tab"> | |
<span>Tab 2</span> | |
</a> | |
</nav> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="tabs-wrap"> | |
<nav id="tabs"> | |
<a href="#" class="tab"> | |
<span>Tab 1</span> | |
</a> | |
<a href="#" class="tab"> | |
<span>Tab 2</span> | |
</a> | |
</nav> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav id="tabs"> | |
<div class="tab active"> | |
<span>Tab 1</span> | |
</div> | |
<div class="tab"> | |
<span>Tab 2</span> | |
</div> | |
</nav> | |
<div id="page"> | |
Lorem Ipsum dolor sit amet ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<span class="aui ch_status normal pro green">Автопилот</span> | |
<div class="aui ch_status mini pro green"></div> | |
<a href="#" class="aui ch_button normal pro">Кнопка</a> | |
<span class="aui ch_status normal pro red">Прямой эфир</span> | |
<div class="aui ch_status mini pro red"></div> | |
<span class="aui ch_status normal pro gray">Оффлайн</span> | |
<div class="aui ch_status mini pro gray"></div> | |
<span class="aui ch_status normal pro orange">Предупреждения</span> | |
<div class="aui ch_status mini pro orange"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<span class="aui ch_status normal pro green">Автопилот</span> | |
<div class="aui ch_status mini pro green"></div> | |
<a href="#" class="aui ch_button normal pro">Кнопка</a> | |
<span class="aui ch_status normal pro red">Прямой эфир</span> | |
<div class="aui ch_status mini pro red"></div> | |
<span class="aui ch_status normal pro gray">Оффлайн</span> | |
<div class="aui ch_status mini pro gray"></div> | |
<span class="aui ch_status normal pro orange">Предупреждения</span> | |
<div class="aui ch_status mini pro orange"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<span class="aui ch_status normal pro green">Автопилот</span> | |
<div class="aui ch_status mini pro green"></div> | |
<span class="aui ch_status normal pro red">Прямой эфир</span> | |
<div class="aui ch_status mini pro red"></div> | |
<span class="aui ch_status normal pro gray">Оффлайн</span> | |
<div class="aui ch_status mini pro gray"></div> | |
<span class="aui ch_status normal pro orange">Предупреждения</span> | |
<div class="aui ch_status mini pro orange"></div> | |
<span class="aui ch_status normal pro">Забанен</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
ErrorDocument 404 404.php | |
RewriteBase / | |
RewriteRule ^xml/(.*)$ $1.xml | |
RewriteRule ^user/([A-Za-z0-9-]+)$ profile.php?username=$1 | |
RewriteRule ^user/([A-Za-z0-9-]+)/posts$ posts.php?username=$1 | |
RewriteRule ^community/([A-Za-z-]+)/([0-9]+)?$ community.php?cat=$1&page=$2 | |
RewriteRule ^community/([0-9]+)?$ community.php?page=$1 | |
RewriteRule ^community/([0-9]+)-[A-Za-z0-9-]+/$ topic.php?tId=$1 | |
RewriteRule ^community/([0-9]+)-[A-Za-z0-9-]+/([0-9]+)$ topic.php?tId=$1&page=$2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta charset="UTF-8"> | |
</head> | |
<body> | |
<div class="wrap"> | |
<header> | |
<div class="logo"></div> | |
<ul class="nav"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>LockLegion v8 look and feel prototype v1</title> | |
<link rel="stylesheet" href="assets/styles/styles.css"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | |
</head> | |
<body> | |
<div class="wrap"> |