Files
roll20-character-sheets/Celerity/charsheet_celerity.css
T
Aetis 417e64356b Updated Init Roll template
Updated Init Roll template
2018-12-15 02:48:56 -05:00

262 lines
5.0 KiB
CSS

.sheet-solidblack {font-size: 10px; color: #708090}
.sheet-whiteout {color: white;font-size: large;}
.sheet-whiteout-large {color: white;font-size: large;}
.sheet-whiteout-small {font-size: small; color: white;}
.sheet-normal-skill {font-size: normal;}
.sheet-nonexistent {font-size: 10px; color: white;}
.sheet-lousy-font {font-size:19px;}
.sheet-paged { background-color: white;
padding: 5px 5px 5px 5px;
position: relative;
}
.sheet-column {
float: left;
width: 24%;
text-align: center;
padding: 1px;
}
.sheet-half-column {
float: left;
width: 12%;
text-align: center;
padding: 1px;
}
.sheet-super-column {
float: left;
width: 37%;
text-align: center;
padding: 1px;
}
.sheet-stat-column {
float: left;
width: 8%;
text-align: center;
background-color:white;
}
.sheet-hp-column {
float: left;
width: 8%;
text-align: center;
margin-right:2px;
margin-left: 2px;
background-color:white;
}
.sheet-ac-column {
float: left;
width: 5%;
text-align: center;
margin-right:1px;
margin-left: 1px;
background-color:white;
}
.sheet-skill-column {
float: left;
text-align: center;
background-color:white;
}
.sheet-skill-column-title {
float: left;
text-align: left;
background-color:white;
}
.sheet-craft-column {
float: left;
text-align: right;
background-color:white;
}
.sheet-stat-title {
float: left;
width: 40%;
text-align: center;
border-radius: 5px;
background-color:black;
}
.sheet-stat-title2 {
float: left;
width: 8%;
text-align: center;
FFFFF
background-color:white;
}
.sheet-stat-title3 {
float: left;
width: 8%;
text-align: center;
border-radius: 5px;
margin-top: 1px;
margin-bottom: 1px;
background-color:black;
}
.sheet-stat-title4 {
float: left;
width: 14%;
text-align: center;
border-radius: 5px;
margin-top: 1px;
margin-bottom: 1px;
background-color:black;
}
.sheet-stat-title5 {
float: left;
width: 14%;
text-align: center;
background-color:white;
}
.sheet-weapon-label {
float: left;
text-align: center;
background-color:black;
height:auto;
}
/* Clear floats after the columns */
.sheet-row:after {
content: "";
display: table;
clear: both;
}
.sheet-skill {padding-top: 1px;}
.sheet-info-box {
border: 0px solid red;
border-bottom: 1px solid gray
}
.sheet-info-box2 {
border: 0px solid red;
border-bottom: 1px solid gray
float:left;
}
.sheet-stat-box {
border: 1px solid black;
}
.sheet-stat2-box {
border: 1px solid black;
}
.sheet-rolltemplate-CelerityAttack .sheet-container {
background-color: #ffffff;
border: 1px solid;
padding: 2px;
width: 189px;
}
.sheet-rolltemplate-CelerityAttack .sheet-container h1 {
color: rgb(126, 45, 64);
font-size: 1.2em;
font-variant: small-caps;
line-height: 20px;
}
.sheet-rolltemplate-CelerityAttack div {
padding: 2px;
};
.sheet-rolltemplate-CelerityAttack span {
color: rgb(126, 45, 64);
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
font-variant: small-caps;
line-height: 1.6em;
padding-left: 5px;
text-align: left;
}
.sheet-rolltemplate-CelerityAttack .sheet-subheader {
color: #000;
font-size: 1em;
font-style: italic;
}
.sheet-rolltemplate-CelerityAttack .sheet-arrow-right {
border-bottom: 2px solid transparent;
border-left: 180px solid rgb(126, 45, 64);
border-top: 2px solid transparent;
}
.sheet-rolltemplate-CelerityAttack .sheet-tcat {
font-style: italic;
}
.sheet-rolltemplate-CelerityAttack .inlinerollresult {
background-color: #ffffff;
border: none;
}
.sheet-rolltemplate-CelerityAttack .inlinerollresult.fullcrit {
color: #3FB315;
border: none;
}
.sheet-rolltemplate-CelerityAttack .inlinerollresult.fullfail {
color: #B31515;
border: none;
}
.sheet-rolltemplate-CelerityAttack .inlinerollresult.importandivoll {
color: #4A57ED;
border: none;
}
.sheet-rolltemplate-CelerityInitiative div {
padding: 2px;
};
.sheet-rolltemplate-CelerityInitiative span {
color: rgb(126, 45, 64);
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
font-variant: small-caps;
line-height: 1.6em;
padding-left: 5px;
text-align: left;
}
.sheet-rolltemplate-CelerityInitiative .sheet-container h1 {
color: rgb(126, 45, 64);
font-size: 1.2em;
font-variant: small-caps;
line-height: 20px;
}
.sheet-rolltemplate-CelerityInitiative .sheet-container {
background-color: #ffffff;
border: 1px solid;
padding: 2px;
width: 189px;
}
.sheet-rolltemplate-CelerityInitiative .sheet-arrow-right {
border-bottom: 2px solid transparent;
border-left: 180px solid rgb(45, 126, 64);
border-top: 2px solid transparent;
}
.sheet-rolltemplate-CelerityInitiative .sheet-tcat {
font-style: italic;
}
.sheet-rolltemplate-CelerityInitiative .inlinerollresult {
background-color: #ffffff;
border: none;
}