mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
117 lines
2.1 KiB
CSS
117 lines
2.1 KiB
CSS
.charsheet {
|
|
/*background-color: #f1e8d6;*/
|
|
background-image: url("https://nsa40.casimages.com/img/2021/05/10/210510033100518722.png");
|
|
}
|
|
|
|
.table {
|
|
margin-left: 0;
|
|
margin-right: auto;
|
|
display: table;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media (min-width: 40em) {
|
|
.table {
|
|
display: table;
|
|
border-spacing: 0.2em;
|
|
}
|
|
.table-row {display: table-row; }
|
|
.table-cell {display: table-cell; }
|
|
}
|
|
|
|
input[type="text"], input[type="number"] {
|
|
background-color: #f1e8d6;
|
|
border: 0 solid #000;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
input[type="text"] {
|
|
width: 80%;
|
|
margin: 0;
|
|
}
|
|
|
|
textarea {
|
|
width: 80%;
|
|
background-color: #f1e8d6;
|
|
border: 0 solid #000;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
margin:10px;
|
|
resize: vertical;
|
|
box-shadow: 0 0 10px 0px #546270;
|
|
}
|
|
|
|
.logo {
|
|
width: 30%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.entete {
|
|
width: 60%;
|
|
margin: 15px;
|
|
padding: 10px;
|
|
box-shadow: 0 0 10px 0px #546270;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.list-entete {
|
|
padding: 5px;
|
|
}
|
|
|
|
.box-traits-combat{
|
|
margin:10px;
|
|
box-shadow: 0 0 10px 0px #546270;
|
|
padding: 10px;
|
|
}
|
|
.traits {
|
|
margin-right: 60px;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
width: 40%;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
text-align: left;
|
|
}
|
|
|
|
.armes-armures{
|
|
display: inline-block;
|
|
padding-top:10px;
|
|
vertical-align: top;
|
|
width: 45%;
|
|
padding: 10px;
|
|
}
|
|
|
|
.box-text {
|
|
margin: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-YnnPryddein table {
|
|
width: 100%;
|
|
background-color: #f1e8d6;
|
|
border: 1px solid;
|
|
color: black;
|
|
font-size: 1em;
|
|
padding: 2px;
|
|
margin: 2px;
|
|
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
|
}
|
|
.sheet-rolltemplate-YnnPryddein th {
|
|
background-color: #4D2600;
|
|
color: #ffffff;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.2em;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.sheet-rolltemplate-YnnPryddein .sheet-rt-note {
|
|
text-align: center;
|
|
background-color: #4D2600;
|
|
color: #ffffff;
|
|
padding: 2px;
|
|
border-top: 1px solid black;
|
|
line-height: 1.1em;
|
|
font-size: 1.05em;
|
|
} |