Difference between revisions of "MediaWiki:Common.css"
From WikiRaider
m |
m |
||
| Line 57: | Line 57: | ||
} | } | ||
| − | . | + | .trophyP { |
color:black; | color:black; | ||
} | } | ||
Revision as of 15:58, 5 October 2016
/* CSS placed here will be applied to all skins */
.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;
}