[Mapbender-commits] r3674 - trunk/mapbender/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 12 08:51:53 EDT 2009


Author: astrid_emde
Date: 2009-03-12 08:51:53 -0400 (Thu, 12 Mar 2009)
New Revision: 3674

Modified:
   trunk/mapbender/http/css/login.css
Log:
back to simple status of css

Modified: trunk/mapbender/http/css/login.css
===================================================================
--- trunk/mapbender/http/css/login.css	2009-03-12 11:21:07 UTC (rev 3673)
+++ trunk/mapbender/http/css/login.css	2009-03-12 12:51:53 UTC (rev 3674)
@@ -1,14 +1,14 @@
 body{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size : 12px;
-	color: #808080;
+	color: #909090;
 	background-color: White;
 }
 
 table{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size : 12px;
-	color: #808080;
+	color: #909090;
 }
 
 
@@ -50,96 +50,79 @@
 .login_text{
 	width: 150px;
 }
-.logoutButton{
-position:relative;
-left:300px;
-top:-40px;
-}
-.logoutButton img{
-width:22px;
-height:22px;
-border:0px;
-}
-img {
-	border: 0;
-}
-/* BEGIN gui listing */
 
-
-/* defines Headings */
-h1{
-font-size:14pt;
+/* BEGIN gui listing */
+ul.gui_list {
+	width: 50%;
+	padding: 2px;
+	border: 0px solid #666;
 }
 
-h2{
-	font-size:12pt;
+h2.gui_category,
+p.gui_category_description{
+	width: 50%;
+	padding: 0px;
+	border: 0px solid #666;
 }
 
-/* defines the Background of the Zebra (default=gray #eee) */
 h2.gui_category,
-p.gui_category_description,
 ul.gui_list {
-  width:75%;
-	padding: 5px;
-	padding-left:3px;
-  border: 1px solid black;
-  margin:0px;
-  background-color: #eee;
+	/*background-color: #eee;*/
 }
 
+h2.gui_category {
+	font-size: 1.3em;
+}
 
-
-/* defines cathegory heading*/
-.gui_category h2{
-	font-size:1.25em;
-	margin-bottom:3px;
-	margin-top:6px;
-	text-decoration:underline;
+img {
+	border: 0;
 }
 
-/* removes list styles like circles from Zebra*/
-ul.gui_list,
-ul li ul li{
+ul.gui_list {
 	list-style: none;
 }
 
-/* defines inner border and normal listing background-colors*/
-ul.gui_list ul li {
+ul.gui_list li {
 	clear: both;
 	margin-top: -1px;
-  margin-left:-20px;
 	padding: .25em .5em;
-	background-color: #ffe;
-	border: 1px solid #666;
+	background-color: #fff;
+	border: 0px solid #666;
 	cursor: pointer;
 }
 
+ul.gui_list li.alternate {
+	background-color: #fff;
+}
 
-/* defines list background-colors (alternated listings)*/
-ul.gui_list li.alternate,
-ul.gui_list ul li.alternate ul li {
+ul.gui_list li.alternate {
 	background-color: #fff;
 }
 
-/* defines hover color*/
-ul.gui_list ul li:hover,
-ul.gui_list ul li:hover ul li {
-	background-color: #ff9;
+ul.gui_list li:hover {
+	background-color: #eee;
 }
 
-/* Gui descriptions*/
-ul.gui_list ul li ul li  {
-position:relative;
-font-style:italic;
-border:0px;
-cursor:pointer;
-font-size:0.9em;
+ul.gui_list li strong {
+	float: left;
+	width: 25%;
+	font-weight: bold;
 }
 
+ul.gui_list li em {
+	float: right;
+	width: 75%;
+	margin-top: -1.2em;
+	color: #666;
+}
 
-/* Hides WMS Container */
-
-#Container{
-display:none;
+.gui_list a:link, 
+.gui_list a:visited, 
+.gui_list a:active {
+	font-size: inherit;
+	font-weight: inherit;
+	text-decoration: none;
+	text-transform: none;
+	color: inherit;
 }
-/* END gui listing */
+/* END gui listing */
\ No newline at end of file



More information about the Mapbender_commits mailing list