aboutsummaryrefslogtreecommitdiff
path: root/static/css/spc
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-16 05:05:02 -0300
committerLibravatar Choom 2023-01-16 14:37:07 -0300
commit1f988f01c7eee932ef7d2fb80de5a2b3792097d3 (patch)
treea83fd88c3f8dc17390f9f084483d53c8884d63ec /static/css/spc
parent4c31093827f57394563de037a21143407586e384 (diff)
downloadweabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.gz
weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.xz
weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.zip
Divs Ășnicos deben tener id
Diffstat (limited to 'static/css/spc')
-rw-r--r--static/css/spc/material.css10
-rw-r--r--static/css/spc/material_normal.css14
-rw-r--r--static/css/spc/treehugger.css2
3 files changed, 13 insertions, 13 deletions
diff --git a/static/css/spc/material.css b/static/css/spc/material.css
index 3e6b57b..02eb49e 100644
--- a/static/css/spc/material.css
+++ b/static/css/spc/material.css
@@ -178,7 +178,7 @@ hr,
input[type="submit"],
input[type="button"],
button,
-.lastposts a,
+#lastposts a,
#n2 {
background: #2296f3;
border: 0;
@@ -281,14 +281,14 @@ a.yt,
#q-p .reply {
margin-bottom: 8px;
}
-.lastposts {
+#lastposts {
padding: 16px 0;
font-size: 1px;
font-size: 0;
text-align: center;
}
-.lastposts a,
-.lastposts #n2 {
+#lastposts a,
+#lastposts #n2 {
background: #ff4081;
margin: 0 5px;
text-decoration: none;
@@ -298,7 +298,7 @@ a.yt,
border-radius: 100%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
-.lastposts a,
+#lastposts a,
#n2,
#counter {
color: #fff;
diff --git a/static/css/spc/material_normal.css b/static/css/spc/material_normal.css
index 0fa7c7e..0c75456 100644
--- a/static/css/spc/material_normal.css
+++ b/static/css/spc/material_normal.css
@@ -180,7 +180,7 @@ hr,
input[type="submit"],
input[type="button"],
button,
-.lastposts a,
+#lastposts a,
#n2 {
background: #2296f3;
border: 0;
@@ -258,19 +258,19 @@ a.yt,
border: 1px solid #ddd;
box-shadow: 0 0 5px #ccc;
}
-.lastposts {
+#lastposts {
padding: 16px 0;
font-size: 1px;
font-size: 0;
text-align: center;
}
-.lastposts a,
-.lastposts #n2 {
+#lastposts a,
+#lastposts #n2 {
background: #ff4081;
margin-right: 5px;
text-decoration: none;
}
-.lastposts a:active,
+#lastposts a:active,
#n2:active {
background: #b22d5a;
}
@@ -284,7 +284,7 @@ a.yt,
border-radius: 100%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
-.lastposts a,
+#lastposts a,
#n2,
#counter {
color: #fff;
@@ -399,7 +399,7 @@ h5 {
margin: 0;
padding: 0.5em;
}
- .lastposts {
+ #lastposts {
padding: 8px 0;
}
.postform > span {
diff --git a/static/css/spc/treehugger.css b/static/css/spc/treehugger.css
index 10fd30e..e9ce92b 100644
--- a/static/css/spc/treehugger.css
+++ b/static/css/spc/treehugger.css
@@ -84,7 +84,7 @@ hr {
border: 0;
border-top: 2px solid #daffe0;
}
-.lastposts {
+#lastposts {
color: #3cae4e;
}
.q {