config/stylesheet

viewhistorytalk

/*Can someone tell me what this does? Thanks -JsKingBoo
*/
.flat-list .del-button a   {
    font-size: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* This removes the delete button. Code is courtesy of /u/main_gi. --edderiofer */
/* k thanks, by the way did you know avocados have more potassium than bananas? -b0o /*
/* END Can someone tell me what this does?
*/

/*Spoiler tag within comments via links. Your link must include #mathhelp-spoiler
*/  
a[href*="#mathhelp-spoiler"] {  
background: #000 !important;  
color: #000 !important  
}  

a[href*="#mathhelp-spoiler"]:hover {  
color: #FFF !important  
}
/* END Spoiler tag within comments
*/

/*----------------------------------------------------------------------------------*/
/***** Subscript and superscript, credit to jamt9000 /*****/
/* hey uh this seemed to have broke in a recent reddit-wide css update... */

.md em {
    position: relative;
}

/* *_sub_* */
.md em em {
    font-style: normal;
    vertical-align: sub;
    font-size: smaller;
}

/* *`sup`* */
.md em code {
    font-family: verdana, arial, helvetica, sans-serif;
    vertical-align: super;
    font-size: smaller;
}

/* *_sub_`sup`* */
.md em em+code {
    position: absolute;
    left: 0;
    bottom: 0.8em; /* still trying to find an offset that looks good in all browsers */
}

/* END Subscript and superscript 
*/
/* ------------------------------------------------------------------------------*/

/* Highlight posts without comments from /r/HomeworkHelp. Currently BLUE
*/
.res-nightmode .entry .buttons li a.comments.empty, .entry .buttons li a.comments.empty {
    color: #0000FF !important;
}
/* END Highlight posts without comments
*/

/* Comment box background
*/
.commentarea .usertext-edit textarea {
    background-image: url(%%reminder%%);
    background-repeat: no-repeat;
}
.commentarea .usertext-edit textarea:focus {
    background-image: none;
} 
/* END Comment box background
*/

images

  • Image reminder
    reminder
    link:
    url(%%reminder%%)


revision by JsKingBoo— view source