diff www/aprilli.css @ 2342:904911545217

Menu layout and the corresponding CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Jun 2021 16:50:16 +0300
parents b4185d725b15
children e343db319675
line wrap: on
line diff
--- a/www/aprilli.css	Thu Jun 17 14:02:45 2021 +0300
+++ b/www/aprilli.css	Mon Jun 28 16:50:16 2021 +0300
@@ -270,7 +270,7 @@
 	marquee-style: scroll;
 }
 
-#mainMenu, #extraBox {
+#mainMenuBox, #extraBox {
 	position: fixed;
 	width: 15em;
 	
@@ -304,12 +304,12 @@
 	color: black;
 }
 
-#mainMenu {
+#mainMenuBox {
 	z-index: 5;
 	top: 0;
 }
 
-#mainMenu a.menuItem {
+#mainMenuCtn a {
 	font-size: 1em;
 	text-decoration: none;
 	color: black;
@@ -321,13 +321,13 @@
 	padding: 0.5em;
 }
 
-#mainMenu a.menuItem:hover {
+#mainMenuCtn a:hover {
 	color: white;
 	background: #0f0;
 	text-shadow: 2px 2px 2px #000;
 }
 
-#mainMenu h1, #extraBox h1 {
+#mainMenuBox h1, #extraBox h1 {
 	margin: 0px;
 	padding-top: 0.5em;
 	padding-bottom: 0.5em;
@@ -337,7 +337,7 @@
 	text-shadow: 8px 8px 8px #000;
 }
 
-#mainMenu h1 a {
+#mainMenuBox h1 a {
 	text-decoration: none;
 	color: white;
 }