Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2013 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6491440 to your computer and use it in GitHub Desktop.
Save anonymous/6491440 to your computer and use it in GitHub Desktop.
@media screen {
body .box { border-radius: 0; border-bottom: none;}
body a.tab_current:link, a.tab_current:visited, a.tab_current:active { border-radius: 0;}
body img.avatar { border-radius: 0;}
body a.count_livid:link, a.count_livid:active, body a.count_blue:visited, a.count_green:visited, a.count_orange:visited, a.count_livid:visited { border-radius: 0;}
body .item_node { border-radius: 0; background: none;}
body a.balance_area:link, a.balance_area:visited, .balance_area { border-radius: 0;}
body .item { background: none;}
body .item:hover { background-color: #F7F7F7;}
body .topic_buttons { border-radius: 0; background: #F8F8F8;}
body .no, body .sll, body a.node:link, body a.node:visited, body a.node:active { border-radius: 0;}
body .mll, body .super.button { border-radius: 0; background: #F3F3F3; box-shadow: none;}
body .normal.button:hover { box-shadow: none; background: #FAFAFA;}
body #Top { background: #3A3A3A;}
body #Top table td:first-child { position: relative;}
body #Top table td:first-child a { display: block; width: 120px; height: 28px; position: relative;}
body #Top table td:first-child a:after { position: absolute; content: 'V2EX'; color: #fff; font-size: 18px; font-weight: 700; top: 6px;}
body #Top td img { display: none;}
body #q { background-color: #E6E6E6; margin: 1px 0px 1px 0px; width: 280px; padding: 0 4px;}
body a.tab:link, a.tab:visited, a.tab:active { border-radius: 0;}
body .mle, body .sl, body .ml { border-radius: 0;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment