Files
roll20-character-sheets/Top Secret/TopSecret.css
T

228 lines
4.1 KiB
CSS

.sheet-main {
font-family:"Lucida Console", Monaco, monospace;
font-weight:normal;
text-align:left;
}
.sheet-logo-text {
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
transform: rotate(-45deg);a
float:left;
position:relative;
margin-left:0px;
padding-left:0px;
left:-45%;
top:15px;
font-family:Stencil Std, fantasy;
font-size:2em;
font-weight:bold;
color:red;
}
.sheet-logo-text-first-line {
text-align:center;
}
.sheet-logo-text-second-line {
padding-top:10px;
text-align:center;
}
.sheet-page-title {
font-size:2em;
font-family:Impact, Charcoal, sans-serif;
text-align:center;
}
.sheet-section-title {
font-size:1.5em;
font-family:Impact, Charcoal, sans-serif;
}
label {
font-size:1em;
}
input.sheet-tab
{
width: 132px;
height: 20px;
position: relative;
left: 6px;
margin: 10px -1.5px;
cursor: pointer;
z-index: 1;
border: 5px #888888;
}
input.sheet-tab::before
{
content: attr(title);
text-align: center;
display: inline-block;
background: #dddddd;
color: #aa0000;
font-family:Impact, Charcoal, sans-serif;
width: 150px;
height: 20px;
font-size: 16px;
border: 2px solid #888888;
}
input.sheet-tab:checked::before
{
background: #aa0000;
color: white;
border: 2px solid #888888;
}
div.sheet-tab-content
{ display: none; }
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
input.sheet-tab3:checked ~ div.sheet-tab3,
input.sheet-tab4:checked ~ div.sheet-tab4,
input.sheet-tab5:checked ~ div.sheet-tab5,
input.sheet-tab6:checked ~ div.sheet-tab6
{
display: block;
}
.sheet-instruction {
font-size:0.8em;
font-style:italic;
padding-bottom:10px;
}
.sheet-personal-traits-left-column {
width:45em;
}
.sheet-personal-trait-column {
width:35em;
}
.sheet-trait-box {
width:3em;
}
.sheet-weapon-column {
width:18em;
text-align:center;
font-weight:bold;
}
.sheet-weapon-speed-column {
width:10em;
text-align:center;
font-weight:bold;
}
.sheet-weapon-base-speed-column {
width:4em;
text-align:center;
font-weight:bold;
}
.sheet-weapon-pwv-column {
width:3em;
text-align:center;
font-weight:bold;
}
.sheet-weapon-base-accuracy-column {
width:6em;
text-align:center;
font-weight:bold;
}
.sheet-weapon-range-modifier-column {
width:15em;
text-align:center;
font-weight:bold;
}
.sheet-weapon-rate-column {
width:4em;
text-align:center;
font-weight:bold;
}
.sheet-weapon-range-modifier-subcolumn {
width:3em;
text-align:center;
font-weight:bold;
}
.sheet-general-column-header {
text-align:center;
font-weight:bold;
width:50%;
}
.sheet-general-column {
width:50%;
}
.sheet-equipment-carried-column {
width:100%;
}
.sheet-full-width-element {
width:100%;
}
.shee-area-of-knowledge-column {
width:70px;
}
.sheet-area-of-knowledge-name-column {
width:33%;
}
.sheet-area-of-knowledge-name-column-header {
font-weight:bold;
width:33%;
}
.sheet-area-of-knowledge-value-column {
width:3em;
margin-left:-10em;
}
.sheet-area-of-knowledge-value-column-header {
font-weight:bold;
}
.sheet-height-column {
width:4em;
}
.sheet-weight-column {
width:4em;
}
.sheet-sex-column {
width:2em;
}
.sheet-age-column {
width:3em;
}
.sheet-right-aligned {
text-align:right;
}
.sheet-top-padding {
padding-top:15px;
}
.sheet-title-top-padding {
padding-top:25px;
padding-bottom:5px;
}
.sheet-name-field {
width:25em;
}
.sheet-handedness-field {
width:5em;
}
.sheet-language-fluency-column {
width:5em;
margin-left:-10em;
}
.sheet-language-fluency-field {
width:5em;
}
.sheet-languages-known-column {
width:25em;
}
.sheet-languages-known-field {
width:15em;
}
.sheet-text-area {
width:100%;
}
.sheet-cover-text-area {
height:3em;
}
.sheet-history-text-area {
height:10em;
}
.sheet-notes-text-area {
height:28em;
}
.sheet-residence-text-area {
height:5em;
}
.sheet-notes-col {
margin-left:-5px;
}