Files
roll20-character-sheets/Tremulus/Tremulus.css
JBeighel 66a3fd2730 Tremulus RPG (#5258)
* Tremulus RPG

Added a sheet for the Tremulus RPG.  This is another one that is powered by the apocalypse

* Bug fix and translation start

Corrected a bug where many of the selected moves were linked.  They should now all be individuals.

Also started down the path of adding translation support.  Tags were added for the basic character details, as well as the left column of the playset.

The right column (moves) and all of the rolling macros still need marked up.

* Sheet translation

All the text on the sheet is marked up for translation.

None of the sheet macros are done though, need to look into how those would work.

* Translation done

All the translaction text should be in place.  All sheet values as well as visible macro text is accounted for.
2019-07-09 07:45:39 -05:00

172 lines
3.5 KiB
CSS

div.sheet-Alienist,
div.sheet-Antiquarian,
div.sheet-Author,
div.sheet-Devout,
div.sheet-Detective,
div.sheet-Dilettante,
div.sheet-Doctor,
div.sheet-Heir,
div.sheet-Journalist,
div.sheet-Professor,
div.sheet-Salesman,
div.sheet-Custom
{
display: none;
}
input[type="radio"][value="0"]:checked ~ div.sheet-DarkestSelf-Rewritten
{
display: none;
}
input[type="radio"][value="1"]:checked ~ div.sheet-Alienist,
input[type="radio"][value="2"]:checked ~ div.sheet-Antiquarian,
input[type="radio"][value="3"]:checked ~ div.sheet-Author,
input[type="radio"][value="4"]:checked ~ div.sheet-Devout,
input[type="radio"][value="5"]:checked ~ div.sheet-Detective,
input[type="radio"][value="6"]:checked ~ div.sheet-Dilettante,
input[type="radio"][value="7"]:checked ~ div.sheet-Doctor,
input[type="radio"][value="8"]:checked ~ div.sheet-Heir,
input[type="radio"][value="9"]:checked ~ div.sheet-Journalist,
input[type="radio"][value="10"]:checked ~ div.sheet-Professor,
input[type="radio"][value="11"]:checked ~ div.sheet-Salesman,
input[type="radio"][value="99"]:checked ~ div.sheet-Custom
{
display: block;
}
.sheet-move_radio{
display:inline-block!important;
}
select.sheet-PlaybookSelect
{
position: relative;
top: 4px;
}
input[type="radio"]
{
display: none;
}
option.sheet-PlaybookSelect:checked
{
display: none;
}
/* TEXT FORMATTING */
h1 {
font-size: 120%;
font-family: "Tahoma";
color: black;
}
/* HR line */
hr {
display: block;
height: 4px;
border: 0;
border-top: 4px solid #000;
margin: 1em 0;
padding: 0;
}
/* ROLL TEMPLATE */
.sheet-rolltemplate-tremulus table {
margin-left: -45px;
margin-right: -1px;
width: 280px;
height: 165px;
padding: 0px;
background: linear-gradient(to bottom right, black, gray);
background-size: 280px 165px;
background-repeat: no-repeat;
font-family: "Baskerville", "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
border-spacing:0;
}
.sheet-rolltemplate-tremulus th {
color: rgb(250, 250, 250);
font-size: 1.7em;
text-align: left;
font-family: "Baskerville";
color: white;
text-shadow:
-1px -1px 0 #dc1921,
1px -1px 0 #dc1921,
-1px 1px 0 #dc1921,
1px 1px 0 #dc1921;
border-style:solid;
border-width:0px;
vertical-align:bottom;
height: 30px;
}
.sheet-rolltemplate-tremulus td {
vertical-align: top;
font-family: "Baskerville";
border-style:solid;
border-width:0px;
height: 30px;
font-size: 2em;
vertical-align:center;
color: #ffffff;
}
.sheet-rolltemplate-tremulus .sheet-result
{
font-size: 5em;
text-align: center;
padding-top: 40px;
}
.sheet-rolltemplate-tremulus .inlinerollresult,
.sheet-rolltemplate-tremulus .inlinerollresult.fullcrit,
.sheet-rolltemplate-tremulus .inlinerollresult.fullfail,
.sheet-rolltemplate-tremulus .inlinerollresult.importantroll
{
background-color: transparent;
color: #dc1921;
border: none;
}
.sheet-rolltemplate-tremulus .sheet-dieroll .inlinerollresult,
.sheet-rolltemplate-tremulus .sheet-dieroll .inlinerollresult.fullcrit,
.sheet-rolltemplate-tremulus .sheet-dieroll .inlinerollresult.fullfail,
.sheet-rolltemplate-tremulus .sheet-dieroll .inlinerollresult.importantroll
{
background-color: transparent;
color: #dc1921;
border: none;
}
.sheet-rolltemplate-tremulus .sheet-success
{
background-color: transparent;
color: #7CFC00;
border: none;
}
.sheet-rolltemplate-tremulus .sheet-partial
{
background-color: transparent;
color: #FFD700;
border: none;
}
.sheet-rolltemplate-tremulus .sheet-failure
{
background-color: transparent;
color: #FF0000;
border: none;
}