MediaWiki:Common.css
From Rinchen Terdzö
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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: 23px !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;
}
.disclaimer {
display: block;
margin: 20px auto 0px auto;
border: 1px solid #6C95FF;
border-radius: 4px;
padding: 12px;
background-color: #EAF0FF;
font-size: larger;
}
.tib-text {
font-family: Kailasa, Kokonor, Jomolhari, "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
font-size: 22px;
font-weight: normal;
line-height:42px;
display:inline-block;
margin: 20px;
position: relative;
}
.tib-text p{
display:inline;
}
.tib-text p:first-child::nth-line(6) {
padding-bottom: 15px;
}
@media screen and (min-width: 947px) and (max-width: 1360px){
.mainpage-vol-list {
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;
}
}
@media screen and (min-width: 1361px) {
.mainpage-vol-list {
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;
}
}
@media screen and (min-width: 1200px) {
.volpage-text-list {
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;
};
}
/* Button Styling */
.nice-button, span.button a, .box a.sfFancyBox.sfUploadable.sfImagePreview, input[type="submit"], input[type="button"] {
margin: 10px 10px 0 0;
border: none;
padding: 5px 13px 7px;
background: #762828;
color: whitesmoke !important;
font-family: Helvetica Neue;
font-size: 14px;
font-weight: 300;
border-radius: 2px;
}
.nice-buttonhover, span.button a:hover, .box a.sfFancyBox.sfUploadable.sfImagePreview:hover, input[type="submit"]:hover, input[type="button"]:hover {
background: #930000;
text-decoration: none;
cursor:pointer;
transition:0.2s;
}
.nice-buttonactive, span.button a:active, .box a.sfFancyBox.sfUploadable.sfImagePreview:active, input[type="submit"]:active, input[type="button"]:active {
background: #A82E2E;
}