Even more over/even/odd simplify
[phpmyadmin-themes.git] / garvblue / css / theme_right.css.php
blob53827672acc8f7c5b6858d215cfd186b63ff5dfd
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * main css file from theme
6 * @version $Id$
7 * @package phpMyAdmin-theme
8 * @subpackage garvBlue
9 */
12 #leftFrameset, #mainFrameset,
13 framset, frame {
14 margin: 0px;
15 padding: 0px;
18 body, pre, tt, th, td, form, input, select, textarea, h3 {
19 font-family: Tahoma, Arial, sans-serif;
20 font-size: 10pt;
21 color: #2D3867;
24 form {
25 padding: 0px;
26 margin: 0px;
29 th {
30 font-weight: bold;
31 color: #000000;
32 background-color: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>
35 textarea, input.textfield, select {
36 color: #000000;
37 background-color: #FFFFFF;
38 padding-left: 2px;
41 h1 {
42 font-size: 12pt;
43 font-weight: bold;
46 h2 {
47 font-size: 11pt;
48 font-weight: bold;
51 h3 {
52 font-weight: bold;
56 /* BEGIN GARVIN */
57 #serverinfo {
58 margin-left: auto;
59 margin-right: 15px;
60 margin-bottom: 15px;
61 padding: 0px;
62 border-bottom: 1px solid #2D3867;
65 .serverinfo {
66 font-family: <?php echo $right_font_family; ?>;
67 font-size: 9pt;
68 font-weight: normal;
69 white-space: nowrap;
70 vertical-align: middle;
73 .serverinfo a:link, .serverinfo a:active, .serverinfo a:visited {
74 font-family: <?php echo $right_font_family; ?>;
75 font-size: <?php echo $font_size; ?>;
76 font-weight: bolder;
77 color: #2D3867;
80 .serverinfo a:hover {
81 color: #F4A227;
82 text-decoration: underline;
85 .serverinfo a img{
86 vertical-align: middle;
87 margin: 0px 1px 0px 2px;
90 .serverinfo div{
91 background-image: url(themes/garvblue/img/item_ltr.png);
92 background-repeat: no-repeat;
93 background-position: 50% 50%;
94 width: 20px;
95 height: 16px;
98 a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #2D3867}
99 a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #2D3867}
102 a.nav:link {font-family: <?php echo $right_font_family; ?>; color: #000000}
103 a.nav:visited {font-family: <?php echo $right_font_family; ?>; color: #000000}
104 a.nav:hover {font-family: <?php echo $right_font_family; ?>; color: #FF0000}
105 a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
106 a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
107 a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff; background-color:#ff0000; text-decoration: none}
110 table.tabs {
111 border-top: none;
112 border-right: none;
113 border-left: none;
114 border-bottom: 1px solid #666;
117 hr {
118 color: #666666;
119 background-color: #666666;
120 border: 0;
121 height: 1px;
124 fieldset {
125 border: #686868 solid 1px;
126 padding: 0.5em;
129 td.tab {
130 border-top: 1px solid #999;
131 border-right: 1px solid #666;
132 border-left: 1px solid #999;
133 border-bottom: none;
134 border-radius: 2px;
135 -moz-border-radius: 2px;
138 /* new styles for navigation */
140 #topmenu {
141 border-bottom: 2px solid #2D3867;
144 .nav {
145 font-family: <?php echo $right_font_family; ?>;
146 color: #000000;
147 border-top: none;
148 border-right: none;
149 border-left: none;
150 border-bottom: 1px solid #666;
153 .navSpacer {
154 width: 5px;
155 height: 16px;
158 .navNormal, .navDrop, .navActive {
159 font-family: <?php echo $right_font_family; ?>;
160 font-size: <?php echo $font_size; ?>;
161 font-weight: bold;
162 border-top: 1px solid #999;
163 border-right: 1px solid #666;
164 border-left: 1px solid #999;
165 border-bottom: #2D3867;
166 border-radius: 2px;
167 -moz-border-radius: 2px;
168 padding: 2px 5px 2px 5px;
171 .navNormal, .navDrop {
172 color: #000000;
173 background-color: #E8EAF1;
176 .navActive{
177 font-family: <?php echo $right_font_family; ?>;
178 font-size: <?php echo $font_size; ?>;
179 font-weight: bold;
180 color: #F4A227;
181 background-color: #2D3867;
184 .navActive a:link, .navActive a:active, .navActive a:visited {
185 color: #F4A227;
188 .navNormal a:link, .navNormal a:active, .navNormal a:visited {
189 color: #2D3867;
192 .navDrop a:link, .navDrop a:active, .navDrop a:visited{
193 color: #FF0000;
196 .navDrop a:hover{
197 color: #FFFFFF;
198 background-color: #FF0000;
201 .navNormal a:hover, .navActive a:hover{
202 color: #F4A227;
203 text-decoration: underline;
205 /* END GARVIN */
207 dfn {
208 font-style: normal
211 dfn:hover {
212 font-style: normal;
213 cursor: help
216 .warning {
217 font-weight: bold;
218 color: #FF0000
221 .tblcomment {
222 font-size: 8pt;
223 font-weight: normal;
224 color: #000099;
227 td.topline {
228 font-size: 1px;
231 div.tabs {
232 clear: both;
235 fieldset fieldset {
236 margin: 0.8em;
239 button.mult_submit {
240 border: none;
241 background-color: transparent;
244 .pdflayout {
245 overflow: hidden;
246 clip: inherit;
247 background-color: #FFFFFF;
248 display: none;
249 border: 1px solid #000000;
250 position: relative;
253 .pdflayout_table {
254 background: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>;
255 color: #000000;
256 overflow: hidden;
257 clip: inherit;
258 z-index: 2;
259 display: inline;
260 visibility: inherit;
261 cursor: move;
262 position: absolute;
263 font-size: <?php echo $font_smaller; ?>;
264 border: 1px dashed #000000;
267 .print {
268 font-family:arial;
269 font-size:8pt;
272 /* MySQL Parser */
273 .syntax {font-family: sans-serif; font-size: <?php echo $font_smaller; ?>;}
274 .syntax_comment { padding-left: 4pt; padding-right: 4pt;}
275 .syntax_digit {}
276 .syntax_digit_hex {}
277 .syntax_digit_integer {}
278 .syntax_digit_float {}
279 .syntax_punct {}
280 .syntax_alpha {}
281 .syntax_alpha_columnType {text-transform: uppercase;}
282 .syntax_alpha_columnAttrib {text-transform: uppercase;}
283 .syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
284 .syntax_alpha_functionName {text-transform: uppercase;}
285 .syntax_alpha_identifier {}
286 .syntax_alpha_charset {}
287 .syntax_alpha_variable {}
288 .syntax_quote {white-space: pre;}
289 .syntax_quote_backtick {}
291 /* Warning showing div with right border and optional icon */
293 div.errorhead {
294 font-weight: bold;
295 color: #ffffff;
296 text-align: left;
297 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
298 background-image: url(themes/original/img/s_error.png);
299 background-repeat: no-repeat;
300 background-position: 5px 50%;
301 padding: 0px 0px 0px 25px;
302 <?php } ?>
303 margin: 0px;
306 /* tables */
307 .tblError {
308 border: 1px solid #FF0000;
309 background-color: #FFFFCC;
312 .tblWarn, div.tblWarn {
313 border: 1px solid #FF0000;
314 background-color: #FFFFFF;
317 div.tblWarn {
318 padding: 5px 5px 5px 5px;
319 margin: 0px 0px 5px 0px;
320 width: 100%;
323 .tblHeaders {
324 background-color: <?php echo $cfg['LeftBgColor']; ?>;
325 font-weight: bold;
326 color: #000000;
329 .tblFooters {
330 background-color: <?php echo $cfg['LeftBgColor']; ?>;
331 font-weight: normal;
332 color: #000000;
335 .tblHeadError {
336 background-color: #FF0000;
337 font-weight: bold;
338 color: #FFFFFF;
341 .tblHeadWarn {
342 background-color: #FFCC00;
343 font-weight: bold;
344 color: #000000;
347 /* forbidden, no privilegs */
348 .noPrivileges{
349 color: #FF0000;
350 font-weight: bold;
353 /* Heading */
355 img, input, select, button {
356 vertical-align: middle;
359 /* disabled text */
360 .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
361 font-family: Verdana, Arial, Helvetica, sans-serif;
362 font-size: 10px;
363 color: #666666;
365 .disabled a:hover {
366 font-family: Verdana, Arial, Helvetica, sans-serif;
367 font-size: 10px;
368 color: #666666;
369 text-decoration: none;
371 td.disabled {
372 background-color: #cccccc;
375 #textSQLDUMP {
376 width: 95%;
377 height: 95%;
378 font-family: "Courier New", Courier, mono;
379 font-size: 12px;
382 #TooltipContainer {
383 position: absolute;
384 z-index: 99;
385 width: 250px;
386 height: 50px;
387 overflow: auto;
388 visibility: hidden;
389 background-color: #ffffcc;
390 color: #006600;
391 border: 1px solid #000000;
392 padding: 5px;
393 font-family: Verdana, Arial, Helvetica, sans-serif;
394 font-size: 10px;
397 a:hover {
398 color: #F4A227;
399 text-decoration: underline;