204 lines
3.1 KiB
SCSS
204 lines
3.1 KiB
SCSS
#sheets .sheet-wrapper .sheet.main {
|
|
> .upper {
|
|
flex: none;
|
|
|
|
> .info {
|
|
flex: 1 1 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: flex-start;
|
|
overflow: hidden;
|
|
|
|
.name, .characteristics, .other {
|
|
width: 100%;
|
|
}
|
|
|
|
.family, .placeofbirth, .dateofbirth, .race, .haircolor, .eyecolor, .culture, .profession, .title, .socialstatus {
|
|
width: 50%;
|
|
}
|
|
|
|
.age, .gender, .size, .weight {
|
|
width: 25%;
|
|
}
|
|
|
|
.name, .family, .dateofbirth, .race, .haircolor, .culture, .title, .characteristics, .other {
|
|
.label {
|
|
width: 80px;
|
|
}
|
|
}
|
|
|
|
.placeofbirth, .age, .size, .eyecolor, .profession, .socialstatus {
|
|
.label {
|
|
width: 63px;
|
|
}
|
|
}
|
|
|
|
.gender, .weight {
|
|
.label {
|
|
width: 58px;
|
|
}
|
|
}
|
|
}
|
|
|
|
> .ap-portrait {
|
|
flex: none;
|
|
width: 7.6cm;
|
|
margin-left: 10px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
|
|
> .labelbox {
|
|
display: flex;
|
|
height: 1cm;
|
|
margin: 0.38cm 0 0;
|
|
width: 4.4cm;
|
|
|
|
&.el {
|
|
width: 100%;
|
|
|
|
.box {
|
|
width: 4.4cm;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
label {
|
|
margin-left: 0;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.box {
|
|
font: bold 24px/40px Alegreya Sans;
|
|
text-align: center;
|
|
width: 2cm;
|
|
}
|
|
|
|
label {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.portrait {
|
|
width: 120px;
|
|
flex-direction: column;
|
|
|
|
.box {
|
|
width: 3.2cm;
|
|
height: 148px;
|
|
|
|
.avatar {
|
|
@include size(100%);
|
|
|
|
> img {
|
|
object-fit: cover;
|
|
@include size(100%);
|
|
}
|
|
}
|
|
}
|
|
|
|
label {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
> .lower {
|
|
margin-top: 22px;
|
|
flex: 1 1 100%;
|
|
|
|
> .lists {
|
|
flex: 1 1 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
> .textbox {
|
|
flex: 1 0 auto;
|
|
|
|
> div {
|
|
font: 400 16px Alegreya Sans;
|
|
letter-spacing: 0;
|
|
padding-top: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
> .calculated {
|
|
width: 290px;
|
|
flex: none;
|
|
margin-top: 36px;
|
|
|
|
> div.calc-header {
|
|
margin-top: 10px;
|
|
justify-content: flex-end;
|
|
height: auto;
|
|
align-items: flex-end;
|
|
margin-right: -5px;
|
|
|
|
> div {
|
|
width: 34px;
|
|
font: bold 9px Alegreya Sans;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
> div {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 5px;
|
|
height: 54px;
|
|
|
|
> .label {
|
|
span {
|
|
display: block;
|
|
font: italic 900 9px Alegreya Sans;
|
|
|
|
&.sub {
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
}
|
|
|
|
> .values {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 156px;
|
|
align-content: flex-start;
|
|
align-items: flex-start;
|
|
margin-right: -5px;
|
|
|
|
> div {
|
|
height: 34px;
|
|
width: 34px;
|
|
border: 1px solid black;
|
|
font: 21px/32px Alegreya Sans;
|
|
text-align: center;
|
|
margin-right: 5px;
|
|
|
|
&:nth-child(4) {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&.sub {
|
|
height: 17px;
|
|
line-height: 15px;
|
|
font-size: 9px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
&.blocked {
|
|
font: 24px/32px Material;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.fate {
|
|
margin-top: 36px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|