aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/rizzona.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/rizzona.css')
-rw-r--r--static/css/txt/rizzona.css159
1 files changed, 159 insertions, 0 deletions
diff --git a/static/css/txt/rizzona.css b/static/css/txt/rizzona.css
new file mode 100644
index 0000000..3764ebe
--- /dev/null
+++ b/static/css/txt/rizzona.css
@@ -0,0 +1,159 @@
+body {
+ background: #3c4c5f url(../img/bgnight.gif);
+ color: #000;
+}
+a,
+#n2,
+#size {
+ color: #A91C1C;
+}
+a:active,
+#n2:active {
+ background: rgba(255,255,255,0.4);
+}
+#main_nav {
+ background: #aa0000;
+ border-bottom: 1px solid #000;
+}
+#main_nav a, .innerbox.links a {
+ color: #000;
+}
+#main_nav a:active,
+.innerbox.links a:active,
+.innerbox.links select {
+ color: #A91C1C;
+ background: rgb(255,207,97);
+}
+#titlebox > div:first-child {
+ margin-bottom: 1em;
+}
+#titlebox .innerbox.links {
+ background: #aa0000;
+}
+.outerbox .innerbox {
+ background: #b7ad8c;
+ border: 4px solid black;
+ margin: 0;
+}
+#threadlist {
+ border: 1px solid #000;
+}
+#threadlist a {
+ border-right: 1px solid #000;
+ border-bottom: 1px solid #000;
+}
+.thread .innerbox {
+ margin: 0;
+ padding: 0;
+}
+#thread_nav {
+ margin-bottom: 0.5em;
+}
+h2,h3 {
+ border-bottom: 4px solid #000;
+ margin: 0;
+}
+h2 a {
+ color: #000;
+}
+h2 a:hover {
+ text-decoration: underline;
+}
+.reply, .postform {
+ background: #F0EAD6;
+ border: 4px solid #000;
+ border-top: 0;
+}
+h4 {
+ background: #d5cfbe;
+ padding-left: 0.1em;
+}
+.name em {
+ color: #009;
+}
+.q, .abbrev {
+ color: #73683a;
+}
+.yt {
+ border: 1px solid rgba(0,0,0,0.15);
+}
+hr {
+ display: none;
+}
+.msg hr {
+ display: block;
+}
+.lastposts {
+ margin: 0.5em 0;
+}
+.mainpage .postform {
+ margin: 0;
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+}
+.threadpage .postform {
+ border-top: 4px solid #000;
+ padding-top: 0;
+ padding: 0.25em;
+}
+input[type="submit"],
+input[type="button"],
+button {
+ background: #E0DAC6;
+ border: 1px solid rgba(0,0,0,0.5);
+}
+input[type="text"],
+select {
+ background: #E0DAC6;
+ border: 1px solid rgba(0,0,0,0.15);
+}
+textarea {
+ background: #E0DAC6;
+ border: 4px solid rgba(0,0,0,0.15);
+}
+#createbox .innerbox {
+ background: #F0EAD6;
+}
+form .msg {
+ border: 1px dotted rgba(0,0,0,0.15);
+}
+#q-p {
+ background: #F0EAD6;
+ border: 4px solid #000;
+ padding: 0;
+}
+#q-p .reply:last-child {
+ border: 0;
+}
+#footer {
+ border-top: 1px solid #000;
+ padding-top: 0.25em;
+}
+#threads {
+ background: #F0EAD6;
+ border: 4px solid #000;
+ border-collapse: collapse;
+}
+#threads th, #threads td {
+ border: 1px solid #000;
+}
+#threads th {
+ background: darkgrey;
+}
+#threads tr:nth-child(odd) {
+ background: #dbce9c;
+}
+@media (max-width: 600px) {
+ body.threadpage {
+ margin: 5px 0;
+ }
+ div.msg {
+ margin: 0.5em 4px;
+ }
+ .mainpage .postform {
+ padding: 0.5em;
+ }
+ .mainpage .msg {
+ margin: 0.5em;
+ }
+} \ No newline at end of file