Remove custom color references in themes compatible with 3.4
[phpmyadmin-themes.git] / xp_basic / css / theme_right.css.php
blob277afdabb2551ace79b2ee4d8d5a3a89e75f2f5e
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 WinXP_basic
9 */
12 body {
13 font-family: <?php echo $right_font_family; ?>;
14 font-size: <?php echo $font_size; ?>;
15 color: #000000;
16 <?php
17 if ($GLOBALS['cfg']['RightBgImage'] == '') {
18 echo ' background-image: url(themes/original/img/vertical_line.png);' . "\n"
19 . ' background-repeat: repeat-y;' . "\n";
20 } else {
21 echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
22 } // end if... else...
24 background-color: <?php echo $GLOBALS['cfg']['RightBgColor'] . "\n"; ?>
27 pre, tt {font-size: <?php echo $font_size; ?>}
28 th {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #000000; background-color: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>}
29 td {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
30 form {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; padding: 0px; margin: 0px;}
31 input {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
32 input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
33 select {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
34 textarea {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
35 h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold}
36 h2 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold}
37 h3 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold}
38 a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
39 a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
40 a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000}
41 a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
42 a.h1:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
43 a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
44 a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #FF0000}
45 a.h2:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
46 a.h2:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
47 a.h2:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
48 a.h2:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000}
49 a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
50 a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
51 a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff; background-color:#ff0000; text-decoration: none}
52 dfn {font-style: normal}
53 dfn:hover {font-style: normal; cursor: help}
54 .warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
55 .tblcomment {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_smallest; ?>; font-weight: normal; color: #000099; }
56 td.topline {font-size: 1px}
59 fieldset {
60 border: #686868 solid 1px;
61 padding: 0.5em;
63 fieldset fieldset {
64 margin: 0.8em;
67 button.mult_submit {
68 border: none;
69 background-color: transparent;
72 .pdflayout {
73 overflow: hidden;
74 clip: inherit;
75 background-color: #FFFFFF;
76 display: none;
77 border: 1px solid #000000;
78 position: relative;
81 .pdflayout_table {
82 background: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>;
83 color: #000000;
84 overflow: hidden;
85 clip: inherit;
86 z-index: 2;
87 display: inline;
88 visibility: inherit;
89 cursor: move;
90 position: absolute;
91 font-size: <?php echo $font_smaller; ?>;
92 border: 1px dashed #000000;
95 .print{font-family:arial;font-size:8pt;}
97 /* MySQL Parser */
98 .syntax {font-family: sans-serif; font-size: <?php echo $font_smaller; ?>;}
99 .syntax_comment { padding-left: 4pt; padding-right: 4pt;}
100 .syntax_digit {}
101 .syntax_digit_hex {}
102 .syntax_digit_integer {}
103 .syntax_digit_float {}
104 .syntax_punct {}
105 .syntax_alpha {}
106 .syntax_alpha_columnType {text-transform: uppercase;}
107 .syntax_alpha_columnAttrib {text-transform: uppercase;}
108 .syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
109 .syntax_alpha_functionName {text-transform: uppercase;}
110 .syntax_alpha_identifier {}
111 .syntax_alpha_charset {}
112 .syntax_alpha_variable {}
113 .syntax_quote {white-space: pre;}
114 .syntax_quote_backtick {}
116 hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
118 /* topmenu */
119 #topmenu {
120 font-weight: bold;
123 /* default tab styles */
124 .tab, .tabcaution, .tabactive {
125 margin-right: 0.1em;
126 margin-left: 0.1em;
129 /* disabled tabs */
130 span.tab {
131 color: #666666;
134 /* disabled drop/empty tabs */
135 span.tabcaution {
136 color: #ff6666;
139 /* enabled drop/empty tabs */
140 a.tabcaution {
141 color: #FF0000;
143 a.tabcaution:hover {
144 color: #FFFFFF;
145 background-color: #FF0000;
148 <?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
149 /* active tab */
150 a.tabactive {
151 border-bottom: 0.1em solid black;
152 color: black;
154 <?php } else { ?>
155 #topmenu {
156 margin-top: 0.5em;
157 border-bottom: 0.1em solid black;
158 padding: 0.1em 0.3em 0.1em 0.3em;
161 /* default tab styles */
162 .tab, .tabcaution {
163 font-weight: bold;
164 border-top: 1px solid #999;
165 border-right: 1px solid #666;
166 border-left: 1px solid #999;
167 border-bottom: none;
168 border-radius: 2px;
169 -moz-border-radius: 2px;
170 background-color: #FEFEFE;
172 .tabactive {
173 font-family: Verdana, Arial, Helvetica, sans-serif;
174 font-size: 10px;
175 font-weight: bold;
176 height: 16px;
177 padding: 2px 5px 2px 5px;
178 color: #000000;
179 background-color: #EAE6D0;
182 /* enabled hover/active tabs */
183 a.tab:hover, .tabactive {
184 font-weight: bold;
185 margin-right: 0;
186 margin-left: 0;
187 padding: 0.3em 0.3em 0.1em 0.3em;
188 height: 16px;
189 padding: 2px 5px 2px 5px;
190 color: #FF0000;
191 background-color: #EAE6D0;
194 a.tabcaution:hover {
195 background-color: #ff0000;
196 background-image: none;
199 /* disabled drop/empty tabs */
200 span.tab, span.tabcaution {
201 cursor: url(themes/original/img/error.ico), default;
203 <?php } ?>
204 /* end topmenu */
205 /* Warning showing div with right border and optional icon */
207 div.errorhead {
208 font-weight: bold;
209 color: #ffffff;
210 text-align: left;
211 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
212 background-image: url(themes/original/img/s_error.png);
213 background-repeat: no-repeat;
214 background-position: 5px 50%;
215 padding: 0px 0px 0px 25px;
216 <?php } ?>
217 margin: 0px;
220 /* tables */
221 .tblError {
222 border: 1px solid #FF0000;
223 background-color: #FFFFCC;
225 .tblWarn, div.tblWarn {
226 border: 1px solid #FF0000;
227 background-color: #FFFFFF;
229 div.tblWarn {
230 padding: 5px 5px 5px 5px;
231 margin: 0px 0px 5px 0px;
232 width: 100%;
234 .tblHeaders {
235 background-color: <?php echo $cfg['LeftBgColor']; ?>;
236 font-weight: bold;
237 color: #FFFFFF;
239 .tblFooters {
240 background-color: <?php echo $cfg['LeftBgColor']; ?>;
241 font-weight: normal;
242 color: #000000;
244 .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
245 color: #0000FF;
247 .tblHeaders a:hover, .tblFooters a:hover { color: #FF0000; }
248 .tblHeadError {
249 background-color: #FF0000;
250 font-weight: bold;
251 color: #FFFFFF;
253 .tblHeadWarn {
254 background-color: #FFCC00;
255 font-weight: bold;
256 color: #000000;
258 /* forbidden, no privilegs */
259 .noPrivileges{
260 color: #FF0000;
261 font-weight: bold;
264 #serverinfo {
265 font-weight: bold;
266 margin-bottom: 0.5em;
269 #serverinfo .item {
270 white-space: nowrap;
273 #span_table_comment {
274 font-weight: normal;
275 font-style: italic;
276 white-space: nowrap;
279 #serverinfo img {
280 margin: 0 0.1em 0 0.1em;
283 img, input, select, button {
284 vertical-align: middle;
287 #textSQLDUMP {
288 width: 95%;
289 height: 95%;
290 font-family: "Courier New", Courier, mono;
291 font-size: 12px;
294 /* disabled text */
295 .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
296 font-family: <?php echo $right_font_family; ?>;
297 font-size: <?php echo $font_size; ?>;
298 color: #666666;
300 .disabled a:hover {
301 text-decoration: none;
303 td.disabled {
304 background-color: #cccccc;
307 #TooltipContainer {
308 position: absolute;
309 z-index: 99;
310 width: 250px;
311 height: 50px;
312 overflow: auto;
313 visibility: hidden;
314 background-color: #ffffcc;
315 color: #000000;
316 border: 1px solid #000000;
317 padding: 5px;
318 font-family: <?php echo $right_font_family; ?>;
319 font-size: <?php echo $font_size; ?>;