[Mapbender-commits] r3428 - branches/astroidex_25/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jan 13 02:53:03 EST 2009
Author: beck
Date: 2009-01-13 02:53:03 -0500 (Tue, 13 Jan 2009)
New Revision: 3428
Modified:
branches/astroidex_25/http/css/login.css
Log:
Added style declarations for tableless GUI listing.
Modified: branches/astroidex_25/http/css/login.css
===================================================================
--- branches/astroidex_25/http/css/login.css 2009-01-13 07:51:57 UTC (rev 3427)
+++ branches/astroidex_25/http/css/login.css 2009-01-13 07:53:03 UTC (rev 3428)
@@ -1,120 +1,115 @@
- body{
- font-family: Arial, Helvetica, sans-serif;
- font-size : 12px;
- color: #808080;
- background-color: #FFFFFF;
- padding-left: 10px;
- }
+body{
+ font-family: Arial, Helvetica, sans-serif;
+ font-size : 12px;
+ color: #808080;
+ background-color: White;
+}
- table{
- font-family: Verdana,Arial,Tahoma,sans-serif;
- font-size : 140%;
- color: #808080;
- width: 50%;
- background-color: #FFF;
- border-collapse: collapse;
- border:thin #808080 solid;
- -moz-border-radius:8px;
- }
-
-/*border and background of the title*/
- #head_border {
- background-color: #F0F0F0;
- border: 0;
- padding-left: 10px;
- }
-
-
-/*categorie-name and categorie-description*/
- p{
- color: #000000;
- font-size : 110%;
- font-weight: bold;
- visibility: visible;
- }
+table{
+ font-family: Arial, Helvetica, sans-serif;
+ font-size : 12px;
+ color: #808080;
+}
-/*width and visibility of the table column 'Gui description'*/
- .th_gui_description,
- .td_gui_description {
- width: 50%;
- visibility: visible;
- /*border: 0;*/
- }
-/*width and visibility of the table column 'Gui name'*/
- .th_gui,
- .td_gui{
- width: 20%;
- visibility: visible;
- /*border: 0;*/
- }
+input{
+ width: 180px;
+ font-size : 12px;
+}
-/*table head*/
- th {
- font-size: 110%;
- font-weight: bold;
- width: 80px;
- color: #000000;
- background-color: #F0F0F0;
- }
-
-/*border of the table columns*/
- th, td {
- border: thin solid #808080;
- }
-
-
+.myButton{
+ font-size : 12;
+ width: 100px;
+ height: 20px;
+}
-
-
-
-
-
-
-
-/*reference to login.php*/
- input{
- width: 180px;
- font-size : 12px;
- }
+.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;
+}
-/*reference to login.php*/
- .myButton{
- font-size : 12;
- width: 100px;
- height: 20px;
- }
+.login_text{
+ width: 150px;
+}
+/* BEGIN gui listing */
+h2.gui_category,
+p.gui_category_description,
+ul.gui_list {
+ width: 50%;
+ padding: 5px;
+ border: 1px solid #666;
+}
-/*list block of the table*/
- .list_guis{
- font-family: Arial, Helvetica, sans-serif;
- font-size : 12px;
- color: #808080;
- /* background-color: #FFFFFF; */
- }
-
- 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;
- }
-
-/*size of the login text-box*/
- .login_text{
- width: 150px;
- }
+h2.gui_category,
+ul.gui_list {
+ background-color: #eee;
+}
+h2.gui_category {
+ font-size: 1.5em;
+}
+
+img {
+ border: 0;
+}
+
+ul.gui_list {
+ list-style: none;
+}
+
+ul.gui_list li {
+ clear: both;
+ margin-top: -1px;
+ padding: .25em .5em;
+ background-color: #ffe;
+ border: 1px solid #666;
+ cursor: pointer;
+}
+
+ul.gui_list li:hover {
+ background-color: #ff9;
+}
+
+ul.gui_list li strong {
+ float: left;
+ width: 25%;
+ font-weight: bold;
+}
+
+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: uppercase;
+ color: inherit;
+}
+/* END gui listing */
\ No newline at end of file
More information about the Mapbender_commits
mailing list