[Mapbender-commits] r3454 - trunk/mapbender/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jan 14 15:47:57 EST 2009
Author: marc
Date: 2009-01-14 15:47:57 -0500 (Wed, 14 Jan 2009)
New Revision: 3454
Modified:
trunk/mapbender/http/css/login.css
Log:
New style for the login Zebra.
http://trac.osgeo.org/mapbender/ticket/344
Modified: trunk/mapbender/http/css/login.css
===================================================================
--- trunk/mapbender/http/css/login.css 2009-01-14 17:17:43 UTC (rev 3453)
+++ trunk/mapbender/http/css/login.css 2009-01-14 20:47:57 UTC (rev 3454)
@@ -5,7 +5,7 @@
background-color: White;
}
- table{
+ .user_pw {
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
color: #808080;
@@ -50,3 +50,86 @@
.login_text{
width: 150px;
}
+
+
+.zebra caption{
+font-family:arial,helvetica,sans-serif;
+font-size:13pt;
+
+
+}
+ .zebra {
+ font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
+ border-collapse:separate;
+ border-spacing:0;
+ margin:0 0 1em;
+ color:#000;
+ }
+ .zebra a {
+ color:#523A0B;
+ text-decoration:none;
+ border-bottom:1px none;
+ }
+ .zebra a:visited {
+ color:#444;
+ font-weight:normal;
+ }
+
+ .zebra a:hover {
+ border-bottom-style:solid;
+ }
+ .zebra thead th,
+ .zebra thead td,
+ .zebra tfoot th,
+ .zebra tfoot td {
+ border:1px solid #523A0B;
+ border-width:1px 0;
+ background:#EBE5D9;
+ }
+ .zebra th {
+ font-weight:bold;
+ line-height:normal;
+ padding:0.25em 0.5em;
+ text-align:left;
+ }
+ .zebra tbody th,
+ .zebra td {
+ padding:0.25em 0.5em;
+ text-align:left;
+ vertical-align:top;
+ }
+ .zebra tbody th {
+ font-weight:normal;
+ white-space:nowrap;
+ }
+ .zebra tbody th a:link,
+ th a:visited {
+ font-weight:bold;
+ }
+ .zebra tbody td,
+ .zebra tbody th {
+ border:1px solid #fff;
+ border-width:1px 0;
+ }
+ .zebra tbody tr.dark th,
+ .zebra tbody tr.dark td {
+ border-color:#EBE5D9;
+ background:#F7F4EE;
+ }
+ .zebra tbody tr:hover td,
+ .zebra tbody tr:hover th {
+ background:#ffffee;
+ border-color:#523A0B;
+ }
+ .zebra caption {
+ font-family:arial,helvetica,sans-serif;
+ font-weight:normal;
+ font-size:2.5em;
+ text-align:left;
+ margin:0;
+ padding:0.5em 0.25em;
+ }
+
+
+
+
More information about the Mapbender_commits
mailing list