Fiche armes et traits
This commit is contained in:
@ -80,7 +80,7 @@
|
||||
|
||||
input:hover, select:hover {
|
||||
border-width: 4px;
|
||||
border-color: rgb(85, 65, 130);
|
||||
border-color: rgba(37, 124, 37, 0.7);
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
@ -403,7 +403,7 @@ li.folder > .folder-header h3 {
|
||||
/* Sheet */
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
/*background: #494e6b;*/
|
||||
}
|
||||
|
||||
@ -425,7 +425,7 @@ select {
|
||||
|
||||
.window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -433,7 +433,7 @@ select {
|
||||
|
||||
.window-app.sheet .window-content .sheet-body input[type="password"], .window-app.sheet .window-content .sheet-body input[type="date"], .window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -450,7 +450,7 @@ select {
|
||||
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
|
||||
font-size: 0.8rem;
|
||||
/*background: url("../images/ui/pc_sheet_bg.webp") repeat left top;*/
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
@ -473,7 +473,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
margin: 0;
|
||||
padding: 0 0 0 0.25rem;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
/*text-transform: uppercase;*/
|
||||
line-height: 1.5rem;
|
||||
border-top: 0 none;
|
||||
border-bottom: 0 none;
|
||||
@ -799,7 +799,7 @@ ul, li {
|
||||
background-color:#f5f5f5;
|
||||
background-position: 0px 35px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("../images/ui/background_01_clear.webp");
|
||||
background-image: url("../images/ui/fond_carnet_01.webp");
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
@ -1155,15 +1155,15 @@ ul, li {
|
||||
color: #CCC
|
||||
}
|
||||
#pause > img {
|
||||
content: url(../images/ui/logo_pause.webp);
|
||||
content: url(../images/ui/ecryme_logo_small_01.webp);
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
top: -100px;
|
||||
top: -200px;
|
||||
left: calc(50% - 132px);
|
||||
}
|
||||
|
||||
#logo {
|
||||
content : url(../images/ui/logo_pause.webp);
|
||||
content : url(../images/ui/ecryme_logo_small_01.webp);
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
}
|
||||
@ -1311,17 +1311,6 @@ ul, li {
|
||||
max-width: 16px;
|
||||
max-height: 12px;
|
||||
}
|
||||
.flip-tarot {
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
.tarot-fixed-width {
|
||||
width: 140px;
|
||||
max-width: 140px;
|
||||
}
|
||||
.tarot-title {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
.character-summary-rollable {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user