mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
105 lines
1.6 KiB
CSS
105 lines
1.6 KiB
CSS
body {
|
|
background-image: url("https://raw.githubusercontent.com/JohnSquiggleton/Roll20-Kids-On-Bikes/master/wallpaper.png");
|
|
background-color: #bdbec1;
|
|
background-repeat: repeat-x
|
|
}
|
|
.kob-logo {
|
|
border: thin solid #bbb;
|
|
margin: 10px;
|
|
overflow: auto;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
}
|
|
.sheet-box {
|
|
border: thin solid #bbb;
|
|
margin: 10px;
|
|
overflow: auto;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
}
|
|
.adversary-box {
|
|
border: thin solid #bbb;
|
|
align-content: center
|
|
margin: 10px;
|
|
overflow: auto;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
}
|
|
.charsheet {
|
|
overflow: auto;
|
|
width: 800px;
|
|
padding: 10px;
|
|
background-color: #eee;
|
|
}
|
|
.sheet-startcol {
|
|
clear: left;
|
|
float: left;
|
|
margin-right: 1em;
|
|
}
|
|
.sheet-startcol-strengths {
|
|
clear: left;
|
|
float: left;
|
|
margin-right: 1em;
|
|
font-size: 50%;
|
|
}
|
|
.sheet-col {
|
|
float: left;
|
|
margin-right: 1em;
|
|
font-size: 100%
|
|
}
|
|
.sheet-biocol {
|
|
clear: left;
|
|
float: left;
|
|
margin-right: 1em;
|
|
background-image: image(bg-bio.png)
|
|
}
|
|
.sheet-endcol {
|
|
clear: right;
|
|
float: left;
|
|
}
|
|
.sheet-endcol-powers {
|
|
clear: right;
|
|
float: left;
|
|
font-size: 50%;
|
|
}
|
|
|
|
.sheet-endcol {
|
|
clear: right;
|
|
float: left;
|
|
}
|
|
.sheet-onlycol {
|
|
clear: both;
|
|
float: left;
|
|
}
|
|
.sheet-inline {
|
|
display: inline;
|
|
}
|
|
.sheet-nomargin {
|
|
margin: 0px;
|
|
}
|
|
h1, h2 {
|
|
margin: 5px;
|
|
text-align: center;
|
|
}
|
|
hr {
|
|
margin-top: 0.1em;
|
|
margin-bottom: 0.1em;
|
|
}
|
|
input[type="text"], textarea {
|
|
width: 100%;
|
|
}
|
|
input.sheet-number {
|
|
text-align: center;
|
|
}
|
|
input.sheet-attrnum {
|
|
font-size: 100%;
|
|
text-align: center;
|
|
width: 75px;
|
|
height: 75px;
|
|
}
|
|
label {
|
|
display: block;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|