aboutsummaryrefslogtreecommitdiff
path: root/static/css/renemix.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-31 06:07:15 -0300
committerLibravatar junk 2021-04-08 14:14:40 -0400
commite9a0a02f9e17a7a03e39d066c8157285e774a376 (patch)
treef2792c6390d5560e66f85e9053968d7f27695c9a /static/css/renemix.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'static/css/renemix.css')
-rw-r--r--static/css/renemix.css80
1 files changed, 80 insertions, 0 deletions
diff --git a/static/css/renemix.css b/static/css/renemix.css
new file mode 100644
index 0000000..215f27f
--- /dev/null
+++ b/static/css/renemix.css
@@ -0,0 +1,80 @@
+html,
+body {
+ background: #1a1d22;
+ color: #e0e0e0;
+ font-family: arial, helvetica, "nimbus sans l", sans-serif;
+}
+.rep {
+ color: #e0e0e0;
+}
+a,
+a .name,
+.nav label {
+ color: #b0ccde;
+}
+a:hover,
+a:hover .name,
+.nav label:hover {
+ color: #5c6a74;
+}
+.replymode,
+.extramode {
+ color: #fff;
+}
+.replymode {
+ background: #2b2b2b;
+}
+.extramode {
+ background: #333;
+}
+.postblock {
+ background: #28282d;
+ border: 1px solid #333;
+ color: #ddd;
+}
+.q {
+ color: #789922;
+}
+.fs {
+ text-decoration: none;
+}
+.subj {
+ color: #a6b8d8;
+ font-weight: bold;
+}
+.name,
+.omitted {
+ color: #a3a3a3;
+}
+.reply,
+#q-p {
+ background: #373a44;
+}
+.abbrev {
+ color: #777;
+}
+.highlight {
+ background: #5b5f69;
+ outline: 1px dashed #888;
+}
+.managertable td {
+ background: #64697b;
+}
+.managertable th {
+ background: #252830;
+ color: #f8f8f8;
+}
+hr {
+ border: none;
+ border-top: 1px dotted #696969;
+ height: 0;
+}
+.yt {
+ background: #292c33;
+ border: 1px solid #5e6b7d;
+ color: #e0e0e0;
+}
+.quoted {
+ border-color: #1a1d22;
+ color: #aaa;
+}