Difference between revisions of "MediaWiki: Common.css"
From PrimeFish Wiki
Jacandrade (talk | contribs) |
Jacandrade (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| Line 11: | Line 12: | ||
.navbar-collapse { padding-top: 10px; } | .navbar-collapse { padding-top: 10px; } | ||
| − | .page-header { color: white; background-image: url('http://dsf. | + | .page-header { color: white; background-image: url('http://dsf.primefish.aws/w/images/1/1b/BG_primefish.jpg'); text-align: left; padding: 10px;} |
#sidebar-left { margin-top: 40px; } | #sidebar-left { margin-top: 40px; } | ||
| Line 25: | Line 26: | ||
} | } | ||
| − | img { | + | img { |
| + | |||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
width: auto\9; /* ie8 */ | width: auto\9; /* ie8 */ | ||
| + | |||
} | } | ||
Revision as of 23:28, 31 October 2017
/* CSS placed here will be applied to all skins */
.navbar-brand { height: 75px!important; padding: 20px 15px 15px; }
.navbar-brand img { width:100px; height: 45px;}
.strong-text { font-weight: bold;}
.with-navbar.with-navbar-fixed { padding-top: 100px!important;}
.navbar-collapse { padding-top: 10px; }
.page-header { color: white; background-image: url('http://dsf.primefish.aws/w/images/1/1b/BG_primefish.jpg'); text-align: left; padding: 10px;}
#sidebar-left { margin-top: 40px; }
#footer, .footer, .dsf-footer { background: #292929!important; padding: 40px!important; }
#footer > div.dropup > a.image {
position: absolute;
bottom: -10px;
right: 10px;
}
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.with-navbar.with-navbar-fixed { padding-top: 185px!important;}
}
