notices + darkmode background

even MORE notices adjustments
and fixed the dark background for mobile and small screens
This commit is contained in:
Mariu 2021-03-19 12:29:50 +01:00
parent 3905ab5725
commit 07def9deb8
3 changed files with 20 additions and 52 deletions

View file

@ -21,6 +21,9 @@ textarea:focus, textarea,
font-family: Avenir, Helvetica, Arial, sans-serif;
color: #eeeeee;
}
#outer.wrapper {
background-color: #393e46 !important;
}
.comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash {
color: #eee;
background-color: #ce4c4c;
@ -255,7 +258,7 @@ li.search fieldset,
.current,
a.current,
.actions .current,
.current, a.current, a:link.current,
.current,
.current a:visited,
.current a:link,
#dashboard .current,
@ -508,6 +511,8 @@ a.cloud6 {
thead,
tfoot,
tfoot td,
th,
tr:hover,
col.name,
input,
textarea,
@ -536,17 +541,6 @@ dl.meta,
margin-bottom: 10px;
}
th,
tr:hover {
border: none;
background: #393e46;
font-family: Avenir, Helvetica, Arial, sans-serif;
border-radius: 5px;
margin-bottom: 10px;
}
table {border-collapse: separate;}
li.blurb,
.blurb .blurb,
.listbox .index,
@ -891,6 +885,7 @@ span.symbol {
.notice {
border: 1px solid #eeeeee;
color: #eeeeee;
background: #393e46;
box-shadow: none;
padding: 1em;
@ -1171,6 +1166,3 @@ border-top: none !important;
}
#footer a:hover { box-shadow: none;}
th { vertical-align: middle;
text-align: center; }
td { vertical-align: middle;}

View file

@ -247,7 +247,7 @@ li.search fieldset,
.current,
a.current,
.actions .current,
.current, a.current, a:link.current,
.current,
.current a:visited,
.current a:link,
#dashboard .current,
@ -500,6 +500,8 @@ a.cloud6 {
thead,
tfoot,
tfoot td,
th,
tr:hover,
col.name,
input,
textarea,
@ -528,17 +530,6 @@ dl.meta,
margin-bottom: 10px;
}
th,
tr:hover {
border: none;
background: #ffffff;
font-family: Avenir, Helvetica, Arial, sans-serif;
border-radius: 5px;
margin-bottom: 10px;
}
table {border-collapse: separate;}
li.blurb,
.blurb .blurb,
.listbox .index,
@ -656,7 +647,7 @@ span.delete {
a,
a:link,
a:hover,
a:visited:hover,
#dashboard a,
#dashboard span,
.autocomplete div.dropdown ul,
@ -873,6 +864,7 @@ span.symbol {
.notice {
border: 1px solid #212121;
color: #212121;
background: #ffffff;
box-shadow: none;
padding: 1em;
@ -918,9 +910,10 @@ input[type=submit],
border-radius: .25em;
box-shadow: none;
}
input[type="submit"],
input[type="submit"]:hover {
border: none;
border: 2px solid #212121;
}
.autocomplete {
@ -1131,6 +1124,3 @@ input[name="post_button"]:hover {
border-radius: .25em;
box-shadow: none;
}
th { vertical-align: middle;
text-align: center; }
td { vertical-align: middle;}

View file

@ -247,7 +247,7 @@ li.search fieldset,
.current,
a.current,
.actions .current,
.current, a.current, a:link.current,
.current,
.current a:visited,
.current a:link,
#dashboard .current,
@ -500,6 +500,8 @@ a.cloud6 {
thead,
tfoot,
tfoot td,
th,
tr:hover,
col.name,
input,
textarea,
@ -528,19 +530,6 @@ dl.meta,
margin-bottom: 10px;
}
th,
tr:hover {
border: none;
background: #f7f7f7;
font-family: Avenir, Helvetica, Arial, sans-serif;
border-radius: 5px;
margin-bottom: 10px;
}
table {border-collapse: separate;}
li.blurb,
.blurb .blurb,
.listbox .index,
@ -658,7 +647,7 @@ span.delete {
a,
a:link,
a:visited,
a:visited:hover,
#dashboard a,
#dashboard span,
.autocomplete div.dropdown ul,
@ -875,6 +864,7 @@ span.symbol {
.notice {
border: 1px solid #393E46;
color: #393E46;
background: #f7f7f7;
box-shadow: none;
padding: 1em;
@ -923,7 +913,7 @@ input[type=submit],
input[type="submit"],
input[type="submit"]:hover {
border: none;
border: 2px solid #393E46;
}
.autocomplete {
@ -1134,7 +1124,3 @@ input[name="post_button"]:hover {
border-radius: .25em;
box-shadow: none;
}
th { vertical-align: middle;
text-align: center; }
td { vertical-align: middle;}