[Mapbender-commits] r3632 - trunk/mapbender/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Mar 3 16:35:38 EST 2009
Author: marc
Date: 2009-03-03 16:35:38 -0500 (Tue, 03 Mar 2009)
New Revision: 3632
Modified:
trunk/mapbender/http/css/login.css
Log:
some modifications for the new login Zebra
Modified: trunk/mapbender/http/css/login.css
===================================================================
--- trunk/mapbender/http/css/login.css 2009-03-03 21:34:02 UTC (rev 3631)
+++ trunk/mapbender/http/css/login.css 2009-03-03 21:35:38 UTC (rev 3632)
@@ -1,14 +1,14 @@
body{
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
- color: #909090;
+ color: #808080;
background-color: White;
}
table{
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
- color: #909090;
+ color: #808080;
}
@@ -50,75 +50,96 @@
.login_text{
width: 150px;
}
+.logoutButton{
+position:relative;
+left:300px;
+top:-40px;
+}
+.logoutButton img{
+width:22px;
+height:22px;
+border:0px;
+}
+img {
+ border: 0;
+}
+/* BEGIN gui listing */
-/* BEGIN gui listing */
-ul.gui_list {
- width: 50%;
- padding: 2px;
- border: 0px solid #666;
+
+/* defines Headings */
+h1{
+font-size:14pt;
}
-h2.gui_category,
-p.gui_category_description{
- width: 50%;
- padding: 0px;
- border: 0px solid #666;
+h2{
+ font-size:12pt;
}
+/* defines the Background of the Zebra (default=gray #eee) */
h2.gui_category,
+p.gui_category_description,
ul.gui_list {
- /*background-color: #eee;*/
+ width:75%;
+ padding: 5px;
+ padding-left:3px;
+ border: 1px solid black;
+ margin:0px;
+ background-color: #eee;
}
-h2.gui_category {
- font-size: 1.3em;
-}
-img {
- border: 0;
+
+/* defines cathegory heading*/
+.gui_category h2{
+ font-size:1.25em;
+ margin-bottom:3px;
+ margin-top:6px;
+ text-decoration:underline;
}
-ul.gui_list {
+/* removes list styles like circles from Zebra*/
+ul.gui_list,
+ul li ul li{
list-style: none;
}
-ul.gui_list li {
+/* defines inner border and normal listing background-colors*/
+ul.gui_list ul li {
clear: both;
margin-top: -1px;
+ margin-left:-20px;
padding: .25em .5em;
- background-color: #fff;
- border: 0px solid #666;
+ background-color: #ffe;
+ border: 1px solid #666;
cursor: pointer;
}
-ul.gui_list li.alternate {
+
+/* defines list background-colors (alternated listings)*/
+ul.gui_list li.alternate,
+ul.gui_list ul li.alternate ul li {
background-color: #fff;
}
-ul.gui_list li:hover {
- background-color: #eee;
+/* defines hover color*/
+ul.gui_list ul li:hover,
+ul.gui_list ul li:hover ul li {
+ background-color: #ff9;
}
-ul.gui_list li strong {
- float: left;
- width: 25%;
- font-weight: bold;
+/* Gui descriptions*/
+ul.gui_list ul li ul li {
+position:relative;
+font-style:italic;
+border:0px;
+cursor:pointer;
+font-size:0.9em;
}
-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: none;
- color: inherit;
+/* Hides WMS Container */
+
+#Container{
+display:none;
}
-/* END gui listing */
\ No newline at end of file
+/* END gui listing */
More information about the Mapbender_commits
mailing list