aboutsummaryrefslogtreecommitdiff
path: root/static/css/another.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-28 07:51:40 -0300
committerLibravatar junk 2021-03-31 05:27:26 -0300
commitf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (patch)
treef0d72c1a497f73863078f1970e3ba692ffec860d /static/css/another.css
parentaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (diff)
downloadweabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.gz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.xz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.zip
Mejor forma de ocultar posts
Diffstat (limited to 'static/css/another.css')
-rw-r--r--static/css/another.css45
1 files changed, 7 insertions, 38 deletions
diff --git a/static/css/another.css b/static/css/another.css
index d635e08..ca684d1 100644
--- a/static/css/another.css
+++ b/static/css/another.css
@@ -2,7 +2,7 @@ html,
body {
background: #181818;
color: #d8d8d8;
- font-size: 13px;
+ font-size: 10pt;
}
.rep {
@@ -19,9 +19,9 @@ a {
text-decoration: none;
}
-a:hover {
+a:focus {
color: #86c1b9;
- text-decoration: none;
+ text-decoration: underline;
}
hr {
@@ -30,6 +30,10 @@ hr {
margin-bottom: 10px;
}
+#main_nav {
+ font-size: 10pt;
+}
+
.form textarea {
width: 295px;
min-width: 295px;
@@ -50,7 +54,6 @@ textarea {
}
.postblock {
- font-size: 12px;
padding: 3px 5px;
width: 100px;
background: #282828;
@@ -59,10 +62,6 @@ textarea {
font-weight: normal;
}
-.rules {
- font-size: 11px;
-}
-
.fs {
font-size: 11px;
}
@@ -81,19 +80,6 @@ td #text {
font-size: 10pt;
}
-blockquote {
- font-size: 13px;
- margin-left: 1.8em;
- padding-right: 3em;
- padding-bottom: 0.3em;
-}
-
-.logo {
- font-size: 18pt;
- margin: 0px;
- padding-bottom: 2em;
-}
-
.postform {
font-size: 10pt;
}
@@ -102,12 +88,10 @@ blockquote {
background-color: #282828;
border: 1px solid;
border-color: #383838 #282828 #282828 #383838;
- padding: 0px 7px 7px 7px;
}
.subj {
color: #3b7335;
- font-weight: bold;
}
.thread .fs {
@@ -121,14 +105,9 @@ blockquote {
color: #181818;
}
-#main_nav {
- font-size: 9pt;
-}
-
.pg,
.pg span {
border: none;
- font-size: 10pt;
}
.pg span input {
@@ -191,16 +170,6 @@ blockquote {
color: #f8f8f8;
}
-#catalog .thread:hover {
- background: #373a44;
- box-shadow: 0 0 5px 5px #373a44;
-}
-
-#catalog .replies {
- color: #909090;
- font-weight: bold;
-}
-
.yt {
background: #292c33;
border: 1px solid #5e6b7d;