Last active
December 11, 2015 17:09
-
-
Save taizooo/4632848 to your computer and use it in GitHub Desktop.
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
html, body, div, span, font, table, td, th, tr, ul, ol, li{ | |
text-align: left !important; | |
} | |
body { | |
font-size: 100% !important; | |
font-family: Helvetica, "Helvetica Neue", "Lucida Sans Unicode", Meiryo, "メイリオ" !important; | |
text-decoration: none !important; | |
background-color: #ddd !important; | |
width:75% !important; | |
margin-top:0 !important; | |
margin-right: auto !important; | |
margin-bottom: 0 !important; | |
margin-left: auto !important; | |
color: #000 !important; | |
} | |
font, span{ | |
color: #000 !important; | |
text-align: left !important; | |
font-weight:normal !important; | |
} | |
a { | |
padding-bottom: 0px !important; | |
margin-bottom: 0px !important; | |
border-bottom:1px solid #005500 !important; | |
} | |
input, textarea, form, | |
div#navBar, div#freearea, | |
div.adblock, div#overtureAds, | |
div.plugin-qr_code, | |
div.sidewrapper, | |
div.plugin-categorize, | |
div.sidewrapper, | |
div.sidetitlebody, | |
div.sidetop, | |
div.side, | |
div.ad-center, | |
table, | |
div.plugin-qr_code+a, | |
div.plugin-memo, | |
div.plugin-memo+a, | |
div.sidetitlebody+p{ | |
display:none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment