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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 26 17:07:29 EST 2009


Author: marc
Date: 2009-01-26 17:07:29 -0500 (Mon, 26 Jan 2009)
New Revision: 3495

Added:
   branches/astroidex_25/http/css/login/login_3.css
Log:
a new (Horizontal menu) login zebra style

Added: branches/astroidex_25/http/css/login/login_3.css
===================================================================
--- branches/astroidex_25/http/css/login/login_3.css	                        (rev 0)
+++ branches/astroidex_25/http/css/login/login_3.css	2009-01-26 22:07:29 UTC (rev 3495)
@@ -0,0 +1,136 @@
+
+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 */
+
+
+/* Hides WMS Container */
+
+#menu {
+width: 100%;
+background: #fff;
+float: left;
+}
+#menu ul   {
+margin: 0;
+padding: 0;
+}
+#menu ul li  {
+float:left;
+list-style: none;
+margin: 0;
+padding: 0;
+width: 12em;
+}
+
+
+
+
+
+
+#menu a, #menu h2 {
+font: bold 11px/16px arial, helvetica, sans-serif;
+display: block;
+border-width: 1px;
+border-style: solid;
+border-color: #ccc #888 #555 #bbb;
+margin: 0;
+padding: 2px 3px;
+}
+
+#menu h2 {
+color: #fff;
+background: #000;
+text-transform: uppercase;
+}
+
+#menu a {
+color: #000;
+background: #efefef;
+text-decoration: none;
+}
+#menu a:hover {
+color: #a00;
+background: #fff;
+}
+
+
+
+
+
+div#menu ul label {
+display: none;
+}
+/* Hover Effects*/
+div#menu ul ul,
+div#menu ul li:hover ul ul,
+div#menu ul ul li:hover ul ul
+{display: none;}
+
+div#menu ul li:hover ul,
+div#menu ul ul li:hover ul,
+div#menu ul ul ul li:hover ul
+{display: block;}
+
+/* END gui listing */



More information about the Mapbender_commits mailing list