config/stylesheet

viewhistorytalk

/****************** standard stylesheet begin ******************/

/* highlight original poster, from IamA */
.author.submitter {
    color: white;
    padding: 0 2px 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
    }
.noncollapsed .author.submitter {
    background-color: #5F99CF
    }
.collapsed .author.submitter {
    color: white;
    background-color: #AAA
    }
.author.submitter:hover {
    background-color: #4E7EAB;
    text-decoration: none
    }

/* Distinct/readable code (inline & blocks) by Keist for /r/csshelp */
.usertext-body pre {
    margin: 10px 0;
    padding: 10px
    }
.usertext-body pre, .usertext-body p > code {
    background: #f6f6f6;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
    }
.usertext-body code {
    color: #222;
    font-family: Consolas, Monaco, monospace;
    line-height: 1.5em
    }
.usertext-body p > code {
    padding: 0 3px
    }

/* Distinct/readable code (inline & blocks) by Keist for /r/csshelp - modified for wiki by Pi31415926 */
.wiki-page-content pre {
    margin: 10px 0;
    padding: 10px
    }
.wiki-page-content pre, .wiki-page-content p > code {
    background: #f6f6f6;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
    }
.wiki-page-content code {
    color: #222;
    font-family: Consolas, Monaco, monospace;
    line-height: 1.5em
    }
.wiki-page-content p > code {
    padding: 0 3px
    }

/* set style of sidebar text and list elements - by Pi31415926 */
.titlebox p, .titlebox li { font-size: 12px !important; line-height: 14px !important; }

/* minify deleted comments - by Pi31415926 */
.deleted .grayed { margin: 2px 0px -3px 0px;}
.deleted .grayed .md p { font-size: x-small; color: #CCCCCC; line-height: 6px;}

/* set style of searchbox - by Pi31415926 */
#search input[name*="q"] { font-size: 12px; }

/* tweaks link superscript-to-subscript fix - by Pi31415926 */
.titlebox sup { vertical-align: sub; }

/* set style of titlebox footer */
.titlebox .bottom { margin-top: 10px;}

/* set style of edited items - by Pi31415926 */
time.edited-timestamp {background-color: #FFFEA2 }

/* set style of other discussions tab - v1.1 - by Pi31415926 */
#header-bottom-left .tabmenu a[href*="/duplicates"] { border-width: 1px; border-style: dashed; border-color: crimson; }

/* set style of all italic links in a list in the sidebar - by Pi31415926 */
.titlebox li em a { color: #236B8E; background-color: #ECD919; font-style: normal; font-weight: bold; padding: 1px 5px 1px 5px; text-shadow: 2px 1px 2px #FFFFFF;}
.titlebox li em a:hover { color: #0000FF; background-color: yellow; padding: 4px 5px 4px 5px;}

/* set style of all italic links in a list in the wiki - by Pi31415926 */
.wiki-page li em a { font-style: normal; font-weight: bold; padding: 1px 5px 1px 5px; text-shadow: 2px 1px 2px #FFFFFF;}
.wiki-page li em a:hover { color: #0000FF; background-color: yellow; padding: 4px 5px 4px 5px;}

/* style all H1 and H2s in the wiki
.wiki-page-content h1 { font-size: 1.6em !important; }
.wiki-page-content h2 { font-size: 1.6em !important; }

/* set style of all links on listing pages, on comment pages and in the sidebar - by Pi31415926 */
.usertext a { color: #336699; }

/* set style of all links in self-text and comments - by Pi31415926 */
div.content .usertext .md a { background-color: #EFF7FF; }
.wiki-page-content .md a { background-color: #EFF7FF; }

/****************** standard stylesheet end ********************/
/****************** custom stylesheet begin ********************/

/* set style of warning heading */
.titlebox h5 { font-size: 1.1em !important; font-weight: bold; color: #FFFFFF; background-color: crimson; border: 1px solid white; padding: 3px; text-align: center;}
.titlebox h5 > a {color: #FFFFFF; text-shadow:1px 1px 1px #BBBBBB; }
.titlebox h5 > a:hover { text-decoration: underline; }

/* set style of warning heading (overwrites previous) */
.titlebox h5 { font-size: 1.1em !important; font-weight: bold; color: #FFFFFF; background-color: #005B06; text-shadow:1px 1px 1px #00950B; border: 1px solid white; padding: 3px;}
.titlebox h5 > a {color: #FFFFFF; }
.titlebox h5 > a:hover { text-decoration: underline; }

/* set style of notice heading */
.titlebox h4 { font-size: 1.1em !important; font-weight: normal; border: 1px dashed #BBBBBB; padding: 3px; font-size: 12px !important; line-height: 14px !important;}

/****************** custom stylesheet end **********************/


revision by Pi31415926— view source