Update skill on sheet + Update ui and sidebar + Clean Lang
Update skill on sheet Update ui and sidebar Clean Lang
This commit is contained in:
@@ -1,40 +1,6 @@
|
||||
/*************************************************************/
|
||||
/*=================== Image Background ======================*/
|
||||
/*************************************************************/
|
||||
body {
|
||||
background: url(../ui/frames/background.webp) no-repeat center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
/*************************************************************/
|
||||
/*======================= SIDEBAR ===========================*/
|
||||
/*************************************************************/
|
||||
|
||||
|
||||
.collapse::before{
|
||||
content: "";
|
||||
}
|
||||
|
||||
#sidebar.collapsed {
|
||||
width: 75px !important;
|
||||
height: 410px !important;
|
||||
padding-left: 5px;
|
||||
border: 15px solid transparent;
|
||||
border-image-source: url(../ui/frames/Chat-box.webp);
|
||||
border-image-slice: 35 fill;
|
||||
background-position: center !important;
|
||||
background-size: 100% 100%!important;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#sidebar-tabs{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebar #sidebar-tabs > .item {
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
#sidebar #sidebar-tabs i.fa-comments {
|
||||
content: "";
|
||||
background-image: url("../ui/sidebar/sidebar_button-chat.webp") !important;
|
||||
@@ -44,23 +10,18 @@ body {
|
||||
background-position:center !important;
|
||||
background-size:cover !important;
|
||||
}
|
||||
|
||||
#sidebar-tabs {
|
||||
height: 64px;
|
||||
}
|
||||
#sidebar-tabs > .item {
|
||||
line-height: 0px;
|
||||
height: 32px;
|
||||
}
|
||||
#sidebar-tabs > .item.active {
|
||||
color: #FFF;
|
||||
border: 1px solid red;
|
||||
|
||||
box-shadow: 0 0 6px inset #ff6400;
|
||||
}
|
||||
#sidebar #sidebar-tabs i.fa-comments::before {
|
||||
content: "";
|
||||
}
|
||||
#sidebar #sidebar-tabs i.fa-comments {
|
||||
content: "";
|
||||
background-image: url("../ui/sidebar/sidebar_button-chat.webp") !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
display: inline-block !important;
|
||||
background-position:center !important;
|
||||
background-size:cover !important;
|
||||
}
|
||||
|
||||
#sidebar #sidebar-tabs i.fa-fist-raised {
|
||||
content: "";
|
||||
@@ -188,57 +149,6 @@ body {
|
||||
content: "";
|
||||
}
|
||||
|
||||
/*************************************************************/
|
||||
/*======================= CHAT TAB ==========================*/
|
||||
/*************************************************************/
|
||||
|
||||
#chat-message{
|
||||
background-image: url(../ui/frames/chat-texture.webp) !important;
|
||||
}
|
||||
|
||||
.polyglot-lang-select{
|
||||
color: darkgoldenrod !important;
|
||||
}
|
||||
.polyglot-lang-select select {
|
||||
font-family: CaslonPro;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
height: 24px;
|
||||
top: 10px;
|
||||
padding-top: 0px;
|
||||
background: url(../ui/frames/chat-texture.webp) repeat !important;
|
||||
background-position-x: 0%;
|
||||
background-position-y: 0%;
|
||||
background-position: initial;
|
||||
box-shadow: inset 0 0 10px #000000;
|
||||
border-image: url(../ui/frames/chat-controls-border.webp) 4 repeat;
|
||||
border-image-width: 4px;
|
||||
color: #520000;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
#sidebar .sidebar-tab #chat-controls div.roll-type-select select {
|
||||
font-family: CaslonPro;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
height: 24px;
|
||||
top: 7px;
|
||||
padding-top: 3px;
|
||||
background: url(../ui/frames/chat-texture.webp) repeat;
|
||||
background-position-x: 0%;
|
||||
background-position-y: 0%;
|
||||
background-position: initial;
|
||||
box-shadow: inset 0 0 10px #000000;
|
||||
border-image: url(../ui/frames/chat-controls-border.webp) 4 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 3px 2px 2px 2px;
|
||||
color: #520000;
|
||||
}
|
||||
|
||||
/*************************************************************/
|
||||
/*====================== COMBAT TAB =========================*/
|
||||
/*************************************************************/
|
||||
@@ -250,37 +160,6 @@ body {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/*************************************************************/
|
||||
/*================= SIDEBAR FOLDER & WIDGETS ================*/
|
||||
/*************************************************************/
|
||||
.sidebar-tab .directory-header .header-search {
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.sidebar-tab .directory-header button {
|
||||
background-image: url(../ui/buttons/button-green.webp);
|
||||
text-align: center;
|
||||
background-position: center !important;
|
||||
background-size: 100% 100% !important;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 32px;
|
||||
border: 0px solid #b5b3a4;
|
||||
color : white;
|
||||
text-shadow: 2px 2px black ;
|
||||
}
|
||||
|
||||
.sidebar-tab .directory-footer button{
|
||||
background-image: url(../ui/buttons/button-green.webp);
|
||||
text-align: center;
|
||||
background-position: center !important;
|
||||
background-size: 100% 100% !important;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 32px;
|
||||
border: 0px solid #b5b3a4;
|
||||
color : white;
|
||||
text-shadow: 2px 2px black ;
|
||||
}
|
||||
|
||||
/*************************************************************/
|
||||
/*=============== SIDEBAR FOLDERs AS BUTTONS ================*/
|
||||
/*************************************************************/
|
||||
@@ -313,28 +192,7 @@ body {
|
||||
/*************************************************************/
|
||||
/*================== COMPENDIUM HEADERS =====================*/
|
||||
/*************************************************************/
|
||||
#compendium h3 {
|
||||
text-align: left;
|
||||
position: relative;
|
||||
height: 55px;
|
||||
top: 7px;
|
||||
padding-top: 20px;
|
||||
padding-left: 30px;
|
||||
background: url(../ui/buttons/button-red.webp) no-repeat;
|
||||
background-position-x: 0%;
|
||||
background-size: 100% 55px;
|
||||
background-position-y: 0%;
|
||||
background-position: initial;
|
||||
box-shadow: inset 0 0 10px #000000;
|
||||
border-image: url(../ui/frames/chat-controls-border.webp) 4 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 3px 2px 2px 2px;
|
||||
color: #eeede0;
|
||||
text-shadow: 2px 2px 4px #000000;
|
||||
}
|
||||
#compendium ol.compendium-list {
|
||||
padding-left: 25px;;
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
#settings button {
|
||||
@@ -369,14 +227,14 @@ body {
|
||||
}
|
||||
|
||||
#chat-log .message.whisper .message-header .message-metadata::before{
|
||||
color: #585858;
|
||||
color: rgba(88, 88, 88, 0.25);
|
||||
content: " (Private Roll) ";
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
#chat-log .message.blind .message-header .message-metadata::before{
|
||||
color: #585858;
|
||||
color: rgba(88, 88, 88, 0.25);
|
||||
content: " (Blind Roll) " !important;
|
||||
float: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user