initial for silk
187
silk/css/theme_left.css.php
Normal file
@@ -0,0 +1,187 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* navigation css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage Silk
|
||||
*/
|
||||
|
||||
// unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
/******************************************************************************/
|
||||
/* general tags */
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
select {
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
||||
div#pmalogo,
|
||||
div#leftframelinks,
|
||||
div#databaseList {
|
||||
text-align: center;
|
||||
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
ul#databaseList {
|
||||
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
ul#databaseList a {
|
||||
display: block;
|
||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
}
|
||||
|
||||
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: 0;
|
||||
padding: 0.2em;
|
||||
border: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
}
|
||||
|
||||
div#leftframelinks a:hover {
|
||||
background: <?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%;
|
||||
}
|
||||
|
||||
/* leftdatabaselist */
|
||||
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-left: 0;
|
||||
padding-left: 0.1em;
|
||||
border-left: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
padding-bottom: 0.1em;
|
||||
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||
}
|
39
silk/css/theme_print.css.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* print css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage Silk
|
||||
*/
|
||||
?>
|
||||
/* 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;
|
||||
}
|
1103
silk/css/theme_right.css.php
Normal file
BIN
silk/img/arrow_ltr.png
Normal file
After Width: | Height: | Size: 436 B |
BIN
silk/img/arrow_rtl.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
silk/img/asc_order.png
Normal file
After Width: | Height: | Size: 253 B |
BIN
silk/img/b_bookmark.png
Normal file
After Width: | Height: | Size: 714 B |
BIN
silk/img/b_browse.png
Normal file
After Width: | Height: | Size: 566 B |
BIN
silk/img/b_calendar.png
Normal file
After Width: | Height: | Size: 675 B |
BIN
silk/img/b_comment.png
Normal file
After Width: | Height: | Size: 413 B |
BIN
silk/img/b_dbstatistics.png
Normal file
After Width: | Height: | Size: 541 B |
BIN
silk/img/b_deltbl.png
Normal file
After Width: | Height: | Size: 660 B |
BIN
silk/img/b_docs.png
Normal file
After Width: | Height: | Size: 786 B |
BIN
silk/img/b_docsql.png
Normal file
After Width: | Height: | Size: 579 B |
BIN
silk/img/b_drop.png
Normal file
After Width: | Height: | Size: 629 B |
BIN
silk/img/b_edit.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
silk/img/b_empty.png
Normal file
After Width: | Height: | Size: 476 B |
BIN
silk/img/b_engine.png
Normal file
After Width: | Height: | Size: 468 B |
BIN
silk/img/b_export.png
Normal file
After Width: | Height: | Size: 738 B |
BIN
silk/img/b_firstpage.png
Normal file
After Width: | Height: | Size: 522 B |
BIN
silk/img/b_ftext.png
Normal file
After Width: | Height: | Size: 744 B |
BIN
silk/img/b_help.png
Normal file
After Width: | Height: | Size: 551 B |
BIN
silk/img/b_home.png
Normal file
After Width: | Height: | Size: 806 B |
BIN
silk/img/b_import.png
Normal file
After Width: | Height: | Size: 733 B |
BIN
silk/img/b_index.png
Normal file
After Width: | Height: | Size: 736 B |
BIN
silk/img/b_info.png
Normal file
After Width: | Height: | Size: 536 B |
BIN
silk/img/b_insrow.png
Normal file
After Width: | Height: | Size: 641 B |
BIN
silk/img/b_lastpage.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
silk/img/b_minus.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
silk/img/b_newdb.png
Normal file
After Width: | Height: | Size: 658 B |
BIN
silk/img/b_newtbl.png
Normal file
After Width: | Height: | Size: 663 B |
BIN
silk/img/b_nextpage.png
Normal file
After Width: | Height: | Size: 395 B |
BIN
silk/img/b_pdfdoc.png
Normal file
After Width: | Height: | Size: 591 B |
BIN
silk/img/b_plus.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
silk/img/b_prevpage.png
Normal file
After Width: | Height: | Size: 389 B |
BIN
silk/img/b_primary.png
Normal file
After Width: | Height: | Size: 746 B |
BIN
silk/img/b_print.png
Normal file
After Width: | Height: | Size: 731 B |
BIN
silk/img/b_props.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
silk/img/b_relations.png
Normal file
After Width: | Height: | Size: 663 B |
BIN
silk/img/b_save.png
Normal file
After Width: | Height: | Size: 620 B |
BIN
silk/img/b_sbrowse.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
silk/img/b_sdb.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
silk/img/b_search.png
Normal file
After Width: | Height: | Size: 615 B |
BIN
silk/img/b_selboard.png
Normal file
After Width: | Height: | Size: 585 B |
BIN
silk/img/b_select.png
Normal file
After Width: | Height: | Size: 554 B |
BIN
silk/img/b_sql.png
Normal file
After Width: | Height: | Size: 603 B |
BIN
silk/img/b_sqldoc.png
Normal file
After Width: | Height: | Size: 726 B |
BIN
silk/img/b_sqlhelp.png
Normal file
After Width: | Height: | Size: 649 B |
BIN
silk/img/b_tblanalyse.png
Normal file
After Width: | Height: | Size: 728 B |
BIN
silk/img/b_tblexport.png
Normal file
After Width: | Height: | Size: 738 B |
BIN
silk/img/b_tblimport.png
Normal file
After Width: | Height: | Size: 733 B |
BIN
silk/img/b_tblops.png
Normal file
After Width: | Height: | Size: 610 B |
BIN
silk/img/b_tbloptimize.png
Normal file
After Width: | Height: | Size: 714 B |
BIN
silk/img/b_tipp.png
Normal file
After Width: | Height: | Size: 782 B |
BIN
silk/img/b_unique.png
Normal file
After Width: | Height: | Size: 670 B |
BIN
silk/img/b_usradd.png
Normal file
After Width: | Height: | Size: 746 B |
BIN
silk/img/b_usrcheck.png
Normal file
After Width: | Height: | Size: 793 B |
BIN
silk/img/b_usrdrop.png
Normal file
After Width: | Height: | Size: 767 B |
BIN
silk/img/b_usredit.png
Normal file
After Width: | Height: | Size: 833 B |
BIN
silk/img/b_usrlist.png
Normal file
After Width: | Height: | Size: 753 B |
BIN
silk/img/b_view.png
Normal file
After Width: | Height: | Size: 554 B |
BIN
silk/img/b_views.png
Normal file
After Width: | Height: | Size: 738 B |
BIN
silk/img/bd_browse.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
silk/img/bd_deltbl.png
Normal file
After Width: | Height: | Size: 398 B |
BIN
silk/img/bd_drop.png
Normal file
After Width: | Height: | Size: 379 B |
BIN
silk/img/bd_empty.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
silk/img/bd_firstpage.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
silk/img/bd_ftext.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
silk/img/bd_index.png
Normal file
After Width: | Height: | Size: 414 B |
BIN
silk/img/bd_insrow.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
silk/img/bd_lastpage.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
silk/img/bd_nextpage.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
silk/img/bd_prevpage.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
silk/img/bd_primary.png
Normal file
After Width: | Height: | Size: 432 B |
BIN
silk/img/bd_sbrowse.png
Normal file
After Width: | Height: | Size: 197 B |
BIN
silk/img/bd_select.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
silk/img/bd_unique.png
Normal file
After Width: | Height: | Size: 435 B |
BIN
silk/img/error.ico
Normal file
After Width: | Height: | Size: 318 B |
BIN
silk/img/item.png
Normal file
After Width: | Height: | Size: 410 B |
BIN
silk/img/item_ltr.png
Normal file
After Width: | Height: | Size: 242 B |
BIN
silk/img/item_rtl.png
Normal file
After Width: | Height: | Size: 242 B |
BIN
silk/img/logo_left.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
silk/img/logo_right.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
silk/img/php_sym.png
Normal file
After Width: | Height: | Size: 538 B |
BIN
silk/img/pma_logo2.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
silk/img/pma_logo3.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
silk/img/s_asc.png
Normal file
After Width: | Height: | Size: 250 B |
BIN
silk/img/s_asci.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
silk/img/s_attention.png
Normal file
After Width: | Height: | Size: 701 B |
BIN
silk/img/s_cancel.png
Normal file
After Width: | Height: | Size: 587 B |
BIN
silk/img/s_cancel2.png
Normal file
After Width: | Height: | Size: 474 B |
BIN
silk/img/s_db.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
silk/img/s_desc.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
silk/img/s_error.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
silk/img/s_error2.png
Normal file
After Width: | Height: | Size: 492 B |
BIN
silk/img/s_fulltext.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
silk/img/s_host.png
Normal file
After Width: | Height: | Size: 530 B |
BIN
silk/img/s_info.png
Normal file
After Width: | Height: | Size: 778 B |
BIN
silk/img/s_lang.png
Normal file
After Width: | Height: | Size: 557 B |
BIN
silk/img/s_loggoff.png
Normal file
After Width: | Height: | Size: 693 B |