Created
May 22, 2013 00:56
-
-
Save nanha/5624477 to your computer and use it in GitHub Desktop.
wiki css
This file contains 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
#rw_wrapper h1.rw_page_title { | |
text-shadow: #CCC 1px 1px 1px !important; | |
letter-spacing: -2px !important; | |
padding-bottom: 10px !important; | |
border-bottom: 1px dotted #919699!important; | |
margin: 10px 0 !important; | |
color: rgb(204, 51, 63) !important; | |
font-size: 30px !important; | |
} | |
h1:before { | |
content: "@ "; | |
} | |
h2:before { | |
content: '@@\0000a0'; | |
} | |
.wiki-content h1, .wiki-content h2 { | |
text-shadow: #CCC 1px 1px 1px !important; | |
letter-spacing: -2px !important; | |
padding-bottom: 10px !important; | |
border-bottom: 1px dotted #919699!important; | |
margin: 10px 0 !important; | |
} | |
.wiki-content h1 { | |
color: rgb(204, 51, 63) !important; | |
font-size: 35px !important; | |
} | |
.wiki-content h2 { | |
color: rgb(97, 119, 207) !important; | |
font-size: 25px !important; | |
} | |
.panel { | |
padding: 0; | |
margin: 0 !important; | |
} | |
.code { | |
border-style: none !important; | |
} | |
.syntaxhighlighter { | |
margin: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment