initial commit
BIN
html/phpmyad/themes/dot.gif
Normal file
After Width: | Height: | Size: 43 B |
254
html/phpmyad/themes/original/css/theme_left.css.php
Normal file
@ -0,0 +1,254 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* navigation css file from theme Original
|
||||
*
|
||||
* @package PhpMyAdmin-theme
|
||||
* @subpackage Original
|
||||
*/
|
||||
|
||||
// unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
/******************************************************************************/
|
||||
/* general tags */
|
||||
html {
|
||||
font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
|
||||
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
|
||||
<?php } ?>
|
||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
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;
|
||||
}
|
||||
|
||||
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 */
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
||||
div#pmalogo {
|
||||
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
|
||||
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
padding:.3em;
|
||||
}
|
||||
|
||||
div#recentTableList {
|
||||
text-align: center;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div#recentTableList select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#pmalogo,
|
||||
div#leftframelinks,
|
||||
div#databaseList {
|
||||
text-align: center;
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
ul#databaseList {
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
padding-<?php echo $left; ?>: 1.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ul#databaseList a {
|
||||
display: block;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div#navidbpageselector a,
|
||||
ul#databaseList a {
|
||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
}
|
||||
|
||||
ul#databaseList ul {
|
||||
padding-left: 1em;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
ul#databaseList a:hover {
|
||||
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||
}
|
||||
|
||||
ul#databaseList li.selected a {
|
||||
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
|
||||
}
|
||||
|
||||
div#leftframelinks .icon {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div#leftframelinks a img.icon {
|
||||
margin: 2px;
|
||||
border: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div#leftframelinks a:hover img {
|
||||
background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||
}
|
||||
|
||||
/* serverlist */
|
||||
#body_leftFrame #list_server {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
||||
list-style-position: inside;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#body_leftFrame #list_server li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
div#left_tableList ul {
|
||||
list-style-type: none;
|
||||
list-style-position: outside;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 80%;
|
||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
}
|
||||
|
||||
div#left_tableList ul ul {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
div#left_tableList a {
|
||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div#left_tableList a:hover {
|
||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div#left_tableList li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
|
||||
/* marked items */
|
||||
div#left_tableList > ul li.marked > a,
|
||||
div#left_tableList > ul li.marked {
|
||||
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
|
||||
}
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
|
||||
div#left_tableList > ul li:hover > a,
|
||||
div#left_tableList > ul li:hover {
|
||||
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||
}
|
||||
<?php } ?>
|
||||
|
||||
div#left_tableList img {
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div#left_tableList ul ul {
|
||||
margin-<?php echo $left; ?>: 0;
|
||||
padding-<?php echo $left; ?>: 0.1em;
|
||||
border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
padding-bottom: 0.1em;
|
||||
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
}
|
||||
|
||||
/* for the servers list in navi panel */
|
||||
#serverinfo .item {
|
||||
white-space: nowrap;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
}
|
||||
#serverinfo a:hover {
|
||||
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||
}
|
||||
|
||||
#NavFilter {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#clear_fast_filter {
|
||||
background: white;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin: 3px 5px 0 -23px;
|
||||
position: relative;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#fast_filter {
|
||||
width: 100%;
|
||||
padding: 2px 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#fast_filter.gray {
|
||||
color: gray;
|
||||
}
|
42
html/phpmyad/themes/original/css/theme_print.css.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* print css file from theme Original
|
||||
*
|
||||
* @package PhpMyAdmin-theme
|
||||
* @subpackage Original
|
||||
*/
|
||||
?>
|
||||
/* 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;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
3044
html/phpmyad/themes/original/css/theme_right.css.php
Normal file
BIN
html/phpmyad/themes/original/img/ajax_clock_small.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
html/phpmyad/themes/original/img/arrow_ltr.png
Normal file
After Width: | Height: | Size: 139 B |
BIN
html/phpmyad/themes/original/img/arrow_rtl.png
Normal file
After Width: | Height: | Size: 136 B |
BIN
html/phpmyad/themes/original/img/b_bookmark.png
Normal file
After Width: | Height: | Size: 252 B |
BIN
html/phpmyad/themes/original/img/b_browse.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
html/phpmyad/themes/original/img/b_calendar.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
html/phpmyad/themes/original/img/b_chart.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
html/phpmyad/themes/original/img/b_close.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
html/phpmyad/themes/original/img/b_comment.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
html/phpmyad/themes/original/img/b_dbstatistics.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
html/phpmyad/themes/original/img/b_deltbl.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
html/phpmyad/themes/original/img/b_docs.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
html/phpmyad/themes/original/img/b_drop.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
html/phpmyad/themes/original/img/b_edit.png
Normal file
After Width: | Height: | Size: 305 B |
BIN
html/phpmyad/themes/original/img/b_empty.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
html/phpmyad/themes/original/img/b_engine.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
html/phpmyad/themes/original/img/b_event_add.png
Normal file
After Width: | Height: | Size: 863 B |
BIN
html/phpmyad/themes/original/img/b_events.png
Normal file
After Width: | Height: | Size: 783 B |
BIN
html/phpmyad/themes/original/img/b_export.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
html/phpmyad/themes/original/img/b_ftext.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
html/phpmyad/themes/original/img/b_globe.gif
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
html/phpmyad/themes/original/img/b_help.png
Normal file
After Width: | Height: | Size: 145 B |
BIN
html/phpmyad/themes/original/img/b_home.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
html/phpmyad/themes/original/img/b_import.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
html/phpmyad/themes/original/img/b_index.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
html/phpmyad/themes/original/img/b_info.png
Normal file
After Width: | Height: | Size: 147 B |
BIN
html/phpmyad/themes/original/img/b_inline_edit.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
html/phpmyad/themes/original/img/b_insrow.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
html/phpmyad/themes/original/img/b_minus.png
Normal file
After Width: | Height: | Size: 110 B |
BIN
html/phpmyad/themes/original/img/b_more.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
html/phpmyad/themes/original/img/b_newdb.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
html/phpmyad/themes/original/img/b_newtbl.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
html/phpmyad/themes/original/img/b_nextpage.png
Normal file
After Width: | Height: | Size: 373 B |
BIN
html/phpmyad/themes/original/img/b_plus.png
Normal file
After Width: | Height: | Size: 115 B |
BIN
html/phpmyad/themes/original/img/b_primary.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
html/phpmyad/themes/original/img/b_print.png
Normal file
After Width: | Height: | Size: 396 B |
BIN
html/phpmyad/themes/original/img/b_props.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
html/phpmyad/themes/original/img/b_relations.png
Normal file
After Width: | Height: | Size: 172 B |
BIN
html/phpmyad/themes/original/img/b_routine_add.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
html/phpmyad/themes/original/img/b_routines.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
html/phpmyad/themes/original/img/b_save.png
Normal file
After Width: | Height: | Size: 844 B |
BIN
html/phpmyad/themes/original/img/b_sbrowse.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
html/phpmyad/themes/original/img/b_search.png
Normal file
After Width: | Height: | Size: 442 B |
BIN
html/phpmyad/themes/original/img/b_selboard.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
html/phpmyad/themes/original/img/b_select.png
Normal file
After Width: | Height: | Size: 387 B |
BIN
html/phpmyad/themes/original/img/b_snewtbl.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
html/phpmyad/themes/original/img/b_spatial.png
Normal file
After Width: | Height: | Size: 379 B |
BIN
html/phpmyad/themes/original/img/b_sql.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
html/phpmyad/themes/original/img/b_sqlhelp.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
html/phpmyad/themes/original/img/b_tblanalyse.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
html/phpmyad/themes/original/img/b_tblexport.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
html/phpmyad/themes/original/img/b_tblimport.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
html/phpmyad/themes/original/img/b_tblops.png
Normal file
After Width: | Height: | Size: 220 B |
BIN
html/phpmyad/themes/original/img/b_tbloptimize.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
html/phpmyad/themes/original/img/b_tipp.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
html/phpmyad/themes/original/img/b_trigger_add.png
Normal file
After Width: | Height: | Size: 615 B |
BIN
html/phpmyad/themes/original/img/b_triggers.png
Normal file
After Width: | Height: | Size: 494 B |
BIN
html/phpmyad/themes/original/img/b_unique.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
html/phpmyad/themes/original/img/b_usradd.png
Normal file
After Width: | Height: | Size: 352 B |
BIN
html/phpmyad/themes/original/img/b_usrcheck.png
Normal file
After Width: | Height: | Size: 259 B |
BIN
html/phpmyad/themes/original/img/b_usrdrop.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
html/phpmyad/themes/original/img/b_usredit.png
Normal file
After Width: | Height: | Size: 339 B |
BIN
html/phpmyad/themes/original/img/b_usrlist.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
html/phpmyad/themes/original/img/b_view.png
Normal file
After Width: | Height: | Size: 646 B |
BIN
html/phpmyad/themes/original/img/b_views.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
html/phpmyad/themes/original/img/bd_browse.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
html/phpmyad/themes/original/img/bd_deltbl.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
html/phpmyad/themes/original/img/bd_drop.png
Normal file
After Width: | Height: | Size: 205 B |
BIN
html/phpmyad/themes/original/img/bd_edit.png
Normal file
After Width: | Height: | Size: 226 B |
BIN
html/phpmyad/themes/original/img/bd_empty.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
html/phpmyad/themes/original/img/bd_export.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
html/phpmyad/themes/original/img/bd_ftext.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
html/phpmyad/themes/original/img/bd_index.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
html/phpmyad/themes/original/img/bd_insrow.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
html/phpmyad/themes/original/img/bd_nextpage.png
Normal file
After Width: | Height: | Size: 110 B |
BIN
html/phpmyad/themes/original/img/bd_primary.png
Normal file
After Width: | Height: | Size: 257 B |
BIN
html/phpmyad/themes/original/img/bd_sbrowse.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
html/phpmyad/themes/original/img/bd_select.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
html/phpmyad/themes/original/img/bd_spatial.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
html/phpmyad/themes/original/img/bd_unique.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
html/phpmyad/themes/original/img/cleardot.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
html/phpmyad/themes/original/img/col_drop.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
html/phpmyad/themes/original/img/col_pointer.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
html/phpmyad/themes/original/img/col_pointer_ver.png
Normal file
After Width: | Height: | Size: 111 B |
BIN
html/phpmyad/themes/original/img/docs_menu_bg.png
Normal file
After Width: | Height: | Size: 76 B |
BIN
html/phpmyad/themes/original/img/east-mini.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
html/phpmyad/themes/original/img/error.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
html/phpmyad/themes/original/img/eye.png
Normal file
After Width: | Height: | Size: 721 B |
BIN
html/phpmyad/themes/original/img/eye_grey.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
html/phpmyad/themes/original/img/item_ltr.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
html/phpmyad/themes/original/img/item_rtl.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
html/phpmyad/themes/original/img/logo_left.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
html/phpmyad/themes/original/img/logo_right.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
html/phpmyad/themes/original/img/more.png
Normal file
After Width: | Height: | Size: 117 B |
BIN
html/phpmyad/themes/original/img/new_data.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
html/phpmyad/themes/original/img/new_data_hovered.png
Normal file
After Width: | Height: | Size: 264 B |