Created
December 17, 2015 00:05
-
-
Save xamgore/d7ae54c25287c80499c4 to your computer and use it in GitHub Desktop.
http://annimon.com/ custom style
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
div.elem { | |
padding: 9px 15px; | |
margin: 0; | |
border: 0px; | |
} | |
div.menu img[src='http://annimon.com/theme/webdefault/images/li.png'] { | |
display: none; | |
} | |
div.bmenu { | |
border-radius: 1px; | |
background-image: none; | |
padding: 6px 15px; | |
margin: 1px 0 0px 0; | |
} | |
div.bmenu b { | |
font-weight: 400; | |
font-size: 1.0em; | |
} | |
div.bmenu img[src='http://annimon.com/theme/webdefault/images/prog.png'] { | |
display: none; | |
} | |
div.menu { | |
padding: 10px 15px; | |
line-height: 1.65em; | |
background-image: none; | |
} | |
div.statmenu { | |
background-image: none; | |
padding: 15 10px; | |
border-top: 1px solid #e1e1e1; | |
border-bottom: none; | |
} | |
div.statmenu img[src='./ablogs/img/dir.png'] { | |
display: none; | |
} | |
div.statmenu h2.statname { | |
float: left; | |
font-size: 1.6em; | |
font-weight: normal; | |
margin-bottom: 10px; | |
} | |
div.statmenu h2.statname + div { | |
margin: 0; | |
float: right; | |
} | |
div.statmenu h2.statname + div + hr { | |
margin-bottom: 15px; | |
border-style: solid; | |
display: inherit; | |
clear: left; | |
} | |
div.statmenu a.contbutton { | |
background-image: none; | |
line-height: inherit; | |
display: inline-block; | |
margin: 15px 0; | |
} | |
div.statmenu hr { | |
display: none; | |
} | |
div.statmenu span.gray { | |
background-color: #FBFBFB; | |
display: block; | |
padding: 10px 20px 10px 10px; | |
float: left; | |
} | |
div.statmenu span.gray+br+a { | |
background-color: #FBFBFB; | |
padding: 10px; | |
display: block; | |
} | |
div.statmenu span.gray+br { | |
display: none; | |
} | |
div.pagenumb { | |
border-bottom: none; | |
padding: 3px; | |
} | |
div.tagmenu { | |
background-image: none; | |
border-radius: 1px; | |
} | |
div.tagmenu td.rtag { | |
display: none; | |
} | |
div.tagmenu td.ltag { | |
line-height: 21px; | |
padding: 1px 10px; | |
} | |
div.punmenu { | |
min-height: 17px; | |
padding-left: 10px; | |
} | |
div.punmenu img { | |
display: none; | |
} | |
div.topmenu { | |
background-image: none; | |
background-color: #2B587A; | |
} | |
div.topbutton a, div.topbutton_first a { | |
background-image: none; | |
} | |
div.topbutton a:hover, div.topbutton_first a:hover { | |
background-image: rgba(203, 222, 239, 0.27); | |
} | |
div.logo { | |
border-radius: initial; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment