aboutsummaryrefslogtreecommitdiff
path: root/static/css/ib.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-11 17:04:08 -0300
committerLibravatar Choom 2022-12-11 17:21:55 -0300
commitb241a4aff893e9fcba10422cb1993bf71578ec03 (patch)
tree2018df01c8e4cb6ed5034add5a517a1775d5c072 /static/css/ib.css
parentca961bd970b30a9602538172744fb8b1dd1764c0 (diff)
downloadweabot-b241a4aff893e9fcba10422cb1993bf71578ec03.tar.gz
weabot-b241a4aff893e9fcba10422cb1993bf71578ec03.tar.xz
weabot-b241a4aff893e9fcba10422cb1993bf71578ec03.zip
Cambiando botones
Cambiando botones Cambiando botones Cambiando botones
Diffstat (limited to 'static/css/ib.css')
-rw-r--r--static/css/ib.css49
1 files changed, 35 insertions, 14 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index 18b0010..06c2513 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -54,6 +54,12 @@ select {
margin: 8px 0;
text-align: center;
}
+input[type="submit"],
+input[type="button"],
+button {
+ padding: 2px 1em;
+ line-height: 1em;
+}
input[type="text"],
input[type="password"],
textarea {
@@ -63,6 +69,7 @@ textarea {
}
.postform input {
max-width: 250px;
+ height: 1.7em;
}
.postform input[name="subject"] {
max-width: 300px;
@@ -81,7 +88,7 @@ textarea {
}
.rules {
width: 468px;
- font-size: 13px;
+ font-size: 12px;
}
.rules ul {
margin: 4px 0 0;
@@ -125,11 +132,20 @@ textarea {
#q-p .fs {
margin-left: 20px;
}
-.deleted {
+.reply.deleted {
color: #777;
-}
-.thread.hidden > div, .thread.hidden > table, .thread.hidden > a, .thread.hidden > blockquote,
-.reply.hidden input, .reply.hidden blockquote, .reply.hidden .thumb, .reply.hidden .fs, .reply.hidden .quoted,
+ margin: 0;
+ padding: 0
+}
+.thread.hidden > div,
+.thread.hidden > table,
+.thread.hidden > a,
+.thread.hidden > blockquote,
+.reply.hidden input,
+.reply.hidden blockquote,
+.reply.hidden .thumb,
+.reply.hidden .fs,
+.reply.hidden .quoted,
#catalog .hidden {
display: none;
}
@@ -301,8 +317,11 @@ textarea {
#main_nav.mob {
font-size: 12px;
}
+ .postarea table {
+ border-spacing: 1px;
+ }
.postblock {
- font-size: 14px;
+ font-size: 12px;
white-space: nowrap;
}
.pass,
@@ -320,25 +339,27 @@ textarea {
max-width: 100%;
width: 100%;
}
- .fs .tt,
- .omitted {
+ .postform input[type="submit"] {
+ height: 2em;
+ margin-top: 2px;
+ }
+ .fs .tt {
font-size: 14px;
}
- .info {
+ .fs,
+ .omitted,
+ .info,
+ .reply.deleted {
font-size: 12px;
}
.reply .info {
padding-right: 0;
}
- .fs,
- .rules {
- font-size: 12px;
- }
.reply .fs {
margin-left: 4px;
}
.thumb {
- margin: 0 8px 0 4px;
+ margin: 0 8px 0 2px;
max-width: 100px;
max-height: 100px;
width: auto;