Ehance UI and weapon damages
This commit is contained in:
@ -95,7 +95,12 @@
|
||||
text-shadow: 0 0 10px red;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
color:#1c2058;
|
||||
}
|
||||
select:disabled {
|
||||
color:#1c2058;
|
||||
}
|
||||
table {border: 1px solid #7a7971;}
|
||||
|
||||
.grid, .grid-2col {
|
||||
@ -383,7 +388,7 @@ table {border: 1px solid #7a7971;}
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rdddialog .dialog-roll-sort s{
|
||||
.rdddialog .dialog-roll-sort {
|
||||
width: 600px;
|
||||
height: 430px;
|
||||
z-index: 9999;
|
||||
@ -444,7 +449,7 @@ table {border: 1px solid #7a7971;}
|
||||
/* ======================================== */
|
||||
/* Sheet */
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
background: #011d33 url("img/bg_header.webp") no-repeat left top;
|
||||
background: #011d33 url("../images/ui/texture_feuille_perso_principale.webp") no-repeat left top;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
@ -456,7 +461,7 @@ table {border: 1px solid #7a7971;}
|
||||
}
|
||||
|
||||
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
|
||||
background: rgb(245,245,240) url("img/bg_left.jpg") no-repeat left top;
|
||||
background: rgb(245,245,240) url("../images/ui/texture_feuille_perso_onglets.webp") no-repeat left top;
|
||||
}
|
||||
|
||||
section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
@ -481,7 +486,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
border-top: 0 none;
|
||||
border-bottom: 0 none;
|
||||
color: rgba(52, 52, 52, 0.95);
|
||||
background: rgb(245,245,240) url("img/bg_menu.jpg") no-repeat left top;
|
||||
background: rgb(245,245,240) url("../images/ui/texture_feuille_perso_onglets.webp") no-repeat left top;
|
||||
}
|
||||
|
||||
nav.sheet-tabs .item {
|
||||
@ -890,7 +895,7 @@ ul, li {
|
||||
/* Sidebar CSS */
|
||||
#sidebar {
|
||||
font-size: 1rem;
|
||||
background: rgb(105,85,65) url("img/bg_sid_dark.jpg") no-repeat right bottom;
|
||||
background: rgb(105,85,65) url("../images/ui/texture_feuille_perso_principale.webp") no-repeat right bottom;
|
||||
background-position: 100%;
|
||||
color: rgba(220,220,220,0.75);
|
||||
}
|
||||
@ -1373,7 +1378,7 @@ display: inline-flex;
|
||||
color: #CCC
|
||||
}
|
||||
#pause > img {
|
||||
content: url(img/rdd_pause.png);
|
||||
content: url(../images/ui/logo_transparent.webp);
|
||||
height: 256px;
|
||||
width: 256px;
|
||||
top: -75px;
|
||||
@ -1381,7 +1386,7 @@ display: inline-flex;
|
||||
}
|
||||
|
||||
#logo {
|
||||
content : url(img/logo.png);
|
||||
content : url(../images/ui/logo_complet.webp);
|
||||
width: 80px;
|
||||
height: 68px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user