MediaWiki: Common.css
Brought to you by The Holiest Rogers
								
												
				| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | body, #footer { | ||
| + |     color: #eee; | ||
| + |     background-color: #555; | ||
| + | } | ||
|   #siteSub { |   #siteSub { | ||
|      display:block; |      display:block; | ||
| Line 25: | Line 29: | ||
| .navbar-default { | .navbar-default { | ||
| − |      background: -webkit-linear-gradient(top,#ffba58 0,#fa9300 100%); | + |      /*background: -webkit-linear-gradient(top,#ffba58 0,#fa9300 100%); | 
|      background: -o-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: -webkit-gradient(linear,left top,left bottom,from(#ffba58),to(#fa9300)); | ||
| Line 31: | Line 35: | ||
|      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba58',endColorstr='#fa9300',GradientType=0); |      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba58',endColorstr='#fa9300',GradientType=0); | ||
|      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); |      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); | ||
| − |      border-color: #fa9300; | + |      border-color: #fa9300;*/ | 
| + |     background: #333; | ||
| + |     border: none; | ||
| } | } | ||
| Line 83: | Line 89: | ||
| ul#footer-info { | ul#footer-info { | ||
|      display: block; |      display: block; | ||
| + | } | ||
| + | |||
| + | a, a:visited { | ||
| + |     color: #FBB040; | ||
| + | } | ||
| + | a:hover { | ||
| + |     color: #be1e2d; | ||
| } | } | ||
Revision as of 02:24, 13 November 2019
/* CSS placed here will be applied to all skins */
body, #footer {
    color: #eee;
    background-color: #555;
}
 #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 {
    min-height: 100px;
}
.with-navbar.with-navbar-fixed {
    padding-top: 115px;
}
.sidebar-wrapper {
    top: 125px;
}
.navbar-default {
    /*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: #333;
    border: none;
}
.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;
}
.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: #a0d4f4;
    font-size: 1.35em;
}
ul#footer-info {
    display: block;
}
a, a:visited {
    color: #FBB040;
}
a:hover {
    color: #be1e2d;
}