Created
July 11, 2017 21:20
-
-
Save MetroWind/821a015d357cf6834f0e1eb33fe9b64d to your computer and use it in GitHub Desktop.
Geekhack eye protector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body | |
{ | |
font-family: "Avenir Next", sans-serif; | |
} | |
div#wrapper | |
{ | |
max-width: 1024px; | |
} | |
.navigate_section | |
{ | |
font-weight: bolder; | |
} | |
.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th | |
{ | |
font-family: "Avenir Next", sans-serif; | |
} | |
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg, h5 | |
{ | |
font-weight: normal; | |
} | |
h5 | |
{ | |
font-size: 16px; | |
line-height: 140%; | |
} | |
.poster > h4 | |
{ | |
font-weight: normal; | |
font-family: "Noto Serif", serif; | |
font-size: 16px; | |
} | |
div.post | |
{ | |
font-size: 16px; | |
line-height: 160%; | |
} | |
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote | |
{ | |
font-size: 16px; | |
font-family: "Noto Serif", serif; | |
} | |
table.table_grid td | |
{ | |
padding: 10px; | |
} | |
td.subject span | |
{ | |
font-size: 16px; | |
} | |
td.subject span > a | |
{ | |
color: #ccc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment