style fixes

merge-requests/208/head
fatchan 4 years ago
parent f750d19edf
commit d53afb600a
  1. 3
      gulp/res/css/style.css
  2. 10
      gulp/res/css/themes/win95.css

@ -1080,7 +1080,8 @@ table, .boardtable {
content: "\2699"!important; content: "\2699"!important;
} }
#settingsmodal { #settingsmodal {
width: 100% width: 100%;
min-width: unset;
} }
[title] { [title] {
position:relative position:relative

@ -7,8 +7,8 @@
--title-color: #d70000; --title-color: #d70000;
--greentext-color: green; --greentext-color: green;
--pinktext-color: #E0727F; --pinktext-color: #E0727F;
--alt-label-color: transparent; --alt-label-color: darkblue;
--alt-font-color: black; --alt-font-color: white;
--background-top: #008080; --background-top: #008080;
--background-rest: #008080; --background-rest: #008080;
--navbar-color: #c0c0c0; --navbar-color: #c0c0c0;
@ -45,7 +45,7 @@ select,
textarea, textarea,
.postform-style, .postform-style,
.code { .code {
border:2px inset black; border:2px inset var(--post-color);
} }
#postform { #postform {
padding: 2px padding: 2px
@ -69,7 +69,7 @@ color:black;
background: darkblue!important; background: darkblue!important;
color: white!important; color: white!important;
} }
.op, th, .board-banner { .op, .board-banner {
background: var(--post-color)!important; background: var(--post-color)!important;
} }
.navbar { .navbar {
@ -99,7 +99,7 @@ table {
background: var(--post-color); background: var(--post-color);
border-spacing:0 border-spacing:0
} }
.post-info, #dragHandle, th, .alt { .post-info, #dragHandle, th:not(.alt){
font-weight: bold; font-weight: bold;
color: #ddd; color: #ddd;
background: #808080!important; background: #808080!important;

Loading…
Cancel
Save