[Mapbender-commits] r3812 - branches/astroidex_25/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 26 16:36:35 EDT 2009
Author: marc
Date: 2009-03-26 16:36:35 -0400 (Thu, 26 Mar 2009)
New Revision: 3812
Modified:
branches/astroidex_25/http/css/login.css
Log:
gui list style in vertical tabs
Modified: branches/astroidex_25/http/css/login.css
===================================================================
--- branches/astroidex_25/http/css/login.css 2009-03-26 20:33:26 UTC (rev 3811)
+++ branches/astroidex_25/http/css/login.css 2009-03-26 20:36:35 UTC (rev 3812)
@@ -1,17 +1,22 @@
+
body{
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
- color: #909090;
+ color: #808080;
background-color: White;
}
-
+h1{
+font-size:16pt;
+}
table{
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
- color: #909090;
+ color: #808080;
}
-
+img {
+ border: 0;
+}
input{
width: 180px;
font-size : 12px;
@@ -50,75 +55,101 @@
.login_text{
width: 150px;
}
+.logoutButton{
+position:relative;
+left:300px;
+top:-40px;
+}
+.logoutButton img{
+width:22px;
+height:22px;
+border:0px;
+}
/* BEGIN gui listing */
-ul.gui_list {
- width: 50%;
- padding: 2px;
- border: 0px solid #666;
-}
-h2.gui_category,
-p.gui_category_description{
- width: 50%;
- padding: 0px;
- border: 0px solid #666;
-}
-h2.gui_category,
-ul.gui_list {
- /*background-color: #eee;*/
-}
+/* Hides WMS Container */
-h2.gui_category {
- font-size: 1.3em;
+#menu {
+width: 100%;
+background: #fff;
+float: left;
+margin: 0;
+padding: 0;
+font-size:120%;
}
+#menu ul {
+margin: 0;
+padding: 0;
+}
+#menu ul li {
-img {
- border: 0;
+list-style: none;
+margin: 0;
+padding: 0;
+width: 12em;
}
-ul.gui_list {
- list-style: none;
+
+#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;
}
-ul.gui_list li {
- clear: both;
- margin-top: -1px;
- padding: .25em .5em;
- background-color: #fff;
- border: 0px solid #666;
- cursor: pointer;
+#menu h2 {
+color: #000;
+background: #ffe;
+text-transform: uppercase;
+
}
-ul.gui_list li.alternate {
- background-color: #fff;
+#menu a {
+color: #000;
+background: #efefef;
+text-decoration: none;
}
+#menu a:hover {
+color: #a00;
+background: #fff;
+}
-ul.gui_list li:hover {
- background-color: #eee;
+
+/* Position of the tags*/
+#menu ul ul {
+position: relative;
+
}
-ul.gui_list li strong {
- float: left;
- width: 25%;
- font-weight: bold;
+#menu ul ul ul {
+position: absolute;
+top: 25px;
+left: 105%;
+border:dotted thin #a00;
}
-ul.gui_list li em {
- float: right;
- width: 75%;
- margin-top: -1.2em;
- color: #666;
+div#menu ul li label {
+
}
-.gui_list a:link,
-.gui_list a:visited,
-.gui_list a:active {
- font-size: inherit;
- font-weight: inherit;
- text-decoration: none;
- text-transform: none;
- color: inherit;
-}
-/* END gui listing */
\ No newline at end of file
+
+/* Hover Effects*/
+div#menu ul li label,
+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,
+div#menu label:hover li
+{display: block;}
+
+/* END gui listing */
More information about the Mapbender_commits
mailing list