From c1bb82e883b4ab2201cbb147fe873919a14e3e10 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 14 Aug 2008 16:49:00 +0000 Subject: [PATCH] 2.11b --- crimson_gray/css/theme_left.css.php | 84 ++++++++++++++-------------- crimson_gray/css/theme_right.css.php | 8 +-- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/crimson_gray/css/theme_left.css.php b/crimson_gray/css/theme_left.css.php index a68dc221d..90d164972 100644 --- a/crimson_gray/css/theme_left.css.php +++ b/crimson_gray/css/theme_left.css.php @@ -29,18 +29,27 @@ a img { border: 0; } -ul { - margin:0; -} - +/* +a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; +} +*/ + +ul { + margin:0; +} + form { margin: 0; padding: 0; display: inline; } -select#select_server, -select#lightm_db { +select#select_server, +select#lightm_db { width: 100%; } @@ -61,40 +70,39 @@ button { margin-left: 0.3em; } -.navi_dbName { - font-weight: bold; - color: ; -} +.navi_dbName { + font-weight: bold; + color: ; +} /******************************************************************************/ /* specific elements */ -div#pmalogo { - background-color: #D0DCE0; - padding:.3em; -} +div#pmalogo { + ; + background-color: ; + padding:.3em; +} div#pmalogo, div#leftframelinks, div#databaseList { text-align: center; - border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; } ul#databaseList { - border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; - padding-: 1.5em; + padding-: 1.5em; } ul#databaseList a { display: block; -} - -div#navidbpageselector a, -ul#databaseList a { +} + +div#navidbpageselector a, +ul#databaseList a { background: ; color: ; } @@ -140,11 +148,6 @@ div#leftframelinks a:hover { font-size: 80%; } -/* leftdatabaselist */ -div#left_tableList { - border-bottom: 0.05em solid ; -} - div#left_tableList ul { list-style-type: none; list-style-position: outside; @@ -185,7 +188,7 @@ div#left_tableList > ul li.marked { } - + div#left_tableList > ul li:hover > a, div#left_tableList > ul li:hover { background: ; @@ -199,19 +202,18 @@ div#left_tableList img { } div#left_tableList ul ul { - margin-: 0; - padding-: 0.1em; - border-: 0.1em solid ; + margin-: 0; + padding-: 0.1em; + border-: 0.1em solid ; padding-bottom: 0.1em; - border-bottom: 0.1em solid ; + border-bottom: 0.1em solid ; +} +/* for the servers list in navi panel */ +#serverinfo .item { + white-space: nowrap; + color: ; +} +#serverinfo a:hover { + background: ; + color: ; } - -/* for the servers list in navi panel */ -#serverinfo .item { - white-space: nowrap; - color: ; -} -#serverinfo a:hover { - background: ; - color: ; -} diff --git a/crimson_gray/css/theme_right.css.php b/crimson_gray/css/theme_right.css.php index 2cc2dedfb..68954f0e0 100644 --- a/crimson_gray/css/theme_right.css.php +++ b/crimson_gray/css/theme_right.css.php @@ -105,9 +105,9 @@ fieldset fieldset { } fieldset legend { - background-color: transparent; font-weight: bold; color: #444444; + background-color: } /* buttons in some browsers (eg. Konqueror) are block elements, @@ -953,8 +953,7 @@ li#li_select_theme{ list-style-image: url(getImgPath(); ?>s_theme.png); } -li#li_server_info, -li#li_server_version{ +li#li_server_info{ list-style-image: url(getImgPath(); ?>s_host.png); } @@ -1006,8 +1005,7 @@ li#li_log_out { list-style-image: url(getImgPath(); ?>s_loggoff.png); } -li#li_pma_docs, -li#li_pma_wiki { +li#li_pma_docs { list-style-image: url(getImgPath(); ?>b_docs.png); }