User:Cow Puncher/monobook.css

From Homestar Runner Wiki

< User:Cow Puncher(Difference between revisions)
Jump to: navigation, search
(Doing SOMETHING)
(Doing a code I found on the streets)
 
Line 1: Line 1:
-
/* Styling links to Homestar Runner */
+
/* begin main page change */
-
#n-officialsite a,
+
 
-
#bodyContent a[href ^="http://podstar.homestarrunner.com"],
+
.MainPageFanstuffBox {
-
#article a[href ^="http://podstar.homestarrunner.com"]
+
   background: url(http://img322.imageshack.us/img322/6598/nigelfanstuff24zj.png);
-
{
+
  background-color: #33CC00;
-
   background: url(/skins/monobook/hr-trans-blacker4.png) center left no-repeat !important;
+
   background-repeat: no-repeat;
-
   padding-left: 23px !important;
+
   background-position: bottom right;
-
   padding-right: 0px !important;
+
}
}
 +
 +
.MainPageWikiStuffBox {
 +
  background: url(http://img177.imageshack.us/img177/9606/superiorxiiibluejf5.png);
 +
  background-repeat: no-repeat;
 +
  background-position: bottom right;
 +
}
 +
 +
.NewsandInfoBox {
 +
  background: url(/skins/common/images/thecheat-background.gif);
 +
  background-color: #ffe;
 +
  background-repeat: no-repeat;
 +
  background-position: bottom right;
 +
}
 +
 +
/* end main page change */
 +
 +
h1, h2, h3 {
 +
  color: #0000CC;
 +
  margin: 0px;
 +
}
 +
 +
h4, h5, h6 {
 +
  color: #DC143C;
 +
  margin: 0px;
 +
}
 +
 +
:link { text-decoration: none; }
 +
 +
:link { color: #006699; }
 +
:link:visited { color: #000066; }
 +
:link:active, :link.new { color: #FFCC00; }
 +
:link.interwiki, :link.external { color: #663333; }
 +
:link.stub { color: #FF000; }
 +
 +
/* round tabs */
 +
#p-cactions ul li, #p-cactions ul li a { 
 +
  -moz-border-radius-topleft: 1em;
 +
  -moz-border-radius-topright: 1em;
 +
}
 +
div.pBody {
 +
  -moz-border-radius-topright: 1em;
 +
  -moz-border-radius-bottomright: 4em;
 +
}
 +
 +
input.searchButton {
 +
  padding: 0 0.4em !important;
 +
  cursor: crosshair;
 +
  background-color: #6699CC;
 +
  border: 3px solid #33CCCC;
 +
  font-weight: normal;
 +
}
 +
 +
/* LaMarr Hedy! - developer.valve.com */
 +
#content {
 +
    margin: 2.8em 0 0 12.2em;
 +
    padding: 0 1em 1.5em 1em;
 +
    background: white url('http://fanstuff.hrwiki.org/images/a/a3/Cowbadun.PNG');
 +
    background-repeat: no-repeat;
 +
    background-position: top center;
 +
}
 +
 +
/* Transform the user toolbar into a sidebox */
 +
#p-personal {
 +
    position:relative;
 +
    z-index:3;
 +
    width: 11.6em;
 +
}
 +
 +
#p-personal .pBody {
 +
    width: 10.7em;
 +
    border: none;
 +
    margin: 0 0 0.1em 0em;
 +
    float: none;
 +
    overflow: hidden;
 +
    font-size: 95%;
 +
    background: White;
 +
    border-collapse: collapse;
 +
    border: 1px solid #aaaaaa;
 +
    padding: 0 0.8em 0.3em .5em;
 +
}
 +
 +
#p-personal ul {
 +
    line-height: 2em;
 +
    list-style-type: square;
 +
    list-style-image: url("/style/monobook/bullet.gif");
 +
 +
    font-size:95%;
 +
    margin: 0 0 0 1.7em;
 +
    padding:0;
 +
    text-align:left;
 +
    text-transform: none;
 +
}
 +
 +
#p-personal li {
 +
    display: list-item;
 +
    padding:0;
 +
    margin: 0 0 0 0;
 +
    margin-bottom: 0.1em;
 +
}
 +
 +
/* suppress the person icon by your username */
 +
/* needed if not already in place */
 +
li#pt-userpage { background: none }

Current revision as of 23:21, 14 September 2007

/* begin main page change */

.MainPageFanstuffBox {
   background: url(http://img322.imageshack.us/img322/6598/nigelfanstuff24zj.png);
   background-color: #33CC00;
   background-repeat: no-repeat;
   background-position: bottom right;
}

.MainPageWikiStuffBox {
   background: url(http://img177.imageshack.us/img177/9606/superiorxiiibluejf5.png);
   background-repeat: no-repeat;
   background-position: bottom right;
}

.NewsandInfoBox {
   background: url(/skins/common/images/thecheat-background.gif);
   background-color: #ffe;
   background-repeat: no-repeat;
   background-position: bottom right;
}

/* end main page change */

h1, h2, h3 {
  color: #0000CC;
  margin: 0px;
}

h4, h5, h6 {
  color: #DC143C;
  margin: 0px;
}

:link { text-decoration: none; }

:link { color: #006699; }
:link:visited { color: #000066; }
:link:active, :link.new { color: #FFCC00; }
:link.interwiki, :link.external { color: #663333; }
:link.stub { color: #FF000; }

/* round tabs */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 4em;
}

input.searchButton {
   padding: 0 0.4em !important;
   cursor: crosshair;
   background-color: #6699CC;
   border: 3px solid #33CCCC; 
   font-weight: normal;
}

/* LaMarr Hedy! - developer.valve.com */
#content {
    margin: 2.8em 0 0 12.2em;
    padding: 0 1em 1.5em 1em;
    background: white url('http://fanstuff.hrwiki.org/images/a/a3/Cowbadun.PNG');
    background-repeat: no-repeat;
    background-position: top center;
}

/* Transform the user toolbar into a sidebox */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}

#p-personal .pBody {
    width: 10.7em;
    border: none;
    margin: 0 0 0.1em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
    line-height: 2em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");

    font-size:95%;
    margin: 0 0 0 1.7em;
    padding:0;
    text-align:left;
    text-transform: none;
}

#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}

/* suppress the person icon by your username */
/* needed if not already in place */
li#pt-userpage { background: none }
Personal tools