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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 26 17:04:27 EST 2009


Author: marc
Date: 2009-01-26 17:04:26 -0500 (Mon, 26 Jan 2009)
New Revision: 3493

Added:
   branches/astroidex_25/http/css/login/login_1.css
Log:
a new (border styled Hover effect) login zebra style

Added: branches/astroidex_25/http/css/login/login_1.css
===================================================================
--- branches/astroidex_25/http/css/login/login_1.css	                        (rev 0)
+++ branches/astroidex_25/http/css/login/login_1.css	2009-01-26 22:04:26 UTC (rev 3493)
@@ -0,0 +1,140 @@
+
+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 */
+#Container{
+display:none;
+}
+
+#menu {
+width: 20em; /* set width of menu */
+background: #eee;
+margin-left:10px;
+} 
+
+label.gui_category_description{
+color: #fff;
+background: #cfa;
+display:none;
+position:relative;
+
+
+}
+
+
+ul li ul li label{
+display:block;
+height:0;
+position:relative;
+width:1000px;
+left:20.2em;
+top:-20px;
+cursor:pointer;
+}
+
+
+
+#menu ul { /* remove bullets and list indents */
+list-style: none;
+margin: 0;
+padding: 0;
+}
+
+/* style, color and size links and headings to suit */
+#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: #000;
+background: #ffe;
+font-size:1.1em;
+text-decoration:underline;
+text-align:center;
+}
+
+#menu a {
+color: #000;
+background: #efefef;
+text-decoration: none;
+
+border-style:outset;
+}
+
+#menu a:hover {
+color: #a00;
+background: #fff;
+border-style:inset;
+border:inset 1px black;
+}
+/* END gui listing */



More information about the Mapbender_commits mailing list