[Mapbender-commits] r3494 - branches/astroidex_25/http/css/login

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 26 17:06:22 EST 2009


Author: marc
Date: 2009-01-26 17:06:22 -0500 (Mon, 26 Jan 2009)
New Revision: 3494

Added:
   branches/astroidex_25/http/css/login/login_2.css
Log:
a new (colorized) login zebra style

Added: branches/astroidex_25/http/css/login/login_2.css
===================================================================
--- branches/astroidex_25/http/css/login/login_2.css	                        (rev 0)
+++ branches/astroidex_25/http/css/login/login_2.css	2009-01-26 22:06:22 UTC (rev 3494)
@@ -0,0 +1,159 @@
+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;
+}
+
+
+input{
+	width: 180px;
+	font-size : 12px;
+}
+
+.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;
+}
+.logoutButton{
+position:relative;
+left:300px;
+top:-40px;
+}
+.logoutButton img{
+width:22px;
+height:22px;
+border:0px;
+}
+/* BEGIN gui listing */
+h1{
+font-size:14pt;
+}
+h2{
+	font-size:12pt;
+}
+/* Hides WMS Container */
+#Container{
+display:none;
+}
+h2.gui_category,
+p.gui_category_description,
+ul.gui_list {
+  width:75%;
+	padding: 5px;
+	padding-left:0px;
+  border: 1px solid black;
+  margin:0px;
+}
+.normal a{
+width: 20em; /* set width of menu */
+} 
+.alternate a{
+width: 15em; /* set width of menu */
+} 
+
+h2.gui_category,
+ul.gui_list {
+	background-color: #eee;
+}
+
+h2.gui_category {
+	font-size:10pt;
+}
+
+img {
+	border: 0;
+}
+ul li ul li{
+	list-style: none;
+}
+
+ul.gui_list {
+	list-style: none;
+}
+
+ul.gui_list ul li {
+	clear: both;
+	margin-top: -1px;
+  margin-left:-20px;
+	padding: .25em .5em;
+	background-color: #ffe;
+	border: 1px solid #666;
+	cursor: pointer;
+}
+
+ul.gui_list li.alternate {
+	background-color: #ffd;
+}
+
+ul li ul li label{
+display:block;
+height:0;
+position:relative;
+font-style:italic;
+left:15.2em;
+top:-15px;
+cursor:pointer;
+}
+ul.gui_list ul 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 */



More information about the Mapbender_commits mailing list