forked from phpmyadmin/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
235 changed files
with
4,954 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,257 @@ | ||
<?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: 14px; | ||
} | ||
|
||
input, select { | ||
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>; | ||
font-size: 13px; | ||
} | ||
|
||
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: 0px solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>; | ||
padding: 0; | ||
box-shadow: 2px 2px #ccc; | ||
margin-right: 10px; | ||
} | ||
|
||
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: 13px; | ||
} | ||
|
||
div#left_tableList ul { | ||
list-style-type: none; | ||
list-style-position: outside; | ||
margin: 0; | ||
padding: 0; | ||
font-size: 13px; | ||
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
Oops, something went wrong.