[Mapbender-commits] r3522 - branches/astroidex_25/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Feb 8 12:33:13 EST 2009


Author: astrid_emde
Date: 2009-02-08 12:33:13 -0500 (Sun, 08 Feb 2009)
New Revision: 3522

Modified:
   branches/astroidex_25/http/css/login.css
Log:
simple style

Modified: branches/astroidex_25/http/css/login.css
===================================================================
--- branches/astroidex_25/http/css/login.css	2009-02-06 16:14:29 UTC (rev 3521)
+++ branches/astroidex_25/http/css/login.css	2009-02-08 17:33:13 UTC (rev 3522)
@@ -1,15 +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;
 }
 
 
@@ -51,93 +50,75 @@
 .login_text{
 	width: 150px;
 }
-.logoutButton{
-position:relative;
-left:300px;
-top:-40px;
-}
-.logoutButton img{
-width:22px;
-height:22px;
-border:0px;
-}
 
 /* BEGIN gui listing */
-
-#menu {
-width: 50%; /* set width of menu */
-background: #fff;
-margin-left:10px;
-padding:0px;
-} 
 ul.gui_list {
-margin:0px;
-padding:0px;
+	width: 50%;
+	padding: 2px;
+	border: 0px solid #666;
 }
 
-ul.gui_list li.gui_category{
-background: #fff;
-position:relative;
-margin:0;
-padding:0;
-list-style:none;
-font-size:0px;
+h2.gui_category,
+p.gui_category_description{
+	width: 50%;
+	padding: 0px;
+	border: 0px solid #666;
 }
 
-ul.gui_list li.gui_category ul li{
+h2.gui_category,
+ul.gui_list {
+	/*background-color: #eee;*/
+}
 
-background: #fff;
-position:relative;
-border:1px solid #ccc;
-margin:0;
-padding:0;
-list-style:none;
-font-size:10pt;
+h2.gui_category {
+	font-size: 1.3em;
 }
-ul.gui_list li.gui_category ul li a{
 
-background: #fff;
-position:relative;
-border:0px;
-margin:0;
-padding:0;
+img {
+	border: 0;
+}
 
-list-style:none;
-font-size:10pt;
+ul.gui_list {
+	list-style: none;
 }
-ul.gui_list li.gui_category ul li:before{
-color:red;
-content:"Gui Name: ";
 
+ul.gui_list li {
+	clear: both;
+	margin-top: -1px;
+	padding: .25em .5em;
+	background-color: #fff;
+	border: 0px solid #666;
+	cursor: pointer;
 }
 
-ul.gui_list li.gui_category ul{
+ul.gui_list li.alternate {
+	background-color: #fff;
+}
 
-background: #fff;
-position:relative;
-border:1px solid #000;
-margin:0;
-padding:0;
-list-style:none;
-
+ul.gui_list li:hover {
+	background-color: #eee;
 }
 
-
-ul.gui_list li.gui_category ul li:before{
-color:red;
-content:"Gui Name: ";
-
+ul.gui_list li strong {
+	float: left;
+	width: 25%;
+	font-weight: bold;
 }
 
-ul.gui_list li.gui_category ul li label{
-display:block;
-font-style:italic;
-cursor:pointer;
-font-size:7pt;
+ul.gui_list li em {
+	float: right;
+	width: 75%;
+	margin-top: -1.2em;
+	color: #666;
 }
-ul.gui_list li.gui_category ul li label:before{
-color:red;
-content:"Description: ";
 
+.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