base style

This commit is contained in:
Víctor Losada Hernández
2026-08-26 21:33:29 +02:00
parent 02ae146214
commit 0dd6ddf33c
3 changed files with 16 additions and 9 deletions
@@ -1,3 +1,4 @@
@import '@themes/assets/assets.less';
@import '@sharedStyles/core.less'; @import '@sharedStyles/core.less';
.userThemeName { .userThemeName {
@@ -13,19 +14,23 @@
padding : 25px; padding : 25px;
overflow-y : auto; overflow-y : auto;
font-size : 13px; font-size : 13px;
background-color : #999999; background-color : white;
background-image : @backgroundImageAlt;
background-size : cover;
h1 { h1 {
margin : 0 0 40px; margin : 0 0 40px;
font-weight : bold; font-weight : bold;
font-size : 18px;
text-transform : uppercase; text-transform : uppercase;
} }
h2 { h2 {
margin : 20px 0; font-size:15px;
margin : 16px 0;
font-weight : bold; font-weight : bold;
color : #555555; color : #007;
border-bottom : 2px solid gray; border-bottom : 2px solid #007;
} }
& > div { margin-bottom : 10px; } & > div { margin-bottom : 10px; }
@@ -39,7 +44,7 @@
.field-column { .field-column {
display : flex; display : flex;
flex : 5 0 200px; flex : 5 0 250px;
flex-direction : column; flex-direction : column;
gap : 10px; gap : 10px;
} }
@@ -49,13 +54,14 @@
display : flex; display : flex;
flex-wrap : wrap; flex-wrap : wrap;
width : 100%; width : 100%;
min-width : 200px; min-width : 250px;
padding-left : 10px;
& > label { & > label {
width : 80px; width : 100px;
font-size : 0.9em; font-size : 1em;
font-weight : 800; font-weight : 800;
line-height : 1.8em; line-height : 1.8em;
text-transform : uppercase; text-transform : capitalize;
} }
& > .value { & > .value {
flex : 1 1 auto; flex : 1 1 auto;
+1
View File
@@ -2,6 +2,7 @@
@footerAccentImage : url('/assets/PHB_footerAccent.png'); @footerAccentImage : url('/assets/PHB_footerAccent.png');
@frameBorderImage : url('/assets/frameBorder.png'); @frameBorderImage : url('/assets/frameBorder.png');
@backgroundImage : url('/assets/parchmentBackground.jpg'); @backgroundImage : url('/assets/parchmentBackground.jpg');
@backgroundImageAlt : url('/assets/fluffy_background.png');
@redTriangleImage : url('/assets/redTriangle.png'); @redTriangleImage : url('/assets/redTriangle.png');
@monsterBorderImageLegacy : url('/assets/monsterBorderLegacy.png'); @monsterBorderImageLegacy : url('/assets/monsterBorderLegacy.png');
@noteBorderImage : url('/assets/noteBorder.png'); @noteBorderImage : url('/assets/noteBorder.png');
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB