Skip to content

Instantly share code, notes, and snippets.

@nanha
Created May 22, 2013 00:56
Show Gist options
  • Save nanha/5624477 to your computer and use it in GitHub Desktop.
Save nanha/5624477 to your computer and use it in GitHub Desktop.
wiki css
#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