No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
font-size: 95%; | font-size: 95%; | ||
line-height: 1.75em; | line-height: 1.75em; | ||
background: #595958; | |||
} | } | ||
.infobox caption { | .infobox caption { | ||
Line 69: | Line 70: | ||
text-align: left; | text-align: left; | ||
text-indent:10px; | text-indent:10px; | ||
background: #ccc; | |||
} | } | ||
.infobox.bordered { | .infobox.bordered { |
Revision as of 08:48, 7 March 2018
/* CSS placed here will be applied to all skins .firstHeading {background-color: #454546} @import url("https://fonts.googleapis.com/css?family=Roboto")*/ @font-face { font-family: 'Roboto'; src: url('/skins/Tweeki/awesome/fonts/Roboto-Regular.ttf') format('truetype'); src: url('/skins/Tweeki/awesome/fonts/Roboto-Regular.woff') format('woff'); src: url('/skins/Tweeki/awesome/fonts/Roboto-Regular.woff2') format('woff2'); } body {font-family: 'Roboto'} body {font-weight: normal} body {background-color: #595958} body {color: #f9f9f9} textarea {color: #454546} .nav-tabs>li.active>a {background-color: #595958; color: #f9f9f9} .nav-tabs>li.active>a:hover {background-color: #595958; color: #f9f9f9} .nav-tabs>li.active>a:focus {background-color: #595958; color: #f9f9f9} .nav-tabs>li>a {color: #f9f9f9} .nav-tabs>li>a:hover {color: #454546} /*a {color: #ffffff}*/ table {border: 1px solid white; color: #f9f9f9} table {align: right} caption {border: 1px solid white; background-color: #595958; color: #f9f9f9} /* Infobox template style */ .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #ccc; color: black; /* @noflip */ margin: 0.5em 0 0.5em 1em; padding: 0.2em; /* @noflip */ float: right; /* @noflip */ clear: right; font-size: 95%; line-height: 1.75em; background: #595958; } .infobox caption { font-size: 125%; font-weight: bold; padding: 0.2em; text-align: center; background: #595958; } caption { border: 1px solid #ccc; } .infobox header {background: #595958;} .infobox td, .infobox th { vertical-align: top; /* @noflip */ text-align: left; text-indent:10px; background: #ccc; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #a2a9b1; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; } .infobox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; } .infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th { border: 1px solid #c0c090; } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #a2a9b1; /* @noflip */ border-right: 1px solid #a2a9b1; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; /* @noflip */ border-right: 1px solid #a2a9b1; } /* Styles for geography infoboxes, eg countries, country subdivisions, cities, etc. */ .infobox.geography { border-collapse: collapse; line-height: 1.2em; font-size: 90%; } .infobox.geography td, .infobox.geography th { border-top: 1px solid #a2a9b1; padding: 0.4em 0.6em 0.4em 0.6em; } .infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th { border-top: 1px solid #a2a9b1; padding: 0.4em 0.6em 0.2em 0.6em; } .infobox.geography .mergedrow td, .infobox.geography .mergedrow th { border: 0; padding: 0 0.6em 0.2em 0.6em; } .infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th { border-top: 0; border-bottom: 1px solid #a2a9b1; padding: 0 0.6em 0.4em 0.6em; } .infobox.geography .maptable td, .infobox.geography .maptable th { border: 0; padding: 0; }
This page was last edited on 7 March 2018, at 08:48. Content is available under GPLv3 unless otherwise noted.