MediaWiki: Common.css
Brought to you by The Holiest Rogers
m |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
background-size: 115px; | background-size: 115px; | ||
} | } | ||
− | .navbar-brand, .navbar-nav>li>a { | + | .navbar-brand, .navbar-nav>li>a, { |
text-shadow: 4px 2px 10px rgba(255,255,255,.05); | text-shadow: 4px 2px 10px rgba(255,255,255,.05); | ||
} | } | ||
Line 45: | Line 45: | ||
border: none; | border: none; | ||
} | } | ||
− | .navbar-default .navbar-nav>li>a { | + | .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { |
color: #ccc; | color: #ccc; | ||
+ | background: none; | ||
} | } | ||
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { | .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { | ||
Line 100: | Line 101: | ||
padding: 0px 15px 20px; | padding: 0px 15px 20px; | ||
border-color: #FBB040; | border-color: #FBB040; | ||
− | font-size: 1. | + | font-size: 1.10em; |
} | } | ||
ul#footer-info { | ul#footer-info { | ||
display: block; | display: block; | ||
} | } | ||
− | + | ul#footer-icons #footer-rogerlinksico { | |
+ | display: block; | ||
+ | } | ||
a { | a { | ||
color: #FBB040; | color: #FBB040; | ||
Line 118: | Line 121: | ||
/*a:target {padding-top: 190px;}*/ | /*a:target {padding-top: 190px;}*/ | ||
+ | #tweekiTOC #toc li.active > a { | ||
+ | color: #eee; | ||
+ | } | ||
+ | |||
+ | #tweekiTOC #toc li.toclevel-1.active > a { | ||
+ | border-left: 2px solid #FBB040; | ||
+ | } | ||
:target::before { | :target::before { | ||
Line 124: | Line 134: | ||
height: 120px; /* fixed header height*/ | height: 120px; /* fixed header height*/ | ||
margin: -120px 0 0; /* negative fixed header height */ | margin: -120px 0 0; /* negative fixed header height */ | ||
+ | } | ||
+ | |||
+ | ul#footer-info { | ||
+ | display: none; | ||
} | } |
Latest revision as of 13:47, 14 November 2019
/* CSS placed here will be applied to all skins */
body, #footer {
color: #eee;
background: #333;
}
input, textarea {
color: #333;
}
#siteSub {
display:block;
font-weight:800;
font-size:normal;
}
.navbar-brand{
background: url(/resources/assets/roger.png) no-repeat;
height: 115px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 147px;
background-size: 115px;
}
.navbar-brand, .navbar-nav>li>a, {
text-shadow: 4px 2px 10px rgba(255,255,255,.05);
}
.navbar {
min-height: 120px;
}
.with-navbar.with-navbar-fixed {
padding-top: 120px;
}
.sidebar-wrapper {
top: 125px;
}
.navbar-default, #footer {
/*background: -webkit-linear-gradient(top,#ffba58 0,#fa9300 100%);
background: -o-linear-gradient(top,#ffba58 0,#fa9300 100%);
background: -webkit-gradient(linear,left top,left bottom,from(#ffba58),to(#fa9300));
background: linear-gradient(to bottom,#ffba58 0,#fa9300 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba58',endColorstr='#fa9300',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border-color: #fa9300;*/
background: #222;
border: none;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
color: #ccc;
background: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #eee;
background-color: transparent;
}
.btn-primary,
.mw-ui-button,
.mw-ui-button.mw-ui-constructive,
#mw-createaccount-join {
background: linear-gradient(to bottom,#ffba58 0,#fa9300 100%);
border-color: #fa9300;
color: #fff;
}
.btn-primary:focus,
.btn-primary:hover,
.mw-ui-button:hover,
.mw-ui-button.mw-ui-constructive:hover,
#mw-createaccount-join:hover {
background: #ec8b00;
background-position: 0 -15px;
border-color: #fa9300;
}
.btn-primary:active,
.mw-ui-button:active,
.mw-ui-button.mw-ui-constructive:active,
#mw-createaccount-join:active {
background: #ec8b00;
background-position: 0 -15px;
border-color: #fa9300;
}
#catlinks {
display: block;
border: 1px solid #333;
background-color: #222;
}
.templatetwitterquote cite {
font-size: 0.85em;
font-weight: 400;
}
.templatetwitterquote .templatequotecite {
font-size: 0.7em;
font-weight: 800;
margin-left: 15px;
padding: 3px 0px;
}
blockquote.templatetwitterquote {
margin: 0;
padding: 0px 15px 20px;
border-color: #FBB040;
font-size: 1.10em;
}
ul#footer-info {
display: block;
}
ul#footer-icons #footer-rogerlinksico {
display: block;
}
a {
color: #FBB040;
}/*
a:visited {
color: #FBB040;
}*/
a:hover {
color: #be1e2d;
}
/*a:target {padding-top: 190px;}*/
#tweekiTOC #toc li.active > a {
color: #eee;
}
#tweekiTOC #toc li.toclevel-1.active > a {
border-left: 2px solid #FBB040;
}
:target::before {
content: "";
display: block;
height: 120px; /* fixed header height*/
margin: -120px 0 0; /* negative fixed header height */
}
ul#footer-info {
display: none;
}