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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 3 03:22:07 EST 2009


Author: astrid_emde
Date: 2009-03-03 03:22:07 -0500 (Tue, 03 Mar 2009)
New Revision: 3620

Modified:
   trunk/mapbender/http/css/login.css
Log:
styles for gui-categories added
http://trac.osgeo.org/mapbender/ticket/344
http://www.mapbender.org/GUI_Category

Modified: trunk/mapbender/http/css/login.css
===================================================================
--- trunk/mapbender/http/css/login.css	2009-03-03 08:19:30 UTC (rev 3619)
+++ trunk/mapbender/http/css/login.css	2009-03-03 08:22:07 UTC (rev 3620)
@@ -1,52 +1,124 @@
-  	body{
-  		font-family: Arial, Helvetica, sans-serif;
-  		font-size : 12px;
-  		color: #808080;
-  		background-color: White;
-  	}
+body{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size : 12px;
+	color: #909090;
+	background-color: White;
+}
 
-  	table{
-  		font-family: Arial, Helvetica, sans-serif;
-  		font-size : 12px;
-  		color: #808080;
-  	}
+table{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size : 12px;
+	color: #909090;
+}
 
 
-	input{
-		width: 180px;
-  		font-size : 12px;
-	}
+input{
+	width: 180px;
+	font-size : 12px;
+}
 
-	.myButton{
-		font-size : 12;
-		width: 100px;
-		height: 20px;
-	}
+.myButton{
+	font-size : 12;
+	width: 100px;
+	height: 20px;
+}
 
-  	.list_guis{
-  		font-family: Arial, Helvetica, sans-serif;
-  		font-size : 12px;
-  		color: #808080;
-  	}
-  	a:link{
-  		font-family: Arial, Helvetica, sans-serif;
-  		font-size : 12px;
-  		text-decoration : none;
-  		color: #808080;
-  	}
-  	a:visited {
-  		font-family: Arial, Helvetica, sans-serif;
-  		text-decoration : none;
-  		color: #808080;
-  		font-size : 12px;
-  	}
-  	a:active {
-  		font-family: Arial, Helvetica, sans-serif;
-  		text-decoration : none;
-  		color: #808080;
-  		font-size : 12px;
-  	}
-	
-	.login_text{
-		width: 150px;
-	}
+.list_guis{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size : 12px;
+	color: #808080;
+}
+a:link{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size : 12px;
+	text-decoration : none;
+	color: #808080;
+}
+a:visited {
+	font-family: Arial, Helvetica, sans-serif;
+	text-decoration : none;
+	color: #808080;
+	font-size : 12px;
+}
+a:active {
+	font-family: Arial, Helvetica, sans-serif;
+	text-decoration : none;
+	color: #808080;
+	font-size : 12px;
+}
+
+.login_text{
+	width: 150px;
+}
+
+/* BEGIN gui listing */
+ul.gui_list {
+	width: 50%;
+	padding: 2px;
+	border: 0px solid #666;
+}
+
+h2.gui_category,
+p.gui_category_description{
+	width: 50%;
+	padding: 0px;
+	border: 0px solid #666;
+}
+
+h2.gui_category,
+ul.gui_list {
+	/*background-color: #eee;*/
+}
+
+h2.gui_category {
+	font-size: 1.3em;
+}
+
+img {
+	border: 0;
+}
+
+ul.gui_list {
+	list-style: none;
+}
+
+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.alternate {
+	background-color: #fff;
+}
+
+ul.gui_list li:hover {
+	background-color: #eee;
+}
+
+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;
+}
+
+.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 */
\ No newline at end of file



More information about the Mapbender_commits mailing list