Difference between revisions of "MediaWiki:Common.css"
From Torchwood Japan Library Archive
Dr. Xadium (Talk | contribs) (Created page with "→CSS placed here will be applied to all skins: #p-navigation, #p-tb { display:none }") |
Dr. Xadium (Talk | contribs) |
||
| Line 2: | Line 2: | ||
#p-navigation, #p-tb { display:none } | #p-navigation, #p-tb { display:none } | ||
| + | |||
| + | @import url(http://fonts.googleapis.com/css?family=Oswald&subset=latin-ext,latin); | ||
| + | @import url(http://fonts.googleapis.com/css?family=Metrophobic); | ||
| + | |||
| + | |||
| + | body.page-Main_Page h1.firstHeading { display:none; } | ||
| + | |||
| + | body {font-family: 'Metrophobic', sans-serif; } | ||
| + | |||
| + | h1{font-family: 'Oswald', sans-serif; size: 20pt;} | ||
| + | h2{font-family: 'Oswald', sans-serif; } | ||
| + | h3{font-family: 'Oswald', sans-serif; } | ||
| + | h4{font-family: 'Oswald', sans-serif; } | ||
| + | h5{font-family: 'Oswald', sans-serif; } | ||
| + | |||
| + | a {font-weight:bold;} | ||
| + | |||
| + | #footer-poweredbyico { display: none; } | ||
| + | |||
| + | .image100px img { width: 250px; } | ||
| + | |||
| + | .albumimage {width: 250px; border:1px solid #000000;} | ||
| + | .albumimage img { width: 250px; } | ||
| + | .albumcaption {width: 250px; margin-top:10px;} | ||
| + | |||
| + | .slideshow div { | ||
| + | _position: absolute; | ||
| + | } | ||
| + | |||
| + | .slideshow div div { | ||
| + | _position: static; | ||
| + | } | ||
| + | |||
| + | .externalimage-holder { | ||
| + | position: relative; | ||
| + | } | ||
| + | .externalimage-holder img { | ||
| + | width: 100%; | ||
| + | height: auto; | ||
| + | } | ||
Revision as of 18:54, 14 November 2014
/* CSS placed here will be applied to all skins */
#p-navigation, #p-tb { display:none }
@import url(http://fonts.googleapis.com/css?family=Oswald&subset=latin-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Metrophobic);
body.page-Main_Page h1.firstHeading { display:none; }
body {font-family: 'Metrophobic', sans-serif; }
h1{font-family: 'Oswald', sans-serif; size: 20pt;}
h2{font-family: 'Oswald', sans-serif; }
h3{font-family: 'Oswald', sans-serif; }
h4{font-family: 'Oswald', sans-serif; }
h5{font-family: 'Oswald', sans-serif; }
a {font-weight:bold;}
#footer-poweredbyico { display: none; }
.image100px img { width: 250px; }
.albumimage {width: 250px; border:1px solid #000000;}
.albumimage img { width: 250px; }
.albumcaption {width: 250px; margin-top:10px;}
.slideshow div {
_position: absolute;
}
.slideshow div div {
_position: static;
}
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
width: 100%;
height: auto;
}