diff --git a/aqua_brushed/css/theme_left.css.php b/aqua_brushed/css/theme_left.css.php index 8b7d91c4b..e90e0fc98 100644 --- a/aqua_brushed/css/theme_left.css.php +++ b/aqua_brushed/css/theme_left.css.php @@ -8,27 +8,25 @@ * @subpackage Aqua_Brushed */ - // unplanned execution path - if (!defined('PMA_MINIMUM_COMMON')) { - exit(); - } +// unplanned execution path +if (!defined('PMA_MINIMUM_COMMON')) { + exit(); +} ?> /******************************************************************************/ /* general tags */ - -* { - font-family: ; +html { + font-size: get('fontsize'); ?>; } - -body, table, tbody, tr, td { - font-size: ; + +input, select, textarea { + font-size: 1em; } -select, input, textarea { - font-size: 0.7em; -} - body { + + font-family: ; + background: ; color: ; margin: 0; @@ -39,13 +37,25 @@ a img { border: 0; } +a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; +} + +ul { + margin:0; +} + form { margin: 0; padding: 0; display: inline; } -select { +select#select_server, +select#lightm_db { width: 100%; } @@ -66,10 +76,18 @@ button { margin-left: 0.3em; } +.navi_dbName { + font-weight: bold; + color: ; +} /******************************************************************************/ /* specific elements */ +div#pmalogo { + background-color: #D0DCE0; + padding:.3em; +} div#pmalogo, div#leftframelinks, div#databaseList { @@ -79,6 +97,32 @@ div#databaseList { padding-bottom: 0.5em; } +ul#databaseList { + margin-bottom: 0.5em; + padding-bottom: 0.5em; + padding-: 1.5em; +} + +ul#databaseList a { + display: block; +} + +div#navidbpageselector a, +ul#databaseList a { + background: ; + color: ; +} + +ul#databaseList a:hover { + background: ; + color: ; +} + +ul#databaseList li.selected a { + background: ; + color: ; +} + div#leftframelinks .icon { padding: 0; margin: 0; @@ -91,10 +135,25 @@ div#leftframelinks a img.icon { } div#leftframelinks a:hover { - background-color: ; + background: ; + color: ; +} + +/* serverlist */ +#body_leftFrame #list_server { + list-style-image: url(/original/img/s_host.png); + list-style-position: inside; + list-style-type: none; + margin: 0; + padding: 0; +} + +#body_leftFrame #list_server li { + margin: 0; + padding: 0; + font-size: 80%; } -/* leftdatabaselist */ div#left_tableList ul { list-style-type: none; list-style-position: outside; @@ -126,8 +185,18 @@ div#left_tableList li { white-space: nowrap; } - -div#left_tableList li:hover { + +/* marked items */ +div#left_tableList > ul li.marked > a, +div#left_tableList > ul li.marked { + background: ; + color: ; +} + + + +div#left_tableList > ul li:hover > a, +div#left_tableList > ul li:hover { background-color: ; color: #3E7BB6; } @@ -139,9 +208,19 @@ div#left_tableList img { } div#left_tableList ul ul { - margin-left: 0; - padding-left: 0.1em; - border-left: 0.1em solid ; + margin-: 0; + padding-: 0.1em; + border-: 0.1em solid ; padding-bottom: 0.1em; border-bottom: 0.1em solid ; } + +/* for the servers list in navi panel */ +#serverinfo .item { + white-space: nowrap; + color: ; +} +#serverinfo a:hover { + background: ; + color: ; +} diff --git a/aqua_brushed/css/theme_print.css.php b/aqua_brushed/css/theme_print.css.php deleted file mode 100644 index 17ec34833..000000000 --- a/aqua_brushed/css/theme_print.css.php +++ /dev/null @@ -1,51 +0,0 @@ - -/* For printview */ -body{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #000000; - background-color: #ffffff; -} -h1{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 16px; - font-weight: bold; - color: #000000; -} -table{ - border-width: 1px; - border-color: #000000; - border-style: solid; - border-collapse: collapse; - border-spacing: 0; -} -th{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - font-weight: bold; - color: #000000; - background-color: #e5e5e5; - border-width: 1px; - border-color: #000000; - border-style: solid; - padding: 2px; -} -td{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #000000; - background-color: #ffffff; - border-width: 1px; - border-color: #000000; - border-style: solid; - padding: 2px; -} \ No newline at end of file diff --git a/aqua_brushed/css/theme_right.css.php b/aqua_brushed/css/theme_right.css.php index fa2023607..17eb3b590 100644 --- a/aqua_brushed/css/theme_right.css.php +++ b/aqua_brushed/css/theme_right.css.php @@ -8,37 +8,36 @@ * @subpackage Aqua_Brushed */ - // unplanned execution path - if (!defined('PMA_MINIMUM_COMMON')) { - exit(); - } +// unplanned execution path +if (!defined('PMA_MINIMUM_COMMON')) { + exit(); +} ?> /******************************************************************************/ /* general tags */ - -* { - font-family: ; +html { + font-size: get('fontsize'); ?>; } - -textarea { - font-family: ; + +input, select, textarea { + font-size: 1em; } - -body, table, tbody, tr, td { - font-size: ; -} -select, input, textarea { - font-size: 0.7em; -} - body { + + font-family: ; + padding: 0; margin: 0.5em; color: ; background: ; } + +textarea, tt, pre, code { + font-family: ; +} + h1 { font-size: 140%; font-weight: bold; @@ -54,7 +53,8 @@ h3 { } a:link, -a:visited { +a:visited, +a:active { text-decoration: none; color: #0000FF; } @@ -111,7 +111,7 @@ form { textarea { overflow: visible; - height: 8em; + height: em; } fieldset { @@ -153,10 +153,17 @@ button { /******************************************************************************/ /* classes */ +div.tools { + border: 1px solid #000000; + padding: 0.2em; +} +div.tools, fieldset.tblFooters { margin-top: 0; margin-bottom: 0.5em; + /* avoid a thick line since this should be used under another fieldset */ + border-top: 0; text-align: ; float: none; clear: both; @@ -179,43 +186,70 @@ button.mult_submit { background-color: transparent; } +/* odd items 1,3,5,7,... */ +table tr.odd th, +.odd { + background: ; +} + +/* even items 2,4,6,8,... */ +table tr.even th, +.even { + background: ; +} + /* odd table rows 1,3,5,7,... */ table tr.odd th, -table tr.odd { - background: ; - text-align: ; -} - -/* even table rows 2,4,6,8,... */ +table tr.odd, table tr.even th, table tr.even { - background: ; text-align: ; } -/* marked tbale rows */ + +/* marked table rows */ table tr.marked th, table tr.marked { - background-color: ; + background: ; + color: ; +} + + + +/* hovered items */ +.odd:hover, +.even:hover, +.hover { + background: ; + color: ; } /* hovered table rows */ -table tr.odd:hover, -table tr.even:hover, table tr.odd:hover th, table tr.even:hover th, -table tr.hover th, -table tr.hover { - background-color: ; +table tr.hover th { + background: ; + color: ; +} + + +/** + * marks table rows/cells if the db field is in a where condition + */ +tr.condition th, +tr.condition td, +td.condition, +th.condition { + border: 1px solid ; } table .value { text-align: ; - white-space: nowrap; + white-space: normal; } /* IE doesnt handles 'pre' right */ table [class=value] { - white-space: pre; + white-space: normal; } @@ -338,33 +372,64 @@ td .icon { } /* message boxes: warning, error, confirmation */ +.success h1, +.notice h1, +.warning h1, +div.error h1 { + border-bottom: 2px solid; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +div.success, +div.notice, +div.warning, +div.error { + margin: 0.3em 0 0 0; + border: 2px solid; + + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 0.1em 0.1em 0.1em 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.3em; + +} + +.success { + color: #000000; + background-color: #f0fff0; +} +h1.success, +div.success { + border-color: #00FF00; + + background-image: url(getImgPath(); ?>s_success.png); + +} +.success h1 { + border-color: #00FF00; +} + .notice { color: #000000; background-color: #FFFFDD; } h1.notice, div.notice { - margin: 0.5em 0 0.5em 0; - border: 0.1em solid #FFD700; - + border-color: #FFD700; + background-image: url(getImgPath(); ?>s_notice.png); - background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 10px 10px 10px 36px; - - background-position: 99% 50%; - padding: 10px 5% 10px 10px; - - - padding: 0.5em; - + } .notice h1 { - border-bottom: 0.1em solid #FFD700; - font-weight: bold; - text-align: ; - margin: 0 0 0.2em 0; + border-color: #FFD700; } .warning { @@ -374,27 +439,13 @@ div.notice { p.warning, h1.warning, div.warning { - margin: 0.5em 0 0.5em 0; - border: 0.1em solid #CC0000; - + border-color: #CC0000; + background-image: url(getImgPath(); ?>s_warn.png); - background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 10px 10px 10px 36px; - - background-position: 99% 50%; - padding: 10px 5% 10px 10px; - - - padding: 0.5em; - + } .warning h1 { - border-bottom: 0.1em solid #cc0000; - font-weight: bold; - text-align: ; - margin: 0 0 0.2em 0; + border-color: #cc0000; } .error { @@ -404,27 +455,13 @@ div.warning { h1.error, div.error { - margin: 0.5em 0 0.5em 0; - border: 0.1em solid #ff0000; - + border-color: #ff0000; + background-image: url(getImgPath(); ?>s_error.png); - background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 10px 10px 10px 36px; - - background-position: 99% 50%; - padding: 10px 5% 10px 10px; - - - padding: 0.5em; - + } div.error h1 { - border-bottom: 0.1em solid #ff0000; - font-weight: bold; - text-align: ; - margin: 0 0 0.2em 0; + border-color: #ff0000; } .confirmation { @@ -437,27 +474,34 @@ fieldset.confirmation legend { border-left: 0.1em solid #FF0000; border-right: 0.1em solid #FF0000; font-weight: bold; - + background-image: url(getImgPath(); ?>s_really.png); background-repeat: no-repeat; - + background-position: 5px 50%; padding: 0.2em 0.2em 0.2em 25px; - + background-position: 97% 50%; padding: 0.2em 25px 0.2em 0.2em; - - + + } /* end messageboxes */ +.tblcomment { + font-size: 70%; + font-weight: normal; + color: #000099; +} + .tblHeaders { font-weight: bold; color: ; background: ; } +div.tools, .tblFooters { font-weight: normal; color: ; @@ -467,6 +511,9 @@ fieldset.confirmation legend { .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, +div.tools a:link, +div.tools a:visited, +div.tools a:active, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { @@ -474,6 +521,7 @@ fieldset.confirmation legend { } .tblHeaders a:hover, +div.tools a:hover, .tblFooters a:hover { color: #FF0000; } @@ -511,6 +559,16 @@ body.loginform a.logo { text-align: center; } +body.loginform { + text-align: center; +} + +body.loginform div.container { + text-align: ; + width: 30em; + margin: 0 auto; +} + form.login label { float: ; width: 10em; @@ -568,7 +626,7 @@ a.tabcaution:hover { background-color: #FF0000; } - + /* active tab */ a.tabactive { color: black; @@ -586,12 +644,10 @@ ul#topmenu li { /* default tab styles */ .tab, .tabcaution, .tabactive { background-color: #E5E5E5; - border: 0.1em solid silver; + border: 1pt solid silver; border-bottom: 0; - border-radius-topleft: 0.4em; - border-radius-topright: 0.4em; - -moz-border-radius-topleft: 0.4em; - -moz-border-radius-topright: 0.4em; + border-top-left-radius: 0.4em; + border-top-right-radius: 0.4em; background-color: #B5BDC7; background-image: url(getImgPath(); ?>tbl_header.png); background-repeat: repeat-x; @@ -613,9 +669,6 @@ a.tabcaution:hover, } a.tabcaution:hover { - margin: 0; - padding: 0.2em 0.4em 0.2em 0.4em; - text-decoration: none; background-color: #ff0000; background-image: none; } @@ -627,8 +680,14 @@ a.tab:hover, background-color: #8FBDE9; } +/* to be able to cancel the bottom border, use