aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/amber.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/amber.css')
-rw-r--r--static/css/txt/amber.css24
1 files changed, 7 insertions, 17 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index 87f74cb..2a3e4ec 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -101,7 +101,8 @@ button:active {
box-shadow: 0 0 10px;
}
.outerbox,
-.innerbox {
+.innerbox,
+.mainpage .thread {
border: 1px solid #f9690e;
}
#threadlist {
@@ -111,10 +112,6 @@ button:active {
border-right: 1px solid #f9690e;
border-bottom: 1px solid #f9690e;
}
-.mainpage .thread,
-.thread .innerbox {
- border: 1px solid #f9690e;
-}
.thread .innerbox,
.threadpage,
#q-p {
@@ -130,13 +127,7 @@ button:active {
.q {
color: #d4b300;
}
-.deleted {
- background: none;
- border-color: #f9690e;
- border-style: solid;
- border-width: 1px 0;
- color: inherit;
-}
+
.yt {
background: #000;
border: 1px solid #f9690e;
@@ -160,10 +151,9 @@ form .msg {
#q-p .reply {
border: 3px double #f9690e;
margin: 0;
- padding-bottom: 1em;
}
#q-p .reply h4 {
- padding: 0 1px;
+ padding: 0;
}
#footer a {
color: #f9690e;
@@ -175,10 +165,10 @@ form .msg {
background: #251002;
}
@media (max-width: 600px) {
- div.msg {
- margin: 0.5em 0.5em 0;
- }
.mainpage .postform {
padding: 0.5em;
}
+ .mainpage .msg {
+ margin: 0.5em;
+ }
}