Thanks for visiting Stormraven Gaming! We've moved to a new, private server. Please visit (and update your bookmarks to):

http://www.stormravengaming.net/wiki/

Editing and article creation here have been disabled. Thanks for your patience during our move to our new and happier home!

Header

From Stormravengaming

(Difference between revisions)
m (Color tweak.)
("tiled" styles for h3, nested tables)
Line 35: Line 35:
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
     text-align: left;
     text-align: left;
 +
}
 +
 +
table.tiled td h3 {
 +
    font-size: 110%;
 +
    padding-top: 0;
 +
    padding-bottom: .4em;
 +
}
 +
 +
table.tiled td table {
 +
    background-color: transparent;
 +
}
 +
 +
table.tiled td table td {
 +
    padding: 0 6px 6px;
  }
  }
   
   

Revision as of 03:02, 10 May 2006

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edit 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. 
      -if you want your code to look nice on this page, put a space at the beginning of each line
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css 
      
      For example uncomment this next section to turn all the text green:
  */
 /*
body {
   color: green;
}
 */ 

table.tiled {
   vertical-align: top;
   Width: 100%;
}

table.tiled td {
   background-color: inherit;
   padding: 6px;
   vertical-align: top;
   width: 50%;
}

table.tiled td h2 {
   color: #000;
   font-family: sans-serif;
   font-size: 120%;
   font-weight: bold;
   margin: 0 0 6px 0;
   padding: 0.2em 0.4em;
   text-align: left;
}

table.tiled td h3 {
   font-size: 110%;
   padding-top: 0;
   padding-bottom: .4em;
}

table.tiled td table {
   background-color: transparent;
}

table.tiled td table td {
   padding: 0 6px 6px;
}

table.tiled td.hero {
   background-color: #F6F6FE;
   border: 1px solid #CCCCF4;
}

table.tiled td.hero h2 {
   background-color: #CCCCF4;
   border: 1px solid #9898E8;
}

table.tiled td.dnd {
   background-color: #FEFCF6;
   border: 1px solid #F4EACC;
}

table.tiled td.dnd h2 {
   background-color: #F4EACC;
   border: 1px solid #E8D598;
}

table.tiled td.guide {
   background-color: #F6FEF6;
   border: 1px solid #CCF4CC;
}

table.tiled td.guide h2 {
   background-color: #CCF4CC;
   border: 1px solid #98E898;
}

</style>
<script type="text/javascript">
  //Add your javascript code here.
</script>
Personal tools