From 28a3684fad118d4bf7a329054be4b08543c178eb Mon Sep 17 00:00:00 2001 From: Tanya Date: Tue, 28 May 2024 18:57:15 +0000 Subject: [PATCH] Add SomberGray.css --- SomberGray.css | 169 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 SomberGray.css diff --git a/SomberGray.css b/SomberGray.css new file mode 100644 index 0000000..9c76de4 --- /dev/null +++ b/SomberGray.css @@ -0,0 +1,169 @@ +/* Somber Gray Theme + * Created 2005 + * Author: Tanya Black + * Contributors: Ivan Connor +*/ + +div.author_avatar img { + width: 100%; + height: 100%; +} + +html, body { + background: #888; +} + +.fourth_wall { + background: #444; + color: #ccc; + padding: 5pt; + border: solid 1pt #222; + border-radius: 7px; +} + +.fourth_wall_title { + font-size: 15pt; + background: #333; + padding: 3pt; + border: solid 1pt #222; + border-radius: 7px; +} + +.mycode_quote { + background: #999; +} + +#content { + background: #555; +} + +div#logo, #footer .lower { + background: #777; +} + +#footer .lower { + color: black; +} + +#panel .lower, #footer .upper { + background: #444; + border-top: solid 1pt black; + border-bottom: solid 1pt black; +} + +#search input, textarea { + background: #ccc; + color: black; +} + +.codeblock { + background: #aaa; +} + +.thread_tools li a { + color: red; +} + +.post, table.tborder { + background: #777; + border: solid 1pt #555; + color: black; +} + +div.post_controls { + background: #666; + border-bottom: solid 1pt #444; +} +td.tfoot { + background: #6a6a6a; + border-top: solid 1pt #444; +} + +#panel .lower a:link, #panel .lower a:visited { + color: #bbb; +} + +div.navigation a { + color: red; +} + +.navigation .active { + color: black; +} + +#footer .upper ul.bottom_links a { + color: #bbb; +} + +.tcat .smalltext, td.thead a:visited, td.thead a:link { + color: #ccc; +} + +.smalltext { + color: black; +} + +div.post_author.scaleimages { + background: #888; +} + +.post .post_author div.author_statistics { + color: #111; +} + +.postbit_buttons > a:link, .postbit_buttons > a:visited { + background: #bbb; +} + +.post.classic .post_author { + border-right: solid 1pt #444; + border-top: solid 1pt #444; + border-bottom: solid 1pt #444; +} + +span.largetext a span, span.largetext strong span { + color: #9d1f00 !important; +} + +div.wrapper > fieldset { + background: #888; + border: solid 1pt #222; +} + +.trow_sep { + background: #666; +} + +td.trow1 { + background: #888; + border: solid 1pt #444; +} + +td.trow2 { + background: #999; + border: solid 1pt #444; +} + +table.tborder.clear { + border: solid 1pt #444; +} + +.tborder { + background: gray; +} + +.thead { + background: #7f2427; +} + +a { + color: #7f2427; +} + +a:link { + color: #7f2427; +} + +a:visited { + color: #5a1a1c; +} \ No newline at end of file