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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jan 7 08:07:38 EST 2009


Author: astrid_emde
Date: 2009-01-07 08:07:38 -0500 (Wed, 07 Jan 2009)
New Revision: 3410

Modified:
   branches/astroidex_25/http/css/login.css
Log:
astrids version

Modified: branches/astroidex_25/http/css/login.css
===================================================================
--- branches/astroidex_25/http/css/login.css	2009-01-07 09:16:31 UTC (rev 3409)
+++ branches/astroidex_25/http/css/login.css	2009-01-07 13:07:38 UTC (rev 3410)
@@ -2,32 +2,98 @@
   		font-family: Arial, Helvetica, sans-serif;
   		font-size : 12px;
   		color: #808080;
-  		background-color: White;
+  		background-color: #FFFFFF;
+  		padding-left: 10px;
   	}
 
   	table{
-  		font-family: Arial, Helvetica, sans-serif;
-  		font-size : 12px;
-  		color: #808080;
-  	}
+  		font-family: Verdana,Arial,Tahoma,sans-serif;
+  		font-size : 140%;
+  		color: #808080;	
+  		width: 50%;
+  		background-color: #FFF;
+  		border-collapse: collapse;
+  		border:thin #808080 solid;
+  		-moz-border-radius:8px; 
+	}
+	
+/*border and background of the title*/
+	#head_border {
+		background-color: #F0F0F0;
+		border: 0;
+		padding-left: 10px;
+	}
+	
+	
+/*categorie-name and categorie-description*/
+	p{
+		color: #000000;
+		font-size : 110%;
+		font-weight: bold;
+		visibility: visible;
+	}
 
+/*width and visibility of the table column 'Gui description'*/
+  	.th_gui_description,
+  	.td_gui_description {
+  		width: 50%;
+  		visibility: visible;
+  		/*border: 0;*/
+	}
 
+/*width and visibility of the table column 'Gui name'*/
+  	.th_gui,
+  	.td_gui{
+  		width: 20%;
+  		visibility: visible;
+  		/*border: 0;*/
+	}
+
+/*table head*/
+	th {
+		font-size: 110%;
+		font-weight: bold;
+		width: 80px;
+		color: #000000;
+		background-color: #F0F0F0;
+	}
+		
+/*border of the table columns*/
+	th, td {
+			border: thin solid #808080;
+	}
+	
+	
+
+	
+	
+	
+	
+	
+	
+	
+/*reference to login.php*/
 	input{
 		width: 180px;
   		font-size : 12px;
 	}
 
+/*reference to login.php*/
 	.myButton{
 		font-size : 12;
 		width: 100px;
 		height: 20px;
 	}
 
+
+/*list block of the table*/
   	.list_guis{
   		font-family: Arial, Helvetica, sans-serif;
   		font-size : 12px;
-  		color: #808080;
-  	}
+  		color: #808080;  
+  		/* background-color: #FFFFFF; */
+	}
+	
   	a:link{
   		font-family: Arial, Helvetica, sans-serif;
   		font-size : 12px;
@@ -47,6 +113,8 @@
   		font-size : 12px;
   	}
 	
+/*size of the login text-box*/
 	.login_text{
 		width: 150px;
 	}
+



More information about the Mapbender_commits mailing list