Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,424 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Navigation styles for the original theme
*
* @package PhpMyAdmin-theme
* @subpackage Original
*/
// unplanned execution path
if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
exit();
}
?>
/******************************************************************************/
/* Navigation */
#pma_navigation {
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
width: <?php echo $GLOBALS['cfg']['NaviWidth']; ?>px;
overflow: hidden;
position: fixed;
top: 0;
<?php echo $left; ?>: 0;
height: 100%;
border-<?php echo $right; ?>: 1px solid gray;
z-index: 800;
}
#pma_navigation_content {
width: 100%;
height: 100%;
position: absolute;
top: 0;
<?php echo $left; ?>: 0;
z-index: 0;
padding-bottom: 1em;
}
#pma_navigation ul {
margin: 0;
}
#pma_navigation form {
margin: 0;
padding: 0;
display: inline;
}
#pma_navigation select#select_server,
#pma_navigation select#lightm_db {
width: 100%;
}
/******************************************************************************/
/* specific elements */
#pma_navigation div.pageselector {
text-align: center;
margin: 0 0 0;
margin-<?php echo $left; ?>: 0.75em;
border-<?php echo $left; ?>: 1px solid #666;
}
#pma_navigation div#pmalogo {
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
padding: .3em;
}
#pma_navigation div#recentTableList,
#pma_navigation div#FavoriteTableList {
text-align: center;
margin-bottom: 0.5em;
}
#pma_navigation #recentTable,
#pma_navigation #FavoriteTable {
width: 200px;
}
#pma_navigation #pmalogo,
#pma_navigation #serverChoice,
#pma_navigation #navipanellinks,
#pma_navigation #recentTableList,
#pma_navigation #FavoriteTableList,
#pma_navigation #databaseList,
#pma_navigation div.pageselector.dbselector {
text-align: center;
margin-bottom: 0.3em;
padding-bottom: 0.3em;
border: 0;
}
#pma_navigation #recentTableList select,
#pma_navigation #FavoriteTableList select,
#pma_navigation #serverChoice select
{
width: 80%;
}
#pma_navigation #recentTableList,
#pma_navigation #FavoriteTableList {
margin-bottom: 0;
padding-bottom: 0;
}
#pma_navigation_content > img.throbber {
display: block;
margin: 0 auto;
}
/* Navigation tree*/
#pma_navigation_tree {
margin: 0;
margin-<?php echo $left; ?>: 1em;
color: #444;
height: 74%;
position: relative;
}
#pma_navigation_select_database {
text-align: left;
padding: 0 0 0;
border: 0;
margin: 0;
}
#pma_navigation_db_select {
margin-top: 0.5em;
margin-<?php echo $left; ?>: 0.75em;
}
#pma_navigation_db_select select {
background: url("./themes/pmahomme/img/select_bg.png") repeat scroll 0 0;
-webkit-border-radius: 2px;
border-radius: 2px;
border: 1px solid #bbb;
border-top: 1px solid #bbb;
color: #333;
padding: 4px 6px;
margin: 0 0 0;
width: 92%;
font-size: 1.11em;
}
#pma_navigation_tree_content {
width: 100%;
overflow: hidden;
overflow-y: auto;
position: absolute;
height: 100%;
}
#pma_navigation_tree_content a.hover_show_full {
position: relative;
z-index: 100;
}
#pma_navigation_tree a {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
#pma_navigation_tree a:hover {
text-decoration: underline;
}
#pma_navigation_tree li.activePointer {
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
}
#pma_navigation_tree li.selected {
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
}
#pma_navigation_tree li .dbItemControls {
padding-left: 4px;
}
#pma_navigation_tree li .navItemControls {
display: none;
padding-left: 4px;
}
#pma_navigation_tree li.activePointer .navItemControls {
display: inline;
opacity: 0.5;
}
#pma_navigation_tree li.activePointer .navItemControls:hover {
display: inline;
opacity: 1.0;
}
#pma_navigation_tree ul {
clear: both;
padding: 0;
list-style-type: none;
margin: 0;
}
#pma_navigation_tree ul ul {
position: relative;
}
#pma_navigation_tree li {
white-space: nowrap;
padding-bottom: 4px;
clear: both;
min-height: 16px;
}
#pma_navigation_tree img {
margin: 0;
}
#pma_navigation_tree i {
display: block;
}
#pma_navigation_tree div.block {
position: relative;
width:1.5em;
height:1.5em;
min-width: 16px;
min-height: 16px;
float: <?php echo $left; ?>;
}
#pma_navigation_tree div.block.double {
width: 3em;
}
#pma_navigation_tree div.block i,
#pma_navigation_tree div.block b {
width: 1.5em;
height: 1.7em;
min-width: 16px;
min-height: 8px;
position: absolute;
bottom: 0.7em;
<?php echo $left; ?>: 0.75em;
z-index: 0;
}
#pma_navigation_tree div.block i {
border-<?php echo $left; ?>: 1px solid #666;
border-bottom: 1px solid #666;
position: relative;
z-index: 0;
}
#pma_navigation_tree div.block i.first { /* Removes top segment */
border-<?php echo $left; ?>: 0;
}
/* Bottom segment for the tree element connections */
#pma_navigation_tree div.block b {
display: block;
height: 0.75em;
bottom: 0;
<?php echo $left; ?>: 0.75em;
border-<?php echo $left; ?>: 1px solid #666;
}
#pma_navigation_tree div.block a,
#pma_navigation_tree div.block u {
position: absolute;
<?php echo $left; ?>: 50%;
top: 50%;
z-index: 10;
}#pma_navigation_tree div.block a + a {
<?php echo $left; ?>: 100%;
}
#pma_navigation_tree div.block.double a,
#pma_navigation_tree div.block.double u {
<?php echo $left; ?>: 25%;
}
#pma_navigation_tree div.block.double a + a {
<?php echo $left; ?>: 70%;
}
#pma_navigation_tree div.block img {
position: relative;
top: -0.6em;
<?php echo $left; ?>: 0;
margin-<?php echo $left; ?>: -5px;
}
#pma_navigation_tree li.last > ul {
background: none;
}
#pma_navigation_tree li > a, #pma_navigation_tree li > i {
line-height: 1.5em;
height: 1.5em;
padding-<?php echo $left; ?>: 0.3em;
}
#pma_navigation_tree .list_container {
border-<?php echo $left; ?>: 1px solid #666;
margin-<?php echo $left; ?>: 0.75em;
padding-<?php echo $left; ?>: 0.75em;
}
#pma_navigation_tree .last > .list_container {
border-<?php echo $left; ?>: 0 solid #666;
}
/* Fast filter */
li.fast_filter {
padding-<?php echo $left; ?>: 0.75em;
margin-<?php echo $left; ?>: 0.75em;
padding-<?php echo $right; ?>: 35px;
border-<?php echo $left; ?>: 1px solid #666;
}
li.fast_filter input {
padding-<?php echo $right; ?>: 1.7em;
width: 100%;
}
li.fast_filter span {
position: relative;
<?php echo $right; ?>: 1.5em;
padding: 0.2em;
cursor: pointer;
font-weight: bold;
color: #800;
}
/* IE10+ has its own reset X */
html.ie li.fast_filter span {
display: none;
}
html.ie.ie9 li.fast_filter span,
html.ie.ie8 li.fast_filter span {
display: auto;
}
html.ie li.fast_filter input {
padding-<?php echo $right; ?>: .2em;
}
html.ie.ie9 li.fast_filter input,
html.ie.ie8 li.fast_filter input {
padding-<?php echo $right; ?>: 1.7em;
}
li.fast_filter.db_fast_filter {
border: 0;
}
/* Resize handler */
#pma_navigation_resizer {
width: 3px;
height: 100%;
background-color: #aaa;
cursor: col-resize;
position: fixed;
top: 0;
<?php echo $left; ?>: 240px;
z-index: 801;
}
#pma_navigation_collapser {
width: 20px;
height: 22px;
line-height: 22px;
background: #eee;
color: #555;
font-weight: bold;
position: fixed;
top: 0;
<?php echo $left; ?>: <?php echo $GLOBALS['cfg']['NaviWidth']; ?>px;
text-align: center;
cursor: pointer;
z-index: 800;
text-shadow: 0 1px 0 #fff;
filter: dropshadow(color=#fff, offx=0, offy=1);
border: 1px solid #888;
}
#navigation_controls_outer {
min-height: 21px !important;
}
#navigation_controls_outer.activePointer {
background-color: transparent !important;
}
#navigation_controls {
float: right;
padding-right: 23px;
}
/* Quick warp links */
.pma_quick_warp {
margin-top: 5px;
margin-<?php echo $left; ?>: 2px;
position: relative;
}
.pma_quick_warp .drop_list {
float: <?php echo $left; ?>;
margin-<?php echo $left; ?>: 3px;
padding: 2px 0;
}
.pma_quick_warp .drop_button{
padding: 0 .3em;
border: 1px solid #ddd;
background: #f2f2f2;
cursor: pointer;
}
.pma_quick_warp .drop_list:hover .drop_button {
background: #fff;
}
.pma_quick_warp .drop_list ul {
position: absolute;
margin: 0;
padding: 0;
overflow: hidden;
overflow-y: auto;
list-style: none;
background: #fff;
border: 1px solid #ddd;
border-top-<?php echo $right; ?>-radius: 0;
border-bottom-<?php echo $right; ?>-radius: 0;
top: 100%;
<?php echo $left; ?>: 3px;
<?php echo $right; ?>: 0;
display: none;
z-index: 802;
}
.pma_quick_warp .drop_list:hover ul {
display: block;
}
.pma_quick_warp .drop_list li {
white-space: nowrap;
}
.pma_quick_warp .drop_list li img {
vertical-align: sub;
}
.pma_quick_warp .drop_list li:hover {
background: #f2f2f2;
}
.pma_quick_warp .drop_list a {
display: block;
padding: .1em .3em;
}
.pma_quick_warp .drop_list a.favorite_table_anchor {
clear: left;
float: left;
padding: .1em .3em 0;
}

