aboutsummaryrefslogtreecommitdiff
path: root/static/css/ib.css
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-23 18:09:26 -0300
committerLibravatar Choom 2023-01-24 09:51:42 -0300
commitc00e0f9f07827630ccba2cf4ac8bf0793d0ba930 (patch)
tree31e6af72056a8369b2d25b50009bcb7a072d5682 /static/css/ib.css
parent9bd8d1e527cf90ef8033b8455a96e5caf92f02bd (diff)
downloadweabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.tar.gz
weabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.tar.xz
weabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.zip
Separando .trip de .name
Diffstat (limited to 'static/css/ib.css')
-rw-r--r--static/css/ib.css56
1 files changed, 30 insertions, 26 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index 17b0f26..468fb6d 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -27,7 +27,7 @@ body[data-brd="2d"], body[data-brd="2d"] textarea {
.spoil:hover {
color: #fff;
}
-.postarea table {
+#postform-t {
margin: 0 auto;
text-align: left;
line-height: 1em;
@@ -51,10 +51,6 @@ select {
color: #000;
padding: 0;
}
-select,
-#search input {
- font-size: 85%;
-}
#logo {
font-size: 160%;
font-weight: bold;
@@ -63,11 +59,13 @@ select,
}
input[type="submit"],
input[type="button"],
-button,
-#oekform select {
+button {
padding: 0 1em;
height: 1.7em;
}
+#oekform select {
+ height: 1.7em;
+}
input[type="text"],
input[type="password"],
textarea {
@@ -75,14 +73,16 @@ textarea {
border: 1px inset gray;
padding: 3px;
}
-#search input[type="text"] {
- width: 80px;
+#searchin {
+ width: 128px;
+ padding: 2px;
}
-#search input[type="text"],
-#search select {
- height: 16px;
+#searchin,
+#searchbtn,
+#main_nav_sel {
+ font-size: 85%;
}
-#postform-t input[name="subject"] {
+input[name="subject"] {
max-width: 300px;
}
#postform-t textarea {
@@ -185,6 +185,9 @@ body:not(.res) .thread.hidden > *,
padding: 2px;
margin: 3px 0;
}
+.name {
+ font-weight: bold;
+}
.name em {
color: #009;
font-style: normal;
@@ -313,7 +316,7 @@ body:not(.res) .thread.hidden > *,
padding: 4px;
}
#main_nav.mob {
- font-size: 12px;
+ font-size: 14px;
line-height: 1em;
box-shadow: 0 0 4px #000;
position: fixed;
@@ -324,9 +327,6 @@ body:not(.res) .thread.hidden > *,
padding: 2px;
z-index: 9;
}
- .postarea table {
- border-spacing: 1px;
- }
.pass,
.thread td.ell,
.thumbmsg,
@@ -334,9 +334,12 @@ body:not(.res) .thread.hidden > *,
.fs small {
display: none;
}
+ #oekform {
+ line-height: 2em;
+ }
.thread table,
#postform input[type="text"],
- #postform input[type="submit"],
+ #sendbtn,
#postform textarea,
#postform input[type="file"],
#filepreview,
@@ -344,6 +347,14 @@ body:not(.res) .thread.hidden > *,
max-width: 100%;
width: 100%;
}
+ #postform-t input,
+ #postform-t textarea {
+ border: 0;
+ }
+ #sendbtn {
+ border: 0;
+ margin-top: 4px;
+ }
.thread table,
.thread tbody,
.thread tr,
@@ -354,10 +365,6 @@ body:not(.res) .thread.hidden > *,
.thread td {
overflow: hidden;
}
- #postform-t input[type="submit"] {
- height: 2em;
- margin-top: 2px;
- }
.postblock,
#rules,
.fs,
@@ -404,10 +411,7 @@ body:not(.res) .thread.hidden > *,
#pg span {
padding: 4px;
}
- #search input {
+ #searchin {
width: initial !important;
}
- #search span {
- display: inline-block;
- }
}