Files
roll20-character-sheets/D6StarWars/D6StarWars.css
T
paw818 5085489ae5 Update D6StarWars.css
Fixed the background, added a lot of stuff to do with the html changes.
2014-09-18 16:12:15 -06:00

106 lines
1.9 KiB
CSS

.charsheet {
backgroundposition: [center] ;background-image: url(http://fc08.deviantart.net/fs70/f/2011/342/6/0/nebula_starfield_stock_by_blacklab94-d4ijaqx.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
color:white;
}
.charsheet label, h3{
color:white;
}
.charsheet table{
border-collapse:separate;
border-spacing:10px;
}
.charsheet textarea{
resize:none;
}
.charsheet .sheet-toppad{
padding:2px;
}
.charsheet input[type=number].sheet-credits{
width:80px;
padding-top:2px;
padding-bottom:2px;
}
.charsheet .sheet-section{
border-top: 5px dotted white;
padding-top:10px;
padding-bottom:10px;
}
.charsheet input[type=number].sheet-smallnumber{
width:40px;
}
.charsheet input[type=text].sheet-smalltext{
width:60px;
margin:0px;
}
.charsheet input[type=text].sheet-shorttext{
padding-top:2px;
padding-bottom:2px;
}
.charsheet input[type=text].sheet-skilltext{
/*changed width from 135*/
width:115px;
padding:2px;
margin-left:3px;
}
.charsheet .sheet-right{
float:right;
}
.charsheet .sheet-bold{
font-size: 12pt;
margin-bottom: 10px;
}
.charsheet .sheet-forcebutton{
width:110px;
padding-right:10px;
}
.charsheet .sheet-tdborder{
border: 2px solid white;
vertical-align:top;
width:260px;
}
.charsheet .sheet-rightmargin{
margin-right:0px;
}
.charsheet input[type=number].sheet-smallshortnumber{
width:40px;
padding-top:2px;
padding-bottom:2px;
display: inline-block;
float:right;
}
.charsheet input[type=number].sheet-shortnumber{
padding-top:2px;
padding-bottom:2px;
}
.charsheet select.sheet-smallselect{
width:60px;
height:25px;
padding-top:2px;
padding-bottom:2px;
margin:0px;
display: inline-block;
float:right;
}
.charsheet label.sheet-areaLabel{
margin:0px;
}