aboutsummaryrefslogtreecommitdiff
path: root/static/css/renemix.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-13 03:13:00 -0300
committerLibravatar Choom 2022-12-13 04:01:36 -0300
commitffd2b09b25c61b285169557b93277e7c1476cd4f (patch)
treed9c33a81b834f60f8d368cbec9f78413d8b387c6 /static/css/renemix.css
parentdee4796015e4df0900615bedcd78b03a92b140c2 (diff)
downloadweabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.tar.gz
weabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.tar.xz
weabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.zip
Barra superior para móviles
Barra superior para móviles Barra superior para móviles
Diffstat (limited to 'static/css/renemix.css')
-rw-r--r--static/css/renemix.css80
1 files changed, 0 insertions, 80 deletions
diff --git a/static/css/renemix.css b/static/css/renemix.css
deleted file mode 100644
index 215f27f..0000000
--- a/static/css/renemix.css
+++ /dev/null
@@ -1,80 +0,0 @@
-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;
-}