Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* FAQ stuff begin */
- .toc {
- width:400px;
- float:right;
- }
- .toc li {
- margin: 0.2em 0 0.2em 0 !important;
- }
- .wiki li {
- margin: 0.5em 0 0.5em 2em;
- }
- .md.wiki a {
- color: #1982d1;
- }
- .md.wiki a:focus, .md.wiki a:active, .md.wiki a:hover {
- text-decoration: underline;
- }
- .md.wiki p {
- margin-left: 1em !important;
- }
- .md.wiki h1, .md.wiki h2, .md.wiki h3, .md.wiki h4, .md.wiki h5, .md.wiki h6 {
- font-family: Georgia, Palatino, "Times New Roman", Times, serif !important;
- font-weight: normal !important;
- clear:left;
- }
- .md.wiki h1 {
- font-size: 400% !important;
- margin-bottom: 0 !important;
- }
- .md.wiki h2 {
- color: #609032 !important;
- font-size: 180% !important;
- margin-top:1.5em !important;
- }
- .md.wiki h3 {
- color: #609032 !important;
- font-size: 130% !important;
- margin-top:1.5em !important;
- }
- .md.wiki h4 {
- color: #000000 !important;
- font-size: 100% !important;
- margin-top:1.5em !important;
- }
- .md.wiki img {
- float:left;
- margin:0 10px 10px 0;
- }
- /* taken from http://the16art.com/2007/12/18/css-automatically-marked-and-accessible-external-links/ */
- .md.wiki a[href^="http"]:not([href*="reddit.com"]) {
- background: url(%%external-link%%) no-repeat 0% 1px;
- padding: 0 0 0 13px;
- }
- .md.wiki pre {
- margin-left: 2em;
- padding: 5px;
- border-left: 4px solid #CCCCCC;
- border-bottom: 1px solid #cccccc;
- border-top: 1px solid #cccccc;
- }
- /* FAQ stuff end */
Advertisement
Add Comment
Please, Sign In to add comment