New theme (themes#3184464)

This commit is contained in:
Michal Čihař
2011-02-17 16:19:36 +01:00
parent d3e034eb45
commit 14f5cf4b96
156 changed files with 3112 additions and 0 deletions

View File

@@ -0,0 +1,280 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* navigation css file from theme Emphasis
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Emphasis
*/
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
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;
border-radius: 0.3em;
}
body {
<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
<?php } ?>
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?> url('<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>background.png') 0% 0% repeat-x;
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;
}
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: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
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(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_db.png);
}
ul#databaseList a {
display: block;
}
div#databaseList form select,
div#navidbpageselector form select {
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
border: 1px solid #909090;
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
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: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
ul#databaseList a:hover {
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
}
ul#databaseList ul {
}
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-width: 0px;
}
div#leftframelinks a:hover img {
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
}
/* serverlist */
#body_leftFrame #list_server {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->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: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
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: 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: <?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;
font-weight: bold;
}
#clear_fast_filter:hover {
color: #903050;
}
#fast_filter {
width: 100%;
padding: 2px 0px;
margin: 0;
border: 0;
}
#newtable li a{
}

View File

@@ -0,0 +1,38 @@
<?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;
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
emphasis/img/arrow_ltr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/arrow_rtl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/asc_order.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

BIN
emphasis/img/b_bookmark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

BIN
emphasis/img/b_browse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

BIN
emphasis/img/b_calendar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

BIN
emphasis/img/b_chart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
emphasis/img/b_comment.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

BIN
emphasis/img/b_db.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

BIN
emphasis/img/b_deltbl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

BIN
emphasis/img/b_docs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

BIN
emphasis/img/b_docsql.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

BIN
emphasis/img/b_drop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

BIN
emphasis/img/b_edit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

BIN
emphasis/img/b_empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

BIN
emphasis/img/b_engine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

BIN
emphasis/img/b_export.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/b_ftext.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

BIN
emphasis/img/b_help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

BIN
emphasis/img/b_home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

BIN
emphasis/img/b_import.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

BIN
emphasis/img/b_index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

BIN
emphasis/img/b_info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

BIN
emphasis/img/b_insrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

BIN
emphasis/img/b_lastpage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/b_minus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

BIN
emphasis/img/b_more.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

BIN
emphasis/img/b_newdb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

BIN
emphasis/img/b_newtbl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

BIN
emphasis/img/b_nextpage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/b_pdfdoc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

BIN
emphasis/img/b_plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

BIN
emphasis/img/b_prevpage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/b_primary.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

BIN
emphasis/img/b_print.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

BIN
emphasis/img/b_props.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

BIN
emphasis/img/b_save.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

BIN
emphasis/img/b_sbrowse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

BIN
emphasis/img/b_sdb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

BIN
emphasis/img/b_search.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

BIN
emphasis/img/b_selboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

BIN
emphasis/img/b_select.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

BIN
emphasis/img/b_snewtbl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

BIN
emphasis/img/b_sql.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

BIN
emphasis/img/b_sqldoc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

BIN
emphasis/img/b_sqlhelp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

BIN
emphasis/img/b_tblops.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

BIN
emphasis/img/b_tipp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

BIN
emphasis/img/b_unique.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

BIN
emphasis/img/b_usradd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

BIN
emphasis/img/b_usrcheck.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

BIN
emphasis/img/b_usrdrop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

BIN
emphasis/img/b_usredit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

BIN
emphasis/img/b_usrlist.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

BIN
emphasis/img/b_view.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B

BIN
emphasis/img/b_views.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

BIN
emphasis/img/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

BIN
emphasis/img/bd_browse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

BIN
emphasis/img/bd_deltbl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

BIN
emphasis/img/bd_drop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

BIN
emphasis/img/bd_empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

BIN
emphasis/img/bd_ftext.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

BIN
emphasis/img/bd_index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

BIN
emphasis/img/bd_insrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

BIN
emphasis/img/bd_primary.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

BIN
emphasis/img/bd_sbrowse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

BIN
emphasis/img/bd_select.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

BIN
emphasis/img/bd_unique.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

BIN
emphasis/img/error.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

BIN
emphasis/img/eye.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

BIN
emphasis/img/eye_grey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

BIN
emphasis/img/item.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

BIN
emphasis/img/item_ltr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/item_rtl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
emphasis/img/logo_left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
emphasis/img/logo_right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
emphasis/img/more.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

BIN
emphasis/img/new_data.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
emphasis/img/new_struct.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

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