Difference between revisions of "MediaWiki:Common.css"
From WikiRaider
m |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | /*mainpage*/ | ||
| + | .mainwr { | ||
| + | border:1px solid; | ||
| + | padding:5px; | ||
| + | } | ||
| + | .mainleft, .mainright { | ||
| + | border:1px solid; | ||
| + | padding:7px; | ||
| + | height:100%; | ||
| + | } | ||
| + | .mainleft div.headline, .mainright div.headline, .mainwr div.headline { | ||
| + | border:1px solid; | ||
| + | padding:5px; | ||
| + | margin-bottom:7px; | ||
| + | font-weight:bold; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
.multiple_rows { | .multiple_rows { | ||
Revision as of 17:16, 6 November 2016
/* CSS placed here will be applied to all skins */
/*mainpage*/
.mainwr {
border:1px solid;
padding:5px;
}
.mainleft, .mainright {
border:1px solid;
padding:7px;
height:100%;
}
.mainleft div.headline, .mainright div.headline, .mainwr div.headline {
border:1px solid;
padding:5px;
margin-bottom:7px;
font-weight:bold;
}
.multiple_rows {
flex-wrap: wrap;
display: flex;
}
.multiple_rows div {
width: 250px;
padding: 0 3ex;
}
.multiple_rows_wide {
flex-wrap: wrap;
display: flex;
}
.multiple_rows_wide div {
width: 450px;
padding: 0 3ex;
}
.verticalaligntop td, .verticalaligntop th {
vertical-align: top;
}
.horizontalalignleft td, horizontalalignleft th {
text-align: left;
}
@font-face {
font-family: 'NotoEmojiRegular';
src: url('/fonts/NotoEmoji-Regular.eot');
src: url('/fonts/NotoEmoji-Regular.woff') format('woff'),
url('/fonts/NotoEmoji-Regular.ttf') format('truetype'),
url('/fonts/NotoEmoji-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.trophyB, .trophyS, .trophyG, .trophyP {
font-family:'NotoEmojiRegular';
}
.trophyB {
color:#cd7f32;
}
.trophyS {
color:silver;
}
.trophyG {
color:gold;
}
.trophyP {
color:black;
}