mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update CypherSystem.css
This commit is contained in:
+194
-198
@@ -1,179 +1,3 @@
|
||||
/* Roll templates */
|
||||
.sheet-rolltemplate-cyphMsg table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #FEFAFA;
|
||||
border-bottom: 1px solid #B80000;
|
||||
}
|
||||
.sheet-rolltemplate-cyphMsg tr {
|
||||
border-left: 1px solid #B80000;
|
||||
border-right: 1px solid #B80000;
|
||||
}
|
||||
.sheet-rolltemplate-cyphMsg th {
|
||||
background-color: #B80000;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphInit table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #FAF4FA;
|
||||
border-bottom: 1px solid #931693;
|
||||
}
|
||||
.sheet-rolltemplate-cyphInit tr {
|
||||
border-left: 1px solid #931693;
|
||||
border-right: 1px solid #931693;
|
||||
}
|
||||
.sheet-rolltemplate-cyphInit th {
|
||||
background-color: #931693;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRecovery table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #EAF3EA;
|
||||
border-bottom: 1px solid #2E8A2E;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRecovery tr {
|
||||
border-left: 1px solid #2E8A2E;
|
||||
border-right: 1px solid #2E8A2E;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRecovery th {
|
||||
background-color: #2E8A2E;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll table
|
||||
, .sheet-rolltemplate-cyphBasicRoll table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #FBFCFC;
|
||||
border-bottom: 1px solid #4E686A;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll tr:first-child
|
||||
, .sheet-rolltemplate-cyphBasicRoll tr:first-child
|
||||
, .sheet-rolltemplate-cyphRecovery tr:first-child
|
||||
, .sheet-rolltemplate-cyphInit tr:first-child
|
||||
, .sheet-rolltemplate-cyphMsg tr:first-child {
|
||||
border:none;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll tr
|
||||
, .sheet-rolltemplate-cyphBasicRoll tr {
|
||||
border-left: 1px solid #4E686A;
|
||||
border-right: 1px solid #4E686A;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll th
|
||||
, .sheet-rolltemplate-cyphBasicRoll th {
|
||||
background-color: #4E686A;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll td
|
||||
, .sheet-rolltemplate-cyphBasicRoll td
|
||||
, .sheet-rolltemplate-cyphRecovery td
|
||||
, .sheet-rolltemplate-cyphInit td
|
||||
,.sheet-rolltemplate-cyphMsg td {
|
||||
padding-left: 5px;
|
||||
font-family: "Verdana";
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll hr
|
||||
, .sheet-rolltemplate-cyphBasicRoll hr
|
||||
, .sheet-rolltemplate-cyphRecovery hr
|
||||
, .sheet-rolltemplate-cyphInit hr
|
||||
,.sheet-rolltemplate-cyphMsg hr {
|
||||
margin: 4px 0 4px 0;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll .sheet-tcat
|
||||
, .sheet-rolltemplate-cyphBasicRoll .sheet-tcat
|
||||
, .sheet-rolltemplate-cyphRecovery .sheet-tcat
|
||||
, .sheet-rolltemplate-cyphInit .sheet-tcat
|
||||
,.sheet-rolltemplate-cyphMsg .sheet-tcat {
|
||||
font-style: italic;
|
||||
font-variant: small-caps;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRoll .inlinerollresult
|
||||
, .sheet-rolltemplate-cyphMsg .inlinerollresult {
|
||||
font-weight:normal;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-family: "Verdana";
|
||||
font-size: 1em;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll .inlinerollresult
|
||||
, .sheet-rolltemplate-cyphRecovery .inlinerollresult
|
||||
, .sheet-rolltemplate-cyphInit .inlinerollresult {
|
||||
font-weight:normal;
|
||||
background-color: transparent;
|
||||
font-family: "Verdana";
|
||||
font-size: 1em;
|
||||
border: 1px solid LightGray;
|
||||
}
|
||||
/************* SHEET ***************/
|
||||
div,
|
||||
button,
|
||||
@@ -194,17 +18,45 @@ span.sheet-smallspan{
|
||||
}
|
||||
input[type=radio].sheet-styleCypher,
|
||||
input[type=radio].sheet-styleNumenera,
|
||||
input[type=radio].sheet-styleTheStrange{
|
||||
input[type=radio].sheet-styleTheStrange,
|
||||
input[type=radio].sheet-styleNpc{
|
||||
margin-left: 10px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
input[type=radio].sheet-styleCypher + span,
|
||||
input[type=radio].sheet-styleNumenera + span,
|
||||
input[type=radio].sheet-styleTheStrange + span{
|
||||
input[type=radio].sheet-styleTheStrange + span,
|
||||
input[type=radio].sheet-styleNpc + span{
|
||||
font-size:11px;
|
||||
color: #888888;
|
||||
text-align:left;
|
||||
}
|
||||
input[type=radio].sheet-styleNumenera:checked ~ .sheet-main{
|
||||
background: linear-gradient(#E1E1EE,white);
|
||||
width: 1056px;
|
||||
padding: 10px;
|
||||
}
|
||||
input[type=radio].sheet-styleNumenera:checked ~ .sheet-main{
|
||||
background: white;
|
||||
width: 1056px;
|
||||
padding: 10px;
|
||||
}
|
||||
input[type=radio].sheet-styleTheStrange:checked ~ .sheet-main{
|
||||
background: linear-gradient(#1B1E30, #DBDCDE, #E0E7ED, white);
|
||||
width: 1056px;
|
||||
padding: 10px;
|
||||
}
|
||||
input[type=radio].sheet-styleNpc:checked ~ .sheet-main{
|
||||
display: none;
|
||||
}
|
||||
input[type=radio].sheet-styleNumenera:checked ~ .sheet-npc,
|
||||
input[type=radio].sheet-styleNumenera:checked ~ .sheet-npc,
|
||||
input[type=radio].sheet-styleTheStrange:checked ~ .sheet-npc{
|
||||
display: none;
|
||||
}
|
||||
input[type=radio].sheet-styleNpc:checked ~ .sheet-npc{
|
||||
display: inherit;
|
||||
}
|
||||
button[type=roll].sheet-basicbt {
|
||||
padding: 2px 0px 0px 1px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
@@ -241,7 +93,7 @@ input[type=radio].sheet-styleNumenera:checked ~ div.sheet-main button[type=roll]
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
color: #A09C90;
|
||||
border-width: 1px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #A09C90;
|
||||
border-radius: 10px;
|
||||
@@ -265,7 +117,7 @@ input[type=radio].sheet-styleTheStrange:checked ~ div.sheet-main button[type=rol
|
||||
font-size: 1.2em;
|
||||
font-weight: normal;
|
||||
color: #050E29;
|
||||
border-width: 1px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: rgba(5,14,41,0.5);
|
||||
border-radius: 10px;
|
||||
@@ -391,21 +243,6 @@ input[type="radio"]{
|
||||
margin: 0px;
|
||||
width: 12px;
|
||||
}
|
||||
.sheet-main{
|
||||
background: linear-gradient(#E1E1EE,white);
|
||||
width: 1056px;
|
||||
padding: 10px;
|
||||
}
|
||||
input[type=radio].sheet-styleNumenera:checked ~ .sheet-main{
|
||||
background: white;
|
||||
width: 1056px;
|
||||
padding: 10px;
|
||||
}
|
||||
input[type=radio].sheet-styleTheStrange:checked ~ .sheet-main{
|
||||
background: linear-gradient(#1B1E30, #DBDCDE, #E0E7ED, white);
|
||||
width: 1056px;
|
||||
padding: 10px;
|
||||
}
|
||||
input[type=text].sheet-whiteinput{
|
||||
background: white;
|
||||
height: 25px;
|
||||
@@ -581,15 +418,15 @@ input[type=radio].sheet-styleTheStrange:checked ~ div.sheet-main .sheet-inpblock
|
||||
img.sheet-gamelogoCypher{
|
||||
width: 330px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
img.sheet-gamelogoNumenera{
|
||||
width: 330px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
img.sheet-gamelogoTheStrange{
|
||||
width: 330px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
input[type=radio].sheet-styleCypher:checked ~ div.sheet-main img.sheet-gamelogoCypher{
|
||||
display: block;
|
||||
}
|
||||
@@ -599,3 +436,162 @@ input[type=radio].sheet-styleNumenera:checked ~ div.sheet-main img.sheet-gamelog
|
||||
input[type=radio].sheet-styleTheStrange:checked ~ div.sheet-main img.sheet-gamelogoTheStrange{
|
||||
display: block;
|
||||
}
|
||||
/* Roll templates */
|
||||
.sheet-rolltemplate-cyphMsg table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #FEFAFA;
|
||||
border-bottom: 1px solid #B80000;
|
||||
}
|
||||
.sheet-rolltemplate-cyphMsg tr {
|
||||
border-left: 1px solid #B80000;
|
||||
border-right: 1px solid #B80000;
|
||||
}
|
||||
.sheet-rolltemplate-cyphMsg th {
|
||||
background-color: #B80000;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphInit table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #FAF4FA;
|
||||
border-bottom: 1px solid #931693;
|
||||
}
|
||||
.sheet-rolltemplate-cyphInit tr {
|
||||
border-left: 1px solid #931693;
|
||||
border-right: 1px solid #931693;
|
||||
}
|
||||
.sheet-rolltemplate-cyphInit th {
|
||||
background-color: #931693;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRecovery table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #EAF3EA;
|
||||
border-bottom: 1px solid #2E8A2E;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRecovery tr {
|
||||
border-left: 1px solid #2E8A2E;
|
||||
border-right: 1px solid #2E8A2E;
|
||||
}
|
||||
.sheet-rolltemplate-cyphRecovery th {
|
||||
background-color: #2E8A2E;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll table {
|
||||
width: 189px;
|
||||
padding: 2px;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
border: none;
|
||||
background-color: #FBFCFC;
|
||||
border-bottom: 1px solid #4E686A;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll tr:first-child
|
||||
, .sheet-rolltemplate-cyphRecovery tr:first-child
|
||||
, .sheet-rolltemplate-cyphInit tr:first-child
|
||||
, .sheet-rolltemplate-cyphMsg tr:first-child {
|
||||
border:none;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll tr {
|
||||
border-left: 1px solid #4E686A;
|
||||
border-right: 1px solid #4E686A;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll th {
|
||||
background-color: #4E686A;
|
||||
color : #FBFCFC;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-variant: small-caps;
|
||||
border-top-left-radius:6px;
|
||||
border-top-right-radius:6px;
|
||||
border-bottom-right-radius:0px;
|
||||
border-bottom-left-radius:0px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll td
|
||||
, .sheet-rolltemplate-cyphRecovery td
|
||||
, .sheet-rolltemplate-cyphInit td
|
||||
,.sheet-rolltemplate-cyphMsg td {
|
||||
padding-left: 5px;
|
||||
font-family: "Verdana";
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll hr
|
||||
, .sheet-rolltemplate-cyphRecovery hr
|
||||
, .sheet-rolltemplate-cyphInit hr
|
||||
,.sheet-rolltemplate-cyphMsg hr {
|
||||
margin: 4px 0 4px 0;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(5,109,161,1.75), rgba(0,0,0,0));
|
||||
}
|
||||
.sheet-rolltemplate-cyphMsg .inlinerollresult {
|
||||
font-weight:normal;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-family: "Verdana";
|
||||
font-size: 1em;
|
||||
}
|
||||
.sheet-rolltemplate-cyphBasicRoll .inlinerollresult
|
||||
, .sheet-rolltemplate-cyphRecovery .inlinerollresult
|
||||
, .sheet-rolltemplate-cyphInit .inlinerollresult {
|
||||
font-weight:normal;
|
||||
background-color: transparent;
|
||||
font-family: "Verdana";
|
||||
font-size: 1em;
|
||||
border: 1px solid LightGray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user