Full front-end rewrite
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 2.6458 2.6458" version="1.1">
|
||||
<g>
|
||||
<path style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 1.05832,1.653625 1.3229,-1.3229 v 0.66145 l -1.3229,1.3229 -0.79374,-0.79374 v -0.66145 z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 459 B |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 2.9104166 2.9104167" version="1.1">
|
||||
<g>
|
||||
<path style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 0.52916666,0.52916665 0.396875,0 0.52916664,0.52916665 0.5291667,-0.52916665 0.396875,0 0,0.396875 L 1.8520833,1.4552083 2.38125,1.984375 l 0,0.396875 -0.396875,0 L 1.4552083,1.8520834 0.92604166,2.38125 l -0.396875,0 0,-0.396875 L 1.0583333,1.4552083 0.52916666,0.92604165 Z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 652 B |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 2.9104166 2.9104168">
|
||||
<g>
|
||||
<rect style="opacity:1;fill:#000000;stroke-width:0.264583;stroke-linecap:square" width="1.3229167" height="0.26458332" x="0.79375005" y="1.3229167" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 367 B |
+25
-26
@@ -1,27 +1,26 @@
|
||||
:root {
|
||||
--close : #ee9999;
|
||||
--close-blur : #998080;
|
||||
--close-blur-border: #999999;
|
||||
--close-blur-text : #ffffff;
|
||||
--close-border : #999999;
|
||||
--close-text : #ffffff;
|
||||
--control : #333333;
|
||||
--control-disabled : #999999;
|
||||
--control-focus : #555555;
|
||||
--control-shadow : #999999;
|
||||
--control-text : #cccccc;
|
||||
--desktop : #111111;
|
||||
--selected : #008542;
|
||||
--selectedBlur : #57665d;
|
||||
--selectedText : #ffffff;
|
||||
--selectedTextBlur : #ffffff;
|
||||
--splitter-focus : #0099ff99;
|
||||
--title : #007ACC;
|
||||
--title-blur : #555555;
|
||||
--title-blur-text : #cccccc;
|
||||
--title-text : #ffffff;
|
||||
--window : #222222;
|
||||
--window-border : #cccccc;
|
||||
--window-disabled : #888888;
|
||||
--window-text : #cccccc;
|
||||
}
|
||||
--tk-control : #333333;
|
||||
--tk-control-active : #555555;
|
||||
--tk-control-border : #cccccc;
|
||||
--tk-control-highlight : #444444;
|
||||
--tk-control-shadow : #9b9b9b;
|
||||
--tk-control-text : #cccccc;
|
||||
--tk-desktop : #111111;
|
||||
--tk-selected : #008542;
|
||||
--tk-selected-blur : #325342;
|
||||
--tk-selected-blur-text : #ffffff;
|
||||
--tk-selected-text : #ffffff;
|
||||
--tk-splitter-focus : #ffffff99;
|
||||
--tk-window : #222222;
|
||||
--tk-window-blur-close : #d9aeae;
|
||||
--tk-window-blur-close-text: #eeeeee;
|
||||
--tk-window-blur-title : #9fafb9;
|
||||
--tk-window-blur-title2 : #c0b2ab;
|
||||
--tk-window-blur-title-text: #444444;
|
||||
--tk-window-close : #ee9999;
|
||||
--tk-window-close-text : #ffffff;
|
||||
--tk-window-text : #cccccc;
|
||||
--tk-window-title : #80ccff;
|
||||
--tk-window-title2 : #ffb894;
|
||||
--tk-window-title-text : #000000;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 2.9104166 2.9104168">
|
||||
<g>
|
||||
<rect style="opacity:1;fill:#000000;stroke-width:0.264583;stroke-linecap:square" width="0.26458332" height="1.3229167" x="1.3229167" y="0.79375005" />
|
||||
<rect style="opacity:1;fill:#000000;stroke-width:0.264583;stroke-linecap:square" width="1.3229167" height="0.26458332" x="0.79375005" y="1.3229167" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 522 B |
+678
-483
File diff suppressed because it is too large
Load Diff
+24
-25
@@ -1,27 +1,26 @@
|
||||
:root {
|
||||
--close : #ee9999;
|
||||
--close-blur : #d4c4c4;
|
||||
--close-blur-border: #999999;
|
||||
--close-blur-text : #ffffff;
|
||||
--close-border : #999999;
|
||||
--close-text : #ffffff;
|
||||
--control : #eeeeee;
|
||||
--control-disabled : #888888;
|
||||
--control-focus : #cccccc;
|
||||
--control-shadow : #999999;
|
||||
--control-text : #000000;
|
||||
--desktop : #cccccc;
|
||||
--selected : #008542;
|
||||
--selectedBlur : #57665d;
|
||||
--selectedText : #ffffff;
|
||||
--selectedTextBlur : #ffffff;
|
||||
--splitter-focus : #0099ff99;
|
||||
--title : #80ccff;
|
||||
--title-blur : #cccccc;
|
||||
--title-blur-text : #444444;
|
||||
--title-text : #000000;
|
||||
--window : #ffffff;
|
||||
--window-border : #000000;
|
||||
--window-disabled : #aaaaaa;
|
||||
--window-text : #000000;
|
||||
--tk-control : #eeeeee;
|
||||
--tk-control-active : #cccccc;
|
||||
--tk-control-border : #000000;
|
||||
--tk-control-highlight : #f8f8f8;
|
||||
--tk-control-shadow : #6c6c6c;
|
||||
--tk-control-text : #000000;
|
||||
--tk-desktop : #cccccc;
|
||||
--tk-selected : #008542;
|
||||
--tk-selected-blur : #325342;
|
||||
--tk-selected-blur-text : #ffffff;
|
||||
--tk-selected-text : #ffffff;
|
||||
--tk-splitter-focus : #00000080;
|
||||
--tk-window : #ffffff;
|
||||
--tk-window-blur-close : #d9aeae;
|
||||
--tk-window-blur-close-text: #eeeeee;
|
||||
--tk-window-blur-title : #aac4d5;
|
||||
--tk-window-blur-title2 : #dbc4b8;
|
||||
--tk-window-blur-title-text: #444444;
|
||||
--tk-window-close : #ee9999;
|
||||
--tk-window-close-text : #ffffff;
|
||||
--tk-window-text : #000000;
|
||||
--tk-window-title : #80ccff;
|
||||
--tk-window-title2 : #ffb894;
|
||||
--tk-window-title-text : #000000;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 2.6458332 2.6458332" version="1.1">
|
||||
<g>
|
||||
<circle style="opacity:1;fill:#000000;stroke-width:0.264583;stroke-linecap:square" cx="1.3229166" cy="1.3229166" r="0.66145831" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 361 B |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 2.9104166 2.9104167" version="1.1">
|
||||
<g>
|
||||
<path style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 1.4552083,0.66145833 0.52916666,1.5874999 V 2.2489583 L 1.4552083,1.3229166 2.38125,2.2489583 V 1.5874999 Z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 484 B |
+65
-26
@@ -1,31 +1,70 @@
|
||||
:root {
|
||||
--close : #aa0000;
|
||||
--close-blur : #550000;
|
||||
--close-blur-border: #aa0000;
|
||||
--close-blur-text : #aa0000;
|
||||
--close-border : #ff0000;
|
||||
--close-text : #ff0000;
|
||||
--control : #000000;
|
||||
--control-disabled : #aa0000;
|
||||
--control-focus : #550000;
|
||||
--control-shadow : #aa0000;
|
||||
--control-text : #ff0000;
|
||||
--desktop : #000000;
|
||||
--selected : #ff0000;
|
||||
--selectedBlur : #aa0000;
|
||||
--selectedText : #550000;
|
||||
--selectedTextBlur : #000000;
|
||||
--splitter-focus : #ff000099;
|
||||
--title : #550000;
|
||||
--title-blur : #000000;
|
||||
--title-blur-text : #aa0000;
|
||||
--title-text : #ff0000;
|
||||
--window : #000000;
|
||||
--window-border : #ff0000;
|
||||
--window-disabled : #aa0000;
|
||||
--window-text : #ff0000;
|
||||
--tk-control : #000000;
|
||||
--tk-control-active : #550000;
|
||||
--tk-control-border : #ff0000;
|
||||
--tk-control-highlight : #550000;
|
||||
--tk-control-shadow : #aa0000;
|
||||
--tk-control-text : #ff0000;
|
||||
--tk-desktop : #000000;
|
||||
--tk-selected : #550000;
|
||||
--tk-selected-blur : #550000;
|
||||
--tk-selected-blur-text : #ff0000;
|
||||
--tk-selected-text : #ff0000;
|
||||
--tk-splitter-focus : #ff000099;
|
||||
--tk-window : #000000;
|
||||
--tk-window-blur-close : #000000;
|
||||
--tk-window-blur-close-text: #aa0000;
|
||||
--tk-window-blur-title : #000000;
|
||||
--tk-window-blur-title2 : #000000;
|
||||
--tk-window-blur-title-text: #aa0000;
|
||||
--tk-window-close : #550000;
|
||||
--tk-window-close-text : #ff0000;
|
||||
--tk-window-text : #ff0000;
|
||||
--tk-window-title : #550000;
|
||||
--tk-window-title2 : #550000;
|
||||
--tk-window-title-text : #ff0000;
|
||||
}
|
||||
|
||||
[filter] {
|
||||
input {
|
||||
filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9InYiPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VHcmFwaGljIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMSAwIiAvPjwvZmlsdGVyPjwvc3ZnPg==#v");
|
||||
}
|
||||
|
||||
|
||||
|
||||
/******************************** Scroll Bar *********************************/
|
||||
|
||||
.tk-scrollbar .tk-thumb,
|
||||
.tk-scrollbar .tk-unit-down,
|
||||
.tk-scrollbar .tk-unit-up {
|
||||
background : #aa0000;
|
||||
border-color: #550000;
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
.tk-scrollbar:focus .tk-thumb,
|
||||
.tk-scrollbar:focus .tk-unit-down,
|
||||
.tk-scrollbar:focus .tk-unit-up {
|
||||
background : #ff0000;
|
||||
border-color: #aa0000;
|
||||
}
|
||||
|
||||
.tk-scrollbar[aria-disabled="true"] .tk-thumb,
|
||||
.tk-scrollbar[aria-disabled="true"] .tk-unit-down,
|
||||
.tk-scrollbar[aria-disabled="true"] .tk-unit-up,
|
||||
.tk-scrollbar.tk-full .tk-thumb,
|
||||
.tk-scrollbar.tk-full .tk-unit-down,
|
||||
.tk-scrollbar.tk-full .tk-unit-up {
|
||||
background : #550000;
|
||||
border-color: #aa0000;
|
||||
color : #aa0000;
|
||||
}
|
||||
|
||||
.tk-scrollbar .tk-block-down,
|
||||
.tk-scrollbar .tk-block-up {
|
||||
background : #550000;
|
||||
border-color: #aa0000;
|
||||
}
|
||||
|
||||
.tk-window > * > .tk-client > .tk-memory {
|
||||
box-shadow: 0 0 0 1px #000000, 0 0 0 2px #ff0000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user