diff --git a/index.html b/index.html index 52136e9..95dd5f7 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,6 @@ Welcome to Venith. Venith is owned and created by -

Main

Articles
Blog (RSS)
diff --git a/media/vss.css b/media/vss.css index 7d3cc51..4a86eba 100644 --- a/media/vss.css +++ b/media/vss.css @@ -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}