theme update

This commit is contained in:
Shish 2020-07-07 09:41:06 +00:00
parent 0362d07cd5
commit 065f9da2d6
4 changed files with 8 additions and 3 deletions

View file

@ -85,6 +85,10 @@
<ul>
<li><a class="menu top_parent" href="//rule34.paheal.net/wiki/Notes">ANNOUNCEMENTS</a></li>
</ul>
<ul>
<li><a class="menu top_parent" href="https://s.zlink2.com/splash.php?idzone=3832265&return_url=" target="_blank" style="color: red;">Cunt Empire!</a></li>
</ul>
</div>
</div>

View file

@ -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

View file

@ -52,7 +52,7 @@ class Page extends BasePage
<meta name="description" content="Rule 34, if it exists there is porn of it."/>
<meta name="viewport" content="width=1024">
<meta name="theme-color" content="#7EB977">
<link rel="stylesheet" href="$data_href/themes/$theme_name/menuh.css" type="text/css">
<link rel="stylesheet" href="$data_href/themes/$theme_name/menuh.css?_=1" type="text/css">
$header_html
<script defer src="https://unpkg.com/webp-hero@0.0.0-dev.21/dist-cjs/polyfills.js"></script>

View file

@ -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;
}