尝试粗体

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-10-09 07:44:03 +08:00
parent ed60ba489e
commit c35e42bf63
2 changed files with 29 additions and 33 deletions

View File

@ -99,8 +99,7 @@ body {
font-size: 0.975rem;
background-color: #f4f5f7;
background-color: var(--background-color);
color: #32325d;
color: var(--gray-dark);
color: #666a88;
}
span {
@ -699,7 +698,7 @@ footer>a {
}
small {
font-size: 90%;
font-size: 75%;
line-height: 1.42857143;
white-space: normal
}
@ -923,19 +922,19 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
.alert-message {
font-weight: bold;
margin-bottom: 1.25rem;
margin-left: 1.25rem;
margin-right: 1.25rem;
margin-left: 2.25rem;
margin-right: 2.25rem;
padding: 1rem 1.25rem;
border: 0;
border-radius: .375rem !important;
background-color: #fff;
background-color: #8cff92;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
text-shadow: 1px 1px rgba(0, 0, 0, 0.1)
}
.alert.error,
.alert-message.error {
background-color: #ffd600
background-color: #ffeb3b
}
.alert h4,
@ -1046,8 +1045,8 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
.main .main-left .nav li a {
display: block;
color: #5f6368;
color: var(--menu-color)
color: #69758c;
font-weight: bolder
}
.main .main-left .nav li.slide {
@ -1111,7 +1110,7 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
}
.main .main-left .nav li.slide .slide-menu .active a {
color: var(--menu-color)
color: var(--primary)
}
.main .main-left .nav li.slide .slide-menu .active::after {
@ -1343,7 +1342,7 @@ h2 {
font-size: 1.25rem;
letter-spacing: 0.1rem;
padding: 1rem 1.5rem;
color: #32325d;
color: #5e6795;
border-radius: 0.375rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
@ -1394,8 +1393,8 @@ h5 {
[data-tab-title],
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
[data-page="admin-system-opkg"] #maincontent>.container {
font-family: inherit;
font-weight: normal;
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
font-weight: 600;
font-style: normal;
line-height: normal;
min-width: inherit;
@ -1422,6 +1421,7 @@ h5 {
.cbi-map-descr,
.cbi-section-descr {
font-size: small;
font-weight: bolder;
line-height: 1.42857143;
padding: 0.5rem 1.5rem;
}
@ -1449,15 +1449,14 @@ fieldset>fieldset,
.cbi-section>h3:first-child,
.panel-title {
font-size: 1.1rem;
font-size: 18px;
line-height: 1;
display: block;
width: 100%;
margin: 0;
margin-bottom: 0;
padding: 0.8755rem 1.5rem;
color: #32325d;
color: var(--gray-dark);
color: #666a88;
}
.cbi-map h3 {
@ -1853,8 +1852,9 @@ td>table>tbody>tr>td,
.tabs li a {
text-decoration: none;
color: #404040;
padding: .5rem .8rem
color: #5e6795;
padding: .5rem .8rem;
font-weight: bold
}
.tabs li:hover {
@ -1895,7 +1895,7 @@ td>table>tbody>tr>td,
.cbi-tabmenu li a {
text-decoration: none;
color: #404040;
color: #5e6795;
padding: .5rem .8rem
}
@ -2504,12 +2504,13 @@ td>table>tbody>tr>td,
.cbi-progressbar {
position: relative;
min-width: 170px;
height: 20px;
height: 24px;
margin: 6px 0;
border: thin solid #999;
/* border: thin solid #999; */
background: #eee;
border-radius: 0.2rem;
border-radius: 12px;
overflow: hidden;
color: #55537a;
}
.cbi-progressbar>div {
@ -2521,13 +2522,13 @@ td>table>tbody>tr>td,
}
.cbi-progressbar::after {
font-family: monospace;
font-size: 1rem;
font-weight: bold;
font-size-adjust: 0.38;
font-family: system-ui;
font-size: 14px;
/* font-weight: bold; */
/* font-size-adjust: 0.38; */
line-height: normal;
position: absolute;
top: 2px;
top: 3.55px;
right: 0;
bottom: 2px;
left: 0;

View File

@ -274,14 +274,9 @@ h3 {
}
.cbi-progressbar {
position: relative;
min-width: 170px;
height: 20px;
margin: 6px 0;
border: thin solid #5c5c5c;
background: transparent;
border-radius: 0.2rem;
overflow: hidden;
color: #cccccc;
}
.cbi-progressbar div {