Skip to content

Commit a723f63

Browse files
committed
更新主题色
1 parent 50c7f97 commit a723f63

File tree

8 files changed

+38
-29
lines changed

8 files changed

+38
-29
lines changed

build/jsdocs/template/static/scripts/adminlte/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/jsdocs/template/static/styles/adminlte/AdminLTE.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/jsdocs/template/static/styles/adminlte/skin-blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/jsdocs/template/static/styles/jaguar.css

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ ol {
1414
li {
1515
list-style-type: none;
1616
}
17+
a {
18+
font-weight: 500;
19+
color: #D44F00;
20+
}
21+
a:hover, a:active, a:focus{
22+
color: #df9d00;
23+
}
1724

1825
#wrap {
1926
position: relative;
@@ -27,7 +34,7 @@ li {
2734
}
2835

2936
::-webkit-scrollbar-thumb {
30-
background-color: #8bbfde;
37+
background-color: #282828;
3138
border-radius: 4px;
3239
}
3340

@@ -41,7 +48,7 @@ li {
4148
width: 250px;
4249
height: 100%;
4350
padding-top: 0px;
44-
background-color: #3c8dbc;
51+
background-color: #424242;
4552

4653
}
4754

@@ -77,11 +84,11 @@ li {
7784
}
7885

7986
.main-sidebar li.item a {
80-
color: #cde3ef;
87+
color: #fff;
8188
}
8289

8390
.main-sidebar li.item a:hover {
84-
color: #fff;
91+
color: #282828 ;
8592
}
8693

8794
.main-sidebar li.item .title {
@@ -105,7 +112,7 @@ li {
105112
}
106113

107114
.main-sidebar li.item .title a:hover {
108-
color: #fff;
115+
color: #A1A1A1 ;
109116
}
110117

111118
.main-sidebar li.item .title .static {
@@ -453,13 +460,13 @@ a.sidebar-toggle {
453460
height: 36px;
454461
line-height: 36px;
455462
text-align: center;
456-
background-color: #2e658a;
463+
background-color: #282828;
457464
color: white !important;
458465
display: block;
459466
}
460467

461468
a.sidebar-toggle {
462-
background-color: #2e658a;
469+
background-color: #282828;
463470
position: absolute;
464471
top: 50%;
465472
width: 26px;

examples/css/common.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ a {
9797
}
9898

9999
/*重写AdmineLTE 的部分效果 end*/
100-
100+
.skin-blue .main-header .navbar {
101+
background-color: #C70022;
102+
}
101103
/*footer */
102104

103105
.main-footer {

examples/css/examples.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ h3.category-title {
8585
margin-bottom: 20px;
8686
padding-top: 45px;
8787
background-color: #f9f9f9;
88-
border-top: 1px solid #3c8dbc;
88+
border-top: 1px solid #C70022;
8989
}
9090

9191
.box-title {
@@ -108,7 +108,7 @@ h3.category-title {
108108
}
109109

110110
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
111-
background: #3c8dbc;
111+
background: #C70022;
112112
}
113113

114114
.category {

examples/css/header.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
.skin-blue .main-header .navbar .nav .open > a:hover,
5858
.skin-blue .main-header .navbar .nav .open > a:focus,
5959
.skin-blue .main-header .navbar .nav > .active > a {
60-
background: #3375A1;
60+
background: #C30022;
6161
}
6262

6363
.skin-blue .main-header .navbar .nav > li > a:hover {
@@ -153,7 +153,7 @@
153153
font-size: 14px;
154154
padding-top: 12px;
155155
padding-bottom: 12px;
156-
background-color: #3375A1;
156+
background-color: #C30022;
157157
}
158158

159159
.navbar-nav > .nav-dropdown-menu > .dropdown-menu > li:hover > a {
@@ -196,7 +196,7 @@ li.navbar-menu > a::before {
196196
left: 0;
197197
width: 100%;
198198
height: 4px;
199-
background: #df9d00;
199+
background: #F09243;
200200
content: '';
201201
opacity: 0;
202202
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
@@ -245,7 +245,7 @@ ul.icl-nav-menu-sub:nth-child(1) {
245245

246246
.icl-nav-menu-box li a:not(.disabled):hover,
247247
.icl-nav-menu-box li a:not(.disabled):focus {
248-
color: #df9d00;
248+
color: #F09243;
249249
}
250250

251251
.icl-nav-menu-sub {
@@ -330,15 +330,15 @@ ul.icl-nav-menu-sub:nth-child(1) {
330330
/*尺寸小于992时下拉菜单的样式*/
331331
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
332332
border: 0;
333-
background: #3375A1;
333+
background: #C30022;
334334
}
335335

336336
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu > li {
337337
position: relative;
338338
right: 0;
339339
left: auto;
340340
border: 0;
341-
background: #3375A1;
341+
background: #C30022;
342342
}
343343

344344
.skin-blue .main-header .navbar .dropdown-menu > li > a {

examples/css/sideBar.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
.skin-blue .main-sidebar {
17-
background-color: #3c8dbc;
17+
background-color: #424242;
1818
}
1919

2020
.skin-blue .sidebar-menu > li.treeview:hover > a {
@@ -62,7 +62,7 @@ a.sidebar-toggle {
6262
height: 36px;
6363
line-height: 36px;
6464
text-align: center;
65-
background-color: #2e658a;
65+
background-color: #282828;
6666
color: white !important;
6767
display: block;
6868
}
@@ -79,13 +79,13 @@ a.sidebar-toggle {
7979
/*侧边栏滚动设置 end*/
8080

8181
.skin-blue .treeview-menu li > a {
82-
border-left: 3px solid #3c8dbc;
82+
border-left: 3px solid #424242;
8383
}
84-
84+
8585
.skin-blue .treeview-menu li > a:hover,
8686
.skin-blue .treeview-menu li.active > a {
87-
background-color: rgba(0, 0, 0, 0.1);
88-
border-left-color: rgba(0, 0, 0, 0.3);
87+
background-color: rgba(0, 0, 0, 0.2);
88+
border-left-color: rgba(161, 161, 161, 0.3);
8989
}
9090

9191
.skin-blue .treeview-menu > li > a {
@@ -96,11 +96,11 @@ a.sidebar-toggle {
9696

9797
.skin-blue .sidebar-menu > li > .treeview-menu {
9898
margin: 0;
99-
background: #3c8dbc;
99+
background: #424242;
100100
}
101101

102102
.sidebar-menu li.active > .treeview-menu {
103-
background: #3c8dbc;
103+
background: #424242;
104104
}
105105

106106
.sidebar-title-bar .fa-angle-left,
@@ -131,8 +131,8 @@ a.sidebar-toggle {
131131

132132
.skin-blue .sidebar-menu > li:hover > a,
133133
.skin-blue .sidebar-menu > li.active > a {
134-
color: #3c8dbc;
135-
background: #3375A1;
134+
color: #424242;
135+
background: #313131;
136136
}
137137

138138
.skin-blue .treeview-menu > li.active > a,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy