diff --git a/pmahomme/css/theme_left.css.php b/pmahomme/css/theme_left.css.php index 09b49c043..a2b9b782c 100644 --- a/pmahomme/css/theme_left.css.php +++ b/pmahomme/css/theme_left.css.php @@ -1,240 +1,264 @@ - -/******************************************************************************/ -/* general tags */ -html { - font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; -} - -input, select, textarea { - font-size: 1em; -} - -body { - - font-family: ; - - background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3; - border-right: 1px solid #aaa; - color: ; - margin: 0; - padding: 0; -} - -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_server, -select#lightm_db { - width: 100%; -} - -/* buttons in some browsers (eg. Konqueror) are block elements, - this breaks design */ -button { - display: inline; -} - - -/******************************************************************************/ -/* classes */ - -/* leave some space between icons and text */ -.icon { - vertical-align: middle; - margin-right: 0.3em; - margin-left: 0.3em; -} - -.navi_dbName { - font-weight: bold; - color: ; -} - -/******************************************************************************/ -/* specific elements */ - -div#pmalogo { - - padding:.3em; -} -div#pmalogo, -div#leftframelinks, -div#databaseList { - text-align: center; - margin: 20px 10px 0px 10px; -} - -ul#databaseList { - margin-bottom: 0.5em; - padding-bottom: 0.5em; - padding:20px 0; -} - -#databaseList li { - list-style-type:none; - text-indent:29px; - -} - -ul#databaseList a { - display: block; - padding:5px; -} - -div#navidbpageselector a, -ul#databaseList a { - background:url(./themes/pmahomme/img/database.png) no-repeat 5% 50% transparent; - color: #333; -} - -ul#databaseList a:hover { - background:url(./themes/pmahomme/img/database.png) no-repeat 5% 50% #e3e3e3; -} - -ul#databaseList li.selected a { - background: ; - color: ; -} - -div#leftframelinks .icon { - padding: 0; - margin: 0; -} - -div#leftframelinks a img.icon { - margin: 10px 10px 0 0; - padding: 0.2em; -} - -div#leftframelinks a:hover { - -} - -/* 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; -} - -div#left_tableList ul { - list-style-type: none; - list-style-position: outside; - margin: 0; - padding: 0; - background: ; -} - -div#left_tableList ul ul { - font-size: 100%; -} - -div#left_tableList a { - background: ; - color: ; - text-decoration: none; -} - -#left_tableList{ - display:none; -} - - -div#left_tableList a:hover { - background: ; - color: ; - text-decoration: underline; -} - -div#left_tableList li { - margin: 0; - padding: 0; - white-space: nowrap; -} -select{ --moz-border-radius:2px 2px 2px 2px; --moz-box-shadow:0 1px 2px #DDDDDD; -border:1px solid #aaa; -color:#333333; -padding:3px; -background:url(./themes/pmahomme/img/input_bg.gif); -} - - -/* 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: ; -} - - -div#left_tableList img { - padding: 0; - vertical-align: middle; -} - -div#left_tableList ul ul { - 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: ; -} + +/******************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; +} + +input, select, textarea { + font-size: 1em; +} + +body { + + font-family: ; + + background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3; + border-right: 1px solid #aaa; + color: ; + margin: 0; + padding: 0; +} + +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_server, +select#lightm_db { + width: 100%; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + + +/******************************************************************************/ +/* classes */ + +/* leave some space between icons and text */ +.icon { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} + +.navi_dbName { + font-weight: bold; + color: ; +} + +/******************************************************************************/ +/* specific elements */ + +div#pmalogo { + +} +div#pmalogo, +div#leftframelinks, +div#databaseList { + text-align: center; + margin: 20px 10px 0px 10px; +} + +ul#databaseList { + margin: 0.8em 0px; + padding-bottom: 0.5em; + padding-: 0.3em; + font-style: italic; +} + +ul#databaseList a { + display: block; + padding:5px; + font-style: normal; +} + +div#navidbpageselector a, +ul#databaseList a { + background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent; + color: #333; +} + +ul#databaseList ul { + margin:0px; + padding:0px; +} +ul#databaseList li{ list-style:none;text-indent:20px; margin:0px; + padding:0px;} + +ul#databaseList a:hover { + background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4; +} + +ul#databaseList li.selected a { + background: ; + color: ; +} + +div#leftframelinks .icon { + padding: 0; + margin: 0; +} + +div#reloadlink a img, +div#leftframelinks a img.icon { + margin: 10px 10px 0 0; + padding: 0.2em; + border: 0px; +} + +div#leftframelinks a:hover img { + +} + +/* 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; +} + +div#left_tableList {margin:0px 10px;} +div#left_tableList ul { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; +} + +div#left_tableList ul ul { + font-size: 100%; +} + +div#left_tableList a { + /* background: ; MH */ + color: ; + text-decoration: none; +} + +div#left_tableList a:hover { + background: ; + color: ; + text-decoration: underline; +} + +div#left_tableList li { + margin: 0; + padding: 5px 0; + white-space: nowrap; +} + +select{ +-moz-border-radius:2px 2px 2px 2px; +-moz-box-shadow:0 1px 2px #DDDDDD; +border:1px solid #aaa; +color:#333333; +padding:3px; +background:url(./themes/pmahomme/img/input_bg.gif); +} + + +/* 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: #e4e4e4; + color: ; +} + + +div#left_tableList img { + padding: 0; + vertical-align: middle; +} + +div#left_tableList ul ul { + 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: ; +} +#reloadlink { + clear: both; + float: ; + display: block; + padding: 1em; +} + +#NavFilter { + display: none; +} + +#clear_fast_filter { + background: white; + color: black; + cursor: pointer; + padding: 0; + margin: 0; + position: relative; + right: 3ex; +} + +#fast_filter { + width: 85%; + padding: 0.1em; +} \ No newline at end of file diff --git a/pmahomme/css/theme_print.css.php b/pmahomme/css/theme_print.css.php index ed509e921..49a0d2363 100644 --- a/pmahomme/css/theme_print.css.php +++ b/pmahomme/css/theme_print.css.php @@ -3,7 +3,6 @@ /** * print css file from theme Original * - * @version $Id: theme_print.css.php 10145 2007-03-20 13:39:12Z cybot_tm $ * @package phpMyAdmin-theme * @subpackage Original */ diff --git a/pmahomme/css/theme_right.css.php b/pmahomme/css/theme_right.css.php index eae82d15d..9567af4e0 100644 --- a/pmahomme/css/theme_right.css.php +++ b/pmahomme/css/theme_right.css.php @@ -1,1299 +1,2097 @@ - -/******************************************************************************/ -/* general tags */ -html { - font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : ( - isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '84%'));?>; -} - -input, select, textarea { - font-size: 1em; -} - -body { - - font-family: ; - - padding: 0; - margin: 0.5em; - color: #111; - background: ; -} - - -textarea, tt, pre, code { - font-family: ; -} - -h1 { - font-size: 140%; - font-weight: bold; -} - -h2 { - font-size: 2em; - font-weight: normal; - text-shadow: 0px 1px 0px #fff; - background: #fff; - padding: 10px 0 0 10px; -} - -h2 .icon { - display:none; -} - -h3 { - font-weight: bold; -} - -a:link, -a:visited, -a:active { - text-decoration: none; - color: #3a7ead; -} - -a:hover { - text-decoration: underline; - color: #235a81; -} - -dfn { - font-style: normal; -} - -dfn:hover { - font-style: normal; - cursor: help; -} - -th { - font-weight: bold; - color: ; - background: ; -} - -a img { - border: 0; -} - -hr { - color: ; - background-color: ; - border: 0; - height: 1px; -} - -form { - padding: 0; - margin: 0; - display: inline; -} - -input[type=text]{ - -moz-border-radius:2px; - -webkit-border-radius:2px; - -moz-box-shadow:0 1px 2px #ddd; - -webkit-box-shadow:0 1px 2px #ddd; - background:url(./themes/pmahomme/img/input_bg.gif); - border:1px solid #aaa; - color:#555555; - padding:4px; - margin:6px; - -} -input[type=submit]{ -font-weight:bold; -margin-left:14px; - border: 1px solid #aaa; - padding: 4px 10px; - color: #111; - text-decoration: none; - line-height: 30px; - background: #ddd; - border-radius: 12px; - -webkit-border-radius: 12px; - -moz-border-radius: 12px; - box-shadow: 1px 1px 2px rgba(0,0,0,.5); - /* - -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5); - -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); - text-shadow: #fff 0px 1px 0px; - */ - background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc)); - background: -moz-linear-gradient(top, #eeeeee, #cccccc); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc'); -} -input[type=submit]:hover{ position: relative; - background:#fff; - cursor:pointer; -} -input[type=submit]:active{ position: relative; - top: 1px; - left: 1px; -} -textarea { - overflow: visible; - height: em; -} - - - -fieldset { - margin-top: 1em; - -moz-border-radius:4px 4px 0 0; - -webkit-border-radius:4px;padding:5px; - border: #aaa solid 1px; - padding: 1.5em; - background: #eee; - text-shadow:0 1px 0 #fff; - - -moz-box-shadow:none; -} - -fieldset fieldset { - margin: 0.8em; - background:#fff; - border:1px solid #aaa; - background:none repeat scroll 0 0 #E8E8E8; - -} - -fieldset legend { - font-weight: bold; - color: #444; - padding:5px 10px; - -moz-border-radius:2px; - -webkit-border-radius:2px; - border:1px solid #aaa; - background-color: #fff; --moz-box-shadow:3px 3px 15px #bbb; --webkit-box-shadow:3px 3px 15px #bbb; -box-shadow:3px 3px 15px #bbb; -} - -/* buttons in some browsers (eg. Konqueror) are block elements, - this breaks design */ -button { - display: inline; -} - -table caption, -table th, -table td { - padding: 0.8em; - margin: 0.1em; - vertical-align: top; - text-shadow:0 1px 0 #FFFFFF; -} - -img, - input, - select, - button { - vertical-align: middle; -} -select{ - -moz-border-radius:2px 2px 2px 2px; - -moz-box-shadow:0 1px 2px #DDDDDD; - border:1px solid #aaa; - color:#333333; - padding:3px; - background:url(./themes/pmahomme/img/input_bg.gif) -} - -/******************************************************************************/ -/* classes */ -div.tools { - /* border: 1px solid #000000;*/ - padding: 0.2em; -} -div.tools a{color:#3a7ead !important;} - - -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; - -webkit-border-radius:0 0 4px 4px; - -moz-border-radius:0 0 4px 4px; -} - - -fieldset .formelement { - float: ; - margin-: 0.5em; - /* IE */ - white-space: nowrap; -} - -/* revert for Gecko */ -fieldset div[class=formelement] { - white-space: normal; -} - -button.mult_submit { - border: none; - 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, -table tr.even th, -table tr.even { - text-align: ; -} - - -/* marked table rows */ -table tr.marked th, -table tr.marked { - background: ; - color: ; -} - - - -/* hovered items */ -.odd:hover, -.even:hover, -.hover { - background: ; - color: ; -} - -/* hovered table rows */ -table tr.odd:hover th, -table tr.even:hover th, -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: normal; -} -/* IE doesnt handles 'pre' right */ -table [class=value] { - white-space: normal; -} - - - -.value { - font-family: ; -} - -.value .attention { - color: red; - font-weight: bold; -} -.value .allfine { - color: green; -} - - -img.lightbulb { - cursor: pointer; -} - -.pdflayout { - overflow: hidden; - clip: inherit; - background-color: #FFFFFF; - display: none; - border: 1px solid #000000; - position: relative; -} - -.pdflayout_table { - background: #D3DCE3; - color: #000000; - overflow: hidden; - clip: inherit; - z-index: 2; - display: inline; - visibility: inherit; - cursor: move; - position: absolute; - font-size: 80%; - border: 1px dashed #000000; -} - -/* MySQL Parser */ -.syntax { - -} - -.syntax_comment { - padding-left: 4pt; - padding-right: 4pt; -} - -.syntax_digit { -} - -.syntax_digit_hex { -} - -.syntax_digit_integer { -} - -.syntax_digit_float { -} - -.syntax_punct { -} - -.syntax_alpha { -} - -.syntax_alpha_columnType { - text-transform: uppercase; -} - -.syntax_alpha_columnAttrib { - text-transform: uppercase; -} - -.syntax_alpha_reservedWord { - text-transform: uppercase; - font-weight: bold; -} - -.syntax_alpha_functionName { - text-transform: uppercase; -} - -.syntax_alpha_identifier { -} - -.syntax_alpha_charset { -} - -.syntax_alpha_variable { -} - -.syntax_quote { - white-space: pre; -} - -.syntax_quote_backtick { -} - -/* leave some space between icons and text */ -.icon { - vertical-align: -3px; - margin-right: 0.3em; - margin-left: 0.3em; -} -/* no extra space in table cells */ -td .icon { - margin: 0; -} - -.selectallarrow { - margin-: 0.3em; - margin-: 0.6em; -} - -/* 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.5em 0 1.3em 0; - border: 1px solid; - -moz-border-radius:5px; - -webkit-border-radius:5px; - - - background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 10px 10px 10px 35px - - background-position: 99% 50%; - padding: 35px 10px 10px 10px - - - padding: 0.3em; - -} - -.success { - color: #000000; - background-color: #c5f568; -} -h1.success, -div.success { - border-color: #a2d246; - - background-image: url(getImgPath(); ?>s_success.png); - -} -.success h1 { - border-color: #00FF00; -} - -.notice { - color: #000000; - background-color: #ffdf5f; -} -h1.notice, -div.notice { - border-color: #ff9600; - - background-image: url(getImgPath(); ?>s_notice.png); - -} -.notice h1 { - border-color: #ffb10a; -} - -.warning { - color: #fff; - background-color: #e97777; -} -p.warning, -h1.warning, -div.warning { - border-color: #CC0000; - - background-image: url(getImgPath(); ?>s_warn.png); - -} -.warning h1 { - border-color: #cc0000; -} - -.error { - background-color: #FFFFCC; - color: #ff0000; -} - -h1.error, -div.error { - border-color: #ff0000; - - background-image: url(getImgPath(); ?>s_error.png); - -} -div.error h1 { - border-color: #ff0000; -} - -.confirmation { - background-color: #FFFFCC; -} -fieldset.confirmation { - border: 0.1em solid #FF0000; -} -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: ; - background: #ddd; -} - -.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 { - color: #0000FF; -} - -.tblHeaders a:hover, -div.tools a:hover, -.tblFooters a:hover { - color: #FF0000; -} - -/* forbidden, no privilegs */ -.noPrivileges { - color: #FF0000; - font-weight: bold; -} - -/* disabled text */ -.disabled, -.disabled a:link, -.disabled a:active, -.disabled a:visited { - color: #666666; -} - -.disabled a:hover { - color: #666666; - text-decoration: none; -} - -tr.disabled td, -td.disabled { - background-color: #cccccc; -} - -/** - * login form - */ -body{} -body.loginform h1, -body.loginform a.logo { - display: block; - 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; - font-weight: bolder; -} - - -/******************************************************************************/ -/* specific elements */ -#topmenu .icon {} -#topmenu a {text-shadow:0px 1px 0px #fff;} -/* topmenu */ -ul#topmenu { - font-weight: bold; - list-style-type: none; - margin: 0 0 20px 0; - padding: 0; -} - -ul#topmenu li { - float: ; - margin: 0; - padding: 0; - vertical-align: middle; -} - -#topmenu img { - margin-right:0.5em; - vertical-align:-3px; -} - -#topmenucontainer{ background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;} - -/* default tab styles */ -.tabactive { - background: #fff !important; - -} -.tab, .tabcaution, .tabactive { - display: block; - padding:10px 20px 9px 10px; - white-space: nowrap; - background: url("./themes/pmahomme/img/tab_bg.png") repeat-x scroll 0 0 transparent - -} - -/* disabled tabs */ -span.tab { - color: #666666; -} - -/* disabled drop/empty tabs */ -span.tabcaution { - color: #ff6666; -} - -/* enabled drop/empty tabs */ -a.tabcaution { - color: #FF0000; -} -a.tabcaution:hover { - color: #FFFFFF; - background-color: #FF0000; -} - - - -/* active tab */ -a.tabactive { - color: black; -} - -#topmenu { - margin-top: 0.5em; - padding: 0.1em 0.3em 0.1em 0.3em; - overflow: auto; -} - -#topmenu a:hover { - text-decoration: none; - -} - -ul#topmenu li { - border-bottom: 0pt solid black; - border-right:1px solid #aaa; - -} - -/* default tab styles */ -.tab, .tabcaution, .tabactive { - - border-top-left-radius: 0.4em; - border-top-right-radius: 0.4em; -} - -/* enabled hover/active tabs */ -a.tab:hover, -a.tabcaution:hover, -.tabactive, -.tabactive:hover { - -} - -a.tab:hover, -.tabactive { - padding:10px 20px 9px 10px; - background-color: ; -} - -/* to be able to cancel the bottom border, use
  • */ -ul#topmenu li.active { - border-bottom: 1pt solid ; -} - -/* disabled drop/empty tabs */ -span.tab, -a.warning, -span.tabcaution { - cursor: url(getImgPath(); ?>error.ico), default; -} - -/* end topmenu */ - - -/* Calendar */ -table.calendar { - width: 100%; -} -table.calendar td { - text-align: center; -} -table.calendar td a { - display: block; -} - -table.calendar td a:hover { - background-color: #CCFFCC; -} - -table.calendar th { - background-color: #D3DCE3; -} - -table.calendar td.selected { - background-color: #FFCC99; -} - -img.calendar { - border: none; -} -form.clock { - text-align: center; -} -/* end Calendar */ - - -/* table stats */ -div#tablestatistics { - border-bottom: 0.1em solid #669999; - margin-bottom: 0.5em; - padding-bottom: 0.5em; -} - -div#tablestatistics table { - float: ; - margin-bottom: 0.5em; - margin-: 0.5em; -} - -div#tablestatistics table caption { - margin-: 0.5em; -} -/* END table stats */ - - -/* server privileges */ -#tableuserrights td, -#tablespecificuserrights td, -#tabledatabases td { - vertical-align: middle; -} -/* END server privileges */ - - - -/* Heading */ -#serverinfo { -border-bottom:1px solid #fff; --moz-border-radius: 4px 4px 0 0; -background:#666; -padding:10px; -text-shadow:0 1px 0 #000000; - -} -#serverinfo a{ -color:#fff; - -} - - -#serverinfo .item { - white-space: nowrap; vertical-align:-4px; -} - -#span_table_comment { - font-weight: normal; - font-style: italic; - white-space: nowrap; -} - -#serverinfo img { - margin: 0 0.1em 0 0.2em; - vertical-align: -4px; -} - - -#textSQLDUMP { - width: 95%; - height: 95%; - font-family: "Courier New", Courier, mono; - font-size: 110%; -} - -#TooltipContainer { - position: absolute; - z-index: 99; - width: 20em; - height: auto; - overflow: visible; - visibility: hidden; - background-color: #ffffcc; - color: #006600; - border: 0.1em solid #000000; - padding: 0.5em; -} - -/* user privileges */ -#fieldset_add_user_login div.item { - border-bottom: 1px solid silver; - padding-bottom: 0.3em; - margin-bottom: 0.3em; -} - -#fieldset_add_user_login label { - float: ; - display: block; - width: 10em; - max-width: 100%; - text-align: ; - padding-: 0.5em; -} - -#fieldset_add_user_login span.options #select_pred_username, -#fieldset_add_user_login span.options #select_pred_hostname, -#fieldset_add_user_login span.options #select_pred_password { - width: 100%; - max-width: 100%; -} - -#fieldset_add_user_login span.options { - float: ; - display: block; - width: 12em; - max-width: 100%; - padding-: 0.5em; -} - -#fieldset_add_user_login input { - width: 12em; - clear: ; - max-width: 100%; -} - -#fieldset_add_user_login span.options input { - width: auto; -} - -#fieldset_user_priv div.item { - float: ; - width: 9em; - max-width: 100%; -} - -#fieldset_user_priv div.item div.item { - float: none; -} - -#fieldset_user_priv div.item label { - white-space: nowrap; -} - -#fieldset_user_priv div.item select { - width: 100%; -} - -#fieldset_user_global_rights fieldset { - float: ; -} -/* END user privileges */ - - -/* serverstatus */ -div#serverstatus table caption a.top { - float: ; -} - -div#serverstatus div#serverstatusqueriesdetails table, -div#serverstatus table#serverstatustraffic, -div#serverstatus table#serverstatusconnections { - float: ; -} - -#serverstatussection, -.clearfloat { - clear: both; -} -div#serverstatussection table { - width: 100%; - margin-bottom: 1em; -} -div#serverstatussection table .name { - width: 18em; -} -div#serverstatussection table .value { - width: 6em; -} - -div#serverstatus table tbody td.descr a, -div#serverstatus table .tblFooters a { - white-space: nowrap; -} -div#serverstatus div#statuslinks a:before, -div#serverstatus div#sectionlinks a:before, -div#serverstatus table tbody td.descr a:before, -div#serverstatus table .tblFooters a:before { - content: '['; -} -div#serverstatus div#statuslinks a:after, -div#serverstatus div#sectionlinks a:after, -div#serverstatus table tbody td.descr a:after, -div#serverstatus table .tblFooters a:after { - content: ']'; -} -/* end serverstatus */ - -/* querywindow */ -body#bodyquerywindow { - margin: 0; - padding: 0; - background-image: none; - background-color: #F5F5F5; -} - -div#querywindowcontainer { - margin: 0; - padding: 0; - width: 100%; -} - -div#querywindowcontainer fieldset { - margin-top: 0; -} -/* END querywindow */ - - -/* querybox */ - -div#sqlquerycontainer { - float: ; - width: 69%; - /* height: 15em; */ -} - -div#tablefieldscontainer { - float: ; - width: 29%; - /* height: 15em; */ -} - -div#tablefieldscontainer select { - width: 100%; - /* height: 12em; */ -} - -textarea#sqlquery { - width: 100%; - /* height: 100%; */ - -moz-border-radius:4px 4px 4px 4px; -border:1px solid #AAAAAA; -padding:5px; -font-family:inherit; -} - -div#queryboxcontainer div#bookmarkoptions { - margin-top: 0.5em; -} -/* end querybox */ - -/* main page */ -#maincontainer { -/* background: url(./themes/pmahomme/img/body_bg.png) repeat-x;*/ - -} - -#mysqlmaininformation, -#pmamaininformation { - float: ; - width: 49%; -} - -#maincontainer ul { - list-style-image: url(getImgPath(); ?>item_.png); - vertical-align: middle; -} - -#maincontainer li { - margin-bottom: 0.3em; -} -/* END main page */ - - - -/* iconic view for ul items */ -li#li_create_database { - list-style-image: url(getImgPath(); ?>b_newdb.png); -} - -li#li_select_lang { - list-style-image: url(getImgPath(); ?>s_lang.png); -} - -li#li_select_mysql_collation, -li#li_select_mysql_charset { - list-style-image: url(getImgPath(); ?>s_asci.png); -} - -li#li_select_theme{ - list-style-image: url(getImgPath(); ?>s_theme.png); -} - -li#li_server_info, -li#li_server_version{ - list-style-image: url(getImgPath(); ?>s_host.png); -} - -li#li_user_info{ - /* list-style-image: url(getImgPath(); ?>s_rights.png); */ -} - -li#li_mysql_status{ - list-style-image: url(getImgPath(); ?>s_status.png); -} - -li#li_mysql_variables{ - list-style-image: url(getImgPath(); ?>s_vars.png); -} - -li#li_mysql_processes{ - list-style-image: url(getImgPath(); ?>s_process.png); -} - -li#li_mysql_collations{ - list-style-image: url(getImgPath(); ?>s_asci.png); -} - -li#li_mysql_engines{ - list-style-image: url(getImgPath(); ?>b_engine.png); -} - -li#li_mysql_binlogs { - list-style-image: url(getImgPath(); ?>s_tbl.png); -} - -li#li_mysql_databases { - list-style-image: url(getImgPath(); ?>s_db.png); -} - -li#li_export { - list-style-image: url(getImgPath(); ?>b_export.png); -} - -li#li_import { - list-style-image: url(getImgPath(); ?>b_import.png); -} - -li#li_change_password { - list-style-image: url(getImgPath(); ?>s_passwd.png); -} - -li#li_log_out { - list-style-image: url(getImgPath(); ?>s_loggoff.png); -} - -li#li_pma_docs, -li#li_pma_wiki { - list-style-image: url(getImgPath(); ?>b_docs.png); -} - -li#li_phpinfo { - list-style-image: url(getImgPath(); ?>php_sym.png); -} - -li#li_pma_homepage { - list-style-image: url(getImgPath(); ?>b_home.png); -} - -li#li_mysql_privilegs{ - list-style-image: url(getImgPath(); ?>s_rights.png); -} - -li#li_switch_dbstats { - list-style-image: url(getImgPath(); ?>b_dbstatistics.png); -} - -li#li_flush_privileges { - list-style-image: url(getImgPath(); ?>s_reload.png); -} -/* END iconic view for ul items */ - - - -#body_browse_foreigners { - background: ; - margin: 0.5em 0.5em 0 0.5em; -} - -#bodyquerywindow { - background: ; -} - -#bodythemes { - width: 500px; - margin: auto; - text-align: center; -} - -#bodythemes img { - border: 0.1em solid black; -} - -#bodythemes a:hover img { - border: 0.1em solid red; -} - -#fieldset_select_fields { - float: ; -} - -#selflink { - clear: both; - display: block; - margin-top: 2em .2em; - background:#f3f3f3; - padding:10px; - text-align: ; -} - -#table_innodb_bufferpool_usage, -#table_innodb_bufferpool_activity { - float: ; -} - -#div_mysql_charset_collations table { - float: ; -} - -#div_table_order { - min-width: 48%; - float: ; -} - -#div_table_rename { - min-width: 48%; - float: ; -} - -#div_table_copy, -#div_partition_maintenance, -#div_referential_integrity, -#div_table_maintenance { - min-width: 48%; - float: ; -} - -#div_table_options { - clear: both; - min-width: 48%; - float: ; -} - -#qbe_div_table_list { - float: ; -} - -#qbe_div_sql_query { - float: ; -} - -label.desc { - width: 30em; - float: ; -} - -code.sql { - display: block; - padding: 0.3em; - margin-top: 0; - margin-bottom: 0; - /* border: solid 1px;*/ - border-top: 0; - border-bottom: 0; - max-height: 10em; - overflow: auto; - background: ; -} - -#main_pane_left { - width: 60%; - float: ; - padding-top: 1em; -} - -#main_pane_right { - margin-: 60%; - padding-top: 1em; - padding-: 1em; -} - -.group { - border:1px solid #999; - background:#f3f3f3; - -moz-border-radius:4px; - -webkit-border-radius:4px; - -moz-box-shadow:3px 3px 10px #ddd; - margin-bottom: 1em; -} - -.group h2 { - background-color: #bbb; - padding: 0.1em 0.3em; - margin-top: 0; - color:#fff; - font-size:2em; - font-weight:normal; - text-shadow:0 1px 0 #777; -} - -#li_select_server { - padding-bottom: 0.3em; - border-bottom: 0.3em solid ; - margin-bottom: 0.3em; -} + +/******************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : ( + isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>; +} + +input, select, textarea { + font-size: 1em; +} + + +body { + + font-family: ; + + padding: 0; + margin: 0.5em; + color: #444; + background: #fff; +} + + +textarea, tt, pre, code { + font-family: ; +} + +h1 { + font-size: 140%; + font-weight: bold; +} + +h2 { + font-size: 2em; + font-weight: normal; + text-shadow: 0px 1px 0px #fff; + padding: 10px 0 10px 3px; + color: #777; +} +/* Hiding icons in the page titles, they just add clutter MH */ +h2 img{display:none;} +/* Set all tables with data... to 100%, let it flow! */ +.data{width:100%} + +h3 { + font-weight: bold; +} + +a, a:link, +a:visited, +a:active { + text-decoration: none; + color: #235a81; + cursor: pointer; + outline: none; + +} + +a:hover { + text-decoration: underline; + color: #235a81; +} +/*MH*/ +#initials_table { + background:#f3f3f3; + border:1px solid #aaa; + margin-bottom:10px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; +} +#initials_table a { + border:1px solid #aaa; + background:#fff; + padding:4px 8px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); +} + +dfn { + font-style: normal; +} + +dfn:hover { + font-style: normal; + cursor: help; +} + +th { + font-weight: bold; + color: ; + background: #333; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); + + +} + +a img { + border: 0; +} + +hr { + color: ; + background-color: ; + border: 0; + height: 1px; +} + +form { + padding: 0; + margin: 0; + display: inline; +} + +input[type=text]{ + border-radius:2px; + -moz-border-radius:2px; + -webkit-border-radius:2px; + + box-shadow:0 1px 2px #ddd; + -moz-box-shadow:0 1px 2px #ddd; + -webkit-box-shadow:0 1px 2px #ddd; + + background:url(./themes/pmahomme/img/input_bg.gif); + border:1px solid #aaa; + color:#555555; + padding:4px; + margin:6px; + +} + +input[type=password]{ + border-radius:2px; + -moz-border-radius:2px; + -webkit-border-radius:2px; + + box-shadow:0 1px 2px #ddd; + -moz-box-shadow:0 1px 2px #ddd; + -webkit-box-shadow:0 1px 2px #ddd; + + background:url(./themes/pmahomme/img/input_bg.gif); + border:1px solid #aaa; + color:#555555; + padding:4px; + margin:6px; + +} + +input[type=submit]{ + font-weight:bold; + margin-left:14px; + border: 1px solid #aaa; + padding: 3px 7px; + color: #111; + text-decoration: none; + background: #ddd; + + border-radius: 12px; + -webkit-border-radius: 12px; + -moz-border-radius: 12px; + + text-shadow: 0px 1px 0px #fff; + + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); +} + +input[type=submit]:hover{ position: relative; + background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); + background: -moz-linear-gradient(top, #cccccc, #dddddd); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd'); + cursor:pointer; +} + +input[type=submit]:active{ position: relative; + top: 1px; + left: 1px; +} +textarea { + overflow: visible; + height: em; +} + +fieldset { + margin-top: 1em; + border-radius:4px 4px 0 0; + -moz-border-radius:4px 4px 0 0; + -webkit-border-radius:4px 4px 0 0; + padding:5px; + border: #aaa solid 1px; + padding: 1.5em; + background: #eee; + text-shadow:0 1px 0 #fff; + -moz-box-shadow: 1px 1px 2px #fff inset; + -webkit-box-shadow: 1px 1px 2px #fff inset; + box-shadow: 1px 1px 2px #fff inset; +} + +fieldset fieldset { + margin: 0.8em; + background:#fff; + border:1px solid #aaa; + background:none repeat scroll 0 0 #E8E8E8; + +} + +fieldset legend { + font-weight: bold; + color: #444; + padding:5px 10px; + border-radius:2px; + -moz-border-radius:2px; + -webkit-border-radius:2px; + border:1px solid #aaa; + background-color: #fff; + -moz-box-shadow:3px 3px 15px #bbb; + -webkit-box-shadow:3px 3px 15px #bbb; + box-shadow:3px 3px 15px #bbb; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + +table caption, +table th, +table td { + padding: 0.8em; + margin: 0.1em; + vertical-align: top; + text-shadow:0 1px 0 #FFFFFF; +} + +/* MH */ +table{border-collapse:collapse;} +th{border-right:1px solid #fff; text-align:left;} + + +img, +input, +select, +button { + vertical-align: middle; +} + +select{ + -moz-border-radius:2px; + -webkit-border-radius:2px; + border-radius:2px; + + -moz-box-shadow:0 1px 2px #ddd; + -webkit-box-shadow:0 1px 2px #ddd; + box-shadow:0 1px 2px #ddd; + + border:1px solid #aaa; + color:#333333; + padding:3px; + background:url(./themes/pmahomme/img/input_bg.gif) +} + +/******************************************************************************/ +/* classes */ +div.tools { + /* border: 1px solid #000000; */ + padding: 0.2em; +} + +div.tools a{color:#3a7ead !important;} + +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; + -webkit-border-radius:0 0 4px 4px; + -moz-border-radius:0 0 4px 4px; + border-radius: 0 0 4px 5px; +} + +fieldset .formelement { + float: ; + margin-: 0.5em; + /* IE */ + white-space: nowrap; +} + +/* revert for Gecko */ +fieldset div[class=formelement] { + white-space: normal; +} + +button.mult_submit { + border: none; + background-color: transparent; +} + +/* odd items 1,3,5,7,... */ +table tr.odd th, +.odd { + background: #fff; +} + +/* even items 2,4,6,8,... */ +table tr.even th, +.even { + background: #f8f8f8; +} + +/* odd table rows 1,3,5,7,... */ +table tr.odd th, +table tr.odd, +table tr.even th, +table tr.even { + text-align: ; +} + + +/* marked table rows */ +td.marked, +table tr.marked th, +table tr.marked { + background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; + color: ; +} + + + +/* hovered items */ +.odd:hover, +.even:hover, +.hover, +.structure_actions_dropdown { + background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */ + color: ; +} + +/* hovered table rows */ +table tr.odd:hover th, +table tr.even:hover th, +table tr.hover th { + background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */ + 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: normal; +} +/* IE doesnt handles 'pre' right */ +table [class=value] { + white-space: normal; +} + + + +.value { + font-family: ; +} + +.value .attention { + color: red; + font-weight: bold; +} +.value .allfine { + color: green; +} + + +img.lightbulb { + cursor: pointer; +} + +.pdflayout { + overflow: hidden; + clip: inherit; + background-color: #FFFFFF; + display: none; + border: 1px solid #000000; + position: relative; +} + +.pdflayout_table { + background: #D3DCE3; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 80%; + border: 1px dashed #000000; +} + +/* MySQL Parser */ +.syntax { + font-family: Verdan, Arial, Tahoma; + font-size: 110%; +} + +.syntax a { + text-decoration: none; + border-bottom:1px dotted black; +} + +.syntax_comment { + padding-left: 4pt; + padding-right: 4pt; +} + +.syntax_digit { +} + +.syntax_digit_hex { +} + +.syntax_digit_integer { +} + +.syntax_digit_float { +} + +.syntax_punct { +} + +.syntax_alpha { +} + +.syntax_alpha_columnType { + text-transform: uppercase; +} + +.syntax_alpha_columnAttrib { + text-transform: uppercase; +} + +.syntax_alpha_reservedWord { + text-transform: uppercase; + font-weight: bold; +} + +.syntax_alpha_functionName { + text-transform: uppercase; +} + +.syntax_alpha_identifier { +} + +.syntax_alpha_charset { +} + +.syntax_alpha_variable { +} + +.syntax_quote { + white-space: pre; +} + +.syntax_quote_backtick { +} + +/* leave some space between icons and text */ +.icon, img.footnotemarker { + vertical-align: -3px; + margin-right: 0.3em; + margin-left: 0.3em; +} + +img.footnotemarker { + display: none; +} + +/* no extra space in table cells */ +td .icon { + margin: 0; +} + +.selectallarrow { + margin-: 0.3em; + margin-: 0.6em; +} + +/* 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, +div.footnotes { + margin: 0.5em 0 1.3em 0; + border: 1px solid; + + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 25px; + + background-position: 99% 50%; + padding: 25px 10px 10px 10px + + + padding: 0.3em; + + -moz-border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; + -moz-box-shadow: 0px 1px 2px #fff inset; + -webkit-box-shadow: 0px 1px 2px #fff inset; +} + +.success { + color: #000000; + background-color: #cbee0c; +} +h1.success, +div.success { + border-color: #a2d246; + + background-image: url(getImgPath(); ?>s_success.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + /* padding: 0.2em 0.2em 0.2em 25px; MH */ + + background-position: 97% 50%; + /* padding: 0.2em 25px 0.2em 0.2em; MH */ + + +} +.success h1 { + border-color: #00FF00; +} + +.notice, .footnotes { + color: #000000; + background-color: #ffdf5f; +} +h1.notice, +div.notice, +div.footnotes { + border-color: #ff9600; + + background-image: url(getImgPath(); ?>s_notice.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + /* padding: 0.2em 0.2em 0.2em 25px; MH */ + + background-position: 97% 50%; + /* padding: 0.2em 25px 0.2em 0.2em; MH */ + + +} +.notice h1 { + border-color: #ffb10a; +} + +.warning { + color: #fff; + background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777; +} +p.warning, +h1.warning, +div.warning { + border-color: #CC0000; + + background-image: url(getImgPath(); ?>s_warn.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + /* padding: 0.2em 0.2em 0.2em 25px; MH */ + + background-position: 97% 50%; + /* padding: 0.2em 25px 0.2em 0.2em; MH */ + + +} +.warning h1 { + border-color: #cc0000; +} + +.error { + border:1px solid maroon !important; + color: #fff; + background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777; +} + +h1.error, +div.error { + border-color: #333; + + background-image: url(getImgPath(); ?>s_error.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + /* padding: 0.2em 0.2em 0.2em 25px; MH */ + + background-position: 97% 50%; + /* padding: 0.2em 25px 0.2em 0.2em; MH */ + + +} +div.error h1 { + border-color: #ff0000; +} + +.confirmation { + color: #000000; + background-color: pink; +} +fieldset.confirmation { + +} +fieldset.confirmation legend { + +} +/* end messageboxes */ + + +.tblcomment { + font-size: 70%; + font-weight: normal; + color: #000099; +} + +.tblHeaders { + font-weight: bold; + color: ; + background: ; +} + +div.tools, +.tblFooters { + font-weight: normal; + color: ; + background: ; +} + +.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 { + color: #0000FF; +} + +.tblHeaders a:hover, +div.tools a:hover, +.tblFooters a:hover { + color: #FF0000; +} + +/* forbidden, no privilegs */ +.noPrivileges { + color: #FF0000; + font-weight: bold; +} + +/* disabled text */ +.disabled, +.disabled a:link, +.disabled a:active, +.disabled a:visited { + color: #666666; +} + +.disabled a:hover { + color: #666666; + text-decoration: none; +} + +tr.disabled td, +td.disabled { + background-color: #cccccc; +} + +.nowrap { + white-space: nowrap; +} + +/** + * login form + */ +body.loginform h1, +body.loginform a.logo { + display: block; + 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; + font-weight: bolder; +} + +.commented_column { + border-bottom: 1px dashed black; +} + +.column_attribute { + font-size: 70%; +} + +/******************************************************************************/ +/* specific elements */ + +/* topmenu */ +#topmenu a {text-shadow:0px 1px 0px #fff;} + +ul#topmenu, ul#topmenu2, ul.tabs { + font-weight: bold; + list-style-type: none; + margin: 0; + padding: 0; + +} + +ul#topmenu2 { + margin: 0.25em 0.5em 0; + height: 2em; + clear: both; +} + +ul#topmenu li, ul#topmenu2 li { + float: ; + margin: 0; + /* padding: 4px; MH */ + vertical-align: middle; +} + +#topmenu img, #topmenu2 img { + margin-right:0.5em; + vertical-align:-3px; +} + +#topmenucontainer{background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;} + +/* default tab styles */ +.tabactive { + background:#fff !important; +} + +ul#topmenu a, ul#topmenu span { + display: block; + margin: 0px; + padding: 0px; + white-space: nowrap; +} + +ul#topmenu ul a { + margin: 0; + +} + +ul#topmenu .submenu { + position: relative; +} + +ul#topmenu ul { + margin: 0; + padding: 0; + position: absolute; + right: 0; + list-style-type: none; + display: none; + border: 1px #ddd solid; +} + +ul#topmenu li:hover { + background:url(./themes/pmahomme/img/tab_hover_bg.png) repeat-x 50% 0%!important; +} + +ul#topmenu li:hover ul, ul#topmenu .submenuhover ul { + display: block; + font-weight:3em; + background:#fff; + +} + +ul#topmenu ul li { + width: 100%; +} + +ul#topmenu2 a { + display: block; + margin: 7px 6px 7px 0px; + padding: 4px 10px; + white-space: nowrap; + border:1px solid #ddd; + border-radius: 20px; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; + background:#f2f2f2; + +} + +/* disabled tabs */ +ul#topmenu span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +ul#topmenu span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +ul#topmenu a.tabcaution { + color: #FF0000; +} +ul#topmenu a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} +fieldset.caution a { + color: #FF0000; +} +fieldset.caution a:hover { + color: #ffffff; + background-color: #FF0000; +} + + +/* active tab */ +ul#topmenu a.tabactive, ul#topmenu2 a.tabactive { + color: black; +} + +ul#topmenu ul { + background: ; +} + +#topmenu { + margin-top: 0.5em; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +ul#topmenu ul { + -moz-box-shadow: 1px 1px 6px #ddd; + -webkit-box-shadow: 2px 2px 3px #666; + box-shadow: 2px 2px 3px #666; +} + +ul#topmenu > li { + /* border-bottom: 0pt solid black; MH */ + border-right: 1px solid #fff; + border-left: 1px solid #ccc; +} + +/* default tab styles */ +ul#topmenu a, ul#topmenu span { + padding:10px; + /* + background-color: ; + border: 0 solid ; + border-width: 1pt 1pt 0 1pt; + -moz-border-radius: 0.4em 0.4em 0 0; + border-radius: 0.4em 0.4em 0 0; + + MH + */ +} + +ul#topmenu ul a { + border-width: 1pt 0 0 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; + +} + +ul#topmenu ul li:first-child a { + border-width: 0; + +} + +/* enabled hover/active tabs */ +ul#topmenu > li > a:hover, +ul#topmenu > li > .tabactive { + /* margin: 0; MH */ + text-decoration: none; +} + +ul#topmenu ul a:hover, +ul#topmenu ul .tabactive { + text-decoration: none; +} + +ul#topmenu a.tab:hover, +ul#topmenu .tabactive { + / * background-color: ; MH */ +} + +ul#topmenu2 a.tab:hover, +ul#topmenu2 a.tabactive { + background-color: ; + border-radius: 0.3em; + -moz-border-radius: 0.3em; + -webkit-border-radius: 0.3em; + text-decoration: none; +} + +/* to be able to cancel the bottom border, use
  • */ +ul#topmenu > li.active { + /* border-bottom: 0pt solid ; MH*/ + border-right:0px; +} + +/* disabled drop/empty tabs */ +ul#topmenu span.tab, +a.warning, +ul#topmenu span.tabcaution { + cursor: url(getImgPath(); ?>error.ico), default; +} + +/* end topmenu */ + + +/* Calendar */ +table.calendar { + width: 100%; +} +table.calendar td { + text-align: center; +} +table.calendar td a { + display: block; +} + +table.calendar td a:hover { + background-color: #CCFFCC; +} + +table.calendar th { + background-color: #D3DCE3; +} + +table.calendar td.selected { + background-color: #FFCC99; +} + +img.calendar { + border: none; +} +form.clock { + text-align: center; +} +/* end Calendar */ + + +/* table stats */ +div#tablestatistics { + border-bottom: 0.1em solid #669999; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#tablestatistics table { + float: ; + margin-bottom: 0.5em; + margin-: 0.5em; +} + +div#tablestatistics table caption { + margin-: 0.5em; +} +/* END table stats */ + + +/* server privileges */ +#tableuserrights td, +#tablespecificuserrights td, +#tabledatabases td { + vertical-align: middle; +} +/* END server privileges */ + + + +/* Heading */ +#serverinfo { +border-bottom:1px solid #fff; +-moz-border-radius: 4px 4px 0 0; +-webkit-border-radius: 4px 4px 0 0; +border-radius:4px 4px 0 0; +background:#888; +padding:10px; +text-shadow:0 1px 0 #000000; +} + +#serverinfo .item { + white-space: nowrap; + color:#fff; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.2em; +} + + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 110%; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 20em; + height: auto; + overflow: visible; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 0.1em solid #000000; + padding: 0.5em; +} + +/* user privileges */ +#fieldset_add_user_login div.item { + border-bottom: 1px solid silver; + padding-bottom: 0.3em; + margin-bottom: 0.3em; +} + +#fieldset_add_user_login label { + float: ; + display: block; + width: 10em; + max-width: 100%; + text-align: ; + padding-: 0.5em; +} + +#fieldset_add_user_login span.options #select_pred_username, +#fieldset_add_user_login span.options #select_pred_hostname, +#fieldset_add_user_login span.options #select_pred_password { + width: 100%; + max-width: 100%; +} + +#fieldset_add_user_login span.options { + float: ; + display: block; + width: 12em; + max-width: 100%; + padding-: 0.5em; +} + +#fieldset_add_user_login input { + width: 12em; + clear: ; + max-width: 100%; +} + +#fieldset_add_user_login span.options input { + width: auto; +} + +#fieldset_user_priv div.item { + float: ; + width: 9em; + max-width: 100%; +} + +#fieldset_user_priv div.item div.item { + float: none; +} + +#fieldset_user_priv div.item label { + white-space: nowrap; +} + +#fieldset_user_priv div.item select { + width: 100%; +} + +#fieldset_user_global_rights fieldset { + float: ; +} +/* END user privileges */ + + +/* serverstatus */ +div#serverstatus table caption a.top { + float: ; +} + +div#serverstatus div#serverstatusqueriesdetails table, +div#serverstatus table#serverstatustraffic, +div#serverstatus table#serverstatusconnections { + float: ; +} + +#serverstatussection, +.clearfloat { + clear: both; +} +div#serverstatussection table { + width: 100%; + margin-bottom: 1em; +} +div#serverstatussection table .name { + width: 18em; +} +div#serverstatussection table .value { + width: 6em; +} + +div#serverstatus table tbody td.descr a, +div#serverstatus table .tblFooters a { + white-space: nowrap; +} +div#serverstatus div#statuslinks a:before, +div#serverstatus div#sectionlinks a:before, +div#serverstatus table tbody td.descr a:before, +div#serverstatus table .tblFooters a:before { + /*MH content: '['; */ +} +div#serverstatus div#statuslinks a:after, +div#serverstatus div#sectionlinks a:after, +div#serverstatus table tbody td.descr a:after, +div#serverstatus table .tblFooters a:after { + /* MH content: ']'; */ +} +/* end serverstatus */ + +/* querywindow */ +body#bodyquerywindow { + margin: 0; + padding: 0; + background-image: none; + background-color: #F5F5F5; +} + +div#querywindowcontainer { + margin: 0; + padding: 0; + width: 100%; +} + +div#querywindowcontainer fieldset { + margin-top: 0; +} +/* END querywindow */ + + +/* querybox */ + +#togglequerybox{margin:0 10px} + +#serverstatus p { + + margin: 1.5em 0px; + border: 1px solid #3a86b5; + + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 25px; + + background-position: 99% 50%; + padding: 25px 10px 10px 10px + + + padding: 0.3em; + + -moz-border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; + -moz-box-shadow: 0px 1px 2px #fff inset; + -webkit-box-shadow: 0px 1px 2px #fff inset; + box-shadow:0px 1px 2px #fff; inset; + background:#9dcce8; + color:#fff; +} + +#serverstatus h3 +{ + margin:35px 0px;font-weight:normal;color:#999;font-size:1.7em; +} +#sectionlinks{ + padding:16px; + background:#f3f3f3; + border:1px solid #aaa; + border-radius:5px; + -webkit-border-radius:5px; + -moz-border-radius:5px; + + box-shadow:0px 1px 1px #fff inset; + -webkit-box-shadow:0px 1px 1px #fff inset; + -moz-box-shadow:0px 1px 1px #fff inset; + +} +#sectionlinks a, #statuslinks a{ + font-size:0.88em; + font-weight:bold; + text-shadow: 0px 1px 0px #fff; + line-height:35px; + margin-left:7px; + border: 1px solid #aaa; + padding: 5px 10px; + color: #111; + text-decoration: none; + background: #ddd; + border-radius: 20px; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + box-shadow: 1px 1px 2px rgba(0,0,0,.5); + /* + -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5); + -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); + text-shadow: #fff 0px 1px 0px; + */ + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); +} +#sectionlinks a:hover, #statuslinks a:hover{ + background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); + background: -moz-linear-gradient(top, #cccccc, #dddddd); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd'); +} + +div#sqlquerycontainer { + float: ; + width: 69%; + /* height: 15em; */ +} + +div#tablefieldscontainer { + float: ; + width: 29%; + /* height: 15em; */ +} + +div#tablefieldscontainer select { + width: 100%; + background:#fff; + /* height: 12em; */ +} + +textarea#sqlquery { + width: 100%; + /* height: 100%; */ + -moz-border-radius:4px; + -webkit-border-radius:4px; + border-raduis:4px + border:1px solid #aaa; + padding:5px; + font-family:inherit; +} +textarea#sql_query_edit{ + height:7em; + width: 95%; + display:block; +} +div#queryboxcontainer div#bookmarkoptions { + margin-top: 0.5em; +} +/* end querybox */ + +/* main page */ +#maincontainer { + /* background-image: url(getImgPath(); ?>logo_right.png); */ + /* background-position: bottom; */ + /* background-repeat: no-repeat; */ +} + +#mysqlmaininformation, +#pmamaininformation { + float: ; + width: 49%; +} + +#maincontainer ul { + list-style-type: disc; + vertical-align: middle; +} + +#maincontainer li { + margin-bottom: 0.3em; +} +/* END main page */ + + + +/* iconic view for ul items */ +li#li_create_database { + list-style-image: url(getImgPath(); ?>b_newdb.png); +} + +li#li_select_lang { + list-style-image: url(getImgPath(); ?>s_lang.png); +} + +li#li_select_mysql_collation { + list-style-image: url(getImgPath(); ?>s_asci.png); +} + +li#li_select_theme{ + list-style-image: url(getImgPath(); ?>s_theme.png); +} + +li#li_user_info{ + /* list-style-image: url(getImgPath(); ?>s_rights.png); */ +} + +li#li_mysql_status{ + list-style-image: url(getImgPath(); ?>s_status.png); +} + +li#li_mysql_variables{ + list-style-image: url(getImgPath(); ?>s_vars.png); +} + +li#li_mysql_processes{ + list-style-image: url(getImgPath(); ?>s_process.png); +} + +li#li_mysql_collations{ + list-style-image: url(getImgPath(); ?>s_asci.png); +} + +li#li_mysql_engines{ + list-style-image: url(getImgPath(); ?>b_engine.png); +} + +li#li_mysql_binlogs { + list-style-image: url(getImgPath(); ?>s_tbl.png); +} + +li#li_mysql_databases { + list-style-image: url(getImgPath(); ?>s_db.png); +} + +li#li_export { + list-style-image: url(getImgPath(); ?>b_export.png); +} + +li#li_import { + list-style-image: url(getImgPath(); ?>b_import.png); +} + +li#li_change_password { + list-style-image: url(getImgPath(); ?>s_passwd.png); +} + +li#li_log_out { + list-style-image: url(getImgPath(); ?>s_loggoff.png); +} + +li#li_mysql_privilegs{ + list-style-image: url(getImgPath(); ?>s_rights.png); +} + +li#li_switch_dbstats { + list-style-image: url(getImgPath(); ?>b_dbstatistics.png); +} + +li#li_flush_privileges { + list-style-image: url(getImgPath(); ?>s_reload.png); +} + +li#li_user_preferences { + list-style-image: url(getImgPath(); ?>b_tblops.png); +} +/* END iconic view for ul items */ + + + +#body_browse_foreigners { + background: ; + margin: 0.5em 0.5em 0 0.5em; +} + +#bodyquerywindow { + background: ; +} + +#bodythemes { + width: 500px; + margin: auto; + text-align: center; +} + +#bodythemes img { + border: 0.1em solid black; +} + +#bodythemes a:hover img { + border: 0.1em solid red; +} + +#fieldset_select_fields { + float: ; +} + +#selflink { + clear: both; + display: block; + margin-top: 1em; + margin-bottom: 1em; + background:#f3f3f3; + width: 100%; + border-top: 0.1em solid silver; + text-align: ; + + +} + +#table_innodb_bufferpool_usage, +#table_innodb_bufferpool_activity { + float: ; +} + +#div_mysql_charset_collations table { + float: ; +} + +#div_table_order { + min-width: 48%; + float: ; +} + +#div_table_rename { + min-width: 48%; + float: ; +} + +#div_table_copy, +#div_partition_maintenance, +#div_referential_integrity, +#div_table_removal, +#div_table_maintenance { + min-width: 48%; + float: ; +} + +#div_table_options { + clear: both; + min-width: 48%; + float: ; +} + +#qbe_div_table_list { + float: ; +} + +#qbe_div_sql_query { + float: ; +} + +label.desc { + width: 30em; + float: ; +} + +label.desc sup { + position: absolute; +} + +code.sql, div.sqlvalidate { + display: block; + padding: 1em; + margin-top: 0; + margin-bottom: 0; + border-top: 0; + border-bottom: 0; + max-height: 10em; + overflow: auto; + background: ; +} + +#main_pane_left { + width: 60%; + float: ; + padding-top: 1em; +} + +#main_pane_right { + margin-: 60%; + padding-top: 1em; + padding-: 1em; +} + +.group { + + border:1px solid #999; + background:#f3f3f3; + -moz-border-radius:4px; + -webkit-border-radius:4px; + border-radius:4px; + -moz-box-shadow:2px 2px 5px #ccc; + -webkit-box-shadow:2px 2px 5px #ccc; + box-shadow:3px 3px 10px #ddd; + margin-bottom: 1em; + padding-bottom: 1em; +} + +.group h2 { + background-color: #bbb; + padding: 0.1em 0.3em; + margin-top: 0; + color:#fff; + font-size:2em; + font-weight:normal; + text-shadow:0 1px 0 #777; + -moz-box-shadow: 1px 1px 15px #999 inset; + -webkit-box-shadow: 1px 1px 15px #999 inset; + box-shadow: 1px 1px 15px #999 inset; +} + +.group-cnt { + padding: 0 0 0 0.5em; + display: inline-block; + width: 98%; +} + +/* for elements that should be revealed only via js */ +.hide { + display: none; +} + +#li_select_server { + list-style-image: url(getImgPath(); ?>s_host.png); +} + +#list_server { + list-style-image: none; +} + +/** + * Progress bar styles + */ +div.upload_progress_bar_outer +{ + border: 1px solid black; + width: 202px; +} + +div.upload_progress_bar_inner +{ + background-color: ; + width: 0px; + height: 12px; + margin: 1px; +} + +table#serverconnection_src_remote, +table#serverconnection_trg_remote, +table#serverconnection_src_local, +table#serverconnection_trg_local { + float:left; +} +/** + * Validation error message styles + */ +.invalid_value +{background:#F00;} + +/** + * Ajax notification styling + */ + .ajax_notification { + top: 0px; /** The notification needs to be shown on the top of the page */ + position: fixed; + margin-top: 0; + margin-right: auto; + margin-bottom: 0; + margin-left: auto; + padding: 5px; /** Keep a little space on the sides of the text */ + min-width: 70px; + max-width: 350px; /** This value might have to be changed */ + + z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */ + text-align: center; + display: inline; + left: 0; + right: 0; + background-image: url(./themes/pmahomme/img/ajax_clock_small.gif); + background-repeat: no-repeat; + background-position: 2%; + border:1px solid #e2b709; + } + +/* MH additional styles */ +.ajax_notification{ + margin-top:200px;background:#ffe57e; + border-radius:5px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + box-shadow: 0px 5px 90px #888; + -moz-box-shadow: 0px 5px 90px #888; + -webkit-box-shadow: 0px 5px 90px #888; +} + +#loading_parent { + /** Need this parent to properly center the notification division */ + position: relative; + width: 100%; + } +/** + * Export and Import styles + */ + +.exportoptions h3, .importoptions h3 { + border-bottom: 1px #999999 solid; + font-size: 110%; +} + +.exportoptions ul, .importoptions ul, .format_specific_options ul { + list-style-type: none; + margin-bottom: 15px; +} + +.exportoptions li, .importoptions li { + margin: 7px; +} +.exportoptions label, .importoptions label, .exportoptions p, .importoptions p { + margin: 5px; + float: none; +} + +#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{ + float: left; + width: 15em; +} + +.exportoptions, .importoptions { + margin: 20px 30px 30px 10px +} + +.exportoptions #buttonGo, .importoptions #buttonGo { + font-weight:bold; + margin-left:14px; + border: 1px solid #aaa; + padding: 5px 12px; + color: #111; + text-decoration: none; + background: #ddd; + + border-radius: 12px; + -webkit-border-radius: 12px; + -moz-border-radius: 12px; + + text-shadow: 0px 1px 0px #fff; + + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); + cursor: pointer; +} +#buttonGo:hover{ + background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); + background: -moz-linear-gradient(top, #cccccc, #dddddd); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd'); +} + +.format_specific_options h3 { + margin: 10px 0px 0px 10px; + border: 0px; +} + +.format_specific_options { + border: 1px solid #999999; + margin: 7px 0px; + padding: 3px; +} + +p.desc { + margin: 5px; +} + +/** + * Export styles only + */ +select#db_select, select#table_select { + width: 400px; +} + +.export_sub_options { + margin: 20px 0px 0px 30px; +} + +.export_sub_options h4 { + border-bottom: 1px #999999 solid; +} + +.export_sub_options li.subgroup { + display: inline-block; + margin-top: 0; +} + +.export_sub_options li { + margin-bottom: 0; +} + +#quick_or_custom, #output_quick_export { + display: none; +} +/** + * Import styles only + */ + +.importoptions #import_notification { + margin: 10px 0px; + font-style: italic; +} + +input#input_import_file { + margin: 5px; +} + +.formelementrow { + margin: 5px 0px 5px 0px; +} + +/** + * ENUM/SET editor styles + */ +p.enum_notice { + margin: 5px 2px; + font-size: 80%; +} + +#enum_editor { + display: none; + position: fixed; + _position: absolute; /* hack for IE */ + z-index: 101; + overflow-y: auto; + overflow-x: hidden; +} + +#enum_editor_no_js { + margin: auto auto; +} + +#enum_editor, #enum_editor_no_js { + background: #D0DCE0; + padding: 15px; +} + +#popup_background { + display: none; + position: fixed; + _position: absolute; /* hack for IE6 */ + width: 100%; + height: 100%; + top: 0; + left: 0; + background: #000; + z-index: 100; + overflow: hidden; +} + +a.close_enum_editor { + float: right; +} + +#enum_editor #values, #enum_editor_no_js #values { + margin: 15px 0px; + width: 100%; +} + +#enum_editor #values input, #enum_editor_no_js #values input { + margin: 5px 0px; + float: top; + width: 100%; +} + +} + +#enum_editor_output { + margin-top: 50px; +} + +/** + * Table structure styles + */ +.structure_actions_dropdown { + position: absolute; + padding: 3px; + display: none; + z-index: 100; +} + +td.more_opts { + white-space: nowrap; +} + +iframe.IE_hack { + z-index: 1; + position: absolute; + display: none; + border: 0; + filter: alpha(opacity=0); +} + +/* config forms */ +.config-form ul.tabs { + margin: 1.1em 0.2em 0; + padding: 0 0 0.3em 0; + list-style: none; + font-weight: bold; +} + +.config-form ul.tabs li { + float: ; +} + +.config-form ul.tabs li a { + display: block; + margin: 0.1em 0.2em 0; + white-space: nowrap; + text-decoration: none; + border: 1px solid ; + border-bottom: none; +} + +/*MH*/ +.config-form ul.tabs li a { + padding:7px 10px; + -moz-border-radius:5px 5px 0 0; + -webkit-border-radius:5px 5px 0 0; + border-radius:5px 5px 0 0; + background:#d5d5d5; + color:#fff; +} + +.config-form ul.tabs li a:hover, +.config-form ul.tabs li a:active, +.config-form ul.tabs li a.active { + /*margin: 0;*/ + /*padding: 0.1em 0.6em 0.2em;*/ +} + +.config-form ul.tabs li a.active { + background-color: #fff; + margin-top:1px; + color:#000; +} + +.config-form fieldset { + margin-top: 0; + padding: 0; + clear: both; + /*border-color: ;*/ +} + +.config-form legend { + display: none; +} + +.config-form fieldset p { + margin: 0; + padding: 0.5em; + background: #fff; + border-top:0px; +} + +.config-form fieldset .errors { /* form error list */ + margin: 0 -2px 1em -2px; + padding: 0.5em 1.5em; + background: #FBEAD9; + border: 0 #C83838 solid; + border-width: 1px 0; + list-style: none; + font-family: sans-serif; + font-size: small; +} + +.config-form fieldset .inline_errors { /* field error list */ + margin: 0.3em 0.3em 0.3em 0; + padding: 0; + list-style: none; + color: #9A0000; + font-size: small; +} + +.config-form fieldset th { + padding: 0.3em 0.3em 0.3em 0.5em; + text-align: left; + vertical-align: top; + width: 40%; + background: transparent; +} + +.config-form fieldset .doc, .config-form fieldset .disabled-notice { + margin-left: 1em; +} + +.config-form fieldset .disabled-notice { + font-size: 80%; + text-transform: uppercase; + color: #E00; + cursor: help; +} + +.config-form fieldset td { + padding-top: 0.3em; + padding-bottom: 0.3em; + vertical-align: top; +} + +.config-form fieldset th small { + display: block; + font-weight: normal; + font-family: sans-serif; + font-size: x-small; + color: #444; +} + +.config-form fieldset th, .config-form fieldset td { + border-top: 1px solid; +} + +fieldset .group-header th { + background: ; +} + +fieldset .group-header + tr th { + padding-top: 0.6em; +} + +fieldset .group-field-1 th, fieldset .group-header-2 th { + padding-left: 1.5em; +} + +fieldset .group-field-2 th, fieldset .group-header-3 th { + padding-left: 3em; +} + +fieldset .group-field-3 th { + padding-left: 4.5em; +} + +fieldset .disabled-field th, +fieldset .disabled-field th small, +fieldset .disabled-field td { + color: #666; + background-color: #ddd; +} + +.config-form .lastrow { + border-top: 1px #000 solid; +} + +.config-form .lastrow { + background: ;; + padding: 0.5em; + text-align: center; +} + +.config-form .lastrow input { + font-weight: bold; +} + +/* form elements */ + +.config-form span.checkbox { + padding: 2px; + display: inline-block; +} + +.config-form .custom { /* customized field */ + background: #FFC; +} + +.config-form span.checkbox.custom { + padding: 1px; + border: 1px #EDEC90 solid; + background: #FFC; +} + +.config-form .field-error { + border-color: #A11 !important; +} + +.config-form input[type="text"], +.config-form select, +.config-form textarea { + border: 1px #A7A6AA solid; + height: auto; +} + +.config-form input[type="text"]:focus, +.config-form select:focus, +.config-form textarea:focus { + border: 1px #6676FF solid; + background: #F7FBFF; +} + +.config-form .field-comment-mark { + font-family: serif; + color: #007; + cursor: help; + padding: 0 0.2em; + font-weight: bold; + font-style: italic; +} + +.config-form .field-comment-warning { + color: #A00; +} + +/* error list */ +.config-form dd { + margin-left: 0.5em; +} + +.config-form dd:before { + content: "\25B8 "; +} + +.click-hide-message { + cursor: pointer; +} + +.prefsmanage_opts { + margin-: 2em; +} + +#prefs_autoload { + margin-bottom: 0.5em; +} \ No newline at end of file diff --git a/pmahomme/img/ajax_clock_small.gif b/pmahomme/img/ajax_clock_small.gif new file mode 100644 index 000000000..5b33f7e54 Binary files /dev/null and b/pmahomme/img/ajax_clock_small.gif differ diff --git a/pmahomme/img/b_chart.png b/pmahomme/img/b_chart.png new file mode 100644 index 000000000..9051fbc60 Binary files /dev/null and b/pmahomme/img/b_chart.png differ diff --git a/pmahomme/img/b_drop.png b/pmahomme/img/b_drop.png index 0cfd58596..08f249365 100644 Binary files a/pmahomme/img/b_drop.png and b/pmahomme/img/b_drop.png differ diff --git a/pmahomme/img/b_ftext.png b/pmahomme/img/b_ftext.png index 9247c3104..795b6caab 100644 Binary files a/pmahomme/img/b_ftext.png and b/pmahomme/img/b_ftext.png differ diff --git a/pmahomme/img/b_help.png b/pmahomme/img/b_help.png index 82a55ce37..54c4552b1 100644 Binary files a/pmahomme/img/b_help.png and b/pmahomme/img/b_help.png differ diff --git a/pmahomme/img/b_index.png b/pmahomme/img/b_index.png index 8f7373cbd..612612b5e 100644 Binary files a/pmahomme/img/b_index.png and b/pmahomme/img/b_index.png differ diff --git a/pmahomme/img/b_more.png b/pmahomme/img/b_more.png new file mode 100644 index 000000000..4a12e8cda Binary files /dev/null and b/pmahomme/img/b_more.png differ diff --git a/pmahomme/img/b_sbrowse.png b/pmahomme/img/b_sbrowse.png index 4dc16720c..abcd93689 100644 Binary files a/pmahomme/img/b_sbrowse.png and b/pmahomme/img/b_sbrowse.png differ diff --git a/pmahomme/img/b_snewtbl.png b/pmahomme/img/b_snewtbl.png new file mode 100644 index 000000000..6332fefea Binary files /dev/null and b/pmahomme/img/b_snewtbl.png differ diff --git a/pmahomme/img/b_unique.png b/pmahomme/img/b_unique.png index b949f4b33..75deed888 100644 Binary files a/pmahomme/img/b_unique.png and b/pmahomme/img/b_unique.png differ diff --git a/pmahomme/img/database_list_li_hover.png b/pmahomme/img/database_list_li_hover.png new file mode 100644 index 000000000..6b98f80c3 Binary files /dev/null and b/pmahomme/img/database_list_li_hover.png differ diff --git a/pmahomme/img/docs_menu_bg.png b/pmahomme/img/docs_menu_bg.png new file mode 100644 index 000000000..8fe0d9746 Binary files /dev/null and b/pmahomme/img/docs_menu_bg.png differ diff --git a/pmahomme/img/error.ico b/pmahomme/img/error.ico index 41d26d638..0b6a8a997 100644 Binary files a/pmahomme/img/error.ico and b/pmahomme/img/error.ico differ diff --git a/pmahomme/img/eye.png b/pmahomme/img/eye.png new file mode 100644 index 000000000..564a1a971 Binary files /dev/null and b/pmahomme/img/eye.png differ diff --git a/pmahomme/img/eye_grey.png b/pmahomme/img/eye_grey.png new file mode 100644 index 000000000..a29cfdaad Binary files /dev/null and b/pmahomme/img/eye_grey.png differ diff --git a/pmahomme/img/logo_left - Copy.png b/pmahomme/img/logo_left - Copy.png new file mode 100644 index 000000000..44da9f28d Binary files /dev/null and b/pmahomme/img/logo_left - Copy.png differ diff --git a/pmahomme/img/logo_left.png b/pmahomme/img/logo_left.png index 7c6455909..8615d19d8 100644 Binary files a/pmahomme/img/logo_left.png and b/pmahomme/img/logo_left.png differ diff --git a/pmahomme/img/marked_bg.png b/pmahomme/img/marked_bg.png new file mode 100644 index 000000000..29ca62d34 Binary files /dev/null and b/pmahomme/img/marked_bg.png differ diff --git a/pmahomme/img/more.png b/pmahomme/img/more.png new file mode 100644 index 000000000..e83694b3b Binary files /dev/null and b/pmahomme/img/more.png differ diff --git a/pmahomme/img/new_data.jpg b/pmahomme/img/new_data.jpg new file mode 100644 index 000000000..08d30d34a Binary files /dev/null and b/pmahomme/img/new_data.jpg differ diff --git a/pmahomme/img/new_data_hovered.jpg b/pmahomme/img/new_data_hovered.jpg new file mode 100644 index 000000000..c385872ad Binary files /dev/null and b/pmahomme/img/new_data_hovered.jpg differ diff --git a/pmahomme/img/new_data_selected.jpg b/pmahomme/img/new_data_selected.jpg new file mode 100644 index 000000000..caabf6767 Binary files /dev/null and b/pmahomme/img/new_data_selected.jpg differ diff --git a/pmahomme/img/new_data_selected_hovered.jpg b/pmahomme/img/new_data_selected_hovered.jpg new file mode 100644 index 000000000..a34ba2194 Binary files /dev/null and b/pmahomme/img/new_data_selected_hovered.jpg differ diff --git a/pmahomme/img/new_struct.jpg b/pmahomme/img/new_struct.jpg new file mode 100644 index 000000000..283a5e969 Binary files /dev/null and b/pmahomme/img/new_struct.jpg differ diff --git a/pmahomme/img/new_struct_hovered.jpg b/pmahomme/img/new_struct_hovered.jpg new file mode 100644 index 000000000..7a7c70442 Binary files /dev/null and b/pmahomme/img/new_struct_hovered.jpg differ diff --git a/pmahomme/img/new_struct_selected.jpg b/pmahomme/img/new_struct_selected.jpg new file mode 100644 index 000000000..16b2b8cb3 Binary files /dev/null and b/pmahomme/img/new_struct_selected.jpg differ diff --git a/pmahomme/img/new_struct_selected_hovered.jpg b/pmahomme/img/new_struct_selected_hovered.jpg new file mode 100644 index 000000000..77a53715d Binary files /dev/null and b/pmahomme/img/new_struct_selected_hovered.jpg differ diff --git a/pmahomme/img/s_replication.png b/pmahomme/img/s_replication.png new file mode 100644 index 000000000..fec947990 Binary files /dev/null and b/pmahomme/img/s_replication.png differ diff --git a/pmahomme/img/s_sync.png b/pmahomme/img/s_sync.png new file mode 100644 index 000000000..49618bed2 Binary files /dev/null and b/pmahomme/img/s_sync.png differ diff --git a/pmahomme/img/tab_hover_bg.png b/pmahomme/img/tab_hover_bg.png new file mode 100644 index 000000000..8b3f08824 Binary files /dev/null and b/pmahomme/img/tab_hover_bg.png differ diff --git a/pmahomme/img/tab_warning_bg.png b/pmahomme/img/tab_warning_bg.png new file mode 100644 index 000000000..4a2e96252 Binary files /dev/null and b/pmahomme/img/tab_warning_bg.png differ diff --git a/pmahomme/img/tabactive_bg - Copy.png b/pmahomme/img/tabactive_bg - Copy.png new file mode 100644 index 000000000..9c03dbfd7 Binary files /dev/null and b/pmahomme/img/tabactive_bg - Copy.png differ diff --git a/pmahomme/img/tabactive_bg.png b/pmahomme/img/tabactive_bg.png new file mode 100644 index 000000000..b214971ca Binary files /dev/null and b/pmahomme/img/tabactive_bg.png differ diff --git a/pmahomme/info.inc.php b/pmahomme/info.inc.php index ae9d6d53a..50ee9a31d 100644 --- a/pmahomme/info.inc.php +++ b/pmahomme/info.inc.php @@ -1,10 +1,15 @@ - + \ No newline at end of file diff --git a/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100644 index 000000000..5b5dab2ab Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100644 index 000000000..ac8b229af Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 000000000..ad3d6346e Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 000000000..42ccba269 Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png b/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 000000000..5a46b47cb Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 000000000..86c2baa65 Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 000000000..4443fdc1a Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 000000000..7c9fa6c6e Binary files /dev/null and b/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/pmahomme/jquery/images/ui-icons_222222_256x240.png b/pmahomme/jquery/images/ui-icons_222222_256x240.png new file mode 100644 index 000000000..b273ff111 Binary files /dev/null and b/pmahomme/jquery/images/ui-icons_222222_256x240.png differ diff --git a/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png b/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 000000000..09d1cdc85 Binary files /dev/null and b/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png differ diff --git a/pmahomme/jquery/images/ui-icons_454545_256x240.png b/pmahomme/jquery/images/ui-icons_454545_256x240.png new file mode 100644 index 000000000..59bd45b90 Binary files /dev/null and b/pmahomme/jquery/images/ui-icons_454545_256x240.png differ diff --git a/pmahomme/jquery/images/ui-icons_888888_256x240.png b/pmahomme/jquery/images/ui-icons_888888_256x240.png new file mode 100644 index 000000000..6d02426c1 Binary files /dev/null and b/pmahomme/jquery/images/ui-icons_888888_256x240.png differ diff --git a/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png b/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 000000000..2ab019b73 Binary files /dev/null and b/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png differ diff --git a/pmahomme/jquery/jquery-ui-1.8.custom.css b/pmahomme/jquery/jquery-ui-1.8.custom.css new file mode 100644 index 000000000..a5e31ab44 --- /dev/null +++ b/pmahomme/jquery/jquery-ui-1.8.custom.css @@ -0,0 +1,480 @@ +/* +* jQuery UI CSS Framework +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. +*/ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* +* jQuery UI CSS Framework +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. +* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px +*/ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } +.ui-widget-content a { color: #222222; } +.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } +.ui-widget-header a { color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } +.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; } +.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable +----------------------------------*/ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion +----------------------------------*/ +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete +----------------------------------*/ +.ui-autocomplete { position: absolute; cursor: default; } +.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* Menu +----------------------------------*/ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + margin: -1px; +} +/* Button +----------------------------------*/ + +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ + + + + + +/* Dialog +----------------------------------*/ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +/* Slider +----------------------------------*/ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs +----------------------------------*/ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* Datepicker +----------------------------------*/ +.ui-datepicker { width: 17em; padding: .2em .2em 0; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* Progressbar +----------------------------------*/ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file diff --git a/pmahomme/layout.inc.php b/pmahomme/layout.inc.php index 34bb01257..604982aeb 100644 --- a/pmahomme/layout.inc.php +++ b/pmahomme/layout.inc.php @@ -4,7 +4,6 @@ * configures general layout * for detailed layout configuration please refer to the css files * - * @version $Id: layout.inc.php 10515 2007-07-22 16:22:54Z lem9 $ * @package phpMyAdmin-theme * @subpackage Original */ @@ -19,12 +18,12 @@ $GLOBALS['cfg']['NaviWidth'] = 200; $GLOBALS['cfg']['NaviColor'] = '#000000'; // background for the navi frame -$GLOBALS['cfg']['NaviBackground'] = '#f3f3f3'; +$GLOBALS['cfg']['NaviBackground'] = '#D0DCE0'; // foreground (text) color of the pointer in navi frame $GLOBALS['cfg']['NaviPointerColor'] = '#000000'; // background of the pointer in navi frame -$GLOBALS['cfg']['NaviPointerBackground'] = '#ddd'; +$GLOBALS['cfg']['NaviPointerBackground'] = '#9999CC'; // text color of the selected database name (when showing the table list) $GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF'; @@ -32,10 +31,10 @@ $GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF'; * main frame */ // foreground (text) color for the main frame -$GLOBALS['cfg']['MainColor'] = '#555'; +$GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame -$GLOBALS['cfg']['MainBackground'] = '#fff'; +$GLOBALS['cfg']['MainBackground'] = '#F5F5F5'; //$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; // foreground (text) color of the pointer in browse mode @@ -58,7 +57,7 @@ $GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; * if not set the browser default will be used * (depending on browser, DTD and system settings) */ -$GLOBALS['cfg']['FontFamily'] = 'tahoma,arial'; +$GLOBALS['cfg']['FontFamily'] = 'sans-serif'; /** * fixed width font family, used in textarea */ @@ -70,13 +69,13 @@ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; // border $GLOBALS['cfg']['Border'] = 0; // table header and footer color -$GLOBALS['cfg']['ThBackground'] = '#ddd'; +$GLOBALS['cfg']['ThBackground'] = '#D3DCE3'; // table header and footer background $GLOBALS['cfg']['ThColor'] = '#000000'; // table data row background -$GLOBALS['cfg']['BgOne'] = '#f3f3f3'; +$GLOBALS['cfg']['BgOne'] = '#E5E5E5'; // table data row background, alternate -$GLOBALS['cfg']['BgTwo'] = '#fff'; +$GLOBALS['cfg']['BgTwo'] = '#D5D5D5'; /** * query window diff --git a/pmahomme/screen.png b/pmahomme/screen.png index 468394c6d..17a1f7944 100644 Binary files a/pmahomme/screen.png and b/pmahomme/screen.png differ