[Mapbender-commits] r3426 - branches/beck_dev/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 13 02:51:16 EST 2009


Author: beck
Date: 2009-01-13 02:51:15 -0500 (Tue, 13 Jan 2009)
New Revision: 3426

Modified:
   branches/beck_dev/http/css/login.css
Log:


Modified: branches/beck_dev/http/css/login.css
===================================================================
--- branches/beck_dev/http/css/login.css	2009-01-12 12:43:02 UTC (rev 3425)
+++ branches/beck_dev/http/css/login.css	2009-01-13 07:51:15 UTC (rev 3426)
@@ -1,52 +1,115 @@
-  	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: #808080;
+	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: #808080;
+}
 
 
-	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 */
+h2.gui_category,
+p.gui_category_description,
+ul.gui_list {
+	width: 50%;
+	padding: 5px;
+	border: 1px solid #666;
+}
+
+h2.gui_category,
+ul.gui_list {
+	background-color: #eee;
+}
+
+h2.gui_category {
+	font-size: 1.5em;
+}
+
+img {
+	border: 0;
+}
+
+ul.gui_list {
+	list-style: none;
+}
+
+ul.gui_list li {
+	clear: both;
+	margin-top: -1px;
+	padding: .25em .5em;
+	background-color: #ffe;
+	border: 1px solid #666;
+	cursor: pointer;
+}
+
+ul.gui_list li:hover {
+	background-color: #ff9;
+}
+
+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: uppercase;
+	color: inherit;
+}
+/* END gui listing */
\ No newline at end of file



More information about the Mapbender_commits mailing list