Difference between revisions of "MediaWiki:Common.css"

From Glolf Wiki
Jump to navigation Jump to search
m
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
*{
+
 
font-family: 'Courier New';
+
@import url('https://fonts.cdnfonts.com/css/apple-chancery');
font-weight: 600;
+
 
 +
/*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;
 
}
 
}
  
h2{
+
.pi-data-label {
font-family: 'Apple Chancery, cursive'
+
    flex-basis: 100px;
 
}
 
}
body {
+
 
background-color: #86b300;
+
.nowrap {
 +
    white-space: nowrap;
 +
}
 +
 
 +
img.emoji {
 +
    height: 1.375em;
 +
    width: 1.375em;
 +
    margin: 0;
 +
    vertical-align: text-bottom;
 +
}
 +
 
 +
.glolfcourse {
 +
    line-height: 0;
 +
}
 +
 
 +
.glolfcourse img.emoji {
 +
    height: 32px;
 +
    width: 32px;
 
}
 
}

Latest revision as of 14:23, 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: text-bottom;
}

.glolfcourse {
    line-height: 0;
}

.glolfcourse img.emoji {
    height: 32px;
    width: 32px;
}