1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-07 12:46:23 -07:00

More CSS style adjustments

This commit is contained in:
Eggbertx 2025-01-19 23:49:01 -08:00
parent 3dc6f3494e
commit d48cec2f2b
11 changed files with 83 additions and 17 deletions

View file

@ -30,11 +30,21 @@ div#staff, select.post-actions {
div#topbar,
div#topbar a,
div#topbar a:visited {
div#topbar a:visited,
div.dropdown-menu {
background: $topbarbg;
border-bottom: 1px solid $topborder;
}
div.dropdown-menu {
border-left: 1px solid $topborder;
border-right: 1px solid $topborder;
}
div.dropdown-menu a:hover, div.dropdown-menu a:active {
background: $bgcol;
}
table#pages, table#pages * {
border: none;
}

View file

@ -32,7 +32,6 @@ h2 a {
h3 {
margin: 0px;
text-align: center;
font-size: medium;
}
@ -59,12 +58,16 @@ div.dropdown-menu {
color: $bgcol;
}
div.dropdown-menu a,
div.dropdown-menu a:visited {
color: $bgcol;
div.dropdown-menu {
@include shadow-filter(3px 5px 6px $shadowcol);
a, h3 {
color: $bgcol;
}
}
a.topbar-item:hover, a.topbar-item:active {
a.topbar-item:hover,
a.topbar-item:active,
div.dropdown-menu a:hover {
background: #0a127b;
}

View file

@ -31,6 +31,7 @@ div.inlinepostprev {
}
select.post-actions,
div.reply,
div.postprev,
div.inlinepostprev {
border: 1px solid $bordercol;

View file

@ -64,7 +64,7 @@ table.mgmt-table tr:first-of-type th {
}
span.subject {
font-weight: bold;
font-weight: 800;
color: $subjectcol;
}
@ -75,4 +75,6 @@ table#pages, table#pages * {
div.section-title-block {
background: #A7A7A7;
border-bottom: 1px solid $replyborder;
}
}
@include upload-box(#aaa, #444, #666);

View file

@ -4,7 +4,7 @@ body {
background: $bgcol;
font-family: $font-family;
color: $color;
font-size: 80%;
// font-size: 80%;
}
a {
@ -60,6 +60,13 @@ span.tripcode {
color: $headercol;
}
.dropdown-menu {
background: $topbarbg!important;
b {
color: black;
}
}
span.subject {
color: $subjectcol;
}

View file

@ -37,4 +37,6 @@ header, div#top-pane, a {
#site-title, #board-title {
font-weight: 800;
}
}
@include upload-box(#aaa, #444, #666);

View file

@ -83,11 +83,21 @@ div#staff, select.post-actions {
div#topbar,
div#topbar a,
div#topbar a:visited {
div#topbar a:visited,
div.dropdown-menu {
background: #151515;
border-bottom: 1px solid #B0790A;
}
div.dropdown-menu {
border-left: 1px solid #B0790A;
border-right: 1px solid #B0790A;
}
div.dropdown-menu a:hover, div.dropdown-menu a:active {
background: #1D1F21;
}
table#pages, table#pages * {
border: none;
}

View file

@ -28,6 +28,7 @@ div.inlinepostprev {
}
select.post-actions,
div.reply,
div.postprev,
div.inlinepostprev {
border: 1px solid #9295a4;
@ -108,7 +109,6 @@ h2 a {
h3 {
margin: 0px;
text-align: center;
font-size: medium;
}
@ -136,12 +136,17 @@ div.dropdown-menu {
color: #EEF2FF;
}
div.dropdown-menu a,
div.dropdown-menu a:visited {
div.dropdown-menu {
-webkit-filter: drop-shadow(3px 5px 6px #555555);
filter: drop-shadow(3px 5px 6px #555555);
}
div.dropdown-menu a, div.dropdown-menu h3 {
color: #EEF2FF;
}
a.topbar-item:hover, a.topbar-item:active {
a.topbar-item:hover,
a.topbar-item:active,
div.dropdown-menu a:hover {
background: #0a127b;
}

View file

@ -59,7 +59,7 @@ table.mgmt-table tr:first-of-type th {
}
span.subject {
font-weight: bold;
font-weight: 800;
color: #34ED3A;
}
@ -71,3 +71,13 @@ div.section-title-block {
background: #A7A7A7;
border-bottom: 1px solid #117743;
}
div#upload-box {
background: #aaa;
}
div#upload-box a {
color: #444;
}
div#upload-box a:hover, div#upload-box a:target, div#upload-box a:focus {
color: #666;
}

View file

@ -2,7 +2,6 @@ body {
background: #1E1E1E;
font-family: sans-serif;
color: #999;
font-size: 80%;
}
a {
@ -56,6 +55,13 @@ span.tripcode {
color: #32DD72;
}
.dropdown-menu {
background: #666 !important;
}
.dropdown-menu b {
color: black;
}
span.subject {
color: #446655;
}

View file

@ -65,3 +65,13 @@ header, div#top-pane, a {
#site-title, #board-title {
font-weight: 800;
}
div#upload-box {
background: #aaa;
}
div#upload-box a {
color: #444;
}
div#upload-box a:hover, div#upload-box a:target, div#upload-box a:focus {
color: #666;
}