User:Tampo/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
     background:inherit !important;
     background:inherit !important;
     padding-right:inherit !important;
     padding-right:inherit !important;
 +
}
 +
 +
/* user notification thing */
 +
.usermessage {
 +
    background-color: #669966;
 +
    border: 1px solid #336600;
 +
    color: #000000;
 +
    font-weight: bold;
 +
    margin: 2em 0em 1em 0em;
 +
    padding: 0.5em 1em;
 +
    vertical-align: middle;
}
}

Revision as of 20:30, 5 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: #669966;
    border: 1px solid #336600;
    color: #000000;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}