Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Stealing some ideas from [[User:Essjay/monobook.css]] */

/* user notification thing */
/* makes notification light blue */
/* old background-color: #b0c4de; */
/* other colors to try: blanchedalmond #ffebcd , aquamarine #7fffd4 , powderblue #b0e0e6 - from [[Web colors]] */
/* blueish theme background:#cef2e0 border:#a3bfb1 , tannish theme background:#f2e0ce border:#bfb1a3 */
/* DarkSeaGreen 8FBC8F , CadetBlue 5F9EA0 , */

.usermessage {
    background-color: #f2e0ce;
    border: 1px solid #bfb1a3;
    color: #808080;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;

}
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}
/*
** Diff rendering
*/
/*
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { 
    background: #f5f5f5;
    color: #4169e1;
    font-size: 100%;
}
td.diff-deletedline { 
    background: #f5f5f5;
    color: #b22222;
    font-size: 100%;
}
td.diff-context {
    background:#e6e6fa;
    color: #708090;
    font-size: 100%;
}
span.diffchange { color: #00008b; }

}
*/

#confirmemail { display:none; }