mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
207 lines
3.4 KiB
CSS
207 lines
3.4 KiB
CSS
|
|
/*@import url('https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica&display=swap');*/
|
|
|
|
.charsheet {
|
|
background-image:url("https://nsm09.casimages.com/img/2020/07/26//20072605012525370116937011.png");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
box-sizing: content-box;
|
|
background-size: cover;
|
|
width: 1050px;
|
|
max-height : 1485px;
|
|
min-width:1050px;
|
|
border: 5px solid #000000;
|
|
|
|
}
|
|
|
|
.sheet-ligne{
|
|
width:80%;
|
|
margin-left:10%;
|
|
margin-top:40px;
|
|
}
|
|
|
|
.sheet-ligne2{
|
|
width:80%;
|
|
margin-left:10%;
|
|
}
|
|
|
|
|
|
img {
|
|
max-height: 300px;
|
|
}
|
|
|
|
|
|
table,tr,td {
|
|
background-color:#FFFFFF;
|
|
border:1px solid black;
|
|
padding:2px;
|
|
}
|
|
|
|
table {
|
|
margin:auto;
|
|
/*width:80%;*/
|
|
}
|
|
|
|
h1 {
|
|
font-size:30px;
|
|
text-align:left;
|
|
color:white;
|
|
background-color:black;
|
|
font-family:"IM Fell DW Pica";
|
|
padding-left:5px;
|
|
}
|
|
|
|
h2 {
|
|
font-size:14px;
|
|
text-align:left;
|
|
font-weight:bold;
|
|
display:inline;
|
|
}
|
|
|
|
h3 {
|
|
font-size:14px;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
}
|
|
|
|
textarea {
|
|
resize: none;
|
|
border:2px solid #000000;
|
|
height:300px;
|
|
width:99%;
|
|
color:black;
|
|
background-color:#FFFFFF;
|
|
}
|
|
|
|
|
|
div.sheet-etatcivil {
|
|
font-size:16px;
|
|
align-content:left;
|
|
font-weight:bold;
|
|
display:inline;
|
|
font-family:"IM Fell DW Pica";
|
|
}
|
|
|
|
input.sheet-civil {
|
|
font-size:18px;
|
|
font-weight:bold;
|
|
align-content:left;
|
|
display:inline;
|
|
border:0px;
|
|
color:black;
|
|
background:none;
|
|
}
|
|
|
|
input.sheet-aptphys {
|
|
font-size:18px;
|
|
align-content:center;
|
|
text-align:center;
|
|
display:inline;
|
|
border:0px;
|
|
width:25px;
|
|
color:black;
|
|
font-family:"IM Fell DW Pica";
|
|
}
|
|
|
|
input.sheet-autrescarac {
|
|
font-size:30px;
|
|
align-content:center;
|
|
text-align:center;
|
|
display:inline;
|
|
border:0px;
|
|
width:100px;
|
|
color:black;
|
|
font-family:"IM Fell DW Pica";
|
|
}
|
|
|
|
div.sheet-caracteristiques {
|
|
font-size:20px;
|
|
margin:auto;
|
|
font-weight:bold;
|
|
display:inline;
|
|
font-family:"IM Fell DW Pica";
|
|
}
|
|
|
|
div.sheet-titrecaracteristiques {
|
|
font-size:18px;
|
|
margin:auto;
|
|
font-weight:bold;
|
|
display:inline;
|
|
color:white;
|
|
font-family:"IM Fell DW Pica";
|
|
}
|
|
|
|
td.sheet-carac {
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
height:40px;
|
|
}
|
|
|
|
td.sheet-titrecarac {
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
height:40px;
|
|
background:black;
|
|
}
|
|
|
|
div.sheet-centrenotes {
|
|
/*width:79%;*/
|
|
margin-left:10%;
|
|
margin-right:11%;
|
|
}
|
|
|
|
select.sheet-lames {
|
|
width:120px;
|
|
font-family:"IM Fell DW Pica";
|
|
}
|
|
|
|
div.sheet-jeu {
|
|
margin:auto;
|
|
display:inline;
|
|
font-family:"IM Fell DW Pica";
|
|
text-align:center;
|
|
}
|
|
|
|
td.sheet-lame {
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
/* ROLLETEMPLATES */
|
|
|
|
/*TEST */
|
|
.sheet-rolltemplate-test div.sheet-template-container {
|
|
border: 2px solid #000000 !important;
|
|
border-radius: 3px 3px 3px 3px;
|
|
}
|
|
|
|
.sheet-rolltemplate-test .sheet-template-header {
|
|
background-color: #FFFFFF;
|
|
color: #000000;
|
|
padding: 2px;
|
|
border-bottom: 1px solid black;
|
|
line-height: 1.6em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-test div {
|
|
padding: 5px;
|
|
border-bottom: 2px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-test div:nth-child(odd) {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.sheet-rolltemplate-test div:nth-child(even) {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.sheet-rolltemplate-test .inlinerollresult {
|
|
display: inline-block;
|
|
min-width: 1.5em;
|
|
text-align: center;
|
|
border: 2px solid #000000;
|
|
background-color:#FFFFFF;
|
|
}
|