mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
fixes on scroll
revert invert ing logo invert conf logo white space none small powered by color fix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
padding-top: 1em;
|
||||
}
|
||||
.navbar-2nd-logo p {
|
||||
color: #fff;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-size: .5em;
|
||||
text-align: right;
|
||||
line-height: 120%;
|
||||
@@ -27,8 +27,17 @@
|
||||
padding-left: 12px;
|
||||
}
|
||||
.navbar-fixed-top .navbar-2nd-logo p {
|
||||
color: #000;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.navbar-fixed-top .navbar-brand {
|
||||
white-space: nowrap;
|
||||
margin-left: -30px;
|
||||
}
|
||||
|
||||
.navbar-fixed-top .navbar-brand img {
|
||||
filter: invert(100%);
|
||||
}
|
||||
.navbar-fixed-top .navbar-2nd-logo img {
|
||||
filter: invert(100%);
|
||||
/* filter: invert(100%); */
|
||||
}
|
||||
@@ -68,11 +68,11 @@
|
||||
<li><a href="#" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||||
<li><a href="coc.html" class="external"><span>CoC </span></a></li>
|
||||
<li><a class="external" href="https://twitter.com/simplewebconf" target="_blank"><i class="icon-twitter"></i></a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navbar-2nd-logo col-md-2 hidden-xs">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
<p>powered<br> by</p>
|
||||
<p>powered by</p>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user