Difference between revisions of "MediaWiki:Common.css"

From Glolf Wiki
Jump to navigation Jump to search
m
Line 18: Line 18:
  
 
.pi-data-label {
 
.pi-data-label {
     flex-basis: 95px;
+
     flex-basis: 100px;
 
}
 
}

Revision as of 17:22, 25 May 2021

/* CSS placed here will be applied to all skins */

/*default styles*/

*{
font-family: 'Courier New';
font-weight: 600;
}

body {
background-color: #86b300;
}


h1 h2 h3 h4 h5{
font-family: cursive;
}

.pi-data-label {
    flex-basis: 100px;
}