mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
52 lines
2.3 KiB
CSS
52 lines
2.3 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
|
|
|
|
div, label, p, span, h1, h2, h3 {font-family: 'Nunito', sans-serif;}
|
|
|
|
input[type="text"]{max-width:100%;width:100%;background:#cfd0b5; border: 0; }
|
|
textarea{max-width:100%;width:100%;background:#cfd0b5; border: 0;}
|
|
.sheet-section{ max-width:100%; margin-top:20px; margin-bottom:20px; display:flex;justify-content: space-between; }
|
|
.sheet-flex{ display:flex;justify-content: center; }
|
|
.sheet-section.sheet-centered{justify-content: center;}
|
|
img{max-width:100%;}
|
|
.sheet-blocco{border:1px solid #008800; padding:10px; box-shadow: 0 0 10px 1px #003300; margin: 0 10px;}
|
|
.sheet-flex .sheet-blocco{margin-bottom:20px; width:50%}
|
|
label.sheet-etichetta{margin-bottom:5px; margin-top:10px; color:#880000}
|
|
|
|
|
|
h2{font-size:40px; font-weight:bold; line-height:48px;}
|
|
.sheet-titoletto{font-size:30px;font-weight:bold; line-height:32px; margin-bottom:10px; color:#880000;}
|
|
|
|
.sheet-abilita input[type="text"]{width:110px;}
|
|
.sheet-abilita input.sheet-short{width:50px;}
|
|
|
|
.sheet-singolo_potere input {margin-bottom:10px;}
|
|
textarea{max-width:100%;}
|
|
|
|
.sheet-noborder{border:0; box-shadow:none;}
|
|
|
|
input[type="text"].sheet-round{border:1px solid #880000; font-size:20px;box-shadow: 0 0 10px 1px #330000; width:100px; height:100px; border-radius:50%; margin-bottom:20px; text-align:center;}
|
|
|
|
.sheet-center{text-align:center}
|
|
.sheet-main{background:#c5beaf; padding: 20px;}
|
|
|
|
input[type="text"].sheet-morfologia{width:50%}
|
|
input[type="text"].sheet-morfologia2{width:70%;margin-right:10px;}
|
|
input[type="text"].sheet-dettagli{width:15%}
|
|
input[type="text"].sheet-dettagli2{width:25%}
|
|
input[type="text"].bordato {border: 1px solid #880000; border-radius:4px}
|
|
.sheet-spacer{margin-bottom:10px}
|
|
.sheet-table{display:table;border-spacing: 10px; border-collapse: separate; width:100%;}
|
|
.sheet-cell{display:table-cell; vertical-align:middle;}
|
|
.sheet-mini{font-size:16px}
|
|
.sheet-table-row{display:table-row}
|
|
input[type="text"].sheet-mini-input{width:20px;}
|
|
input[type="text"].sheet-livello-input{width:50px;}
|
|
.sheet-spaced{margin:20px 0;}
|
|
.sheet-blocco3{width:30%}
|
|
hr{
|
|
border: 0;
|
|
height: 4px;
|
|
background-image: linear-gradient(to right, rgba(80, 0, 0, 0), rgba(80, 0, 0, 0.75), rgba(80, 0, 0, 0));
|
|
margin: 50px 0;
|
|
}
|
|
.sheet-morfologia{margin-bottom:20px} |