Increase theme version
[phpmyadmin-themes.git] / pmahomme / css / theme_left.css.php
blob508be337146a107d8cfba81631cf05ce2c51aae8
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * navigation css file from theme Original
6 * @package phpMyAdmin-theme
7 * @subpackage Original
8 */
10 // unplanned execution path
11 if (!defined('PMA_MINIMUM_COMMON')) {
12 exit();
15 /******************************************************************************/
16 /* general tags */
17 html {
18 font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
21 input, select, textarea {
22 font-size: 1em;
25 body {
26 <?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
27 font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
28 <?php } ?>
29 background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
30 border-right: 1px solid #aaa;
31 color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
32 margin: 0;
33 padding: 0;
36 a img {
37 border: 0;
40 a:link,
41 a:visited,
42 a:active {
43 text-decoration: none;
44 color: #0000FF;
47 ul {
48 margin:0;
51 form {
52 margin: 0;
53 padding: 0;
54 display: inline;
57 select#select_server,
58 select#lightm_db {
59 width: 100%;
62 /* buttons in some browsers (eg. Konqueror) are block elements,
63 this breaks design */
64 button {
65 display: inline;
69 /******************************************************************************/
70 /* classes */
72 /* leave some space between icons and text */
73 .icon {
74 vertical-align: middle;
75 margin-right: 0.3em;
76 margin-left: 0.3em;
79 .navi_dbName {
80 font-weight: bold;
81 color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
84 /******************************************************************************/
85 /* specific elements */
87 div#pmalogo {
88 <?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
90 div#pmalogo,
91 div#leftframelinks,
92 div#databaseList {
93 text-align: center;
94 margin: 20px 10px 0px 10px;
97 ul#databaseList {
98 margin: 0.8em 0px;
99 padding-bottom: 0.5em;
100 padding-<?php echo $left; ?>: 0.3em;
101 font-style: italic;
104 ul#databaseList a {
105 display: block;
106 padding:5px;
107 font-style: normal;
110 div#navidbpageselector a,
111 ul#databaseList a {
112 background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
113 color: #333;
116 ul#databaseList ul {
117 margin:0px;
118 padding:0px;
120 ul#databaseList li{ list-style:none;text-indent:20px; margin:0px;
121 padding:0px;}
123 ul#databaseList a:hover {
124 background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4;
127 ul#databaseList li.selected a {
128 background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
129 color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
132 div#leftframelinks .icon {
133 padding: 0;
134 margin: 0;
137 div#reloadlink a img,
138 div#leftframelinks a img.icon {
139 margin: 10px 10px 0 0;
140 padding: 0.2em;
141 border: 0px;
144 div#leftframelinks a:hover img {
148 /* serverlist */
149 #body_leftFrame #list_server {
150 list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
151 list-style-position: inside;
152 list-style-type: none;
153 margin: 0;
154 padding: 0;
157 #body_leftFrame #list_server li {
158 margin: 0;
159 padding: 0;
162 div#left_tableList {margin:0px 10px;}
163 div#left_tableList ul {
164 list-style-type: none;
165 list-style-position: outside;
166 margin: 0;
167 padding: 0;
170 div#left_tableList ul ul {
171 font-size: 100%;
174 div#left_tableList a {
175 /* background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>; MH */
176 color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
177 text-decoration: none;
180 div#left_tableList a:hover {
181 background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
182 color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
183 text-decoration: underline;
186 div#left_tableList li {
187 margin: 0;
188 padding: 5px 0;
189 white-space: nowrap;
192 select{
193 -moz-border-radius:2px 2px 2px 2px;
194 -moz-box-shadow:0 1px 2px #DDDDDD;
195 border:1px solid #aaa;
196 color:#333333;
197 padding:3px;
198 background:url(./themes/pmahomme/img/input_bg.gif);
201 <?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
202 /* marked items */
203 div#left_tableList > ul li.marked > a,
204 div#left_tableList > ul li.marked {
205 background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
206 color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
208 <?php } ?>
210 <?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
211 div#left_tableList > ul li:hover > a,
212 div#left_tableList > ul li:hover {
213 background: #e4e4e4;
214 color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
216 <?php } ?>
218 div#left_tableList img {
219 padding: 0;
220 vertical-align: middle;
223 div#left_tableList ul ul {
224 margin-<?php echo $left; ?>: 0;
225 padding-<?php echo $left; ?>: 0.1em;
226 border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
227 padding-bottom: 0.1em;
228 border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
231 /* for the servers list in navi panel */
232 #serverinfo .item {
233 white-space: nowrap;
234 color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
236 #serverinfo a:hover {
237 background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
238 color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
240 #reloadlink {
241 clear: both;
242 float: <?php echo $right; ?>;
243 display: block;
244 padding: 1em;
247 #NavFilter {
248 display: none;
251 #clear_fast_filter {
252 background: white;
253 color: black;
254 cursor: pointer;
255 padding: 0;
256 margin: 0;
257 position: relative;
258 right: 3ex;
261 #fast_filter {
262 width: 85%;
263 padding: 0.1em;