User:Phlip/cologneblue.css
From Homestar Runner Wiki
(Difference between revisions)
(Icon for Mirror: links) |
m |
||
| Line 72: | Line 72: | ||
.newmessagesbox { | .newmessagesbox { | ||
| - | margin: 2em | + | margin: 2em 0 1em; |
background: #FFCE7B; | background: #FFCE7B; | ||
border: 1px solid #FFA500; | border: 1px solid #FFA500; | ||
Revision as of 19:23, 24 May 2006
#quickbar
{
position: fixed !important;
border: 1px solid #CCC;
background: #EEE;
width: 125px;
text-align: right;
padding: 5px;
}
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
background:#ccffcc;
font-size: smaller;
border: solid 1px black;
}
td.diff-deletedline {
background:#ffffaa;
font-size: smaller;
border: dotted 1px black;
}
td.diff-context {
background:#eeeeee;
font-size: smaller;
}
td.diff-addedline span.diffchange { color: blue; font-weight: bold; text-decoration: underline; }
td.diff-deletedline span.diffchange { color: red; font-weight: bold; text-decoration: line-through; }
#article a[href ^="http://homestarrunner.com"] { /* no www. */
background: url(/skins/monobook/hr-trans-blacker4.png) center left no-repeat !important;
padding-left: 23px !important;
padding-right: 0px !important;
}
#article a[href ^="http://podstar.homestarrunner.com"] { /* Podstar: */
background: url(http://www.apple.com/favicon.ico) center left no-repeat !important;
padding-left: 20px !important;
padding-right: 0px !important;
}
#article a[href ^="http://www.hrwiki.org/mirror"] { /* Mirror: */
background: url(/images/e/ea/HR_Mirrored.png) center left no-repeat !important;
padding-left: 23px !important;
padding-right: 0px !important;
}
#article a[href ^="http://forum.hrwiki.org"] { /* Forum: */
background: url(http://forum.hrwiki.org/favicon.ico) center left no-repeat !important;
padding-left: 20px !important;
padding-right: 0px !important;
}
#article a[href ^="http://fanstuff.hrwiki.org"] { /* HRFWiki: */
background: url(http://fanstuff.hrwiki.org/favicon.ico) center left no-repeat !important;
padding-left: 20px !important;
padding-right: 0px !important;
}
#article a[href ^="http://en.wikipedia.org"] { /* Wikipedia: */
color: #369 !important;
}
#article a[href ^="http://meta.wikipedia.org"] { /* MetaWikipedia: */
background: url(http://meta.wikipedia.org/favicon.ico) center left no-repeat !important;
padding-left: 20px !important;
padding-right: 0px !important;
}
#article a[href ^="http://us.imdb.com"] { /* IMDb: */
background: url(http://us.imdb.com/favicon.ico) center left no-repeat !important;
padding-left: 20px !important;
padding-right: 0px !important;
}
#article a.ipcontribs {
color: #096 !important;
}
.newmessagesbox {
margin: 2em 0 1em;
background: #FFCE7B;
border: 1px solid #FFA500;
color: black;
font-weight: bold;
font-size: 12px;
padding: 0.5em 1em;
text-align: center;
}
/*
fake one for user pages that have them
this is why the above one isn't called .usermessage
*/
.usermessage {
margin: 2em 0px 1em 0px;
border: 1px solid #FFA500;
text-align: center;
}
