User:Phlip/cologneblue.css

From Homestar Runner Wiki

< User:Phlip(Difference between revisions)
Jump to: navigation, search
(Test complete)
 
(includes 16 intermediate revisions)
Line 16: Line 16:
     font-size: smaller;
     font-size: smaller;
     border: solid 1px black;
     border: solid 1px black;
 +
    white-space: -moz-pre-wrap;
}
}
td.diff-deletedline {
td.diff-deletedline {
Line 21: Line 22:
     font-size: smaller;
     font-size: smaller;
     border: dotted 1px black;
     border: dotted 1px black;
 +
    white-space: -moz-pre-wrap;
}
}
td.diff-context {
td.diff-context {
     background:#eeeeee;
     background:#eeeeee;
     font-size: smaller;
     font-size: smaller;
 +
    white-space: -moz-pre-wrap;
 +
}
 +
td.diff-addedline .diffchange
 +
{
 +
    background:#00ff00;
 +
    color: blue;
 +
    font-weight: bold;
 +
    text-decoration: underline;
 +
}
 +
td.diff-deletedline .diffchange
 +
{
 +
    background: #ffff00;
 +
    color: red;
 +
    font-weight: bold;
 +
    text-decoration: line-through;
}
}
-
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. */
+
#article a[href ^="http://homestarrunner.com"], /* no www. */
-
   background: url(/skins/monobook/hr.png) center left no-repeat !important;
+
#article a[href ^="http://localhost/hr"] {
-
   padding-left: 20px !important;
+
   background: url(/skins/monobook/hr-trans-blacker4.png) center left no-repeat !important;
 +
   padding-left: 23px !important;
   padding-right: 0px !important;
   padding-right: 0px !important;
}
}
Line 39: Line 55:
   padding-right: 0px !important;
   padding-right: 0px !important;
}
}
 +
/*
 +
#article a[href ^="http://www.hrwiki.org/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: */
#article a[href ^="http://forum.hrwiki.org"] { /* Forum: */
   background: url(http://forum.hrwiki.org/favicon.ico) center left no-repeat !important;
   background: url(http://forum.hrwiki.org/favicon.ico) center left no-repeat !important;
Line 62: Line 85:
   padding-right: 0px !important;
   padding-right: 0px !important;
}
}
-
#article a[href ^="/index.php?title=Special:Contributions"],
+
#article a.ipcontribs {
-
#article a[href ^="/index.php/Special:Contributions"],
+
-
#article a[href ^="http://www.hrwiki.org/index.php?title=Special:Contributions"],
+
-
#article a[href ^="http://www.hrwiki.org/index.php/Special:Contributions"] { /* to highlight IPs in recent changes */
+
   color: #096 !important;
   color: #096 !important;
}
}
.newmessagesbox {
.newmessagesbox {
-
   margin: 2em 0px 1em 144px;
+
   margin: 2em 0 1em;
   background: #FFCE7B;
   background: #FFCE7B;
   border: 1px solid #FFA500;
   border: 1px solid #FFA500;
Line 87: Line 107:
   border: 1px solid #FFA500;
   border: 1px solid #FFA500;
   text-align: center;
   text-align: center;
 +
}
 +
 +
img { vertical-align: middle; }
 +
 +
.servetime
 +
{
 +
  position: absolute;
 +
  top: 0;
 +
  right: 0;
 +
  padding: 0 0 5px 5px;
 +
}
 +
 +
dl, dl dl
 +
{
 +
  margin: 1ex 0;
 +
}
 +
dd + dd
 +
{
 +
  margin-top: 1ex;
 +
}
 +
 +
.allpagesredirect :link,
 +
.allpagesredirect :visited
 +
{
 +
  color: gray;
}
}

Current revision as of 07:24, 7 November 2009

#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;
    white-space: -moz-pre-wrap;
}
td.diff-deletedline {
    background:#ffffaa;
    font-size: smaller;
    border: dotted 1px black;
    white-space: -moz-pre-wrap;
}
td.diff-context {
    background:#eeeeee;
    font-size: smaller;
    white-space: -moz-pre-wrap;
}
td.diff-addedline .diffchange
{
    background:#00ff00;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}
td.diff-deletedline .diffchange
{
    background: #ffff00;
    color: red;
    font-weight: bold;
    text-decoration: line-through;
}

#article a[href ^="http://homestarrunner.com"], /* no www. */
#article a[href ^="http://localhost/hr"] {
   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"] {
   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;
}

img { vertical-align: middle; }

.servetime
{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 5px 5px;
}

dl, dl dl
{
  margin: 1ex 0;
}
dd + dd
{
  margin-top: 1ex;
}

.allpagesredirect :link,
.allpagesredirect :visited
{
  color: gray;
}
Personal tools