diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php deleted file mode 100644 index 33890490e..000000000 --- a/themes/pmahomme/css/theme_left.css.php +++ /dev/null @@ -1,281 +0,0 @@ -= 6 && PMA_USR_BROWSER_VER <= 8 - ? 'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="' . $start_color . '", endColorstr="' . $end_color . '");' - : ''; -} -?> -/******************************************************************************/ -/* general tags */ -html { - font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; -} - -input, select, textarea { - font-size: 1em; -} - -body { - - font-family: ; - - background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3; - border-right: 1px solid #aaa; - color: ; - margin: 0; - padding: 0; -} - -a img { - border: 0; -} - -a:link, -a:visited, -a:active { - text-decoration: none; - color: #0000FF; -} - -ul { - margin:0; -} - -form { - margin: 0; - padding: 0; - display: inline; -} - -select#select_server, -select#lightm_db { - width: 100%; -} - -/* buttons in some browsers (eg. Konqueror) are block elements, - this breaks design */ -button { - display: inline; -} - - -/******************************************************************************/ -/* classes */ - -/* leave some space between icons and text */ -.icon { - vertical-align: middle; - margin-right: 0.3em; - margin-left: 0.3em; -} - -.navi_dbName { - font-weight: bold; - color: ; -} - -/******************************************************************************/ -/* specific elements */ - -div#pmalogo { - -} -div#pmalogo, -div#leftframelinks, -div#databaseList { - text-align: center; - margin: 20px 10px 0px 10px; -} - -ul#databaseList { - margin: 0.8em 0px; - padding-bottom: 0.5em; - padding-: 0.3em; - font-style: italic; -} - -ul#databaseList span { - padding: 5px; -} - -ul#databaseList a { - color: #333; - background: url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent; - display: block; - padding: 5px; - font-style: normal; -} - -div#navidbpageselector { - margin: 0.1em; - text-align: center; -} - -div#navidbpageselector a, -div#navidbpageselector select{ - color: #333; - margin: 0.2em; -} - -ul#databaseList ul { - margin:0px; - padding:0px; -} -ul#databaseList li{ list-style:none;text-indent:20px; margin:0px; - padding:0px;} - -ul#databaseList a:hover { - background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4; -} - -ul#databaseList li.selected a { - background: ; - color: ; -} - -div#leftframelinks .icon { - padding: 0; - margin: 0; -} - -div#reloadlink a img, -div#leftframelinks a img.icon { - margin: 10px 2px 0 0; - padding: 0.2em; - border: 0px; -} - -div#leftframelinks a:hover img { - -} - -/* serverlist */ -#body_leftFrame #list_server { - list-style-image: url(/original/img/s_host.png); - list-style-position: inside; - list-style-type: none; - margin: 0; - padding: 0; -} - -#body_leftFrame #list_server li { - margin: 0; - padding: 0; -} - -div#left_tableList {margin:10px 10px 0 10px;} -div#left_tableList ul { - list-style-type: none; - list-style-position: outside; - margin: 0; - padding: 0; -} - -div#left_tableList ul ul { - font-size: 100%; -} - -div#left_tableList a { - color: ; - text-decoration: none; -} - -div#left_tableList a:hover { - background: ; - color: ; - text-decoration: underline; -} - -div#left_tableList li { - margin: 0; - padding: 2px 0; - white-space: nowrap; -} - -select{ - -moz-border-radius:2px 2px 2px 2px; - -moz-box-shadow:0 1px 2px #DDDDDD; - border:1px solid #aaa; - color:#333333; - padding:3px; - background:url(./themes/pmahomme/img/input_bg.gif); -} - - -/* marked items */ -div#left_tableList > ul li.marked > a, -div#left_tableList > ul li.marked { - background: #e4e4e4; - color: ; -} - - - -div#left_tableList > ul li:hover > a, -div#left_tableList > ul li:hover { - background: #e4e4e4; - color: ; -} - - -div#left_tableList img { - padding: 0; - vertical-align: middle; -} - -div#left_tableList ul ul { - margin-: 0; - padding-: 0.1em; - border-: 0.1em solid ; - padding-bottom: 0.1em; - border-bottom: 0.1em solid ; -} - -/* for the servers list in navi panel */ -#serverinfo .item { - white-space: nowrap; - color: ; -} -#serverinfo a:hover { - background: ; - color: ; -} -#reloadlink { - clear: both; - float: ; - display: block; - padding: 1em; -} - -#NavFilter { - display: none; -} - -#clear_fast_filter { - background: white; - color: black; - cursor: pointer; - padding: 0; - margin: 0; - position: relative; - right: 3ex; -} - -#fast_filter { - width: 85%; - padding: 0.1em; -} \ No newline at end of file diff --git a/themes/pmahomme/css/theme_print.css.php b/themes/pmahomme/css/theme_print.css.php deleted file mode 100644 index 35f28a497..000000000 --- a/themes/pmahomme/css/theme_print.css.php +++ /dev/null @@ -1,38 +0,0 @@ - -/* 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/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php deleted file mode 100644 index 08f8ca509..000000000 --- a/themes/pmahomme/css/theme_right.css.php +++ /dev/null @@ -1,2135 +0,0 @@ -= 6 && PMA_USR_BROWSER_VER <= 8 - ? 'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="' . $start_color . '", endColorstr="' . $end_color . '");' - : ''; -} -?> -/******************************************************************************/ -/* general tags */ -html { - font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : ( - isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>; -} - -input, select, textarea { - font-size: 1em; -} - - -body { - - font-family: ; - - padding: 0; - margin: 0.5em; - color: #444; - background: #fff; -} - - -textarea, tt, pre, code { - font-family: ; -} - -h1 { - font-size: 140%; - font-weight: bold; -} - -h2 { - font-size: 2em; - font-weight: normal; - text-shadow: 0px 1px 0px #fff; - padding: 10px 0 10px 3px; - color: #777; -} -/* Hiding icons in the page titles */ -h2 img{display:none;} -h2 a img{display:inline;} - - -.data{ -margin: 0 0 12px 0; -} - -#table_results td.data { -border-right: 1px solid #BBBBBB; -} - -h3 { - font-weight: bold; -} - -a, a:link, -a:visited, -a:active { - text-decoration: none; - color: #235a81; - cursor: pointer; - outline: none; - -} - -a:hover { - text-decoration: underline; - color: #235a81; -} - -#initials_table { - background:#f3f3f3; - border:1px solid #aaa; - margin-bottom:10px; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; -} - -#initials_table td{padding:8px !important} - -#initials_table a { - border:1px solid #aaa; - background:#fff; - padding:4px 8px; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); - background: -moz-linear-gradient(top, #ffffff, #cccccc); - background: -o-linear-gradient(top, #ffffff, #cccccc); - -} - -dfn { - font-style: normal; -} - -dfn:hover { - font-style: normal; - cursor: help; -} - -th { - font-weight: bold; - color: ; - background: #f3f3f3; - background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); - background: -moz-linear-gradient(top, #ffffff, #cccccc); - background: -o-linear-gradient(top, #ffffff, #cccccc); - -} - -a img { - border: 0; -} - -hr { - color: ; - background-color: ; - border: 0; - height: 1px; -} - -form { - padding: 0; - margin: 0; - display: inline; -} - -input[type=text]{ - border-radius:2px; - -moz-border-radius:2px; - -webkit-border-radius:2px; - - box-shadow:0 1px 2px #ddd; - -moz-box-shadow:0 1px 2px #ddd; - -webkit-box-shadow:0 1px 2px #ddd; - - background:url(./themes/pmahomme/img/input_bg.gif); - border:1px solid #aaa; - color:#555555; - padding:4px; - margin:6px; - -} - -input[type=password]{ - border-radius:2px; - -moz-border-radius:2px; - -webkit-border-radius:2px; - - box-shadow:0 1px 2px #ddd; - -moz-box-shadow:0 1px 2px #ddd; - -webkit-box-shadow:0 1px 2px #ddd; - - background:url(./themes/pmahomme/img/input_bg.gif); - border:1px solid #aaa; - color:#555555; - padding:4px; - margin:6px; - -} - -input[type=submit]{ - font-weight:bold; - margin-left:14px; - border: 1px solid #aaa; - padding: 3px 7px; - color: #111; - text-decoration: none; - background: #ddd; - - border-radius: 12px; - -webkit-border-radius: 12px; - -moz-border-radius: 12px; - - text-shadow: 0px 1px 0px #fff; - - background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); - background: -moz-linear-gradient(top, #ffffff, #cccccc); - background: -o-linear-gradient(top, #ffffff, #cccccc); - -} - -input[type=submit]:hover{ position: relative; - background-image: url(./themes/svg_gradient.php?from=cccccc&to=dddddd); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); - background: -moz-linear-gradient(top, #cccccc, #dddddd); - background: -o-linear-gradient(top, #cccccc, #dddddd); - - cursor:pointer; -} - -input[type=submit]:active{ position: relative; - top: 1px; - left: 1px; -} -textarea { - overflow: visible; - height: em; -} -textarea.char { - height: em; -} - -fieldset { - margin-top: 1em; - border-radius:4px 4px 0 0; - -moz-border-radius:4px 4px 0 0; - -webkit-border-radius:4px 4px 0 0; - padding:5px; - border: #aaa solid 1px; - padding: 1.5em; - background: #eee; - text-shadow:0 1px 0 #fff; - -moz-box-shadow: 1px 1px 2px #fff inset; - -webkit-box-shadow: 1px 1px 2px #fff inset; - box-shadow: 1px 1px 2px #fff inset; -} - -fieldset fieldset { - margin: 0.8em; - background:#fff; - border:1px solid #aaa; - background:none repeat scroll 0 0 #E8E8E8; - -} - -fieldset legend { - font-weight: bold; - color: #444; - padding:5px 10px; - border-radius:2px; - -moz-border-radius:2px; - -webkit-border-radius:2px; - border:1px solid #aaa; - background-color: #fff; - -moz-box-shadow:3px 3px 15px #bbb; - -webkit-box-shadow:3px 3px 15px #bbb; - box-shadow:3px 3px 15px #bbb; -} - -/* buttons in some browsers (eg. Konqueror) are block elements, - this breaks design */ -button { - display: inline; -} - -table caption, -table th, -table td { - padding: 0.3em; - margin: 0.1em; - vertical-align: top; - text-shadow:0 1px 0 #FFFFFF; -} - -/* 3.4 */ -table{border-collapse:collapse;} -th{border-right:1px solid #fff; text-align:left;} - - -img, -input, -select, -button { - vertical-align: middle; -} - -select{ - -moz-border-radius:2px; - -webkit-border-radius:2px; - border-radius:2px; - - -moz-box-shadow:0 1px 2px #ddd; - -webkit-box-shadow:0 1px 2px #ddd; - box-shadow:0 1px 2px #ddd; - - border:1px solid #aaa; - color:#333333; - padding:3px; - background:url(./themes/pmahomme/img/input_bg.gif) -} - -select[multiple] { - background: #fff; - background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb)); - background: -webkit-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb); - background: -moz-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb); - /* none for Opera 11.10 as