GURPS.css

From Bearscape Wiki
Jump to: navigation, search

.width12hp { width: 12.5%; } .width25p { width: 25%; } .width37hp { width: 37.5%; } .width50p { width: 50%; } .width100p { width: 100%; } .gray { color: gray; } .altrow { background-color: #e2f9e2; } .centeralign { text-align: center; } .rightalign { text-align: right; } .removetopborder { border-top: none !important; } .removebottomborder { border-bottom: none !important; } .removeleftborder { border-left: none !important; } .removerightborder { border-right: none !important; } .removeborder { border: none !important; }

table.gurps { margin: 0 !important; } table.gurps td {

 padding: 5px;
 vertical-align: top;
 white-space: nowrap;

}