Skip to content

Commit

Permalink
Update pregens
Browse files Browse the repository at this point in the history
  • Loading branch information
Baleine82 committed Nov 6, 2024
1 parent 40ff289 commit c150fe6
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 981 deletions.
34 changes: 1 addition & 33 deletions Aria/Aria.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
resize: none;
text-align: left;
width: calc(100% - 10px);
resize: vertical;
}

.sheet-body select {
Expand Down Expand Up @@ -183,10 +184,6 @@ h3 {
margin: 10px;
}

.sheet-po-texte {
text-transform: uppercase;
}

/*------------- AVENTURIER -------------*/
.sheet-gridPJ {
display: grid;
Expand Down Expand Up @@ -235,7 +232,6 @@ h3 {
.sheet-gridskills textarea {
min-height: 110px;
height: 110px;
resize: vertical;
}

.sheet-separator {
Expand Down Expand Up @@ -396,34 +392,6 @@ hr {
width: calc(100% - 20px);
}

/*---------- OPTIONS ----------*/
.sheet-opt-titre {
position: absolute;
width: 100%;
text-transform: uppercase;
font-size: 18px;
left: 30px;
}

.sheet-opt-content {
position: absolute;
width: calc(100% - 10px);
left: 5px;
top: 30px;
}

.sheet-opt-ligne {
position: relative;
width: 100%;
}

.sheet-opt-nom {
float: left;
width: 100%;
line-height: 25px;
overflow: hidden;
}

/* ===================================================== */
/* ===================== TEMPLATES ===================== */
/* ===================================================== */
Expand Down
Loading

0 comments on commit c150fe6

Please sign in to comment.