User:Tampo/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
.usermessage {
.usermessage {
     background-color: #00FFFF;
     background-color: #00FFFF;
-
     border: 1px solid #0000FF;
+
     border: 1px solid #39F;
     color: #000000;
     color: #000000;
     font-weight: bold;
     font-weight: bold;

Revision as of 21:49, 25 March 2006

/* Get rid of the stupid arrow after external links (only for http for the time being) */
#bodyContent a[href ^="http://"] {
    background:inherit !important;
    padding-right:inherit !important;
}

/* user notification thing */
.usermessage {
    background-color: #00FFFF;
    border: 1px solid #39F;
    color: #000000;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
Personal tools