Files
roll20-character-sheets/Coriolis/Coriolis.css
T

107 lines
1.2 KiB
CSS

.sheet-character-sheet { display: none; }
.sheet-isPC:checked ~ .sheet-pc,
.sheet-isNPC:checked ~ .sheet-npc
{
display: block;
}
.charsheet {
background: url("http://i.imgur.com/nFUrjpc.jpg")
}
table {
border: 2px solid #62584d;
margin: 5px;
padding: 0px;
}
.sheet-ti {
border: 0px none;
margin: 0px;
padding: 0px;
}
td {
padding: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
h1, h2, h3, h4, h5 {
text-transform: uppercase;
}
h1, h2, h3, h6 {
color: #fff;
}
h4, h5 {
color: #000;
}
h6 {
font-size: 8px;
margin-left: 5px;
}
.sheet-table-thin {
width: 270px;
}
.sheet-table-wide {
width: 550px;
}
.sheet-table-widest {
width: 830px;
}
.sheet-table-invis {
}
.sheet-table-light {
background-color: #e3deda;
}
.sheet-table-medium {
background-color: #a09a93;
}
.sheet-table-dark {
background-color: #171f19;
}
.sheet-ba {
border: 1px solid #62584d;
}
.sheet-bb {
border-bottom: 1px solid #62584d;
}
.sheet-bl {
border-left: 1px solid #62584d;
}
.sheet-np {
padding: 0px;
}
.sheet-nm {
margin: 0px;
}
.cb-small {
color: #e3deda;
}
.cb-large {
color: #e3deda;
}
.text-singleline {
width: 1000%;
}