Update style.css with forum index page style
This commit is contained in:
parent
e6855498e3
commit
477661378f
|
@ -68,10 +68,10 @@
|
|||
--mail-content-border: 2px outset #959595;
|
||||
--mail-buttonbar: #cacaca;
|
||||
|
||||
--forum-header: #f3dca9;
|
||||
--forum-header: linear-gradient(180deg, #ffffff 0%, #f3dca9 8px, #f3dca9 100%);
|
||||
--forum-header-border: 1px outset #a89b7f;
|
||||
--forum-content: #d9d4c9;
|
||||
--forum-content-border: 1px outset #a29c8d;
|
||||
--forum-content-border: 2px outset #a29c8d;
|
||||
|
||||
--forum-sub: #d7ccb6;
|
||||
--forum-sub-border: 1px outset #99907b;
|
||||
|
|
24
style.css
24
style.css
|
@ -70,6 +70,10 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
/* = STATUS */
|
||||
.status.success, .output .success {color: var(--status-success);}
|
||||
.status.error, .output .error {color: var(--status-error);}
|
||||
|
||||
/* = ARROW */
|
||||
hr.arrow {
|
||||
border: none; border-left: none;
|
||||
|
@ -967,12 +971,28 @@ body.library .lib.tiny > a {
|
|||
min-width: 64px;
|
||||
}
|
||||
|
||||
/* == FORUM */
|
||||
body.forum .page-container .board-display {
|
||||
background: var(--forum-header);
|
||||
border: var(--forum-header-border);
|
||||
font-family: var(--primary-font);
|
||||
}
|
||||
|
||||
body.forum .page-container .board-display th,
|
||||
body.forum .page-container .board-display td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
body.forum .page-container .board-display tr:not(tr:nth-child(1)) {
|
||||
background: var(--forum-content);
|
||||
border: var(--forum-content-border);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.status.success, .output .success {color: var(--status-success);}
|
||||
.status.error, .output .error {color: var(--status-error);}
|
||||
|
||||
heading .button {
|
||||
display: inline-block !important;
|
||||
|
|
Loading…
Reference in New Issue
Block a user