Header

From Neomia

(Difference between revisions)
 
(88 intermediate revisions not shown)
Line 1: Line 1:
-
<style type="text/css">
+
<style type="text/css">
-
 
+
.container {
-
  /*
+
width: 870px;
-
      Notes:  
+
}
-
      -You must log as admin to edith this page
+
-
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.  
+
.center {
-
      -if you want your code to look nice on this page, put a space at the beginning of each line
+
margin-left: auto;
-
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
+
margin-right: auto;
-
     
+
}
-
      For example uncomment this next section to turn all the text green:
+
-
  */
+
.contentcenter {
-
  /*
+
text-align: center;
-
  body {
+
}
-
    color: green;
+
 +
#p-cactions, #p-personal, #p-Wiki, #p-Neomia, #p-logo, #p-tb {
 +
  display: inline !important;
 +
  width: 100px !important;
 +
}
 +
 +
.infoTable {
 +
width: 21em;
 +
padding: 2x;
 +
font-size: 92%;
 +
margin-left: 9px;
 +
float: right;
 +
}
 +
 +
.itemTable {
 +
margin-right: 5px;
 +
float: left !important;
 +
margin-left: 0px !important;
 +
margin-bottom: 10px;
 +
}
 +
 +
.infoTable th {
 +
font-size: larger;
 +
color: #FFFFFF;
 +
background-color: #0000BB;
 +
text-align:center;
 +
}
 +
 +
  .infoTableImg {
 +
text-align: center;
 +
background-color: #FFFFFF;
 +
}
 +
 +
.topLogo {
 +
text-align: center;
 +
width: 154px;
 +
float: left;
 +
}
 +
 +
.itemLogo {
 +
width: 100%;
 +
margin-top: 5px;
 +
text-align: center;
 +
}
 +
 +
.itemInfo {
 +
width: 600px;
 +
border: 1px solid gray;
 +
margin-left: 250px;
 +
margin-bottom: 10px;
 +
padding-left: 5px;
 +
}
 +
 +
.infoTitle {
 +
font-weight: bold;
 +
}
 +
 +
.infoTable td {
 +
border-bottom: 1px solid gray;
 +
}
 +
 +
#catlinks {
 +
width: 845px;
  }
  }
-
  */
+
-
  </style>
+
.iconTable td {
 +
padding: 0px;
 +
}
 +
   
 +
.icon1 {width: 18px; height: 18px;}
 +
.icon2 {width: 36px; height: 18px;}
 +
.icon3 {width: 54px; height: 18px;}
 +
.icon4 {width: 72px; height: 18px;}
 +
.icon5 {width: 90px; height: 18px;}
 +
.icon6 {width: 108px; height: 18px;}
 +
.icon7 {width: 126px; height: 18px;}
 +
.icon8 {width: 144px; height: 18px;}
 +
.icon9 {width: 162px; height: 18px;}
 +
.icon10 {width: 180px; height: 18px;}
 +
.icon11 {width: 198px; height: 18px;}
 +
.icon12 {width: 216px; height: 18px;}
 +
.icon13 {width: 234px; height: 18px;}
 +
.icon14 {width: 252px; height: 18px;}
 +
.icon15 {width: 270px; height: 18px;}
 +
.icon16 {width: 288px; height: 18px;}
 +
.icon17 {width: 306px; height: 18px;}
 +
.icon18 {width: 324px; height: 18px;}
 +
.icon19 {width: 342px; height: 18px;}
 +
.icon20 {width: 360px; height: 18px;}
-
<script type="text/javascript">
+
.air {background-image: url(http://images.neopets.com/battledome/icons/air.gif);}
-
  //Your Javascript Here
+
.physical {background-image: url(http://images.neopets.com/battledome/icons/physical.gif);}
-
</script>
+
.water {background-image: url(http://images.neopets.com/battledome/icons/water.gif);}
 +
.fire {background-image: url(http://images.neopets.com/battledome/icons/fire.gif);}
 +
.light {background-image: url(http://images.neopets.com/battledome/icons/light.gif);}
 +
.darkness {background-image: url(http://images.neopets.com/battledome/icons/darkness.gif);}
 +
.earth {background-image: url(http://images.neopets.com/battledome/icons/earth.gif);}
 +
</style>

Current revision as of 20:31, 10 April 2007

<style type="text/css">

.container {
width: 870px;
}

.center {
margin-left: auto;
margin-right: auto;
}

.contentcenter {
text-align: center;
}

#p-cactions, #p-personal, #p-Wiki, #p-Neomia, #p-logo, #p-tb {
 display: inline !important;
 width: 100px !important; 
}

.infoTable {
width: 21em; 
padding: 2x; 
font-size: 92%; 
margin-left: 9px;
float: right;
}

.itemTable {
margin-right: 5px;
float: left !important;
margin-left: 0px !important;
margin-bottom: 10px;
}

.infoTable th {
font-size: larger; 
color: #FFFFFF; 
background-color: #0000BB; 
text-align:center;
}

.infoTableImg {
text-align: center;
background-color: #FFFFFF;
}

.topLogo {
text-align: center; 
width: 154px; 
float: left;
}

.itemLogo {
width: 100%;
margin-top: 5px;
text-align: center;
}

.itemInfo {
width: 600px;
border: 1px solid gray;
margin-left: 250px;
margin-bottom: 10px;
padding-left: 5px;
}

.infoTitle {
font-weight: bold;
}

.infoTable td {
border-bottom: 1px solid gray; 
}

#catlinks {
width: 845px;
}

.iconTable td { padding: 0px; }

.icon1 {width: 18px; height: 18px;} .icon2 {width: 36px; height: 18px;} .icon3 {width: 54px; height: 18px;} .icon4 {width: 72px; height: 18px;} .icon5 {width: 90px; height: 18px;} .icon6 {width: 108px; height: 18px;} .icon7 {width: 126px; height: 18px;} .icon8 {width: 144px; height: 18px;} .icon9 {width: 162px; height: 18px;} .icon10 {width: 180px; height: 18px;} .icon11 {width: 198px; height: 18px;} .icon12 {width: 216px; height: 18px;} .icon13 {width: 234px; height: 18px;} .icon14 {width: 252px; height: 18px;} .icon15 {width: 270px; height: 18px;} .icon16 {width: 288px; height: 18px;} .icon17 {width: 306px; height: 18px;} .icon18 {width: 324px; height: 18px;} .icon19 {width: 342px; height: 18px;} .icon20 {width: 360px; height: 18px;}

.air {background-image: url(http://images.neopets.com/battledome/icons/air.gif);} .physical {background-image: url(http://images.neopets.com/battledome/icons/physical.gif);} .water {background-image: url(http://images.neopets.com/battledome/icons/water.gif);} .fire {background-image: url(http://images.neopets.com/battledome/icons/fire.gif);} .light {background-image: url(http://images.neopets.com/battledome/icons/light.gif);} .darkness {background-image: url(http://images.neopets.com/battledome/icons/darkness.gif);} .earth {background-image: url(http://images.neopets.com/battledome/icons/earth.gif);} </style>

Personal tools