mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
133 lines
2.2 KiB
CSS
133 lines
2.2 KiB
CSS
textarea,
|
|
select,
|
|
input,
|
|
button {
|
|
outline: none;
|
|
}
|
|
|
|
.sheet-form-all {
|
|
background-color: #eee;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 10px;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sheet-form-label {
|
|
font-family: 'Shadows Into Light', cursive;
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
|
|
|
|
@media screen and (max-width: 600px) {
|
|
.sheet-form-top-right {
|
|
width: 100%;
|
|
}
|
|
.sheet-form-top-left {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.sheet-form-sub-label {
|
|
display: block;
|
|
font-size: 10px;
|
|
font-variant: small-caps;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-form-top-right {
|
|
display: block;
|
|
float: right;
|
|
width: 50%;
|
|
}
|
|
|
|
.sheet-form-top-left {
|
|
display: block;
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
input {
|
|
padding: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-spacer {
|
|
clear: both;
|
|
}
|
|
|
|
.sheet-form-header {
|
|
line-height: 40px;
|
|
font-size: 32px;
|
|
font-family: 'Patrick Hand', cursive;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.sheet-form-dropdown-type {
|
|
-webkit-appearance: menulist-button;
|
|
height: 50px;
|
|
Border: none;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.sheet-form-header select {
|
|
cursor: pointer;
|
|
line-height: 40px;
|
|
font-size: 32px;
|
|
font-weight: bolder;
|
|
font-family: 'Patrick Hand', cursive;
|
|
}
|
|
|
|
.sheet-form-sub-label {
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
.sheet-genButton {
|
|
text-align: center;
|
|
background-color: #eff0f0;
|
|
margin-bottom: 15px;
|
|
line-height: 10px;
|
|
margin: 0;
|
|
overflow: visible;
|
|
text-transform: none;
|
|
border-style: none;
|
|
padding: 0;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
color: blue;
|
|
font-family: "dicefontd6";
|
|
font-size: 32px !important;
|
|
padding: 0px;
|
|
width: 18px;
|
|
//background-color: #f7f8f8;
|
|
background-color: #eff0f0 !important;
|
|
}
|
|
|
|
.sheet-genButton,
|
|
.sheet-genButton:hover {
|
|
text-align: center;
|
|
background-color: #eff0f0;
|
|
margin-bottom: 15px;
|
|
line-height: 10px;
|
|
overflow: visible;
|
|
text-transform: none;
|
|
border-style: none;
|
|
padding: 10px !important;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
color: blue;
|
|
}
|
|
|
|
.sheet-bidbutton::before,
|
|
.sheet-gen button[type=roll]::before,
|
|
.sheet-genButton.btn.ui-draggable::before,
|
|
.sheet-genButtonResources.btn.ui-draggable::before {
|
|
content: '' !important;
|
|
} |