Character Sheet/Character sheet styles.css

From FEInfobase

(Difference between revisions)
Jump to: navigation, search
Marcus (Talk | contribs)
(New page: table.characterSheet, table.characterSheet tbody { width:275px; float:right; clear:right; margin: 0 0 .5em 1em; } table.characterSheet tr { margin:0; width:275px; } table.characterSheet...)

Latest revision as of 13:58, 20 February 2009

table.characterSheet, table.characterSheet tbody { width:275px; float:right; clear:right; margin: 0 0 .5em 1em; }

table.characterSheet tr { margin:0; width:275px; }

table.characterSheet th { width:275px; }

table.characterSheet th.head { height:27px; font-size:1em; text-align:center; }

table.characterSheet th, table.characterSheet td { border:1px solid #666666; height:25px; padding:0px 5px; font-size:0.9em; text-align:left; }

table.characterSheet td { background:#232323; height:25px; border-right:none; width:36%; padding:0 5px; }

table.characterSheet td + td { border-left:none; border-right:1px solid #666666; width:64%; }

table.characterSheet tr + tr td,table.characterSheet tr + tr th { border-top:0; }

table.characterSheet th p, table.characterSheet td p { margin:0; }

table.characterSheet.dept_red th.head { background:#8c0000; } table.characterSheet.dept_red th { background:#490101; }

table.characterSheet.dept_gold th.head { background:#b49723; } table.characterSheet.dept_gold th { background:#675a12; }

table.characterSheet.dept_green th.head { background:#196308; } table.characterSheet.dept_green th { background:#094203; }

table.characterSheet.dept_blue th.head { background:#1a7f7e; } table.characterSheet.dept_blue th { background:#0a4d53; }

table.characterSheet.dept_black th.head { background:#000000; } table.characterSheet.dept_black th { background:#0f0f0f; }

table.characterSheet.dept_notSet th.head { background:#000000; } table.characterSheet.dept_notSet th { background:#0f0f0f; }

Personal tools