Main Page
Difference between revisions of "User:Blazter/tweeki.css"
Jump to navigation
Jump to search
(Created page with "@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic|Exo+2:400,600,700,900&subset=cyrillic,latin-ext'); body { font-family: 'Exo 2', 'Sawarabi Gothic', sans-se...") |
|||
Line 1: | Line 1: | ||
− | @import url('https://fonts.googleapis.com/css?family= | + | @import url('https://fonts.googleapis.com/css?family=Exo+2:400,700,900|Orbitron:900&subset=cyrillic,latin-ext'); |
body { | body { | ||
− | font-family: 'Exo 2 | + | font-family: 'Exo 2', sans-serif; |
} | } | ||
Line 7: | Line 7: | ||
font-weight: 900; | font-weight: 900; | ||
font-variant: small-caps; | font-variant: small-caps; | ||
+ | font-family: 'Orbitron', sans-serif; | ||
+ | font-size: 14.5px; | ||
} | } | ||
a.navbar-brand:hover { | a.navbar-brand:hover { | ||
font-weight: 900; | font-weight: 900; | ||
font-variant: small-caps; | font-variant: small-caps; | ||
+ | font-family: 'Orbitron', sans-serif; | ||
+ | font-size: 14.5px; | ||
} | } | ||
Latest revision as of 00:57, 31 March 2018
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700,900|Orbitron:900&subset=cyrillic,latin-ext'); body { font-family: 'Exo 2', sans-serif; } a.navbar-brand { font-weight: 900; font-variant: small-caps; font-family: 'Orbitron', sans-serif; font-size: 14.5px; } a.navbar-brand:hover { font-weight: 900; font-variant: small-caps; font-family: 'Orbitron', sans-serif; font-size: 14.5px; } a{ color:darkgoldenrod; font-weight:600;} a:hover{ color:goldenrod; font-weight:600; text-decoration: underline overline dotted;}