No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
table {border: 1px solid white; color: #f9f9f9} | table {border: 1px solid white; color: #f9f9f9} | ||
table {width: 100%} | table.element.style {width: 100%} | ||
caption {border: 1px solid white; background-color: #595958; color: #f9f9f9} | caption {border: 1px solid white; background-color: #595958; color: #f9f9f9} |
Revision as of 14:25, 2 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.element.style {width: 100%} caption {border: 1px solid white; background-color: #595958; color: #f9f9f9}
This page was last edited on 2 March 2018, at 14:25. Content is available under GPLv3 unless otherwise noted.