diff --git a/emphasis/css/theme_left.css.php b/emphasis/css/theme_left.css.php new file mode 100644 index 0000000000..d2d75b34b6 --- /dev/null +++ b/emphasis/css/theme_left.css.php @@ -0,0 +1,280 @@ + +/******************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; +} + +input, +select, +textarea { + font-size: 1em; + border-radius: 0.3em; +} + +body { + + font-family: ; + + background: url('getImgPath(); ?>background.png') 0% 0% repeat-x; + color: ; + margin: 0; + padding: 0.2em 0.2em 0.2em 0.2em; +} + +a img { + border: 0; +} + +a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; +} +a:hover { + text-decoration: none; +} + +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: ; + font-size: 11pt; + margin-left: 10px; +} + +/******************************************************************************/ +/* specific elements */ + +div#pmalogo { + padding: .3em; +} + +div#pmalogo, +div#leftframelinks, +div#databaseList { + text-align: center; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +ul#databaseList { + margin-bottom: 0.5em; + margin-left; 5px; + padding-bottom: 0.5em; + padding-left: 1.5em; +} + +ul#databaseList li { + list-style-image: url(getImgPath(); ?>b_db.png); +} + + +ul#databaseList a { + display: block; +} + +div#databaseList form select, +div#navidbpageselector form select { + background-color: ; + border: 1px solid #909090; + color: ; + margin-top: 5px; + padding-left: 5px; + font-size: 0.9em; +} + +div#navidbpageselector a, +ul#databaseList a { + color: #909090; +} + +div#navidbpageselector a:hover, +ul#databaseList a:hover { + background: ; + color: ; +} + +ul#databaseList a:hover { + color: ; +} + +ul#databaseList ul { +} + +ul#databaseList li.selected a { + background: ; + color: ; +} + +div#leftframelinks .icon { + padding: 0; + margin: 0; +} + +div#leftframelinks a img.icon { + margin: 0; + padding: 0.2em; + border-width: 0px; +} + +div#leftframelinks a:hover img { + background: ; + color: ; +} + +/* serverlist */ +#body_leftFrame #list_server { + list-style-image: url(getImgPath(); ?>s_host.png); + list-style-position: inside; + list-style-type: none; + margin: 0; + padding: 0; +} + +#body_leftFrame #list_server li { + margin: 0; + padding: 0; + font-size: 80%; +} + +div#left_tableList ul { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; + font-size: 80%; +} + +div#left_tableList ul ul { + font-size: 100%; +} + +div#left_tableList a { + color: #909090; + text-decoration: none; +} + +div#left_tableList a:hover { + color: ; +} + +div#left_tableList li { + margin: 0; + padding: 0; + white-space: nowrap; +} + + +/* 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-left: 5px; + padding-left: 0.1em; + border-left: 1px solid #909090; + padding-bottom: 1px; + border-bottom: 1px solid #909090; + font-size: 100%; +} + +/* for the servers list in navi panel */ +#serverinfo .item { + white-space: nowrap; + color: ; +} +#serverinfo a:hover { + background: ; + color: ; +} + +#NavFilter { + display: none; +} + +#clear_fast_filter { + background: white; + color: black; + cursor: pointer; + padding: 0; + margin: 3px 5px 0 -23px; + position: relative; + float: right; + font-weight: bold; +} + +#clear_fast_filter:hover { + color: #903050; +} + +#fast_filter { + width: 100%; + padding: 2px 0px; + margin: 0; + border: 0; +} + +#newtable li a{ +} diff --git a/emphasis/css/theme_print.css.php b/emphasis/css/theme_print.css.php new file mode 100644 index 0000000000..49a0d23639 --- /dev/null +++ b/emphasis/css/theme_print.css.php @@ -0,0 +1,38 @@ + +/* For printview */ +body, table, th, td { + color: #000000; + background-color: #ffffff; +} + +img { + border: 0; +} + +table, th, td { + border-width: 0.1em; + border-color: #000000; + border-style: solid; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th, td { + padding: 0.2em; +} + +th { + font-weight: bold; + background-color: #e5e5e5; +} diff --git a/emphasis/css/theme_right.css.php b/emphasis/css/theme_right.css.php new file mode 100644 index 0000000000..9590d66958 --- /dev/null +++ b/emphasis/css/theme_right.css.php @@ -0,0 +1,1912 @@ + +/*****************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : ( + isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>; +} + +body { + + font-family: ; + + background: url('getImgPath(); ?>background.png') 0% 0% repeat-x; + color: ; + margin: 0.5em; + padding: 0; +} + + +textarea, tt, pre, code { + font-family: ; +} + + +textarea { + overflow: visible; + height: em; +} + +select, +option, +input, +textarea { + font-size: 1em; + border: 1px solid ; + border-radius: 0.3em; + -moz-border-radius: 0.3em; + color: #082E58; + background-color: #FFF; +} + +img, +input, +select, +button { + vertical-align: middle; +} + +label { + color: #FFF; +} + +h1 { + font-size: 140%; + font-weight: bold; +} + +h2 { + font-size: 120%; + font-weight: bold; +} + +h3 { + font-weight: bold; +} + +a:link, +a:visited, +a:active { + text-decoration: none; + color: #909090; + cursor: pointer; +} + +a:hover { + text-decoration: none; + color: #FFFFFF; +} + +a img { + border: 0; +} + +dfn { + font-style: normal; +} + +dfn:hover { + font-style: normal; + cursor: help; +} + +hr { + color: ; + background-color: ; + border: 0; + height: 1px; +} + +form { + padding: 0; + margin: 0; + display: inline; +} + +fieldset { + margin-top: 1em; + border: 1px solid ; + padding: 0.5em; + background: #183E68; +} + +fieldset fieldset { + margin: 0.8em; +} + +fieldset legend { + font-weight: bold; + color: #FFFFFF; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */ +button { + display: inline; +} + +table { + border-collapse: collapse; + margin: 2px; +} + +th { + font-weight: bold; + color: ; + background: ; +} + +table.data a { + color: ; +} + +table caption, +table th, +table td { + padding: 0.1em 0.5em 0.1em 0.5em; + margin: 0.1em 0; + vertical-align: top; + border: 1px solid ; +} + +table.data thead a:hover { + color: #FFF; +} + +table.data tbody a:hover { + color: #000; +} + +table#tableprocesslist, +table#tablestructure, +table#tablespecificuserrights { + margin-top: 10px; +} + +table.formlayout { + color: #FFF; +} + +/******************************************************************************/ +/* classes */ +div.tools { + border: 1px solid #000000; + padding: 0.2em; +} + +div.tools, +fieldset.tblFooters { + margin-top: 0; + margin-bottom: 0.5em; + /* avoid a thick line since this should be used under another fieldset */ + border: 1px solid ; + text-align: ; + float: none; + clear: both; + background-color: ; + color: #082E58; +} + +fieldset.tblFooters input, +th.tblFooters input { + border: 1px solid #082E58; +} + +fieldset .formelement { + float: ; + margin-right: 0.5em; + /* IE */ + white-space: nowrap; +} + +/* revert for Gecko */ +fieldset div[class=formelement] { + white-space: normal; +} + +button.mult_submit { + border: none; + background-color: transparent; + color: #909090; + cursor: pointer; +} + +button.mult_submit:hover { + color: #FFF; +} + +/* odd items 1,3,5,7,... */ +table tr.odd th, +.odd { + background: ; + color: #082e58; +} + +/* even items 2,4,6,8,... */ +table tr.even th, +.even { + background: ; + color: #082e58; +} + +/* odd table rows 1,3,5,7,... */ +table tr.odd th, +table tr.odd, +table tr.even th, +table tr.even { + text-align: ; +} + +.odd label, +.odd a, +.even label, +.even a { + color: #082E58; +} + +.odd a:hover, +.even a:hover { + color: #486E98; +} + + + +/* marked table rows */ +td.marked, +table tr.marked th, +table tr.marked { + background: ; + color: ; +} + + + +/* hovered items */ +.odd:hover, +.even:hover, +.hover, +.structure_actions_dropdown { + 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 { + font-size: 95%; +} + +.syntax a { + text-decoration: none; + border-bottom: px dotted black; +} + +.syntax_comment { + padding-left: 4pt; + padding-right: 4pt; +} + +.syntax_alpha_columnType, +.syntax_alpha_columnAttrib, +.syntax_alpha_functionName { + text-transform: uppercase; +} + +.syntax_alpha_reservedWord { + text-transform: uppercase; + font-weight: bold; +} + +.syntax_quote { + white-space: pre; +} + +/* leave some space between icons and text */ +.icon, img.footnotemarker { + vertical-align: middle; + 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.3em 0 0 0; + border: 2px solid; + + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 0.1em 0.1em 0.1em 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.3em; + +} + +div.notice a:hover { + color: #082E58; +} + +.success { + color: #000000; + background-color: #f0fff0; +} +h1.success, +div.success { + border-color: #409064; + + background-image: url(getImgPath(); ?>s_success.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; + + +} +.success h1 { + border-color: #00FF00; +} + +.notice, .footnotes { + color: #000000; + background-color: #FFFFDD; +} +h1.notice, +div.notice, +div.footnotes { + border-color: #FFD700; + + background-image: url(getImgPath(); ?>s_notice.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; + + +} +.notice h1 { + border-color: #FFD700; +} + +.warning { + color: #903050; + background-color: #FFE0F0; +} +p.warning, +h1.warning, +div.warning { + border-color: #903050; + + background-image: url(getImgPath(); ?>s_warn.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; + + +} +.warning h1 { + border-color: #cc0000; +} + +.error { + background-color: /#903050; + color: #FFE0F0; +} + +h1.error, +div.error { + border-color: #904064; + + background-image: url(getImgPath(); ?>s_error.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; + + +} +div.error h1 { + border-color: #904064; +} + +.confirmation { + background-color: #FFFFCC; +} +fieldset.confirmation { + border: 0.1em solid #904064; +} +fieldset.confirmation legend { + border-left: 0.1em solid #904064; + border-right: 0.1em solid #904064; + 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: ; +} + +.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: #082E58; +} + +.tblHeaders a:hover, +div.tools a:hover, +.tblFooters a:hover { + color: #903050; +} + +/* forbidden, no privilegs */ +.noPrivileges { + color: #903050; + 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 */ +ul#topmenu, +ul.tabs { + font-weight: bold; + list-style-type: none; + margin: 0; + padding: 0; +} + +ul#topmenu2 { + font-weight: bold; + list-style-type: none; + padding: 0; + margin: 0.25em 0 0; + height: 2em; + clear: both; +} + +ul#topmenu li, +ul#topmenu2 li { + float: ; + margin: 0; + padding: 0; + vertical-align: middle; +} + +#topmenu img, +#topmenu2 img { + vertical-align: middle; + margin-right: 0.1em; +} + +/* default tab styles */ +ul#topmenu a, +ul#topmenu span { + display: block; + margin: 2px 2px 0; + padding: 2px; + white-space: nowrap; + color: #204670; +} + +ul#topmenu ul a { + margin: 2px; + padding-bottom: 2px; +} + +ul#topmenu .submenu { + position: relative; + display: none; +} +ul#topmenu .shown { + display: block; +} + +ul#topmenu ul { + margin: 0; + padding: 0; + position: absolute; + right: 0; + list-style-type: none; + display: none; +} + +ul#topmenu li:hover ul, +ul#topmenu .submenuhover ul { + display: block; +} + +ul#topmenu ul li { + width: 100%; +} + +ul#topmenu2 a { + display: block; + margin: 0.1em; + padding: 0.2em; + white-space: nowrap; + border-width: 1pt 1pt 0 1pt; + -moz-border-radius: 0.4em; + border-radius: 0.4em;*/ +} + +/* 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: #903050; +} +ul#topmenu a.tabcaution:hover { + color: #FFFFFF; + background-color: #904064; +} + +fieldset.caution li { + list-style-type: none; +} + +fieldset.caution a { + color: #903050; +} +fieldset.caution a:hover { + color: #ffffff; + background-color: #903050; +} + + +/* active tab */ +ul#topmenu a.tabactive, +ul#topmenu2 a.tabactive { + color: #905070; +} + +ul#topmenu a { + color: #909090; +} + +ul#topmenu a:hover, +ul#topmenu2 a:hover { + color: #FFF; +} + +ul#topmenu ul { + background: #183e68; +} + +#topmenu { + margin-top: 0.5em; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +/* default tab styles */ +ul#topmenu a, +ul#topmenu span { + background-color: ; + border-width: 1pt 1pt 0 1pt; + -moz-border-radius: 0.4em 0.4em 0 0; + border-radius: 0.4em 0.4em 0 0; +} + +ul#topmenu ul a { + border: 1px solid #082E58; + -moz-border-radius: 0.4em; + border-radius: 0.4em; +} + +/* enabled hover/active tabs */ +ul#topmenu a.tab:hover { + color: #FFFFFF; +} + +ul#topmenu .tabactive { + color: #903050; +} + +/*vkk*/ +ul#topmenu2 a { + background-color: ; + border-width: 1pt 1pt 0 1pt; + -moz-border-radius: 0.4em; + border-radius: 0.4em; +} + +ul#topmenu2 a.tabactive { + color: #905070; + -moz-border-radius: 0.3em; + border-radius: 0.3em; + text-decoration: none; +} + +ul#topmenu2 a.tab:hover, +ul#topmenu2 a.tabactive:hover { + color: #FFF; +} + +/* 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-left: 0.5em; +} + +div#tablestatistics table caption { + margin-left: 0.5em; +} +/* END table stats */ + +/* server privileges */ +table#tableuserrights { + margin-top: 10px; +} + +#tableuserrights td, +#tablespecificuserrights td, +#tabledatabases td { + vertical-align: middle; +} + +#tabledatabases thead tr th a { + color: #204670; +} + +#tabledatabases thead a:hover { + color: #FFFFFF; +} + +#tabledatabases tbody a { + color: #000000; +} + +/* END server privileges */ + +/* Heading */ +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; + color: #909090; +} + +#serverinfo .item:hover { + color: #FFFFFF; +} + +#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 { + padding-bottom: 0.3em; + margin-bottom: 0.3em; +} + +#fieldset_add_user_login label { + float: ; + display: block; + width: 10em; + max-width: 100%; + text-align: ; + padding-right: 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-right: 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: ; + margin-bottom: 5px; +} + +#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: ; +} + +div#querywindowcontainer { + margin: 0; + padding: 0; + width: 100%; +} + +div#querywindowcontainer fieldset { + margin-top: 0; +} +/* END querywindow */ + +/* querybox */ + +div#sqlquerycontainer { + float: ; +} + +div#tablefieldscontainer { + float: ; + width: 29%; +} + +div#tablefieldscontainer select { + width: 100%; +} + +textarea#sqlquery { + width: 100%; +} +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; + padding: 8px 2px; +} + +#maincontainer h2 { + color: #204670; +} + +#maincontainer a { + color: #909090; +} + +#maincontainer a:hover { + color: #FFFFFF; +} + +#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_mysql_privilegs, +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_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; + padding-top: 5px; + width: 100%; + border-top: 0.1em solid silver; + text-align: ; +} + +#selflink a{ + color: #909090; +} + +#selflink a:hover { + color: #FFFFFF; +} + +#table_innodb_bufferpool_usage, +#table_innodb_bufferpool_activity, +#div_mysql_charset_collations table, +#qbe_div_table_list, +#qbe_div_sql_query { + float: ; +} + +#div_table_order, +#div_table_rename, +#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: ; +} + +label.desc { + width: 30em; + float: ; +} + +label.desc sup { + position: absolute; +} + +code.sql, +div.sqlvalidate { + display: block; + padding: 0.3em; + margin-top: 0; + margin-bottom: 0; + border-width: 0; + max-height: 10em; + overflow: auto; + background: ; +} + +#main_pane_left { + width: 50%; + float: ; +} + +#main_pane_right { + margin-left: 50%; + margin-right: 1px; + margin-bottom: 4px; + padding: 0; + padding-left: 1em; +} + +.group { + border-left: 1px solid ; + border-top: 1px solid ; + border-top-left-radius: 0.4em; + -moz-border-radius-topleft: 0.4em; + margin: 0 0 10px 0; +} + +.group h2 { + background-color: ; + padding: 0.1em 0.3em; + margin-top: 0; +} + +.group-cnt { + padding: 0 0 0 0.5em; + display: inline-block; + width: 98%; +} + +textarea#partitiondefinition { + height: 3em; +} + +/* for elements that should be revealed only via js */ +.hide { + display: none; +} + +#li_select_server { + list-style-image: url(getImgPath(); ?>s_host.png); + padding-bottom: 0.3em; + border-bottom: 0.3em solid ; + margin-bottom: 0.3em; +} + +#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: 3px 5px; /** Keep a little space on the sides of the text */ + min-width: 70px; + max-width: 350px; /** This value might have to be changed */ + background-color: #FFFFDD; + border: 1px solid #FFD700; + color: #000; + 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: block; + left: 0; + right: 0; + background-image: url(getImgPath(); ?>ajax_clock_small.gif); + background-repeat: no-repeat; + background-position: 2%; +} + +#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 { + padding: 5px 30px; + -moz-border-radius: 11px; + -webkit-border-radius: 11px; + border-radius: 11px; + 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'); + border: 1px solid #444444; + cursor: pointer; +} + +.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; + verflow: 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; +} + +.structure_actions_dropdown a { + display: block; +} + +td.more_opts { + display: none; + 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; + padding: 0.1em 0.4em; + white-space: nowrap; + text-decoration: none; + border: 1px solid ; + border-bottom: none; + background-color: ; + -moz-border-radius: 0.4em 0.4em 0 0; + border-radius: 0.4em 0.4em 0 0; +} + +.config-form ul.tabs li a:hover, +.config-form ul.tabs li a.active { + color: #905070; +} + +.config-form ul.tabs li a:hover { + color: #FFF; +} + +.config-form fieldset { + margin-top: 0; + padding: 0; + clear: both; +} + +.config-form legend { + display: none; +} + +.config-form fieldset p { + margin: 0; + padding: 0.5em; +} + +.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: #909090; +} + +.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 span.checkbox.custom { + padding: 1px; +} + +.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-left: 2em; +} + +#prefs_autoload { + margin-bottom: 0.5em; +} + +#togglequerybox { + font-weight: bold; + color: #909090; + cursor: pointer; +} + +#togglequerybox:hover, +div.formelement + { + color: #FFF; +} + +#initials_table { + color: #082E58; +} diff --git a/emphasis/img/ajax_clock_small.gif b/emphasis/img/ajax_clock_small.gif new file mode 100644 index 0000000000..5b33f7e54f Binary files /dev/null and b/emphasis/img/ajax_clock_small.gif differ diff --git a/emphasis/img/arrow_ltr.png b/emphasis/img/arrow_ltr.png new file mode 100644 index 0000000000..45d9091485 Binary files /dev/null and b/emphasis/img/arrow_ltr.png differ diff --git a/emphasis/img/arrow_rtl.png b/emphasis/img/arrow_rtl.png new file mode 100644 index 0000000000..eafb132690 Binary files /dev/null and b/emphasis/img/arrow_rtl.png differ diff --git a/emphasis/img/asc_order.png b/emphasis/img/asc_order.png new file mode 100644 index 0000000000..59cb2cb65c Binary files /dev/null and b/emphasis/img/asc_order.png differ diff --git a/emphasis/img/b_bookmark.png b/emphasis/img/b_bookmark.png new file mode 100644 index 0000000000..5fa332089e Binary files /dev/null and b/emphasis/img/b_bookmark.png differ diff --git a/emphasis/img/b_browse.png b/emphasis/img/b_browse.png new file mode 100644 index 0000000000..744cfcd68c Binary files /dev/null and b/emphasis/img/b_browse.png differ diff --git a/emphasis/img/b_calendar.png b/emphasis/img/b_calendar.png new file mode 100644 index 0000000000..90829a353c Binary files /dev/null and b/emphasis/img/b_calendar.png differ diff --git a/emphasis/img/b_chart.png b/emphasis/img/b_chart.png new file mode 100644 index 0000000000..388ec30065 Binary files /dev/null and b/emphasis/img/b_chart.png differ diff --git a/emphasis/img/b_comment.png b/emphasis/img/b_comment.png new file mode 100644 index 0000000000..6f6da0c83c Binary files /dev/null and b/emphasis/img/b_comment.png differ diff --git a/emphasis/img/b_db.png b/emphasis/img/b_db.png new file mode 100644 index 0000000000..1b6cfdc14c Binary files /dev/null and b/emphasis/img/b_db.png differ diff --git a/emphasis/img/b_dbstatistics.png b/emphasis/img/b_dbstatistics.png new file mode 100644 index 0000000000..b04e813b0f Binary files /dev/null and b/emphasis/img/b_dbstatistics.png differ diff --git a/emphasis/img/b_deltbl.png b/emphasis/img/b_deltbl.png new file mode 100644 index 0000000000..1c450fad6f Binary files /dev/null and b/emphasis/img/b_deltbl.png differ diff --git a/emphasis/img/b_docs.png b/emphasis/img/b_docs.png new file mode 100644 index 0000000000..4654c06fbc Binary files /dev/null and b/emphasis/img/b_docs.png differ diff --git a/emphasis/img/b_docsql.png b/emphasis/img/b_docsql.png new file mode 100644 index 0000000000..badb78d1cb Binary files /dev/null and b/emphasis/img/b_docsql.png differ diff --git a/emphasis/img/b_drop.png b/emphasis/img/b_drop.png new file mode 100644 index 0000000000..6fc4d3b203 Binary files /dev/null and b/emphasis/img/b_drop.png differ diff --git a/emphasis/img/b_edit.png b/emphasis/img/b_edit.png new file mode 100644 index 0000000000..05711a0948 Binary files /dev/null and b/emphasis/img/b_edit.png differ diff --git a/emphasis/img/b_empty.png b/emphasis/img/b_empty.png new file mode 100644 index 0000000000..b4c30f9515 Binary files /dev/null and b/emphasis/img/b_empty.png differ diff --git a/emphasis/img/b_engine.png b/emphasis/img/b_engine.png new file mode 100644 index 0000000000..d47891835f Binary files /dev/null and b/emphasis/img/b_engine.png differ diff --git a/emphasis/img/b_export.png b/emphasis/img/b_export.png new file mode 100644 index 0000000000..03c1369961 Binary files /dev/null and b/emphasis/img/b_export.png differ diff --git a/emphasis/img/b_firstpage.png b/emphasis/img/b_firstpage.png new file mode 100644 index 0000000000..c9cab6172a Binary files /dev/null and b/emphasis/img/b_firstpage.png differ diff --git a/emphasis/img/b_ftext.png b/emphasis/img/b_ftext.png new file mode 100644 index 0000000000..9247c31041 Binary files /dev/null and b/emphasis/img/b_ftext.png differ diff --git a/emphasis/img/b_help.png b/emphasis/img/b_help.png new file mode 100644 index 0000000000..82a55ce372 Binary files /dev/null and b/emphasis/img/b_help.png differ diff --git a/emphasis/img/b_home.png b/emphasis/img/b_home.png new file mode 100644 index 0000000000..74e711b91e Binary files /dev/null and b/emphasis/img/b_home.png differ diff --git a/emphasis/img/b_import.png b/emphasis/img/b_import.png new file mode 100644 index 0000000000..6f8c8611f7 Binary files /dev/null and b/emphasis/img/b_import.png differ diff --git a/emphasis/img/b_index.png b/emphasis/img/b_index.png new file mode 100644 index 0000000000..8f7373cbd4 Binary files /dev/null and b/emphasis/img/b_index.png differ diff --git a/emphasis/img/b_info.png b/emphasis/img/b_info.png new file mode 100644 index 0000000000..09be193820 Binary files /dev/null and b/emphasis/img/b_info.png differ diff --git a/emphasis/img/b_inline_edit.png b/emphasis/img/b_inline_edit.png new file mode 100644 index 0000000000..98977eb054 Binary files /dev/null and b/emphasis/img/b_inline_edit.png differ diff --git a/emphasis/img/b_insrow.png b/emphasis/img/b_insrow.png new file mode 100644 index 0000000000..3913b4a652 Binary files /dev/null and b/emphasis/img/b_insrow.png differ diff --git a/emphasis/img/b_lastpage.png b/emphasis/img/b_lastpage.png new file mode 100644 index 0000000000..4b364d107e Binary files /dev/null and b/emphasis/img/b_lastpage.png differ diff --git a/emphasis/img/b_minus.png b/emphasis/img/b_minus.png new file mode 100644 index 0000000000..bd87ad5860 Binary files /dev/null and b/emphasis/img/b_minus.png differ diff --git a/emphasis/img/b_more.png b/emphasis/img/b_more.png new file mode 100644 index 0000000000..24554903b3 Binary files /dev/null and b/emphasis/img/b_more.png differ diff --git a/emphasis/img/b_newdb.png b/emphasis/img/b_newdb.png new file mode 100644 index 0000000000..6b27550de3 Binary files /dev/null and b/emphasis/img/b_newdb.png differ diff --git a/emphasis/img/b_newtbl.png b/emphasis/img/b_newtbl.png new file mode 100644 index 0000000000..5b163990f0 Binary files /dev/null and b/emphasis/img/b_newtbl.png differ diff --git a/emphasis/img/b_nextpage.png b/emphasis/img/b_nextpage.png new file mode 100644 index 0000000000..c06366e073 Binary files /dev/null and b/emphasis/img/b_nextpage.png differ diff --git a/emphasis/img/b_pdfdoc.png b/emphasis/img/b_pdfdoc.png new file mode 100644 index 0000000000..281bdf1b6c Binary files /dev/null and b/emphasis/img/b_pdfdoc.png differ diff --git a/emphasis/img/b_plus.png b/emphasis/img/b_plus.png new file mode 100644 index 0000000000..84b1d688d5 Binary files /dev/null and b/emphasis/img/b_plus.png differ diff --git a/emphasis/img/b_prevpage.png b/emphasis/img/b_prevpage.png new file mode 100644 index 0000000000..3f187a4435 Binary files /dev/null and b/emphasis/img/b_prevpage.png differ diff --git a/emphasis/img/b_primary.png b/emphasis/img/b_primary.png new file mode 100644 index 0000000000..7dcef33322 Binary files /dev/null and b/emphasis/img/b_primary.png differ diff --git a/emphasis/img/b_print.png b/emphasis/img/b_print.png new file mode 100644 index 0000000000..0f259ebf9e Binary files /dev/null and b/emphasis/img/b_print.png differ diff --git a/emphasis/img/b_props.png b/emphasis/img/b_props.png new file mode 100644 index 0000000000..9799eaff29 Binary files /dev/null and b/emphasis/img/b_props.png differ diff --git a/emphasis/img/b_relations.png b/emphasis/img/b_relations.png new file mode 100644 index 0000000000..265510c11a Binary files /dev/null and b/emphasis/img/b_relations.png differ diff --git a/emphasis/img/b_save.png b/emphasis/img/b_save.png new file mode 100644 index 0000000000..b89b1c0e6f Binary files /dev/null and b/emphasis/img/b_save.png differ diff --git a/emphasis/img/b_sbrowse.png b/emphasis/img/b_sbrowse.png new file mode 100644 index 0000000000..4dc16720c5 Binary files /dev/null and b/emphasis/img/b_sbrowse.png differ diff --git a/emphasis/img/b_sdb.png b/emphasis/img/b_sdb.png new file mode 100644 index 0000000000..3d3c3a7ba0 Binary files /dev/null and b/emphasis/img/b_sdb.png differ diff --git a/emphasis/img/b_search.png b/emphasis/img/b_search.png new file mode 100644 index 0000000000..24e1ec6263 Binary files /dev/null and b/emphasis/img/b_search.png differ diff --git a/emphasis/img/b_selboard.png b/emphasis/img/b_selboard.png new file mode 100644 index 0000000000..3fa6e3dbd9 Binary files /dev/null and b/emphasis/img/b_selboard.png differ diff --git a/emphasis/img/b_select.png b/emphasis/img/b_select.png new file mode 100644 index 0000000000..fcb646a7af Binary files /dev/null and b/emphasis/img/b_select.png differ diff --git a/emphasis/img/b_snewtbl.png b/emphasis/img/b_snewtbl.png new file mode 100644 index 0000000000..0c7d14202b Binary files /dev/null and b/emphasis/img/b_snewtbl.png differ diff --git a/emphasis/img/b_sql.png b/emphasis/img/b_sql.png new file mode 100644 index 0000000000..604e35e6be Binary files /dev/null and b/emphasis/img/b_sql.png differ diff --git a/emphasis/img/b_sqldoc.png b/emphasis/img/b_sqldoc.png new file mode 100644 index 0000000000..1d023b4914 Binary files /dev/null and b/emphasis/img/b_sqldoc.png differ diff --git a/emphasis/img/b_sqlhelp.png b/emphasis/img/b_sqlhelp.png new file mode 100644 index 0000000000..ec85f83d38 Binary files /dev/null and b/emphasis/img/b_sqlhelp.png differ diff --git a/emphasis/img/b_tblanalyse.png b/emphasis/img/b_tblanalyse.png new file mode 100644 index 0000000000..7890134605 Binary files /dev/null and b/emphasis/img/b_tblanalyse.png differ diff --git a/emphasis/img/b_tblexport.png b/emphasis/img/b_tblexport.png new file mode 100644 index 0000000000..ffdfa09b9f Binary files /dev/null and b/emphasis/img/b_tblexport.png differ diff --git a/emphasis/img/b_tblimport.png b/emphasis/img/b_tblimport.png new file mode 100644 index 0000000000..eccb7d5ab4 Binary files /dev/null and b/emphasis/img/b_tblimport.png differ diff --git a/emphasis/img/b_tblops.png b/emphasis/img/b_tblops.png new file mode 100644 index 0000000000..a3774e559a Binary files /dev/null and b/emphasis/img/b_tblops.png differ diff --git a/emphasis/img/b_tbloptimize.png b/emphasis/img/b_tbloptimize.png new file mode 100644 index 0000000000..9a239e2f79 Binary files /dev/null and b/emphasis/img/b_tbloptimize.png differ diff --git a/emphasis/img/b_tipp.png b/emphasis/img/b_tipp.png new file mode 100644 index 0000000000..2faf5abea8 Binary files /dev/null and b/emphasis/img/b_tipp.png differ diff --git a/emphasis/img/b_unique.png b/emphasis/img/b_unique.png new file mode 100644 index 0000000000..b949f4b33c Binary files /dev/null and b/emphasis/img/b_unique.png differ diff --git a/emphasis/img/b_usradd.png b/emphasis/img/b_usradd.png new file mode 100644 index 0000000000..fe03e8bd2a Binary files /dev/null and b/emphasis/img/b_usradd.png differ diff --git a/emphasis/img/b_usrcheck.png b/emphasis/img/b_usrcheck.png new file mode 100644 index 0000000000..424538bf6b Binary files /dev/null and b/emphasis/img/b_usrcheck.png differ diff --git a/emphasis/img/b_usrdrop.png b/emphasis/img/b_usrdrop.png new file mode 100644 index 0000000000..9d1eee5fd6 Binary files /dev/null and b/emphasis/img/b_usrdrop.png differ diff --git a/emphasis/img/b_usredit.png b/emphasis/img/b_usredit.png new file mode 100644 index 0000000000..41c803daf1 Binary files /dev/null and b/emphasis/img/b_usredit.png differ diff --git a/emphasis/img/b_usrlist.png b/emphasis/img/b_usrlist.png new file mode 100644 index 0000000000..85b5df0994 Binary files /dev/null and b/emphasis/img/b_usrlist.png differ diff --git a/emphasis/img/b_view.png b/emphasis/img/b_view.png new file mode 100644 index 0000000000..c987bbb7dc Binary files /dev/null and b/emphasis/img/b_view.png differ diff --git a/emphasis/img/b_views.png b/emphasis/img/b_views.png new file mode 100644 index 0000000000..4736603a52 Binary files /dev/null and b/emphasis/img/b_views.png differ diff --git a/emphasis/img/background.png b/emphasis/img/background.png new file mode 100644 index 0000000000..9d96dc2a77 Binary files /dev/null and b/emphasis/img/background.png differ diff --git a/emphasis/img/bd_browse.png b/emphasis/img/bd_browse.png new file mode 100644 index 0000000000..90e3e780f4 Binary files /dev/null and b/emphasis/img/bd_browse.png differ diff --git a/emphasis/img/bd_deltbl.png b/emphasis/img/bd_deltbl.png new file mode 100644 index 0000000000..77995e4523 Binary files /dev/null and b/emphasis/img/bd_deltbl.png differ diff --git a/emphasis/img/bd_drop.png b/emphasis/img/bd_drop.png new file mode 100644 index 0000000000..15c70d676b Binary files /dev/null and b/emphasis/img/bd_drop.png differ diff --git a/emphasis/img/bd_empty.png b/emphasis/img/bd_empty.png new file mode 100644 index 0000000000..546b7d00a7 Binary files /dev/null and b/emphasis/img/bd_empty.png differ diff --git a/emphasis/img/bd_firstpage.png b/emphasis/img/bd_firstpage.png new file mode 100644 index 0000000000..cd2ae4e619 Binary files /dev/null and b/emphasis/img/bd_firstpage.png differ diff --git a/emphasis/img/bd_ftext.png b/emphasis/img/bd_ftext.png new file mode 100644 index 0000000000..0082469c36 Binary files /dev/null and b/emphasis/img/bd_ftext.png differ diff --git a/emphasis/img/bd_index.png b/emphasis/img/bd_index.png new file mode 100644 index 0000000000..11101c9311 Binary files /dev/null and b/emphasis/img/bd_index.png differ diff --git a/emphasis/img/bd_insrow.png b/emphasis/img/bd_insrow.png new file mode 100644 index 0000000000..d3c9b7b0b0 Binary files /dev/null and b/emphasis/img/bd_insrow.png differ diff --git a/emphasis/img/bd_lastpage.png b/emphasis/img/bd_lastpage.png new file mode 100644 index 0000000000..64c191067d Binary files /dev/null and b/emphasis/img/bd_lastpage.png differ diff --git a/emphasis/img/bd_nextpage.png b/emphasis/img/bd_nextpage.png new file mode 100644 index 0000000000..528fc6abbf Binary files /dev/null and b/emphasis/img/bd_nextpage.png differ diff --git a/emphasis/img/bd_prevpage.png b/emphasis/img/bd_prevpage.png new file mode 100644 index 0000000000..d78bed932d Binary files /dev/null and b/emphasis/img/bd_prevpage.png differ diff --git a/emphasis/img/bd_primary.png b/emphasis/img/bd_primary.png new file mode 100644 index 0000000000..6b0b519932 Binary files /dev/null and b/emphasis/img/bd_primary.png differ diff --git a/emphasis/img/bd_sbrowse.png b/emphasis/img/bd_sbrowse.png new file mode 100644 index 0000000000..b75de1a05d Binary files /dev/null and b/emphasis/img/bd_sbrowse.png differ diff --git a/emphasis/img/bd_select.png b/emphasis/img/bd_select.png new file mode 100644 index 0000000000..d15b24a74e Binary files /dev/null and b/emphasis/img/bd_select.png differ diff --git a/emphasis/img/bd_unique.png b/emphasis/img/bd_unique.png new file mode 100644 index 0000000000..6c29dd565f Binary files /dev/null and b/emphasis/img/bd_unique.png differ diff --git a/emphasis/img/docs_menu_bg.png b/emphasis/img/docs_menu_bg.png new file mode 100644 index 0000000000..8fe0d97464 Binary files /dev/null and b/emphasis/img/docs_menu_bg.png differ diff --git a/emphasis/img/error.ico b/emphasis/img/error.ico new file mode 100644 index 0000000000..41d26d6389 Binary files /dev/null and b/emphasis/img/error.ico differ diff --git a/emphasis/img/eye.png b/emphasis/img/eye.png new file mode 100644 index 0000000000..564a1a9714 Binary files /dev/null and b/emphasis/img/eye.png differ diff --git a/emphasis/img/eye_grey.png b/emphasis/img/eye_grey.png new file mode 100644 index 0000000000..a29cfdaad5 Binary files /dev/null and b/emphasis/img/eye_grey.png differ diff --git a/emphasis/img/item.png b/emphasis/img/item.png new file mode 100644 index 0000000000..46872bf352 Binary files /dev/null and b/emphasis/img/item.png differ diff --git a/emphasis/img/item_ltr.png b/emphasis/img/item_ltr.png new file mode 100644 index 0000000000..c704272756 Binary files /dev/null and b/emphasis/img/item_ltr.png differ diff --git a/emphasis/img/item_rtl.png b/emphasis/img/item_rtl.png new file mode 100644 index 0000000000..b1e1322021 Binary files /dev/null and b/emphasis/img/item_rtl.png differ diff --git a/emphasis/img/logo_left.png b/emphasis/img/logo_left.png new file mode 100644 index 0000000000..01af5d7fd8 Binary files /dev/null and b/emphasis/img/logo_left.png differ diff --git a/emphasis/img/logo_right.png b/emphasis/img/logo_right.png new file mode 100644 index 0000000000..b3bbac2097 Binary files /dev/null and b/emphasis/img/logo_right.png differ diff --git a/emphasis/img/more.png b/emphasis/img/more.png new file mode 100644 index 0000000000..9d6c6194b0 Binary files /dev/null and b/emphasis/img/more.png differ diff --git a/emphasis/img/new_data.jpg b/emphasis/img/new_data.jpg new file mode 100644 index 0000000000..08d30d34a7 Binary files /dev/null and b/emphasis/img/new_data.jpg differ diff --git a/emphasis/img/new_data_hovered.jpg b/emphasis/img/new_data_hovered.jpg new file mode 100644 index 0000000000..c385872add Binary files /dev/null and b/emphasis/img/new_data_hovered.jpg differ diff --git a/emphasis/img/new_data_selected.jpg b/emphasis/img/new_data_selected.jpg new file mode 100644 index 0000000000..caabf6767e Binary files /dev/null and b/emphasis/img/new_data_selected.jpg differ diff --git a/emphasis/img/new_data_selected_hovered.jpg b/emphasis/img/new_data_selected_hovered.jpg new file mode 100644 index 0000000000..a34ba21944 Binary files /dev/null and b/emphasis/img/new_data_selected_hovered.jpg differ diff --git a/emphasis/img/new_struct.jpg b/emphasis/img/new_struct.jpg new file mode 100644 index 0000000000..283a5e9698 Binary files /dev/null and b/emphasis/img/new_struct.jpg differ diff --git a/emphasis/img/new_struct_hovered.jpg b/emphasis/img/new_struct_hovered.jpg new file mode 100644 index 0000000000..7a7c70442f Binary files /dev/null and b/emphasis/img/new_struct_hovered.jpg differ diff --git a/emphasis/img/new_struct_selected.jpg b/emphasis/img/new_struct_selected.jpg new file mode 100644 index 0000000000..16b2b8cb3d Binary files /dev/null and b/emphasis/img/new_struct_selected.jpg differ diff --git a/emphasis/img/new_struct_selected_hovered.jpg b/emphasis/img/new_struct_selected_hovered.jpg new file mode 100644 index 0000000000..77a53715d4 Binary files /dev/null and b/emphasis/img/new_struct_selected_hovered.jpg differ diff --git a/emphasis/img/php_sym.png b/emphasis/img/php_sym.png new file mode 100644 index 0000000000..d66010f4ca Binary files /dev/null and b/emphasis/img/php_sym.png differ diff --git a/emphasis/img/pma_logo2.png b/emphasis/img/pma_logo2.png new file mode 100644 index 0000000000..7f80d09650 Binary files /dev/null and b/emphasis/img/pma_logo2.png differ diff --git a/emphasis/img/s_asc.png b/emphasis/img/s_asc.png new file mode 100644 index 0000000000..9990376f50 Binary files /dev/null and b/emphasis/img/s_asc.png differ diff --git a/emphasis/img/s_asci.png b/emphasis/img/s_asci.png new file mode 100644 index 0000000000..6b7302f750 Binary files /dev/null and b/emphasis/img/s_asci.png differ diff --git a/emphasis/img/s_attention.png b/emphasis/img/s_attention.png new file mode 100644 index 0000000000..69131c0140 Binary files /dev/null and b/emphasis/img/s_attention.png differ diff --git a/emphasis/img/s_cancel.png b/emphasis/img/s_cancel.png new file mode 100644 index 0000000000..04599e5452 Binary files /dev/null and b/emphasis/img/s_cancel.png differ diff --git a/emphasis/img/s_cancel2.png b/emphasis/img/s_cancel2.png new file mode 100644 index 0000000000..d47e32b550 Binary files /dev/null and b/emphasis/img/s_cancel2.png differ diff --git a/emphasis/img/s_db.png b/emphasis/img/s_db.png new file mode 100644 index 0000000000..7a79edde9e Binary files /dev/null and b/emphasis/img/s_db.png differ diff --git a/emphasis/img/s_desc.png b/emphasis/img/s_desc.png new file mode 100644 index 0000000000..a5e2b1a79f Binary files /dev/null and b/emphasis/img/s_desc.png differ diff --git a/emphasis/img/s_error.png b/emphasis/img/s_error.png new file mode 100644 index 0000000000..4348a6b03c Binary files /dev/null and b/emphasis/img/s_error.png differ diff --git a/emphasis/img/s_error2.png b/emphasis/img/s_error2.png new file mode 100644 index 0000000000..3bfb7d2cb3 Binary files /dev/null and b/emphasis/img/s_error2.png differ diff --git a/emphasis/img/s_fulltext.png b/emphasis/img/s_fulltext.png new file mode 100644 index 0000000000..291d223005 Binary files /dev/null and b/emphasis/img/s_fulltext.png differ diff --git a/emphasis/img/s_host.png b/emphasis/img/s_host.png new file mode 100644 index 0000000000..afc321def0 Binary files /dev/null and b/emphasis/img/s_host.png differ diff --git a/emphasis/img/s_info.png b/emphasis/img/s_info.png new file mode 100644 index 0000000000..0d3cbb662b Binary files /dev/null and b/emphasis/img/s_info.png differ diff --git a/emphasis/img/s_lang.png b/emphasis/img/s_lang.png new file mode 100644 index 0000000000..8b2330cf0d Binary files /dev/null and b/emphasis/img/s_lang.png differ diff --git a/emphasis/img/s_loggoff.png b/emphasis/img/s_loggoff.png new file mode 100644 index 0000000000..b4b4dcaff5 Binary files /dev/null and b/emphasis/img/s_loggoff.png differ diff --git a/emphasis/img/s_notice.png b/emphasis/img/s_notice.png new file mode 100644 index 0000000000..f581829e89 Binary files /dev/null and b/emphasis/img/s_notice.png differ diff --git a/emphasis/img/s_okay.png b/emphasis/img/s_okay.png new file mode 100644 index 0000000000..99a0d05d5d Binary files /dev/null and b/emphasis/img/s_okay.png differ diff --git a/emphasis/img/s_partialtext.png b/emphasis/img/s_partialtext.png new file mode 100644 index 0000000000..2c88fce533 Binary files /dev/null and b/emphasis/img/s_partialtext.png differ diff --git a/emphasis/img/s_passwd.png b/emphasis/img/s_passwd.png new file mode 100644 index 0000000000..2494664e00 Binary files /dev/null and b/emphasis/img/s_passwd.png differ diff --git a/emphasis/img/s_process.png b/emphasis/img/s_process.png new file mode 100644 index 0000000000..1d1c03596a Binary files /dev/null and b/emphasis/img/s_process.png differ diff --git a/emphasis/img/s_really.png b/emphasis/img/s_really.png new file mode 100644 index 0000000000..5be17062b0 Binary files /dev/null and b/emphasis/img/s_really.png differ diff --git a/emphasis/img/s_reload.png b/emphasis/img/s_reload.png new file mode 100644 index 0000000000..c74ff4f410 Binary files /dev/null and b/emphasis/img/s_reload.png differ diff --git a/emphasis/img/s_replication.png b/emphasis/img/s_replication.png new file mode 100644 index 0000000000..fec9479909 Binary files /dev/null and b/emphasis/img/s_replication.png differ diff --git a/emphasis/img/s_rights.png b/emphasis/img/s_rights.png new file mode 100644 index 0000000000..e1a6383013 Binary files /dev/null and b/emphasis/img/s_rights.png differ diff --git a/emphasis/img/s_status.png b/emphasis/img/s_status.png new file mode 100644 index 0000000000..1584233b3c Binary files /dev/null and b/emphasis/img/s_status.png differ diff --git a/emphasis/img/s_success.png b/emphasis/img/s_success.png new file mode 100644 index 0000000000..2f86f0ae6b Binary files /dev/null and b/emphasis/img/s_success.png differ diff --git a/emphasis/img/s_sync.png b/emphasis/img/s_sync.png new file mode 100644 index 0000000000..49618bed2b Binary files /dev/null and b/emphasis/img/s_sync.png differ diff --git a/emphasis/img/s_tbl.png b/emphasis/img/s_tbl.png new file mode 100644 index 0000000000..a821236361 Binary files /dev/null and b/emphasis/img/s_tbl.png differ diff --git a/emphasis/img/s_theme.png b/emphasis/img/s_theme.png new file mode 100644 index 0000000000..cab68be5a8 Binary files /dev/null and b/emphasis/img/s_theme.png differ diff --git a/emphasis/img/s_vars.png b/emphasis/img/s_vars.png new file mode 100644 index 0000000000..9be38ecb05 Binary files /dev/null and b/emphasis/img/s_vars.png differ diff --git a/emphasis/img/s_views.png b/emphasis/img/s_views.png new file mode 100644 index 0000000000..1f2ed03e4e Binary files /dev/null and b/emphasis/img/s_views.png differ diff --git a/emphasis/img/s_warn.png b/emphasis/img/s_warn.png new file mode 100644 index 0000000000..d0f121fe28 Binary files /dev/null and b/emphasis/img/s_warn.png differ diff --git a/emphasis/img/spacer.png b/emphasis/img/spacer.png new file mode 100644 index 0000000000..bf867a3987 Binary files /dev/null and b/emphasis/img/spacer.png differ diff --git a/emphasis/img/vertical_line.png b/emphasis/img/vertical_line.png new file mode 100644 index 0000000000..c514d61608 Binary files /dev/null and b/emphasis/img/vertical_line.png differ diff --git a/emphasis/img/window-new.png b/emphasis/img/window-new.png new file mode 100644 index 0000000000..0e12ef954c Binary files /dev/null and b/emphasis/img/window-new.png differ diff --git a/emphasis/info.inc.php b/emphasis/info.inc.php new file mode 100644 index 0000000000..8eac9a4e64 --- /dev/null +++ b/emphasis/info.inc.php @@ -0,0 +1,14 @@ + diff --git a/emphasis/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/emphasis/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100644 index 0000000000..5b5dab2ab7 Binary files /dev/null and b/emphasis/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/emphasis/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/emphasis/jquery/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100644 index 0000000000..ac8b229af9 Binary files /dev/null and b/emphasis/jquery/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/emphasis/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/emphasis/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000000..ad3d6346e0 Binary files /dev/null and b/emphasis/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/emphasis/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/emphasis/jquery/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 0000000000..42ccba269b Binary files /dev/null and b/emphasis/jquery/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/emphasis/jquery/images/ui-bg_glass_75_dadada_1x400.png b/emphasis/jquery/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000000..5a46b47cb1 Binary files /dev/null and b/emphasis/jquery/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/emphasis/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/emphasis/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 0000000000..86c2baa655 Binary files /dev/null and b/emphasis/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/emphasis/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/emphasis/jquery/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 0000000000..4443fdc1a1 Binary files /dev/null and b/emphasis/jquery/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/emphasis/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/emphasis/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 0000000000..7c9fa6c6ed Binary files /dev/null and b/emphasis/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/emphasis/jquery/images/ui-icons_222222_256x240.png b/emphasis/jquery/images/ui-icons_222222_256x240.png new file mode 100644 index 0000000000..b273ff111d Binary files /dev/null and b/emphasis/jquery/images/ui-icons_222222_256x240.png differ diff --git a/emphasis/jquery/images/ui-icons_2e83ff_256x240.png b/emphasis/jquery/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000000..09d1cdc856 Binary files /dev/null and b/emphasis/jquery/images/ui-icons_2e83ff_256x240.png differ diff --git a/emphasis/jquery/images/ui-icons_454545_256x240.png b/emphasis/jquery/images/ui-icons_454545_256x240.png new file mode 100644 index 0000000000..59bd45b907 Binary files /dev/null and b/emphasis/jquery/images/ui-icons_454545_256x240.png differ diff --git a/emphasis/jquery/images/ui-icons_888888_256x240.png b/emphasis/jquery/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000000..6d02426c11 Binary files /dev/null and b/emphasis/jquery/images/ui-icons_888888_256x240.png differ diff --git a/emphasis/jquery/images/ui-icons_cd0a0a_256x240.png b/emphasis/jquery/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 0000000000..2ab019b73e Binary files /dev/null and b/emphasis/jquery/images/ui-icons_cd0a0a_256x240.png differ diff --git a/emphasis/jquery/jquery-ui-1.8.custom.css b/emphasis/jquery/jquery-ui-1.8.custom.css new file mode 100644 index 0000000000..b3180a5fbb --- /dev/null +++ b/emphasis/jquery/jquery-ui-1.8.custom.css @@ -0,0 +1,477 @@ +/* +* 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-color: #082E58; color: #FFF; } +.ui-widget-content a { color: #909090; } +.ui-widget-content a:hover { color: #FFFFFF; } +.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-color: #082E58; 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-color: #082E58; 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/emphasis/layout.inc.php b/emphasis/layout.inc.php new file mode 100644 index 0000000000..642025b7d9 --- /dev/null +++ b/emphasis/layout.inc.php @@ -0,0 +1,113 @@ + '#808000', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => 'fuchsia', + 'alpha' => '', + 'alpha_columnType' => '#FF9900', + 'alpha_columnAttrib' => '#0000FF', + 'alpha_reservedWord' => '#990099', + 'alpha_functionName' => '#FF0000', + 'alpha_identifier' => 'black', + 'alpha_charset' => '#6495ed', + 'alpha_variable' => '#800000', + 'quote' => '#008000', + 'quote_double' => '', + 'quote_single' => '', + 'quote_backtick' => '' +); +?> \ No newline at end of file diff --git a/emphasis/license.txt b/emphasis/license.txt new file mode 100644 index 0000000000..207a79cbdb --- /dev/null +++ b/emphasis/license.txt @@ -0,0 +1,278 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + diff --git a/emphasis/screen.png b/emphasis/screen.png new file mode 100644 index 0000000000..f5d2b4ad56 Binary files /dev/null and b/emphasis/screen.png differ