styles related to inline_edit for 3.4 compatible themes
[phpmyadmin-themes.git] / pixeline / css / theme_right.css.php
blob8bab3f1431446b788ee34fe84e78c1e11a102e4f
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 Pixeline
9 */
11 // unplanned execution path
12 if (!defined('PMA_MINIMUM_COMMON')) {
13 exit();
16 /* Always enabled stylesheets (right frame) */
17 html {
18 height:100%;
19 border-left:1px solid #AAA;
21 html, body {
22 margin:0;
23 padding:0;
26 body {
27 font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
28 font-size: 11px;
29 color: #000000;
30 background: <?php echo $GLOBALS['cfg']['RightBgColor']; ?> url(themes/pixeline/img/pixeline_light.png) top left repeat-x;
34 pre, tt {font-size: <?php echo $font_size; ?>}
35 th {
36 font-family: <?php echo $right_font_family; ?>;
37 font-size: <?php echo $font_size; ?>;
38 font-weight: normal;
39 color: #000000;
40 background-color: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>
42 td {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
43 form {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; padding: 0px; margin: 10px;}
44 input {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
45 input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
46 select {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
47 textarea {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
48 h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold}
49 h2 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold}
50 h3 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold}
51 a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
52 a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
53 a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000}
54 a.nav:link {font-family: <?php echo $right_font_family; ?>; color: #000000}
55 a.nav:visited {font-family: <?php echo $right_font_family; ?>; color: #000000}
56 a.nav:hover {font-family: <?php echo $right_font_family; ?>; color: #FF0000}
57 a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
58 a.h1:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
59 a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
60 a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #FF0000}
61 a.h2:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
62 a.h2:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
63 a.h2:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
64 a.h2:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000}
65 a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
66 a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
67 a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff; background-color:#ff0000; text-decoration: none}
68 dfn {font-style: normal}
69 dfn:hover {font-style: normal; cursor: help}
70 .nav {font-family: <?php echo $right_font_family; ?>; color: #000000}
71 .warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
72 .tblcomment {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_smallest; ?>; font-weight: normal; color: #000099; }
73 td.topline {font-size: 1px}
74 td.tab {
75 border-top: 1px solid #999;
76 border-right: 1px solid #666;
77 border-left: 1px solid #999;
78 border-bottom: none;
79 border-radius: 2px;
80 -moz-border-radius: 2px;
82 h1{
83 text-transform:capitalize;
84 letter-spacing:-2px;
85 font-family:"trebuchet MS";
86 font-weight:normal;
88 #mysqlmaininformation h1, #pmamaininformation h1{
89 margin-top:40px;
90 padding-left:10px;
92 fieldset {
93 border: #686868 solid 1px;
94 padding: 0.5em;
96 fieldset fieldset {
97 margin: 0.8em;
100 button.mult_submit {
101 border: none;
102 background-color: transparent;
105 .pdflayout {
106 overflow: hidden;
107 clip: inherit;
108 background-color: #FFFFFF;
109 display: none;
110 border: 1px solid #000000;
111 position: relative;
114 .pdflayout_table {
115 background: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>;
116 color: #000000;
117 overflow: hidden;
118 clip: inherit;
119 z-index: 2;
120 display: inline;
121 visibility: inherit;
122 cursor: move;
123 position: absolute;
124 font-size: <?php echo $font_smaller; ?>;
125 border: 1px dashed #000000;
128 .print{font-family:arial;font-size:8pt;}
130 /* MySQL Parser */
131 .syntax {font-family: sans-serif; font-size: <?php echo $font_smaller; ?>;}
132 .syntax_comment { padding-left: 4pt; padding-right: 4pt;}
133 .syntax_digit {}
134 .syntax_digit_hex {}
135 .syntax_digit_integer {}
136 .syntax_digit_float {}
137 .syntax_punct {}
138 .syntax_alpha {}
139 .syntax_alpha_columnType {text-transform: uppercase;}
140 .syntax_alpha_columnAttrib {text-transform: uppercase;}
141 .syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
142 .syntax_alpha_functionName {text-transform: uppercase;}
143 .syntax_alpha_identifier {}
144 .syntax_alpha_charset {}
145 .syntax_alpha_variable {}
146 .syntax_quote {white-space: pre;}
147 .syntax_quote_backtick {}
149 hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
151 /* new styles for navigation */
153 .nav {
154 font-family: <?php echo $right_font_family; ?>;
155 color: #000000;
156 border-top: none;
157 border-right: none;
158 border-left: none;
159 border-bottom: 1px solid #666;
161 .navSpacer {
162 width: 5px;
163 height: 16px;
165 .navNormal, .navDrop, .navActive {
166 font-family: <?php echo $right_font_family; ?>;
167 font-size: <?php echo $font_size; ?>;
168 font-weight: bold;
169 border-top: 1px solid #999;
170 border-right: 1px solid #666;
171 border-left: 1px solid #999;
172 border-bottom: none;
173 border-radius: 2px;
174 -moz-border-radius: 2px;
175 padding: 2px 5px 2px 5px;
177 .navNormal {
178 color: #000000;
179 background-color: #FEFEFE;
181 .navActive{
182 font-family: <?php echo $right_font_family; ?>;
183 font-size: <?php echo $font_size; ?>;
184 font-weight: bold;
185 color: #000000;
186 background-color: #EAE6D0;
188 .navDrop{
189 color: #000000;
190 background-color: #E5E5E5;
192 .navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{
193 color: #0000FF;
196 .navDrop a:link, .navDrop a:active, .navDrop a:visited{
197 color: #FF0000;
199 .navDrop a:hover{
200 color: #FFFFFF;
201 background-color: #FF0000;
203 .navNormal a:hover, .navActive a:hover{
204 color: #FF0000;
207 /* Warning showing div with right border and optional icon */
209 div.errorhead {
210 font-weight: bold;
211 color: #ffffff;
212 text-align: left;
213 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
214 background-image: url(themes/original/img/s_error.png);
215 background-repeat: no-repeat;
216 background-position: 5px 50%;
217 padding: 0px 0px 0px 25px;
218 <?php } ?>
219 margin: 0px;
222 /* tables */
223 .tblError {
224 border: 1px solid #FF0000;
225 background-color: #FFFFCC;
227 .tblWarn, div.tblWarn {
228 border: 1px solid #FF0000;
229 background-color: #FFFFFF;
231 div.tblWarn {
232 padding: 5px 5px 5px 5px;
233 margin: 0px 0px 5px 0px;
234 width: 100%;
236 .tblHeaders {
237 background-color: <?php echo $cfg['LeftBgColor']; ?>;
238 font-weight: bold;
239 color: #FFFFFF;
241 .tblFooters {
242 background-color: <?php echo $cfg['LeftBgColor']; ?>;
243 font-weight: normal;
244 color: #000000;
246 .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
247 color: #0000FF;
249 .tblHeaders a:hover, .tblFooters a:hover { color: #FF0000; }
250 .tblHeadError {
251 background-color: #FF0000;
252 font-weight: bold;
253 color: #FFFFFF;
255 .tblHeadWarn {
256 background-color: #FFCC00;
257 font-weight: bold;
258 color: #000000;
260 /* forbidden, no privilegs */
261 .noPrivileges{
262 color: #FF0000;
263 font-weight: bold;
266 /* Heading */
268 #serverinfo {
269 font-family: <?php echo $right_font_family; ?>;
270 font-size: <?php echo $font_size; ?>;
271 font-weight: normal;
272 white-space: nowrap;
273 vertical-align: middle;
274 padding:23px 10px 10px 10px;
275 border:1px solid #aaa;
276 border:0;
277 background-color:#FFF;
278 color:#000;
279 margin:0;
282 img, input, select, button {
283 vertical-align: middle;
286 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
287 html body div#serverinfo a.item, #serverinfo a.item:active, #serverinfo a.item:visited {
288 font-family: <?php echo $right_font_family; ?>;
289 font-size: <?php echo $font_size; ?>;
290 font-weight: normal;
291 color:#111111;
293 #serverinfo a.item img{
294 vertical-align: middle;
295 margin: 0px 1px 0px 2px;
297 #serverinfo div{
298 background-image: url(themes/original/img/item_ltr.png);
299 background-repeat: no-repeat;
300 background-position: 50% 50%;
301 width: 20px;
302 height: 16px;
304 #textSQLDUMP {
305 width: 95%;
306 height: 95%;
307 font-family: "Courier New", Courier, mono;
308 font-size: 12px;
310 <?php } // end of isDom ?>
311 /* disabled text */
312 .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
313 font-family: <?php echo $right_font_family; ?>;
314 font-size: <?php echo $font_size; ?>;
315 color: #666666;
317 .disabled a:hover {
318 text-decoration: none;
320 td.disabled {
321 background-color: #cccccc;
324 #TooltipContainer {
325 position: absolute;
326 z-index: 99;
327 width: 250px;
328 height: 50px;
329 overflow: auto;
330 visibility: hidden;
331 background-color: #ffffcc;
332 color: #000000;
333 border: 1px solid #000000;
334 padding: 5px;
335 font-family: <?php echo $right_font_family; ?>;
336 font-size: <?php echo $font_size; ?>;
339 /* disabled text */
340 .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
341 font-family: <?php echo $right_font_family; ?>;
342 font-size: <?php echo $font_size; ?>;
343 color: #666666;
345 .disabled a:hover {
346 text-decoration: none;
348 tr.disabled td, td.disabled {
349 background-color: #cccccc;
352 #TooltipContainer {
353 position: absolute;
354 z-index: 99;
355 width: 250px;
356 height: 50px;
357 overflow: auto;
358 visibility: hidden;
359 background-color: #ffffcc;
360 color: #000000;
361 border: 1px solid #000000;
362 padding: 5px;
363 font-family: <?php echo $right_font_family; ?>;
364 font-size: <?php echo $font_size; ?>;
367 #topmenucontainer {
369 border-top-width:0;
370 border-bottom:1px solid #AAA;
372 background-color:#FFF;
374 #topmenu{
375 margin:0;
376 padding:0;
378 #topmenucontainer ul#topmenu li{
379 padding-right:3px;
380 border-bottom:0px;
382 #topmenu li .tab, #topmenu li .tabcaution, #topmenu li a.tabactive{
383 margin:0;
384 font: 9px Arial;
385 padding:3px 6px 1px;
386 background-color:#ffc5b6;
387 background-color:#ffffd7;
388 color:#000;
389 border:1px solid #AAA;
390 border-bottom:0px;
391 font-weight:normal;
392 text-transform:uppercase;
395 #topmenu li a.tabactive, #topmenu li a.tab:hover{
396 background-color:#FFEB8F;
397 color:#0000FF;
398 border:1px solid #AAA;
399 border-bottom:0px;
402 #topmenu li a.tabcaution{
403 background-color:#FFFF00;
404 color:#000;
406 html frameset#mainframeset{
407 border:5px solid red;
408 background-color:#FF0000;
410 #topmenu li a.tabcaution:hover{
411 background-color:#FFDD00;
412 color:#000;
414 table.calendar td.selected,table tr.marked th,
415 table tr.marked,table tr.odd:hover,
416 table tr.even:hover,
417 table tr.odd:hover th,
418 table tr.even:hover th,
419 table tr.hover th,
420 table tr.hover,.marked a,
421 .marked,.odd:hover,
422 .even:hover,
423 .hover {
424 color:#000;
426 #calendar_data{
427 background-color:#CECECE;
429 #calendar_data table.calendar{
430 border-collapse:collapse;
431 border:0px solid #CECECE;
433 #calendar_data table.calendar td{
434 background-color:#EEE;
435 border:1px solid #CCC;
437 #calendar_data table.calendar th{
438 padding:5px 0 3px;
439 background-color:#FFF;
440 font-size:120%;
441 color:#333;
443 #clock_data {
444 margin:auto;
445 text-align:center;
447 #clock_data button{
448 font-size:120%;
449 color:#000;
450 font-weight:bold;