Browse Source

init gitea

tags/v3.3.0
jojapoppa 1 year ago
parent
commit
d32e18bfcb
3 changed files with 1648 additions and 0 deletions
  1. +1435
    -0
      src/css/common.css
  2. +180
    -0
      src/css/dark.css
  3. +33
    -0
      src/css/font-notosans.css

+ 1435
- 0
src/css/common.css
File diff suppressed because it is too large
View File


+ 180
- 0
src/css/dark.css View File

@@ -0,0 +1,180 @@
.dark{
/* background: linear-gradient(90deg, #0a0a0a, #212020 50%, #0a0a0a); */
}

.dark *::-webkit-scrollbar {
width: 10px;

}
.dark *::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 3px;
background-color: #5050505c;
}
.dark *::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #b5b5b5;
box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.dark *::-webkit-scrollbar-thumb:window-inactive {
background: #84848491;
}


html.dark::before{
background: linear-gradient(90deg, #0a0a0a, #212020 50%, #0a0a0a);
opacity: 1.0;
}



.dark body{
background-image: url(../assets/walletshell_logo_dm.png);
color: #e8e8e8;
}

.dark .navbar{
background-color: #0e100e;
box-shadow: 0px 0px 4px #eee;
}
.dark .navbar-button{
background-color: #0e100e;
}

.dark .navbar-button:hover {
background-color: #4d524d;
}

.dark .navbar-button:active,
.dark .navbar-button.btn-active{
background-color: #2b2b2b;
}


.dark .button-green,
.dark .button-red,
.dark .button-gray{
text-shadow: 1px 1px 1px rgba(255,255,255, .2);
color: #c5c5c5;
}

.dark .button-green{background: #000;border: 2px solid #ccccccab;}

.dark .button-green:hover,
.dark .button-green:active,
.dark .button-green:focus,
.dark .button-red:hover,
.dark .button-red:active,
.dark .button-red:focus,
.dark .button-gray:hover,
.dark .button-gray:active,
.dark .button-gray:focus{
color:#fff;
border-color: #c5c5c5;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.49), inset 0px 0px 4px rgba(171, 171, 171, 0.76);
text-shadow: -1px -1px 0px #ffffff4f;
}

.dark .button-red,
.dark .button-gray{
background: #3e3e3e;
border: 2px solid #cccccc59;
}

.dark .button-gray:hover,
.dark .button-gray:active,
.dark .button-red:hover,
.dark .button-red:active{
color: #fff;
}
.dark .path-input-button, .dark .button-browse {
border: 1px solid #ccc9;
}


.dark .list-tables .pagination li{
background-color: #000;
}
.dark .list-tables .pagination li.active{
background-color: #7b7b7b;
}

.dark .checkbox-container input:checked ~ .checkmark{
background-color:#545454f2;
}
.dark .checkbox-container:hover input ~ .checkmark {
background-color: #736c6c;
}
.dark div.about-links a{
background-color: #0000002b;
border: 1px solid #9a9a9a8a;
}
.dark .status-node-info{
background: linear-gradient(to right, #333333 0%,#525252 53%,#7d7d7d 100%);
}

.dark .tx-dialog,
.dark .default-dialog{
background-color:#131313;
border: 1px solid #cccccc69;
}

.dark .tx-tools .tx-sort .csort{
background: #333;
border: 1px solid #696969b3;
}

.dark dialog::backdrop{
background: rgba(10, 10, 10, 0.8);
}
/* .dark .transaction-list-table td.txamount{
color: #fff;
}

.dark .transaction-list-table tr[data-txType="out"] td.txamount{
color: #ff5b5b;
} */

.dark .div-main-address-qr img{
image-rendering: -webkit-optimize-contrast;
opacity: .9;
}

.dark .status-node-info.conn-warning {
background: rgba(255, 0, 0, 0.7);
}

.dark .transaction-table-wrapper{
background-color: rgba(0,0,0,0.5);
}

.dark .custom-table.kb-table td strong{
color: #FFCC33; /* #60ff1b; */
}
.dark a.external{
color: #fffb00;
}

.dark #datoaste{
background-color: #4d524d !important;
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}

.dark h4.input-required:after{
color: #ff7a00;
}
.dark .text-spaced-info{
background:#212721;
}

.dark .wallet-tool{
color: rgba(255,255,255,0.5);
}

.dark .wallet-tool:hover{
color: #fefefe;
}

+ 33
- 0
src/css/font-notosans.css View File

@@ -0,0 +1,33 @@
/* italic latin-ext */
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(../assets/fonts/notosans-italic-400-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* italic latin */
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(../assets/fonts/notosans-italic-400-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* normal latin-ext */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(../assets/fonts/notosans-normal-400-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* normal latin */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(../assets/fonts/notosans-normal-400-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

Loading…
Cancel
Save