Difference between revisions of "MediaWiki:Common.css"
From WikiRaider
m |
m |
||
| Line 27: | Line 27: | ||
.horizontalalignleft td, horizontalalignleft th { | .horizontalalignleft td, horizontalalignleft th { | ||
text-align: left; | text-align: left; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | @font-face { | ||
| + | font-family: 'NotoEmoji-Regular'; | ||
| + | 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:'Conv_NotoEmoji-Regular'; | ||
| + | } | ||
| + | |||
| + | .trophyB { | ||
| + | color:#cd7f32; | ||
| + | } | ||
| + | |||
| + | .trophyS { | ||
| + | color:silver; | ||
| + | } | ||
| + | |||
| + | .trophyG { | ||
| + | color:gold; | ||
| + | } | ||
| + | |||
| + | .trophyG { | ||
| + | color:black; | ||
} | } | ||
Revision as of 15:52, 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: 'NotoEmoji-Regular';
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:'Conv_NotoEmoji-Regular';
}
.trophyB {
color:#cd7f32;
}
.trophyS {
color:silver;
}
.trophyG {
color:gold;
}
.trophyG {
color:black;
}