diff options
-rw-r--r-- | cgi/templates/home.html | 65 | ||||
-rw-r--r-- | static/css/txt/ayashii.css | 1 | ||||
-rw-r--r-- | static/css/txt/bbs.css | 9 | ||||
-rw-r--r-- | static/img/home/08831.gif | bin | 0 -> 2199 bytes | |||
-rw-r--r-- | static/img/home/8831bai.gif | bin | 0 -> 2794 bytes | |||
-rw-r--r-- | static/img/home/agplv3.gif | bin | 0 -> 2145 bytes | |||
-rw-r--r-- | static/img/home/marisa.gif | bin | 0 -> 3077 bytes | |||
-rw-r--r-- | static/img/home/papiro.gif | bin | 0 -> 6343 bytes | |||
-rw-r--r-- | static/img/home/pasto.gif | bin | 0 -> 3118 bytes | |||
-rw-r--r-- | static/img/home/templario.gif | bin | 0 -> 3303 bytes | |||
-rw-r--r-- | static/img/home/vip.gif | bin | 0 -> 543 bytes | |||
-rw-r--r-- | static/img/home/yukkuri.gif | bin | 0 -> 2785 bytes |
12 files changed, 51 insertions, 24 deletions
diff --git a/cgi/templates/home.html b/cgi/templates/home.html index b5d932b..295ddd1 100644 --- a/cgi/templates/home.html +++ b/cgi/templates/home.html @@ -6,18 +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=17" /> - <script type="text/javascript" src="#{static_url}js/home.js?v=16"></script> + <link rel="stylesheet" type="text/css" href="/home.css?v=4" /> + <script type="text/javascript" src="#{static_url}js/home.js?v=4"></script> </head> <body class="home"> <div id="top_nav"> <strong>[BBS/IB]</strong> <a href="https://vipper.party" target="_blank">[Mastodon]</a> -<a href="https://bienvenidoainternet.org/chat.html" target="_blank">[Matrix]</a> -<a href="https://bienvenidoainternet.org/chat.html#mumble" target="_blank">[Mumble]</a> +<a href="/chat.html" target="_blank">[Matrix]</a> +<a href="/chat.html#mumble" target="_blank">[Mumble]</a> <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/proyectos/" target="_blank">[Proyectos]</a> +<a href="/proyectos/" target="_blank">[Proyectos]</a> <a href="http://xonotic.bienvenidoainternet.org" target="_blank">[Xonotic]</a> <a href="https://git.bienvenidoainternet.org" target="_blank">[Git]</a> </div> @@ -33,30 +33,41 @@ <div id="boards"> <div class="cat"> <h3>Discusión</h3> - <a href="/noticias/">Actualidad</a> - <a href="/tech/">Tecnología</a> - <a href="/juegos/">Juegos</a> - <a href="/letras/">Humanidades</a> - <a href="/drogas/">Psicotrópicos</a> + <a href="/noticias/">┣ Actualidad</a> + <div>┃</div> + <a href="/tech/">┣ Tecnología</a> + <div>┃</div> + <a href="/juegos/">┣ Juegos</a> + <div>┃</div> + <a href="/letras/">┣ Humanidades</a> + <div>┃</div> + <a href="/drogas/">┗ Psicotrópicos</a> </div> <div class="cat"> <h3>Conversación</h3> - <a href="/zonavip/">Club VIP</a> - <a href="/consejos/">Consejos</a> - <a href="/world/">World Lobby</a> + <a href="/zonavip/">┣ Club VIP</a> + <div>┃</div> + <a href="/consejos/">┣ Consejos</a> + <div>┃</div> + <a href="/world/">┗ World Lobby</a> </div> <div class="cat"> <h3>IB</h3> - <a href="/dqn/">Club DQN</a> - <a href="/2d/">二次元画像</a> - <a href="/z/">BaIAZ</a> - <a href="/a/">Artes</a> - <a href="/o/">Oekaki</a> + <a href="/dqn/">┣ Club DQN</a> + <div>┃</div> + <a href="/2d/">┣ 二次元画像</a> + <div>┃</div> + <a href="/z/">┣ BaIAZ</a> + <div>┃</div> + <a href="/a/">┣ Artes</a> + <div>┃</div> + <a href="/o/">┗ Oekaki</a> </div> <div class="cat"> <h3>Área 51</h3> - <a href="/bai/">Meta</a> - <a href="/0/" class="cero">0</a> + <a href="/bai/">┣ Meta</a> + <div>┃</div> + <a href="/0/">┗ {}</a> </div> </div> <hr /> @@ -128,7 +139,19 @@ <tr> <td colspan="2" id="footer"> <hr /> - Bienvenido a Internet ★ 2010-2022 + <span>Bienvenido a Internet</span> <span>★ 2010-2023 ★</span> <span>weabot.py3 <?py include('templates/revision.html') ?></span> + <div id="buttons"> + <hr /> + <img width="88" height="31" src="/static/img/home/8831bai.gif" /> + <img width="88" height="31" src="/static/img/home/yukkuri.gif" /> + <img width="88" height="31" src="/static/img/home/08831.gif" /> + <img width="88" height="31" src="/static/img/home/pasto.gif" /> + <img width="88" height="31" src="/static/img/home/vip.gif" /> + <img width="88" height="31" src="/static/img/home/marisa.gif" /> + <img width="88" height="31" src="/static/img/home/papiro.gif" /> + <img width="88" height="31" src="/static/img/home/templario.gif" /> + <img width="88" height="31" src="/static/img/home/agplv3.gif" /> + </div> </td> </tr> </table> diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css index a2d1835..e4c3343 100644 --- a/static/css/txt/ayashii.css +++ b/static/css/txt/ayashii.css @@ -48,7 +48,6 @@ button { border-color: #fff #000 #000 #fff; background: #ddd; color: #000; - padding: 0 8px; } #main_nav, #banner { diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index c7fa759..83d1148 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -67,16 +67,21 @@ input[type="submit"], input[type="button"], button { border: 1px outset #ddd; - background: #eee; + background: #e0e0e0; color: #333; padding: 3px 1em; } +input[type="submit"], +input[type="button"], +button { + background: #e8e8e8; +} input[type="submit"]:active, input[type="button"]:active, input[type="button"].active, button:active { color: #111; - background: #ccc; + background: #bbb; border-style: inset; } #banner { diff --git a/static/img/home/08831.gif b/static/img/home/08831.gif Binary files differnew file mode 100644 index 0000000..da4fde6 --- /dev/null +++ b/static/img/home/08831.gif diff --git a/static/img/home/8831bai.gif b/static/img/home/8831bai.gif Binary files differnew file mode 100644 index 0000000..022b306 --- /dev/null +++ b/static/img/home/8831bai.gif diff --git a/static/img/home/agplv3.gif b/static/img/home/agplv3.gif Binary files differnew file mode 100644 index 0000000..a9b811c --- /dev/null +++ b/static/img/home/agplv3.gif diff --git a/static/img/home/marisa.gif b/static/img/home/marisa.gif Binary files differnew file mode 100644 index 0000000..2b51849 --- /dev/null +++ b/static/img/home/marisa.gif diff --git a/static/img/home/papiro.gif b/static/img/home/papiro.gif Binary files differnew file mode 100644 index 0000000..360b17f --- /dev/null +++ b/static/img/home/papiro.gif diff --git a/static/img/home/pasto.gif b/static/img/home/pasto.gif Binary files differnew file mode 100644 index 0000000..77ef49a --- /dev/null +++ b/static/img/home/pasto.gif diff --git a/static/img/home/templario.gif b/static/img/home/templario.gif Binary files differnew file mode 100644 index 0000000..cba323b --- /dev/null +++ b/static/img/home/templario.gif diff --git a/static/img/home/vip.gif b/static/img/home/vip.gif Binary files differnew file mode 100644 index 0000000..4f13f77 --- /dev/null +++ b/static/img/home/vip.gif diff --git a/static/img/home/yukkuri.gif b/static/img/home/yukkuri.gif Binary files differnew file mode 100644 index 0000000..c34cf01 --- /dev/null +++ b/static/img/home/yukkuri.gif |