mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
344 lines
6.6 KiB
CSS
344 lines
6.6 KiB
CSS
body {
|
|
background:#fff;
|
|
}
|
|
|
|
span.sheet-lrg {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 3em;
|
|
color: gray;
|
|
}
|
|
|
|
p.attr_label {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1em;
|
|
margin-top: .5em;
|
|
}
|
|
|
|
p.attr_label_oth {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.3em;
|
|
margin-top: 1em;
|
|
background-color:gray;
|
|
color:white;
|
|
height:1.2em;
|
|
}
|
|
|
|
p.attr_label_str {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.3em;
|
|
margin-top: 1em;
|
|
background-color:green;
|
|
color:white;
|
|
height:1.2em;
|
|
}
|
|
|
|
p.attr_label_agi {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.3em;
|
|
margin-top: 1em;
|
|
background-color:red;
|
|
color:white;
|
|
height:1.2em;
|
|
}
|
|
|
|
p.attr_label_int {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.3em;
|
|
margin-top: 1em;
|
|
background-color:blue;
|
|
color:white;
|
|
height:1.2em;
|
|
}
|
|
|
|
p.attr_label_wil {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.3em;
|
|
margin-top: 1em;
|
|
background-color:purple;
|
|
color:white;
|
|
height:1.2em;
|
|
}
|
|
|
|
select.attr_code {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.4em;
|
|
text-align:center;
|
|
width:3.5em;
|
|
height:2em;
|
|
margin-top:.5em;
|
|
}
|
|
|
|
input.attr_score {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.4em;
|
|
text-align:center;
|
|
width:3.5em;
|
|
height:2em;
|
|
}
|
|
|
|
input.attr_intensity {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1em;
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
input.attr_edge {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.4em;
|
|
text-align:center;
|
|
width:3.5em;
|
|
height:2em;
|
|
margin-top:-.3em;
|
|
}
|
|
|
|
input.attr_handsize {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1.4em;
|
|
text-align:center;
|
|
width:3.5em;
|
|
height:2em;
|
|
margin-top:-1em;
|
|
}
|
|
|
|
input.attr_txt {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
padding: 2px;
|
|
height:2.2em;
|
|
line-height: 1em;
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
h3 {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1em;
|
|
margin-top: .5em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
textarea.attr_skilldesc {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
padding: 2px;
|
|
height:1.5em;
|
|
line-height: 1em;
|
|
font-size: 1em;
|
|
}
|
|
|
|
select.attr_skillcode {
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 1em;
|
|
text-align:center;
|
|
width:4.2em;
|
|
height:2.2em;
|
|
margin-top:.5em;
|
|
}
|
|
|
|
option.attr_skillcode_str {
|
|
color:green;
|
|
background-color:green;
|
|
}
|
|
|
|
.sheet-rolltemplate-showstr table {
|
|
width: 100%;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.sheet-rolltemplate-showstr th {
|
|
background-color: rgba(0, 128, 0,1);
|
|
color: #ffffff;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-showstr .userscript-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-showstr td {
|
|
padding: 5px;
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-showstr tr:nth-child(odd) {
|
|
background-color: rgba(217, 217, 214,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showstr tr:nth-child(even) {
|
|
background-color: rgba(233, 233, 233,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showagi table {
|
|
width: 100%;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.sheet-rolltemplate-showagi th {
|
|
background-color: rgba(255, 0, 0,1);
|
|
color: #ffffff;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-showagi .userscript-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-showagi td {
|
|
padding: 5px;
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-showagi tr:nth-child(odd) {
|
|
background-color: rgba(217, 217, 214,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showagi tr:nth-child(even) {
|
|
background-color: rgba(233, 233, 233,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showint table {
|
|
width: 100%;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.sheet-rolltemplate-showint th {
|
|
background-color: rgba(0, 0, 255,1);
|
|
color: #ffffff;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-showint .userscript-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-showint td {
|
|
padding: 5px;
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-showint tr:nth-child(odd) {
|
|
background-color: rgba(217, 217, 214,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showint tr:nth-child(even) {
|
|
background-color: rgba(233, 233, 233,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showwil table {
|
|
width: 100%;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.sheet-rolltemplate-showwil th {
|
|
background-color: rgba(102, 0, 204,1);
|
|
color: #ffffff;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-showwil .userscript-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-showwil td {
|
|
padding: 5px;
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-showwil tr:nth-child(odd) {
|
|
background-color: rgba(217, 217, 214,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showwil tr:nth-child(even) {
|
|
background-color: rgba(233, 233, 233,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showpow table {
|
|
width: 100%;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.sheet-rolltemplate-showpow th {
|
|
background-color: rgba(255, 255, 0,1);
|
|
color: #000000;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-showpow .userscript-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-showpow td {
|
|
padding: 5px;
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-showpow tr:nth-child(odd) {
|
|
background-color: rgba(217, 217, 214,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showpow tr:nth-child(even) {
|
|
background-color: rgba(233, 233, 233,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showequip table {
|
|
width: 100%;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.sheet-rolltemplate-showequip th {
|
|
background-color: rgba(255, 153, 0,1);
|
|
color: #000000;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-showequip .userscript-tcat {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-showequip td {
|
|
padding: 5px;
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-showequip tr:nth-child(odd) {
|
|
background-color: rgba(217, 217, 214,1);
|
|
}
|
|
|
|
.sheet-rolltemplate-showequip tr:nth-child(even) {
|
|
background-color: rgba(233, 233, 233,1);
|
|
} |