MediaWiki:Sidebar

From Funny Wiki

(Difference between revisions)
m
Line 1: Line 1:
-
* navigation
+
/* Tunning Up You Have New Messages Sign (TUYHNMS) */
-
** mainpage|mainpage
+
.usermessage {
-
** portal-url|portal
+
    background-color: black;
-
** currentevents-url|currentevents
+
    border: 2px solid gray;
-
** recentchanges-url|recentchanges
+
    color: red;
-
** randompage-url|randompage
+
    font-weight: bold;
-
** helppage|help
+
    margin: 2em 0em 1em 0em;
-
** irc://irc.freenode.net/Funny_wiki|IRC channel
+
    padding: 0.5em 1em;
 +
    vertical-align: middle;
 +
}
-
* Partner wikis
+
/* Homestar Runner Fanstuff Wiki Disturbed Edition minor monobook change. */
-
** http://www.editthis.info/efilms/index.php|Efilms wiki
+
/* Created by The thing, edited by The thing */
-
** http://www.editthis.info/old_gaming_wiki/index.php/Main_Page|Old gaming wiki
+
/* Changes to come: Main Page Character Replacement */
 +
 
 +
/* These alter the Main Page boxes to have replacement characters. */
 +
 
 +
.MainPageFanstuffBox {
 +
  background: url('');
 +
  background-repeat: no-repeat;
 +
  background-position: bottom right;
 +
}
 +
 
 +
.MainPageWikiStuffBox {
 +
  background: url('');
 +
  background-repeat: no-repeat;
 +
  background-position: bottom right;
 +
}
 +
 
 +
 
 +
/* Temporary background */
 +
body {
 +
    font: v-small arial narrow;
 +
    background: black url('http://www.starwars.com/databank/starship/tieadvancedx1/img/movie_bg.jpg') 0 0 repeat;
 +
    color: black;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
 
 +
/* WARNING: THESE ARE BEING USED TO EXPERIMENT WITH SOME CSS, ADD AT YOUR OWN RISK! AND IF YOU DO, KEEP THIS COMMENT. */
 +
#content {
 +
    margin: 2.8em 0 0 12.2em;
 +
    padding: 0 1em 1.5em 1em;
 +
    background: lightgrey;
 +
    color: black;
 +
    border: 1px solid #aaa;
 +
    border-right: none;
 +
    line-height: 1.5em;
 +
    position: relative;
 +
    z-index: 2;
 +
}
 +
h1, h2, h3, h4, h5, h6 {
 +
    color: red;
 +
    background: green;
 +
    font-weight: bold;
 +
    margin: 0;
 +
    padding-top: .5em;
 +
    padding-bottom: .17em;
 +
    border-bottom: 1px solid #aaa;
 +
}
 +
 
 +
h1 { font-size: 188%; }
 +
h2 { font-size: 150%; }
 +
h3, h4, h5, h6 {
 +
    border-bottom: none;
 +
    font-weight: bold;
 +
}
 +
h3 { font-size: 132%; }
 +
h4 { font-size: 116%; }
 +
h5 { font-size: 100%; }
 +
h6 { font-size: 80%;  }
 +
h1, h2 {
 +
    border-bottom: none;
 +
    font-weight: bold;
 +
}
 +
 
 +
#p-personal li {
 +
    z-index: 0;
 +
    border: none;
 +
    padding: 0;
 +
    display: inline;
 +
    color: gray;
 +
    margin-left: 1em;
 +
    line-height: 1.2em;
 +
    background: none;
 +
}
 +
#p-personal li a {
 +
    text-decoration: none;
 +
    color: red;
 +
    padding-bottom: .2em;
 +
    background: none;
 +
}
 +
#p-personal li a:hover {
 +
    background-color: darkblue;
 +
    padding-bottom: .2em;
 +
    text-decoration: none;
 +
}

Revision as of 23:04, 28 March 2006

/* Tunning Up You Have New Messages Sign (TUYHNMS) */ .usermessage {

   background-color: 	black;
   border: 2px solid gray;
   color: red;
   font-weight: bold;
   margin: 2em 0em 1em 0em;
   padding: 0.5em 1em;
   vertical-align: middle;

}

/* Homestar Runner Fanstuff Wiki Disturbed Edition minor monobook change. */ /* Created by The thing, edited by The thing */ /* Changes to come: Main Page Character Replacement */

/* These alter the Main Page boxes to have replacement characters. */

.MainPageFanstuffBox {

  background: url();
  background-repeat: no-repeat;
  background-position: bottom right;

}

.MainPageWikiStuffBox {

  background: url();
  background-repeat: no-repeat;
  background-position: bottom right;

}


/* Temporary background */ body {

   font: v-small arial narrow;
   background: black url('http://www.starwars.com/databank/starship/tieadvancedx1/img/movie_bg.jpg') 0 0 repeat;
   color: black;
   margin: 0;
   padding: 0;

}

/* WARNING: THESE ARE BEING USED TO EXPERIMENT WITH SOME CSS, ADD AT YOUR OWN RISK! AND IF YOU DO, KEEP THIS COMMENT. */

  1. content {
   margin: 2.8em 0 0 12.2em;
   padding: 0 1em 1.5em 1em;
   background: lightgrey;
   color: black;
   border: 1px solid #aaa;
   border-right: none;
   line-height: 1.5em;
   position: relative;
   z-index: 2;

} h1, h2, h3, h4, h5, h6 {

   color: red;
   background: green;
   font-weight: bold;
   margin: 0;
   padding-top: .5em;
   padding-bottom: .17em;
   border-bottom: 1px solid #aaa;

}

h1 { font-size: 188%; } h2 { font-size: 150%; } h3, h4, h5, h6 {

   border-bottom: none;
   font-weight: bold;

} h3 { font-size: 132%; } h4 { font-size: 116%; } h5 { font-size: 100%; } h6 { font-size: 80%; } h1, h2 {

   border-bottom: none;
   font-weight: bold;

}

  1. p-personal li {
   z-index: 0;
   border: none;
   padding: 0;
   display: inline;
   color: gray;
   margin-left: 1em;
   line-height: 1.2em;
   background: none;

}

  1. p-personal li a {
   text-decoration: none;
   color: red;
   padding-bottom: .2em;
   background: none;

}

  1. p-personal li a:hover {
   background-color: darkblue;
   padding-bottom: .2em;
   text-decoration: none;

}

Personal tools