You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:200,400,600');
/*h1, h2 {font-family: 'Source Sans Pro', sans-serif !important; font-weight: 400;}*/
h1 {font-size:32px !important;}
h2 {font-size: 23px !important;}
.rblist {display:block;}
.col2 {
-moz-column-count: 2;
-webkit-column-count: 2;
-ms-column-count: 2;
column-count: 2;
-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
-moz-column-gap: 10px; /* Firefox */
-ms-column-gap: 10px; /* Firefox */
column-gap: 10px;
}
000
1:0
Return to MediaWiki:Common.css.