Files
roll20-character-sheets/RoleplayingIsMagic_4E/mlp_rim4.css
T

281 lines
5.3 KiB
CSS

.charsheet {
}
.charsheet .sheet-everything {
background-image: url("https://sites.google.com/site/roleplayingismagichome/_/rsrc/1385907608270/config/WebsiteBackground_Rough.png.1385907608112.png");
height: 90%;
position: absolute;
width: 95%;
}
.charsheet .sheet-banner {
display: inline-block;
width: 100%;
}
.charsheet .sheet-banner img.sheet-mlprimLogo {
height: 0.75in;
position: absolute;
right: 0.5in;
}
.charsheet .sheet-tabsContainer {
bottom: 0.5in;
left: 0.5in;
min-height: 5.5in;
min-width: 7in;
position: absolute;
right: 0.5in;
top: 1in;
}
.charsheet .sheet-tab {
float: left;
width: 16%;
height: 32px;
}
.charsheet .sheet-tab .sheet-tabInput {
position: absolute;
top: -9999px;
}
.charsheet .sheet-tab > label {
background: #82c;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
height: 22px;
margin: 0;
padding: 10px 0 0 0;
text-align: center;
vertical-align: middle;
width: 100%;
}
.charsheet .sheet-tab > label {
cursor: pointer;
}
.charsheet .sheet-tab > input:checked + label {
background: #a5f;
}
.charsheet .sheet-tab .sheet-tabPanel {
background: #404;
border: 4px solid #a5f;
border-radius: 10px;
color: #fff;
display: none;
height: 80%;
left: -32px;
overflow-y: auto;
padding: 20px;
position: absolute;
top: 32px;
width: 100%;
}
.charsheet .sheet-tab input:checked + label + .sheet-tabPanel {
display: inline-block;
}
.charsheet button {
background: #a5f;
border-color: #82c;
color: #fff;
padding: 4px;
}
.charsheet input,select,textarea {
background: #000;
border: none;
color: #0ff;
}
.charsheet input[type=number]::-webkit-inner-spin-button,
.charsheet input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.charsheet textarea {
height: auto;
resize: none;
max-width: 90%;
}
.charsheet .sheet-fraction {
display: inline;
font-size: 1.2em;
font-weight: bold;
padding-left: 2px;
padding-right: 2px;
text-align: center;
}
.charsheet h2 {
border-bottom: 1px solid #a5f;
color: #fff;
line-height: normal;
margin: 0 0 5px 0;
width: 100%;
}
.charsheet .sheet-hLayout > div {
display: inline;
}
.charsheet .sheet-vLayout > div {
display: block;
}
.charsheet .sheet-field label {
color: white;
display: inline-block;
width: 80px;
}
.charsheet .sheet-column {
display: inline-block;
}
.charsheet #sheet-mainPanel input[type=text],select {
max-width: 150px;
}
.charsheet #sheet-mainPanel .sheet-attrBox {
margin: auto;
width: 150px;
}
.charsheet #sheet-mainPanel .sheet-attrBox label {
text-align: right;
width: 50%;
}
.charsheet #sheet-skillsPanel .repitem {
margin-bottom: 5px;
}
.charsheet #sheet-edgesPanel .repitem {
margin-bottom: 5px;
}
.charsheet .sheet-rankBox {
border: 1px solid #a5f;
display: inline-block;
position: relative;
height: 16px;
text-align: center;
width: 16px;
}
.charsheet .sheet-rankBox input{
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
}
.charsheet .sheet-rankBox input + div{
background: #000;
color: #a5f;
height: 100%;
width: 100%;
}
.charsheet .sheet-rankBox input:checked + div{
background: #a5f;
color: #000;
}
.charsheet .sheet-expandBox {
display: inline-block;
left: 1em;
position: relative;
}
.charsheet #sheet-magicPanel .sheet-spellBody{
border-bottom: 1px solid #a5f;
margin-bottom: 16px;
}
.charsheet .sheet-conditionalModifiers {
margin-left: 1em;
margin-top: 0.25em;
width: 90%;
}
.charsheet .sheet-conditionalModifiers input {
padding: 1px;
width: 50%;
}
.charsheet .sheet-conditionalModifiers * {
font-size: 0.8em;
}
.charsheet ::-webkit-scrollbar {
width: 10px;
}
.charsheet ::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.5);
border-radius: 5px;
}
.charsheet ::-webkit-scrollbar-thumb {
background: #a5f;
border-radius: 5px;
}
.charsheet .sheet-readOnlyField {
background: #000;
border-radius: 3px;
color: #08f;
cursor: not-allowed;
display: inline-block;
padding: 4px;
width: 3em;
}
/* roll template styles */
.sheet-rolltemplate-skillcheck table {
background: #404;
border: 2px solid #a5f;
border-radius: 1em;
color: #fff;
overflow: hidden;
width: 100%;
}
.sheet-rolltemplate-skillcheck table thead th {
background: #a5f;
color: #000;
padding: 0.5em 1em;
}
.sheet-rolltemplate-skillcheck table tbody {
text-align: center;
}
.sheet-rolltemplate-skillcheck table tbody tr td{
padding: 0.5em 0;
}
.sheet-rolltemplate-skillcheck table tbody .sheet-rollNotes {
font-size: 0.8em;
font-style: italic;
}
.sheet-rolltemplate-skillcheck table tbody .sheet-trainingLevel {
font-weight: bold;
}
.sheet-rolltemplate-skillcheck table tbody .sheet-untrained {
color: #118844;
}
.sheet-rolltemplate-skillcheck table tbody .sheet-trained {
color: #2f8;
}
.sheet-rolltemplate-skillcheck table tbody .sheet-improved {
color: #2cf;
}
.sheet-rolltemplate-skillcheck table tbody .sheet-greater {
color: #fc4;
}
.sheet-rolltemplate-skillcheck table tbody tr td .inlinerollresult {
background: #000;
}