aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-11 05:02:00 -0300
committerLibravatar Choom 2022-12-11 05:18:14 -0300
commitca961bd970b30a9602538172744fb8b1dd1764c0 (patch)
treeef55859406b9affaaac2870a1e8e8ef59827d3cf
parenteca7af008f19505e6170326bf8f4e38b1510f772 (diff)
downloadweabot-ca961bd970b30a9602538172744fb8b1dd1764c0.tar.gz
weabot-ca961bd970b30a9602538172744fb8b1dd1764c0.tar.xz
weabot-ca961bd970b30a9602538172744fb8b1dd1764c0.zip
Actualizando home
Actualizando home Actualizando home Actualizando home Actualizando home
-rw-r--r--cgi/templates/home.html37
-rw-r--r--static/css/dickgirl.css11
2 files changed, 33 insertions, 15 deletions
diff --git a/cgi/templates/home.html b/cgi/templates/home.html
index 47ee5c7..2e36eb0 100644
--- a/cgi/templates/home.html
+++ b/cgi/templates/home.html
@@ -6,12 +6,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bienvenido a Internet BBS/IB</title>
<link rel="shortcut icon" href="favicon.ico" />
- <link rel="stylesheet" type="text/css" href="/home.css?v=9998" />
- <link rel="stylesheet" type="text/css" href="/home_moracrema.css?v=3" title="main" />
- <link rel="alternate stylesheet" type="text/css" href="/home_2.css" title="alt" />
- <script type="text/javascript" src="#{static_url}js/home.js?v=100"></script>
+ <link rel="stylesheet" type="text/css" href="/home.css?v=10017" />
+ <script type="text/javascript" src="#{static_url}js/home.js?v=92"></script>
</head>
<body class="home">
+<div id="top_nav">
+<strong>[BBS/IB]</strong>
+<a href="https://tv.bienvenidoainternet.org" target="_blank">[BaI TV]</a>
+<a href="https://radio.bienvenidoainternet.org" target="_blank">[Radio]</a>
+<a href="https://bienvenidoainternet.org/podcast" target="_blank">[Podcast]</a>
+<a href="https://xonotic.bienvenidoainternet.org" target="_blank">[Xonotic]</a>
+<a href="https://git.bienvenidoainternet.org" target="_blank">[Git]</a>
+</div>
<table id="all">
<tr>
<td id="main">
@@ -55,9 +61,9 @@
<div id="extra">
<a href="/bai.html" target="_top">Frame</a> ·
<a href="/movil.html">BaI Móvil</a> ·
- <a href="//tv.bienvenidoainternet.org/" target="_blank">BaI TV</a> ·
- <a href="//radio.bienvenidoainternet.org/" target="_blank">BaI Radio</a> ·
- <a href="/cgi/stats" target="_blank">Estadísticas</a>
+ <a href="/cgi/stats" target="_blank">Estadísticas</a> ·
+ <a href="/archivo.html" target="_blank">Archivo</a> ·
+ <a href="/api.html" target="_blank">API</a>
</div>
</td>
</tr>
@@ -102,8 +108,21 @@
</div>
</td>
</tr>
-<tr><td colspan="2" id="footer">Bienvenido a Internet ★ 2010-2022</td></tr>
+<tr>
+ <td colspan="2" id="search" class="tab">
+ <form method="get" action="/tools/search.py" style="display:inline-block;">
+ <input type="text" name="q" value="" size="25">
+ <input type="submit" formaction="/tools/search.py" value="Buscar posts activos">
+ <input type="submit" value="Buscar en archivo" formaction="/tools/search_kako.py">
+ </form>
+ </td>
+</tr>
+<tr>
+ <td colspan="2" id="footer">
+ <hr />
+ Bienvenido a Internet ★ 2010-2022
+ </td>
+</tr>
</table>
-<div id="preview" style="display:none;"></div>
</body>
</html>
diff --git a/static/css/dickgirl.css b/static/css/dickgirl.css
index c0bfd9a..b2f6b07 100644
--- a/static/css/dickgirl.css
+++ b/static/css/dickgirl.css
@@ -43,24 +43,24 @@ hr {
color: #2c4c0b;
}
input,
-input[type="submit"],
-input[type="button"],
input[type="text"],
textarea,
-button,
select {
- border: 1px solid #4c6c88;
+ border: 1px inset #4c6c88;
}
input[type="submit"],
input[type="button"],
button {
background: #a4a4e0;
color: #2c4c0b;
+ border: 1px outset #4c6c88;
+ padding: 2px 1em;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
background: #7979a5;
+ border: 1px inset #4c6c88;
}
input[type="file"] {
border: none;
@@ -128,5 +128,4 @@ input[type="file"] {
background: #286a48;
margin: 1em -8px -8px;
padding: 8px;
-}
-
+} \ No newline at end of file