Convert to unix end of lines
This commit is contained in:
@@ -1,264 +1,264 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* navigation css file from theme Original
|
* navigation css file from theme Original
|
||||||
*
|
*
|
||||||
* @package phpMyAdmin-theme
|
* @package phpMyAdmin-theme
|
||||||
* @subpackage Original
|
* @subpackage Original
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// unplanned execution path
|
// unplanned execution path
|
||||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* general tags */
|
/* general tags */
|
||||||
html {
|
html {
|
||||||
font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
|
font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select, textarea {
|
input, select, textarea {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
|
<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
|
||||||
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
|
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
|
background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
|
||||||
border-right: 1px solid #aaa;
|
border-right: 1px solid #aaa;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img {
|
a img {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link,
|
a:link,
|
||||||
a:visited,
|
a:visited,
|
||||||
a:active {
|
a:active {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #0000FF;
|
color: #0000FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
select#select_server,
|
select#select_server,
|
||||||
select#lightm_db {
|
select#lightm_db {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* buttons in some browsers (eg. Konqueror) are block elements,
|
/* buttons in some browsers (eg. Konqueror) are block elements,
|
||||||
this breaks design */
|
this breaks design */
|
||||||
button {
|
button {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* classes */
|
/* classes */
|
||||||
|
|
||||||
/* leave some space between icons and text */
|
/* leave some space between icons and text */
|
||||||
.icon {
|
.icon {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navi_dbName {
|
.navi_dbName {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* specific elements */
|
/* specific elements */
|
||||||
|
|
||||||
div#pmalogo {
|
div#pmalogo {
|
||||||
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
|
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
|
||||||
}
|
}
|
||||||
div#pmalogo,
|
div#pmalogo,
|
||||||
div#leftframelinks,
|
div#leftframelinks,
|
||||||
div#databaseList {
|
div#databaseList {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 20px 10px 0px 10px;
|
margin: 20px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList {
|
ul#databaseList {
|
||||||
margin: 0.8em 0px;
|
margin: 0.8em 0px;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
padding-<?php echo $left; ?>: 0.3em;
|
padding-<?php echo $left; ?>: 0.3em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList a {
|
ul#databaseList a {
|
||||||
display: block;
|
display: block;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#navidbpageselector a,
|
div#navidbpageselector a,
|
||||||
ul#databaseList a {
|
ul#databaseList a {
|
||||||
background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
|
background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList ul {
|
ul#databaseList ul {
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
}
|
}
|
||||||
ul#databaseList li{ list-style:none;text-indent:20px; margin:0px;
|
ul#databaseList li{ list-style:none;text-indent:20px; margin:0px;
|
||||||
padding:0px;}
|
padding:0px;}
|
||||||
|
|
||||||
ul#databaseList a:hover {
|
ul#databaseList a:hover {
|
||||||
background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4;
|
background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList li.selected a {
|
ul#databaseList li.selected a {
|
||||||
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#leftframelinks .icon {
|
div#leftframelinks .icon {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#reloadlink a img,
|
div#reloadlink a img,
|
||||||
div#leftframelinks a img.icon {
|
div#leftframelinks a img.icon {
|
||||||
margin: 10px 10px 0 0;
|
margin: 10px 10px 0 0;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#leftframelinks a:hover img {
|
div#leftframelinks a:hover img {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* serverlist */
|
/* serverlist */
|
||||||
#body_leftFrame #list_server {
|
#body_leftFrame #list_server {
|
||||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#body_leftFrame #list_server li {
|
#body_leftFrame #list_server li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#left_tableList {margin:0px 10px;}
|
div#left_tableList {margin:0px 10px;}
|
||||||
div#left_tableList ul {
|
div#left_tableList ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#left_tableList ul ul {
|
div#left_tableList ul ul {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#left_tableList a {
|
div#left_tableList a {
|
||||||
/* background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>; MH */
|
/* background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>; MH */
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#left_tableList a:hover {
|
div#left_tableList a:hover {
|
||||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#left_tableList li {
|
div#left_tableList li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
select{
|
select{
|
||||||
-moz-border-radius:2px 2px 2px 2px;
|
-moz-border-radius:2px 2px 2px 2px;
|
||||||
-moz-box-shadow:0 1px 2px #DDDDDD;
|
-moz-box-shadow:0 1px 2px #DDDDDD;
|
||||||
border:1px solid #aaa;
|
border:1px solid #aaa;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
padding:3px;
|
padding:3px;
|
||||||
background:url(./themes/pmahomme/img/input_bg.gif);
|
background:url(./themes/pmahomme/img/input_bg.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
|
<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
|
||||||
/* marked items */
|
/* marked items */
|
||||||
div#left_tableList > ul li.marked > a,
|
div#left_tableList > ul li.marked > a,
|
||||||
div#left_tableList > ul li.marked {
|
div#left_tableList > ul li.marked {
|
||||||
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
|
<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
|
||||||
div#left_tableList > ul li:hover > a,
|
div#left_tableList > ul li:hover > a,
|
||||||
div#left_tableList > ul li:hover {
|
div#left_tableList > ul li:hover {
|
||||||
background: #e4e4e4;
|
background: #e4e4e4;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
div#left_tableList img {
|
div#left_tableList img {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#left_tableList ul ul {
|
div#left_tableList ul ul {
|
||||||
margin-<?php echo $left; ?>: 0;
|
margin-<?php echo $left; ?>: 0;
|
||||||
padding-<?php echo $left; ?>: 0.1em;
|
padding-<?php echo $left; ?>: 0.1em;
|
||||||
border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
padding-bottom: 0.1em;
|
padding-bottom: 0.1em;
|
||||||
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for the servers list in navi panel */
|
/* for the servers list in navi panel */
|
||||||
#serverinfo .item {
|
#serverinfo .item {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
}
|
}
|
||||||
#serverinfo a:hover {
|
#serverinfo a:hover {
|
||||||
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||||
}
|
}
|
||||||
#reloadlink {
|
#reloadlink {
|
||||||
clear: both;
|
clear: both;
|
||||||
float: <?php echo $right; ?>;
|
float: <?php echo $right; ?>;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NavFilter {
|
#NavFilter {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clear_fast_filter {
|
#clear_fast_filter {
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 3ex;
|
right: 3ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fast_filter {
|
#fast_filter {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user