From 065f9da2d63a33c81d330d9b6b59399a079e5e89 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 7 Jul 2020 09:41:06 +0000 Subject: [PATCH] theme update --- themes/rule34v2/header.inc | 4 ++++ themes/rule34v2/menuh.css | 2 +- themes/rule34v2/page.class.php | 2 +- themes/rule34v2/style.css | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/themes/rule34v2/header.inc b/themes/rule34v2/header.inc index cfd26bab..1938ed97 100644 --- a/themes/rule34v2/header.inc +++ b/themes/rule34v2/header.inc @@ -85,6 +85,10 @@ + + diff --git a/themes/rule34v2/menuh.css b/themes/rule34v2/menuh.css index 1077a50d..d55e5871 100644 --- a/themes/rule34v2/menuh.css +++ b/themes/rule34v2/menuh.css @@ -74,7 +74,7 @@ a:active.menu { color: #FF0000; text-decoration: none; } margin:0; padding:0; float:left; - width:9em; /* width of all menu boxes */ + width:10em; /* width of all menu boxes */ } #menuh li diff --git a/themes/rule34v2/page.class.php b/themes/rule34v2/page.class.php index 76a8210a..6df9acc3 100644 --- a/themes/rule34v2/page.class.php +++ b/themes/rule34v2/page.class.php @@ -52,7 +52,7 @@ class Page extends BasePage - + $header_html diff --git a/themes/rule34v2/style.css b/themes/rule34v2/style.css index 06ccd4c3..2ec3017e 100644 --- a/themes/rule34v2/style.css +++ b/themes/rule34v2/style.css @@ -68,6 +68,7 @@ FOOTER { background: #ACE4A3; } + A {color: #000099; text-decoration: none; font-weight: bold;} A:hover {color: #000099; text-decoration: underline;} A:visited {color: #000099; text-decoration: none} @@ -253,7 +254,7 @@ ul.tagit li.tagit-new { #menuh-container { float: none; - width: 500px; + width: 650px; margin: auto; }