This commit is contained in:
Digital Cheese 2024-03-29 14:22:02 +00:00 committed by GitHub
commit a09bf211ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View file

@ -36,7 +36,6 @@ Welcome to Venith. Venith is owned and created by <a href="http://digitalcheese.
<table width="100%" cellpadding="10">
<tr>
<td valign="top" align="right">
<div class="txt">
<h2>Main</h2>
<a href="/articles/">Articles</a><br>
<a href="/blog/">Blog</a> (<a href="/feeds/blog.xml">RSS</a>)<br>

View file

@ -1,8 +1,8 @@
* {font-family:"sans-serif", "Arial", "monospace"!important;word-wrap:break-word!important;}
body {background-color:#000;margin:0px;color:white!important;font-size:12px!important;}
*, a, button, body { cursor: url('http://venith.net/Media/cursor.png'), auto!important; }
.con {background:#040;max-width:800px;margin:0px auto;}
.nav {background:#000;text-align:center;overflow:auto;max-height:50px;font-size:26px;color:white!important;font-weight:bold;padding:4px;border:1px #080 solid}
*, a, button, body { cursor: url('http://venith.net/media/cursor.png'), auto!important; }
.con {background:#040;margin:0px auto;}
.nav {background:#050;text-align:center;overflow:auto;max-height:50px;font-size:26px;color:white!important;font-weight:bold;padding:4px;border-bottom:2px #FFF solid}
.txt {background:#040;padding:2px}
.foot {background:#030;font-size:10px!important;padding:2px}