Files
Stephanie Bryant 0e11f6e7a3 Update raspberryheaven.css
QOL Improvements: placeholder for fields.
2019-02-09 17:03:03 -08:00

154 lines
2.9 KiB
CSS

.credits {
font-family:Arial, sans-serif;
font-size:9pt;
font-style:italics;
}
.sheet-heading {
font-family:Candal;sans-serif;
font-size:12pt;
font-weight:bold;
padding-bottom:10px;
}
.sheet-desctext {
font-family:Arial,sans-serif;
}
.sheet-moveheader {
justify-content: center;
font-family:Candal,sans-serif;
}
.sheet-d12button {
font-family:dicefontd12;
}
.sheet-moverowodd {
background-color: #c4c4c4;
color: #000000;
}
.sheet-moveroweven {
background-color: #ffffff;
color: #000000;
}
.sheet-moveheader {
font-weight: bold;
color: #000000;
}
.sheet-movenumber {
width:40px;
}
.sheet-movehappens {
width:600px;
}
input[type=text] {
border-bottom: 1px solid #D3D3D3;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0px;
color: black;
padding-bottom:3px;
padding-left:0px;
padding-right:0px;
}
input[type=text].sheet-name {
font-size:12pt;
}
input[type=text].sheet-moveinput {
border-bottom: 0px;
width:595px;
}
input:placeholder-shown {
color: #333333;
font-style:italic;
opacity: 1;
}
textarea {
border: 1px solid #D3D3D3;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0px;
color: black;
padding-bottom:3px;
padding-left:0px;
padding-right:0px;
height:85px;
}
.sheet-rolltemplate-specialmoveroll .sheet-rt-content {
background-color: #ffffff;
font-family:sans-serif;
font-size:12pt;
}
.sheet-rolltemplate-specialmoveroll div.sheet-rt-header {
background-color: #575757;
color: #ffffff;
font-family: Candal, sans-serif;
font-size: 14pt;
padding:5px;
}
.sheet-rolltemplate-specialmoveroll .sheet-rt-number {
font-size:9pt;
font-variant: small-caps;
font-family:Arial,sans-serif;
}
.sheet-rolltemplate-specialmoveroll .inlinerollresult {
background-color: #ffffff;
border: none;
font-size:9pt;
font-weight:normal;
font-family:Arial,sans-serif;
}
.sheet-rolltemplate-specialmoveroll .inlinerollresult.fullcrit {
background-color: #ffffff;
border: none;
font-size:9pt;
font-weight:normal;
font-family:Arial,sans-serif;
}
.sheet-rolltemplate-specialmoveroll .inlinerollresult.fullfail {
background-color: #ffffff;
border: none;
font-size:9pt;
font-weight:normal;
font-family:Arial,sans-serif;
}
.sheet-rolltemplate-specialmoveroll .sheet-rt-happens {
padding-top:3px;
font-size:9pt;
font-weight:bold;
font-variant:small-caps;
font-family:Arial,sans-serif;
}
.sheet-rolltemplate-specialmoveroll .sheet-rt-text {
font-size:12pt;
font-style:italic;
}