changeset 1679:b1deb08bd766

More tweaks.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Apr 2017 17:45:32 +0300
parents a4dc64446036
children b5bc6c43bed8
files www/level.php www/maps.css www/menu.inc.php
diffstat 3 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/www/level.php	Tue Apr 25 17:37:48 2017 +0300
+++ b/www/level.php	Tue Apr 25 17:45:32 2017 +0300
@@ -39,13 +39,13 @@
 ksort($areaTable, SORT_STRING);
 
 //========================================================================
-mpPrintPageHeader($pageTitle." - Level limited areas");
+mpPrintPageHeader($pageTitle." - Level restricted / limited areas");
 
 require "menu.inc.php";
 
 echo
   "<div id=\"contents\">\n".
-  "<h1>BatMUD Level limited areas</h1>\n";
+  "<h1>BatMUD Level restricted / limited areas</h1>\n";
 
 if (count($areaTable) > 0)
 {
--- a/www/maps.css	Tue Apr 25 17:37:48 2017 +0300
+++ b/www/maps.css	Tue Apr 25 17:45:32 2017 +0300
@@ -203,6 +203,7 @@
 .hcbat { background: #444 !important; }
 .special { background: #a06 !important; }
 .all { background: #0af !important; }
+.limbo { background: #342 !important; }
 
 .tooltip {
 	position: absolute;
@@ -233,7 +234,7 @@
 
 #contents {
 	position: absolute;
-	right: 0.25em;
+	right: 0.25em;	
 	left: 17em;
 	background: #565;
 	border-radius: 1em;
@@ -375,3 +376,10 @@
 li {
 	margin-bottom: 1em;
 }
+
+
+table.societies {
+	width: auto;
+	min-width: 50%;
+	max-width: 75%;
+}
--- a/www/menu.inc.php	Tue Apr 25 17:37:48 2017 +0300
+++ b/www/menu.inc.php	Tue Apr 25 17:45:32 2017 +0300
@@ -2,7 +2,7 @@
  <h1><a href="<?php echo $pageMapURL; ?>"><?php echo $pageTitle; ?></a></h1>
  <a class="menuItem" href="loc.php">All locations</a>
  <a class="menuItem" href="latest.php">Latest added locations</a>
- <a class="menuItem" href="level.php">Limited areas</a>
+ <a class="menuItem" href="level.php">Restricted areas</a>
  <a class="menuItem" href="quests.php">Quests information</a>
  <a class="menuItem" href="loc.php?c">Player cities</a>
  <a class="menuItem" href="ss.php">Secret societies</a>