MediaWiki:Common.css: Difference between revisions
Tag: Undo |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/********/ | |||
/* Font */ | |||
/********/ | |||
@import url('https://fonts.googleapis.com/css?family=Podkova:400,700&subset=latin-ext'); | @import url('https://fonts.googleapis.com/css?family=Podkova:400,700&subset=latin-ext'); | ||
| Line 11: | Line 15: | ||
margin-left: 0.5em; | margin-left: 0.5em; | ||
} | } | ||
/*************/ | |||
/* Infoboxes */ | |||
/*************/ | |||
.infobox { | .infobox { | ||
| Line 61: | Line 69: | ||
border: none; | border: none; | ||
} | } | ||
/*****************/ | |||
/* TOC limit tag */ | |||
/*****************/ | |||
/* Allow limiting of which header levels are shown in a TOC; | /* Allow limiting of which header levels are shown in a TOC; | ||
| Line 67: | Line 80: | ||
(as long as there are no =headings= on the page, which | (as long as there are no =headings= on the page, which | ||
there shouldn't be according to the MoS). | there shouldn't be according to the MoS). | ||
*/ | |||
.toclimit-2 .toclevel-1 ul, | .toclimit-2 .toclevel-1 ul, | ||
.toclimit-3 .toclevel-2 ul, | .toclimit-3 .toclevel-2 ul, | ||
| Line 77: | Line 90: | ||
} | } | ||
/************************/ | |||
/* Template:Feature box */ | /* Template:Feature box */ | ||
/************************/ | |||
.featurebox { | .featurebox { | ||
-webkit-transition: all 0.3s; | -webkit-transition: all 0.3s; | ||
| Line 101: | Line 118: | ||
} | } | ||
/********************/ | |||
/* Template:Highway */ | /* Template:Highway */ | ||
/********************/ | |||
.highway-box-top { | .highway-box-top { | ||
background: #000 url("/~donald/zero/images/8/8f/0_notebook_top.png") no-repeat left top; | background: #000 url("/~donald/zero/images/8/8f/0_notebook_top.png") no-repeat left top; | ||
| Line 202: | Line 222: | ||
.highway-neighbors a:hover { | .highway-neighbors a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: #fff; | |||
} | |||
/*****************/ | |||
/* Template:Acts */ | |||
/*****************/ | |||
.white a, | |||
.white a:hover { | |||
color: #fff; | color: #fff; | ||
} | } | ||