mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
7180e50106
commit
f6a339c857
2 changed files with 19 additions and 5 deletions
|
|
@ -161,6 +161,7 @@ width: 100%;
|
|||
border-radius: 8px;
|
||||
margin-top: 12px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.header_mobile_nav a {
|
||||
|
|
@ -171,6 +172,19 @@ width: 100%;
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
.color_first {
|
||||
background-color: #dfdfdf;
|
||||
}
|
||||
|
||||
.color_second {
|
||||
background-color: #f3f3f5;
|
||||
}
|
||||
|
||||
.color_active {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
@media (max-width: 805px) {
|
||||
.header {
|
||||
display: none;
|
||||
|
|
|
|||
10
index.html
10
index.html
|
|
@ -54,11 +54,11 @@
|
|||
|
||||
|
||||
<div class="header_mobile_nav">
|
||||
<a href="/" class="">Chaturbate</a>
|
||||
<a href="/bonga/">BongaCams</a>
|
||||
<a href="/strip/">Stripchat</a>
|
||||
<a href="/search.php">Search</a>
|
||||
<a class="header_track trackCount" href="/list.php">1925 rooms</a>
|
||||
<a href="/" class="color_first">Chaturbate</a>
|
||||
<a href="/bonga/" class="color_second">BongaCams</a>
|
||||
<a href="/strip/" class="color_first">Stripchat</a>
|
||||
<a href="/search.php" class="color_second">Search</a>
|
||||
<a class="header_track trackCount color_first" href="/list.php">1925 rooms</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue