MediaWiki:Common.css: Difference between revisions
From Rinchen Terdzö
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 2: | Line 2: | ||
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600); | @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600); | ||
h1, h2 {font-family: 'Source Sans Pro', sans-serif !important; font-weight: | h1, h2 {font-family: 'Source Sans Pro', sans-serif !important; font-weight: 400;} | ||
h1 {font-size:32px !important;} | h1 {font-size:32px !important;} | ||
h2 {font-size: 25px !important;} | h2 {font-size: 25px !important;} |
Revision as of 11:14, 26 June 2015
/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);
h1, h2 {font-family: 'Source Sans Pro', sans-serif !important; font-weight: 400;}
h1 {font-size:32px !important;}
h2 {font-size: 25px !important;}
.rblist {display:block;}
.col2 {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
-moz-column-gap: 10px; /* Firefox */
column-gap: 10px;
}
.col3 {
column-count: 3;
-moz-column-count: 3;
-webkit-column-count: 3;
-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
-moz-column-gap: 10px; /* Firefox */
column-gap: 10px;
}
.col4 {
column-count: 4;
-moz-column-count: 4;
-webkit-column-count: 4;
-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
-moz-column-gap: 10px; /* Firefox */
column-gap: 10px;
}
.under-construction {
display: block;
width: 600px;
margin: 0px auto 20px auto;
border: 1px solid #FFAA6C;
border-radius: 4px;
padding: 12px;
background-color: #FFE7D5;
font-size: larger;
text-align: center;
}