CSS style update

This commit is contained in:
2025-02-28 16:45:44 +01:00
parent 9971cd719b
commit 1b5a49f406
47 changed files with 2279 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -96,12 +96,20 @@ body.xlarry.xskin .mailbox>a:before {
#topline,
.minimal #topline,
#topnav {
background: linear-gradient(0deg, #d9e2e6, #f1f1f1);
background: linear-gradient(0deg, #d9e2e6 0%, #f1f1f1 75%, #9daec0 100%);
font-weight: bold;
}
#topline {
/* box-shadow: inset 0px -2px 8px 1px #555555ee !important; */
padding: 4px 0px 4px 10px !important;
font-size: 10pt;
}
#topline a:hover {
text-decoration: none;
color: #88bcf366 !important;
mix-blend-mode: exclusion;
}
#topnav,
@ -109,7 +117,7 @@ body.xlarry.xskin .mailbox>a:before {
padding: 5px 0 0 0;
height: 34px;
margin: 0;
background: #fff;
background: #d3e8ff;
border-bottom: 2px solid #ddd;
box-shadow: 0px -2px 10px -1px #55555599 !important;
top: 0
@ -141,18 +149,19 @@ body.xlarry.xskin .mailbox>a:before {
.minimal #taskbar .button-apps,
.minimal #taskbar .button-help {
padding-right: 4px !important
padding-right: 4px !important;
}
#taskbar a.button-selected {
height: 22px;
border: 2px solid #ddd;
border-bottom: none;
margin-top: 0
margin-top: 0;
}
#header #topnav #taskbar a.button-selected {
background: linear-gradient(0deg, #D0D9DE 0%, #a6c5d1 100%) !important;
background: linear-gradient(0deg, #cbd4d8 0%, #c7cfd3 20%, #e2ecef 100%) !important;
box-shadow: 0px -2px 4px -1px #21212188 !important;
}
#taskbar a:hover {