Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
.nowrap { | .nowrap { | ||
white-space: nowrap; | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | img.emoji { | ||
+ | height: 1.375em; | ||
+ | width: 1.375em; | ||
+ | margin: 0; | ||
+ | vertical-align: bottom; | ||
+ | } | ||
+ | |||
+ | .glolfcourse { | ||
+ | line-height: 0; | ||
+ | } | ||
+ | |||
+ | .glolfcourse img.emoji { | ||
+ | height: 2em; | ||
+ | width: 2em; | ||
} | } |
Revision as of 01:11, 1 June 2021
/* CSS placed here will be applied to all skins */
@import url('https://fonts.cdnfonts.com/css/apple-chancery');
/*default styles*/
html, body {
font-family: 'Helvetica Neue','Helvetica';
/*font-weight: 600;*/
}
body, #mw-head {
background-color: #94BB49;
}
/*class styles*/
.mw-headline {
font-family: 'Apple Chancery', cursive;
font-weight: 600;
}
.pi-data-label {
flex-basis: 100px;
}
.nowrap {
white-space: nowrap;
}
img.emoji {
height: 1.375em;
width: 1.375em;
margin: 0;
vertical-align: bottom;
}
.glolfcourse {
line-height: 0;
}
.glolfcourse img.emoji {
height: 2em;
width: 2em;
}