From 5ef5827e02f20fb59e92ac8e88fba85103442b1f Mon Sep 17 00:00:00 2001
From: Choom
Date: Tue, 13 Dec 2022 21:13:09 -0300
Subject: Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
---
cgi/templates/base_top.html | 9 ++-------
cgi/templates/board.html | 9 +++++++--
cgi/templates/board.jp.html | 9 +++++++--
cgi/templates/navbar.html | 2 +-
static/css/ib.css | 35 ++++++++++++++++++++++++++---------
static/css/txt/bbs.css | 8 ++++----
static/img/drogas1.jpg | Bin 0 -> 31505 bytes
static/js/weabot.js | 8 --------
8 files changed, 47 insertions(+), 33 deletions(-)
create mode 100644 static/img/drogas1.jpg
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html
index a1f0431..d6a30e8 100644
--- a/cgi/templates/base_top.html
+++ b/cgi/templates/base_top.html
@@ -36,12 +36,7 @@
- [Bienvenido a Internet ] []
-
-
[Estilo:
- #{title}
- ]
-
+
#{board_long}
@@ -49,4 +44,4 @@
-
+
\ No newline at end of file
diff --git a/cgi/templates/board.html b/cgi/templates/board.html
index ffd0ef8..74ed3ee 100644
--- a/cgi/templates/board.html
+++ b/cgi/templates/board.html
@@ -100,7 +100,7 @@
Clave
- (para eliminar el post)
+ (para eliminar el post)
@@ -114,11 +114,16 @@
Los hilos son automáticamente eliminados a los #{maxage} días de edad.
¿Eres nuevo? Leer antes de postear · Preguntas frecuentes · Contacto
+
+
+ · Estilo:
+ #{title}
+
+
-
diff --git a/cgi/templates/board.jp.html b/cgi/templates/board.jp.html
index d0c2dd0..044d9f6 100644
--- a/cgi/templates/board.jp.html
+++ b/cgi/templates/board.jp.html
@@ -100,7 +100,7 @@
削除キー
- (削除用)
+ (削除用)
@@ -114,11 +114,16 @@
スレは#{maxage} 日間経つと自動的に消されられます.
使い方 · よくある質問 · 管理人への連絡
+
+
+ · スタイル:
+ #{title}
+
+
-
diff --git a/cgi/templates/navbar.html b/cgi/templates/navbar.html
index ef0096e..077075d 100644
--- a/cgi/templates/navbar.html
+++ b/cgi/templates/navbar.html
@@ -14,4 +14,4 @@
Oekaki
Cero
|
-Meta
+Meta
\ No newline at end of file
diff --git a/static/css/ib.css b/static/css/ib.css
index 198683b..b5e3c97 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -45,9 +45,12 @@ select {
background: #fff;
border: 1px inset #ddd;
color: #000;
- font-size: 85%;
padding: 0;
}
+select,
+#search input {
+ font-size: 85%;
+}
.logo {
font-size: 160%;
font-weight: bold;
@@ -56,9 +59,10 @@ select {
}
input[type="submit"],
input[type="button"],
-button {
- padding: 2px 1em;
- line-height: 1em;
+button,
+.oekform select {
+ padding: 0 1em;
+ height: 1.7em;
}
input[type="text"],
input[type="password"],
@@ -67,9 +71,12 @@ textarea {
border: 1px inset gray;
padding: 3px;
}
-.postform input {
- max-width: 250px;
- height: 1.7em;
+#search input[type="text"] {
+ width: 80px;
+}
+#search input,
+#search select {
+ height: 16px;
}
.postform input[name="subject"] {
max-width: 300px;
@@ -83,7 +90,6 @@ textarea {
padding: 3px;
}
.oekform {
- display: inline-block;
margin-bottom: 0.5em;
}
#rules {
@@ -174,7 +180,8 @@ textarea {
display: table-cell;
}
.pg span input {
- padding: 0.4em 1em;
+ height: initial;
+ padding: 0.4em 1.2em;
}
.replymode,
.extramode {
@@ -361,6 +368,9 @@ textarea {
.reply.deleted {
font-size: 12px;
}
+ #search span {
+ display: list-item;
+ }
.reply .info {
padding-right: 0;
}
@@ -385,9 +395,16 @@ textarea {
text-align: center;
width: 100%;
}
+ #oek_size,
.pg span,
.pg input {
display: block;
width: 100%;
}
+ #search input {
+ width: initial !important;
+ }
+ #search span {
+ display: inline-block;
+ }
}
\ No newline at end of file
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 39f093a..e8857d9 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -371,12 +371,12 @@ form .msg {
.thread .threadnav a {
border: 1px solid;
border-radius: 20px;
- margin: 0 4px 4px;
- padding: 2px;
+ margin: 0px 3px 3px;
+ padding: 0;
text-decoration: none;
display: inline-block;
- width: 25px;
- height: 25px;
+ width: 21px;
+ height: 21px;
}
#threadlist a {
font-size: 10px;
diff --git a/static/img/drogas1.jpg b/static/img/drogas1.jpg
new file mode 100644
index 0000000..342b564
Binary files /dev/null and b/static/img/drogas1.jpg differ
diff --git a/static/js/weabot.js b/static/js/weabot.js
index 1bab0f6..28e31cb 100644
--- a/static/js/weabot.js
+++ b/static/js/weabot.js
@@ -294,14 +294,6 @@ document.addEventListener("DOMContentLoaded", function(e) {
sel.options.add(c);
}
- var styles = document.getElementById("styles");
- if (styles) {
- var li = document.createElement("li");
- li.appendChild(document.createTextNode("Estilo: "));
- li.appendChild(styles);
- document.getElementById("rules").childNodes[1].appendChild(li);
- }
-
head.textContent = ""
var home = document.createElement("a");
home.text = "Bienvenido a Internet";
--
cgit v1.2.1-18-gbd029