View File

@ -0,0 +1,170 @@
@media print {
#back_button_print_view, #print_button_print_view {
display: none;
}
}
/* For removing element from Print View */
.print_ignore {
display: none;
}
.nowrap {
white-space: nowrap;
}
.hide {
display: none;
}
/* Standard CSS */
body, table, th, td {
color: #000;
background-color: #fff;
font-size: 12px;
}
/* To remove link text decoration */
a:link {
color:#000;
text-decoration:none
}
/* To remove any image borders */
img {
border: 0;
}
/* Table specific */
table, th, td {
border: .1em solid #000;
background-color: #fff;
}
table {
border-collapse: collapse;
border-spacing: 0.2em;
}
thead {
border-collapse: collapse;
border-spacing: 0.2em;
border: .1em solid #000;
font-weight: 900;
}
th, td {
padding: 0.2em;
}
thead th {
font-weight: bold;
background-color: #e5e5e5;
border: .1em solid #000;
}
th.vtop, td.vtop {
vertical-align: top;
}
th.vbottom, td.vbottom {
vertical-align: bottom;
}
/* Common Elements not to be included */
/* Hide Navigation and Top Menu bar */
#pma_navigation, #floating_menubar {
display: none;
}
/* Hide console */
#pma_console_container {
display: none;
}
/* Hide Navigation items (like Goto Top) */
#page_nav_icons {
display: none;
}
/* Hide the Create Table form */
#create_table_form_minimal {
display: none;
}
/* Hide the Page Settings Modal box */
#page_settings_modal {
display: none;
}
/* Hide footer, Demo notice, errors div */
#pma_footer, #pma_demo, #pma_errors {
display: none;
}
/* Hide the #selflink div */
#selflink {
display: none;
}
/* Position the main content */
#page_content {
position: absolute;
left: 0;
top: 0;
width: 95%;
float: none;
}
/* Specific Class for overriding while Print */
.print {
background-color: #000;
}
/* For the Success message div */
div.success {
background-color: #fff;
}
.sqlOuter {
color: black;
background-color: #000;
}
/* For hiding 'Open a New phpMyAdmin Window' button */
.ic_window-new, .ic_s_cog {
display: none;
}
.sticky_columns tr {
display: none;
}
#structure-action-links, #addColumns {
display: none;
}
/* Hide extra menu on tbl_structure.php */
#topmenu2 {
display: none;
}
.cDrop, .cEdit, .cList, .cCpy, .cPointer {
display: none;
}
/* For Odd-Even contrast */
table tr.odd th,
table tr.odd td,
.odd {
background: #fff;
}
table tr.even th,
table tr.even td,
.even {
background: #dfdfdf;
}
.column_attribute {
font-size: 100%;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

Some files were not shown because too many files have changed in this diff Show More