No edit summary
No edit summary
Line 28: Line 28:


a {color: #ffffff}
a {color: #ffffff}
a {text-decoration: underline}

Revision as of 11:14, 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}
This page was last edited on 2 March 2018, at 11:14. Content is available under GPLv3 unless otherwise noted.