mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-06 07:02:28 +00:00
96 lines
1.3 KiB
CSS
96 lines
1.3 KiB
CSS
.sheet-shortfield{
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-shortfield2{
|
|
width:4em;
|
|
}
|
|
|
|
.sheet-shortfield3{
|
|
width:62%;
|
|
}
|
|
|
|
.sheet-shortfield4{
|
|
width:32%;
|
|
}
|
|
|
|
.sheet-shortfield5{
|
|
width:85%;
|
|
}
|
|
|
|
.sheet-shortfield6{
|
|
width:20%;
|
|
}
|
|
|
|
.sheet-shortfield7{
|
|
width: 70%;
|
|
}
|
|
|
|
.sheet-shortfield8{
|
|
width: 10%;
|
|
}
|
|
|
|
.sheet-header{
|
|
color: white;
|
|
background: black;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-table-header{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-banded{
|
|
background: #E5E5E5;
|
|
}
|
|
|
|
.sheet-table{
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-left-half-table{
|
|
width: 48%;
|
|
float: left;
|
|
}
|
|
|
|
|
|
.sheet-right-half-table{
|
|
width: 48%;
|
|
float: right;
|
|
}
|
|
|
|
.sheet-main-header{
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-center-img{
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sheet-minihead{
|
|
color: white;
|
|
background: gray;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-textarea{
|
|
resize: none;
|
|
border: none;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */
|
|
-moz-box-sizing: border-box; /* FF1+ */
|
|
box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
|
|
}
|
|
|
|
.sheet-textarea-b{
|
|
resize: none;
|
|
border-width: 1px;
|
|
border-color: black;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */
|
|
-moz-box-sizing: border-box; /* FF1+ */
|
|
box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
|
|
}
|
|
|
|
select { margin-bottom: 0; }
|