Created
April 29, 2011 05:00
-
-
Save aisuii/947866 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url-prefix("http://ameblo.jp/oshima-y/entry"), | |
url-prefix("http://ameblo.jp/oshima-y/page"), | |
url-prefix("http://ameblo.jp/oshima-y/theme"), | |
url("http://ameblo.jp/oshima-y"), | |
url("http://ameblo.jp/oshima-y/") { | |
#amebaBar, | |
#profile, | |
#calendar, | |
#freespace, | |
#message, | |
#advertising3, | |
#themeBox, | |
#exLinkBtn, | |
#footer_ad_official, | |
#flashcontent2, | |
#reader, | |
#ameblo, | |
.readerMainLink, | |
.insertPrSpace | |
{ | |
display: none !important; | |
} | |
#sub_a { | |
display: none !important; | |
} | |
#main { | |
float: none !important; | |
width: 95% !important; | |
padding: 0 !important; | |
margin: 0 auto !important; | |
} | |
#sub_b { | |
float: none !important; | |
width: 95% !important; | |
padding: 0 !important; | |
margin: 0 auto !important; | |
} | |
.articlePaging, | |
.topPaging { | |
width: 100% !important; | |
} | |
#recent_entries .menu_title, | |
#archives .menu_title { | |
color: #FF8808 !important; | |
background: transparent !important; | |
text-indent: 0 !important; | |
height: auto !important; | |
line-height: 1.5 !important; | |
border-bottom: 1px solid #7C897E !important; | |
padding: 0 0 0 5px !important; | |
margin: 5px !important; | |
} | |
#recent_entries li, | |
#archives li { | |
list-style-type: disc !important; | |
margin: 0 0 0 1em !important; | |
padding: 0 !important; | |
font-size: 12px !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment