aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/4am.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/4am.css')
-rw-r--r--static/css/txt/4am.css218
1 files changed, 174 insertions, 44 deletions
diff --git a/static/css/txt/4am.css b/static/css/txt/4am.css
index 258e852..3a63c82 100644
--- a/static/css/txt/4am.css
+++ b/static/css/txt/4am.css
@@ -1,44 +1,174 @@
-body{background:#222 url('/mantencion_bg.gif');color:#CED1CF}
-body.threadpage{background-image:none}
-a,a .name,#n2{color:#81A2BE;text-decoration:none}
-a:hover,a:focus,#n2:active{color:#4d6172;text-decoration:underline}
-hr{border:1px inset #111}
-input[type="text"],input[type="submit"],input[type="button"],textarea,button,select{background:#383838;border:1px solid #4B4E55;color:#e8e8e8}
-input[type="submit"],input[type="button"],button{background:#333}
-input[type="submit"]:active,input[type="button"]:active,button:active{background:#232323}
-h1{color:#dc9656;font-size:26px;margin-top:-5px;text-align:center}
-h2 a{color:#C66}
-h2 span{color:#999}
-h3,#size{color:#ab4642}
-h3 span{color:#999}
-h4{color:#c1c5c2}
-#main_nav{background:#000;color:#7cafc2}
-.fix #main_nav{box-shadow:0 0 3px #000}
-.banner{-webkit-filter:grayscale(60%);filter:grayscale(60%)}
-.outerbox{background:#111213;border:1px solid #4B4E55;color:#777879}
-#titlebox .threadnav{margin:-6px}
-#threadlist{background:#0e0e0e;border:1px solid #4B4E55}
-#threadlist a{border-right:1px solid #4B4E55;border-bottom:1px solid #4B4E55}
-.mainpage .thread,#content{background:#1D1F21;border:3px double #4B4E55;color:#CED1CF;opacity:.9}
-.threadpage .thread{color:#CED1CF}
-.name,.abbrev{color:#B5BD68}
-.name em{color:#88f}
-.del a{color:#ab4642}
-h4 .date,.quoted{color:#4e4e4e}
-.msg{margin:4px 40px 0}
-.reply{margin-bottom:24px}
-a.thumb{margin-top:4px}
-.q{color:#666}
-.yt{background:#383838;border:1px solid gray;color:#e8e8e8}
-.yt:hover{text-decoration:none}
-.deleted{color:#999;margin-bottom:24px}
-#q-p{background:#222;border:1px solid #999}
-#q-p .reply{margin-bottom:8px}
-.lastposts #n2{text-decoration:none}
-form .msg{background:#383838;border:1px dotted #000}
-#footer{color:#f7ca88}
-.threads h1{text-align:left}
-#content.list #header div{background:#111213}
-#content.list .row:nth-child(odd),#content.grid .row:hover{background:#191B1D}
-#content.grid{border:1px solid #4B4E55;padding:1px}
-#content.grid .row{border:1px solid #4B4E55;margin:1px} \ No newline at end of file
+body {
+ background: #222 url("/mantencion_bg.gif");
+ color: #ced1cf;
+}
+body.threadpage {
+ background-image: none;
+}
+a,
+a .name,
+#n2 {
+ color: #81a2be;
+ text-decoration: none;
+}
+a:hover,
+a:focus,
+#n2:active {
+ color: #4d6172;
+ text-decoration: underline;
+}
+hr {
+ border: 1px inset #111;
+}
+input[type="text"],
+input[type="submit"],
+input[type="button"],
+textarea,
+button,
+select {
+ background: #383838;
+ border: 1px solid #4b4e55;
+ color: #e8e8e8;
+}
+input[type="submit"],
+input[type="button"],
+button {
+ background: #333;
+}
+input[type="submit"]:active,
+input[type="button"]:active,
+button:active {
+ background: #232323;
+}
+h1 {
+ color: #dc9656;
+ font-size: 26px;
+ margin-top: -5px;
+ text-align: center;
+}
+h2 a {
+ color: #c66;
+}
+h2 span {
+ color: #999;
+}
+h3,
+#size {
+ color: #ab4642;
+}
+h3 span {
+ color: #999;
+}
+h4 {
+ color: #c1c5c2;
+}
+#main_nav {
+ background: #000;
+ color: #7cafc2;
+}
+.fix #main_nav {
+ box-shadow: 0 0 3px #000;
+}
+.banner {
+ -webkit-filter: grayscale(60%);
+ filter: grayscale(60%);
+}
+.outerbox {
+ background: #111213;
+ border: 1px solid #4b4e55;
+ color: #777879;
+}
+#titlebox .threadnav {
+ margin: -6px;
+}
+#threadlist {
+ background: #0e0e0e;
+ border: 1px solid #4b4e55;
+}
+#threadlist a {
+ border-right: 1px solid #4b4e55;
+ border-bottom: 1px solid #4b4e55;
+}
+.mainpage .thread,
+#content {
+ background: #1d1f21;
+ border: 3px double #4b4e55;
+ color: #ced1cf;
+ opacity: 0.9;
+}
+.threadpage .thread {
+ color: #ced1cf;
+}
+.name,
+.abbrev {
+ color: #b5bd68;
+}
+.name em {
+ color: #88f;
+}
+.del a {
+ color: #ab4642;
+}
+h4 .date,
+.quoted {
+ color: #4e4e4e;
+}
+.msg {
+ margin: 4px 40px 0;
+}
+.reply {
+ margin-bottom: 24px;
+}
+a.thumb {
+ margin-top: 4px;
+}
+.q {
+ color: #666;
+}
+.yt {
+ background: #383838;
+ border: 1px solid gray;
+ color: #e8e8e8;
+}
+.yt:hover {
+ text-decoration: none;
+}
+.deleted {
+ color: #999;
+ margin-bottom: 24px;
+}
+#q-p {
+ background: #222;
+ border: 1px solid #999;
+}
+#q-p .reply {
+ margin-bottom: 8px;
+}
+.lastposts #n2 {
+ text-decoration: none;
+}
+form .msg {
+ background: #383838;
+ border: 1px dotted #000;
+}
+#footer {
+ color: #f7ca88;
+}
+.threads h1 {
+ text-align: left;
+}
+#content.list #header div {
+ background: #111213;
+}
+#content.list .row:nth-child(odd),
+#content.grid .row:hover {
+ background: #191b1d;
+}
+#content.grid {
+ border: 1px solid #4b4e55;
+ padding: 1px;
+}
+#content.grid .row {
+ border: 1px solid #4b4e55;
+ margin: 1px;
+}