No edit summary
No edit summary
Line 3: Line 3:


@font-face {
@font-face {
font-family: 'Roboto-Regular';
font-family: 'Roboto';
src: url('/skins/Tweeki/awesome/fonts/Roboto-Regular.ttf')  format('truetype');
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.woff')  format('woff');
src: url('/skins/Tweeki/awesome/fonts/Roboto-Regular.woff2')  format('woff2');
src: url('/skins/Tweeki/awesome/fonts/Roboto-Regular.woff2')  format('woff2');
}
}
body {font-family: 'Roboto-Regular'}
body {font-family: 'Roboto'}


body {background-color: #595958}
body {background-color: #595958}

Revision as of 10:54, 2 March 2018

/* CSS placed here will be applied to all skins 
 @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 {background-color: #595958}
body {color: #f9f9f9}

textarea {color: #454546}

.nav-tabs>li.active>a {background-color: #595958}
.nav-tabs>li.active>a {color: #f9f9f9}

.nav-tabs>li.active>a:hover {background-color: #595958}
.nav-tabs>li.active>a:hover {color: #f9f9f9}

.nav-tabs>li.active>a:focus {background-color: #595958}
.nav-tabs>li.active>a:focus {color: #f9f9f9}

.nav-tabs>li>a {color: #f9f9f9}

.nav-tabs>li>a:hover {color: #595958}
This page was last edited on 2 March 2018, at 10:54. Content is available under GPLv3 unless otherwise noted.