Files
2017-04-16 19:48:02 +01:00

286 lines
4.9 KiB
CSS

.dummy{
/*incase BOM decides to screw up css */
}
.sheet-details_text{
width:279px;
margin-left:5px;
}
.sheet-details_sex_text{
width:189px;
margin-left:5px;
}
.sheet-blank_skill{
width:128px;
}
.sheet-blank_new_skill{
width:119px;
}
.sheet-disorders{
height:80px;
width:97%;
}
.charsheet div.sheet-skills1 {
display: none;
}
.charsheet div.sheet-skills2 {
display: none;
}
.charsheet div.sheet-skills3 {
display: none;
}
.charsheet div.sheet-skills4 {
display: none;
}
/*.sheet-useBackground input[value="1"]:checked ~ *.sheet-background*/
/*charsheet input.sheet-showskills:checked ~ div.sheet-skills1 */
.sheet-showskills[value="1"]:checked ~ div.sheet-skills1 {
display: block;
}
.sheet-showskills[value="2"]:checked ~ div.sheet-skills2 {
display: block;
}
.sheet-showskills[value="3"]:checked ~ div.sheet-skills3 {
display: block;
}
.sheet-showskills[value="4"]:checked ~ div.sheet-skills4 {
display: block;
}
button[type=roll].sheet-new_roll::before {
background-image: none;
font-size: 13px;
font-family: sans-serif;
content: "-?";
margin: 0 3px 0 0;
}
button[type=roll].sheet-new_roll {
/*background-image: none;
background-color: #f2f5d3;*/
margin:0px;
}
button[type=roll].sheet-new_roll2::before {
background-image: none;
font-size: 13px;
font-family: sans-serif;
content: "x?";
margin: 0 3px 0 0;
}
button[type=roll].sheet-new_roll2 {
/*background-image: none;
background-color: #f2f5d3;*/
margin:0px;
}
/*
.sheet-new_roll{
margin:0px!important;
font-size:1em!important;
}
*/
.sheet-rolltemplate-HL-Missle th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-HL-Missle table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}
.sheet-rolltemplate-HL-Melee th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-HL-Melee table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}
.sheet-rolltemplate-skillRoll th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-skillRoll table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}
.sheet-rolltemplate-melee-roll th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-melee-roll table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}
.sheet-rolltemplate-melee-roll .template_value{
text-align: right;
}
.sheet-rolltemplate-skillRoll .inlinerollresult {
background-color: transparent;
color: #000000;
border: none;
}
.sheet-rolltemplate-melee-roll .inlinerollresult {
background-color: transparent;
color: #000000;
border: none;
}
.repcontrol{
margin-right: 7px;
}
div.repcontrol button
{
width: 20px;
height: 20px;
color: transparent;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
div.repcontrol button.repcontrol_add::before,
div.repcontrol button.repcontrol_edit::before
{
font-family: Pictos;
position: relative;
color: #000;
}
/* +Add */
div.repcontrol button.repcontrol_add::before
{
content: "&"; /* & in Pictos is a + sign, while + is a plus inside a circle */
left: -5px;
top: -4px;
}
/* Modify */
div.repcontrol button.repcontrol_edit::before
{
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
content: "x"; /* x in Pictos is a crossed hammer and wrench */
left: -5px;
top: -4px;
}
/* Done */
div.repcontrol.editmode button.repcontrol_edit::before
{
content: "3"; /* 3 in Pictos is a check mark */
}
.sheet-HideConfig:checked ~ *.sheet-config {
display:none;
}
.charsheet span.sheet-is-config::after { /*Close Config: grayish background with black text*/
content: "^";
}
.charsheet .sheet-HideConfig:checked + span.sheet-is-config::after { /*Show Configuration: Black background with grayish text*/
content: "v";
}
.charsheet span.sheet-is-config {
text-align: center;
display: inline-block;
width: 5%;
height: 16px;
font-size: 9px;
/*font-family: "Pictos";*/
/*background: #65763c;*/
background: black; /*#93537c;*/
color: white; /*white;*/
font-weight: bold;
border-radius: 4px;
margin-left: -5%;
}
.charsheet input.sheet-HideConfig {
width: 5%;
height: 16px;
cursor: pointer;
margin-left: auto;
margin-top: auto;
/*position: absolute;
right: 20%;*/
opacity: 0;
z-index: 9999;
}
.charsheet .sheet-HideConfig:checked + span.sheet-is-config {
background: black;
border-radius: 4px;
color: white;
}
.charsheet label.sheet-configitem {
margin-left: 10px;
width: 50px;
font-size: .9em;
font-weight: normal
}
/*End Configuration Window*/
.sheet-armor_values{
display:inline-block
font-size:0.75em;
width:34px;
box-shadow: none;
border: 0px;
border-bottom: 1px solid black;
text-align:center;
}