2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * main css file from theme Original
7 * @package phpMyAdmin-theme
11 // unplanned execution path
12 if (!defined('PMA_MINIMUM_COMMON')) {
16 /******************************************************************************/
19 font
-size
: <?php
echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ?
$GLOBALS['PMA_Config']->get('fontsize') : (
20 isset($_COOKIE['pma_fontsize']) ?
$_COOKIE['pma_fontsize'] : '84%'));?
>;
23 input
, select
, textarea
{
28 <?php
if (! empty($GLOBALS['cfg']['FontFamily'])) { ?
>
29 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
33 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
34 background
: <?php
echo (isset($_SESSION['tmp_user_values']['custom_color']) ?
$_SESSION['tmp_user_values']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?
>;
37 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
38 textarea
, tt
, pre
, code
{
39 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
59 text
-decoration
: none
;
64 text
-decoration
: underline
;
79 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
80 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
88 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
89 background
-color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
102 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
107 border
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
> solid
1px
;
109 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
119 background
-color
: <?php
echo 'OPERA' != PMA_USR_BROWSER_AGENT ?
'transparent' : $GLOBALS['cfg']['BgOne']; ?
>;
122 /* buttons in some browsers (eg. Konqueror) are block elements,
123 this breaks design */
131 padding
: 0.1em
0.5em
0.1em
0.5em
;
140 vertical
-align
: middle
;
144 /******************************************************************************/
147 border
: 1px solid
#000000;
152 fieldset
.tblFooters
{
154 margin
-bottom
: 0.5em
;
155 /* avoid a thick line since this should be used under another fieldset */
157 text
-align
: <?php
echo $right; ?
>;
162 fieldset
.formelement
{
163 float: <?php
echo $left; ?
>;
164 margin
-<?php
echo $right; ?
>: 0.5em
;
169 /* revert for Gecko */
170 fieldset div
[class=formelement
] {
176 background
-color
: transparent
;
179 /* odd items 1,3,5,7,... */
182 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
185 /* even items 2,4,6,8,... */
188 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
191 /* odd table rows 1,3,5,7,... */
196 text
-align
: <?php
echo $left; ?
>;
199 <?php
if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?
>
200 /* marked table rows */
203 background
: <?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
204 color
: <?php
echo $GLOBALS['cfg']['BrowseMarkerColor']; ?
>;
208 <?php
if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?
>
213 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
214 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
217 /* hovered table rows */
218 table tr
.odd
:hover th
,
219 table tr
.even
:hover th
,
221 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
222 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
227 * marks table rows/cells if the db field is in a where condition
233 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
237 text
-align
: <?php
echo $right; ?
>;
240 /* IE doesnt handles 'pre' right */
241 table
[class=value
] {
246 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
248 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
267 background
-color
: #FFFFFF;
269 border
: 1px solid
#000000;
284 border
: 1px dashed
#000000;
293 text
-decoration
: none
;
294 border
-bottom
:1px dotted black
;
308 .syntax_digit_integer
{
311 .syntax_digit_float
{
320 .syntax_alpha_columnType
{
321 text
-transform
: uppercase
;
324 .syntax_alpha_columnAttrib
{
325 text
-transform
: uppercase
;
328 .syntax_alpha_reservedWord
{
329 text
-transform
: uppercase
;
333 .syntax_alpha_functionName
{
334 text
-transform
: uppercase
;
337 .syntax_alpha_identifier
{
340 .syntax_alpha_charset
{
343 .syntax_alpha_variable
{
350 .syntax_quote_backtick
{
353 /* leave some space between icons and text */
355 vertical
-align
: middle
;
359 /* no extra space in table cells */
365 margin
-<?php
echo $right; ?
>: 0.3em
;
366 margin
-<?php
echo $left; ?
>: 0.6em
;
369 /* message boxes: warning, error, confirmation */
374 border
-bottom
: 2px solid
;
376 text
-align
: <?php
echo $left; ?
>;
386 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
387 background
-repeat
: no
-repeat
;
388 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
389 background
-position
: 10px
50%
;
390 padding
: 0.1em
0.1em
0.1em
36px
;
392 background
-position
: 99%
50%
;
393 padding
: 10px
5%
10px
10px
;
402 background
-color
: #f0fff0;
406 border
-color
: #00FF00;
407 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
408 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_success
.png
);
412 border
-color
: #00FF00;
417 background
-color
: #FFFFDD;
421 border
-color
: #FFD700;
422 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
423 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_notice
.png
);
427 border
-color
: #FFD700;
432 background
-color
: #FFFFCC;
437 border
-color
: #CC0000;
438 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
439 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_warn
.png
);
443 border
-color
: #cc0000;
447 background
-color
: #FFFFCC;
453 border
-color
: #ff0000;
454 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
455 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_error
.png
);
459 border
-color
: #ff0000;
463 background
-color
: #FFFFCC;
465 fieldset
.confirmation
{
466 border
: 0.1em solid
#FF0000;
468 fieldset
.confirmation legend
{
469 border
-left
: 0.1em solid
#FF0000;
470 border
-right
: 0.1em solid
#FF0000;
472 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
473 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_really
.png
);
474 background
-repeat
: no
-repeat
;
475 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
476 background
-position
: 5px
50%
;
477 padding
: 0.2em
0.2em
0.2em
25px
;
479 background
-position
: 97%
50%
;
480 padding
: 0.2em
25px
0.2em
0.2em
;
484 /* end messageboxes */
495 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
496 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
502 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
503 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
507 .tblHeaders a
:active
,
508 .tblHeaders a
:visited
,
513 .tblFooters a
:active
,
514 .tblFooters a
:visited
{
520 .tblFooters a
:hover
{
524 /* forbidden, no privilegs */
534 .disabled a
:visited
{
540 text
-decoration
: none
;
545 background
-color
: #cccccc;
552 body
.loginform a
.logo
{
561 body
.loginform div
.container
{
562 text
-align
: <?php
echo $left; ?
>;
568 float: <?php
echo $left; ?
>;
574 border
-bottom
: 1px dashed black
;
581 /******************************************************************************/
582 /* specific elements */
585 ul
#topmenu, ul.tabs {
587 list-style
-type
: none
;
593 float: <?php
echo $left; ?
>;
596 vertical
-align
: middle
;
600 vertical
-align
: middle
;
601 margin
-<?php
echo $right; ?
>: 0.1em
;
604 /* default tab styles */
605 .tab
, .tabcaution
, .tabactive
{
607 margin
: 0.2em
0.2em
0 0.2em
;
608 padding
: 0.2em
0.2em
0 0.2em
;
617 /* disabled drop/empty tabs */
622 /* enabled drop/empty tabs */
628 background
-color
: #FF0000;
631 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
639 padding
: 0.1em
0.3em
0.1em
0.3em
;
643 border
-bottom
: 1pt solid black
;
646 /* default tab styles */
647 .tab
, .tabcaution
, .tabactive
{
648 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
649 border
: 1pt solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
651 -moz
-border
-radius
: 0.4em
0.4em
0 0;
652 border
-radius
: 0.4em
0.4em
0 0;
655 /* enabled hover/active tabs */
661 padding
: 0.2em
0.4em
0.2em
0.4em
;
662 text
-decoration
: none
;
667 background
-color
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
670 /* to be able to cancel the bottom border, use <li class="active"> */
671 ul
#topmenu li.active {
672 border
-bottom
: 1pt solid
<?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
675 /* disabled drop/empty tabs */
679 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
692 table
.calendar td a
{
696 table
.calendar td a
:hover
{
697 background
-color
: #CCFFCC;
701 background
-color
: #D3DCE3;
704 table
.calendar td
.selected
{
705 background
-color
: #FFCC99;
718 div
#tablestatistics {
719 border
-bottom
: 0.1em solid
#669999;
720 margin
-bottom
: 0.5em
;
721 padding
-bottom
: 0.5em
;
724 div
#tablestatistics table {
725 float: <?php
echo $left; ?
>;
726 margin
-bottom
: 0.5em
;
727 margin
-<?php
echo $right; ?
>: 0.5em
;
730 div
#tablestatistics table caption {
731 margin
-<?php
echo $right; ?
>: 0.5em
;
733 /* END table stats */
736 /* server privileges */
738 #tablespecificuserrights td,
740 vertical
-align
: middle
;
742 /* END server privileges */
749 margin
-bottom
: 0.5em
;
756 #span_table_comment {
763 margin
: 0 0.1em
0 0.2em
;
770 font
-family
: "Courier New", Courier
, mono
;
781 background
-color
: #ffffcc;
783 border
: 0.1em solid
#000000;
787 /* user privileges */
788 #fieldset_add_user_login div.item {
789 border
-bottom
: 1px solid silver
;
790 padding
-bottom
: 0.3em
;
791 margin
-bottom
: 0.3em
;
794 #fieldset_add_user_login label {
795 float: <?php
echo $left; ?
>;
799 text
-align
: <?php
echo $right; ?
>;
800 padding
-<?php
echo $right; ?
>: 0.5em
;
803 #fieldset_add_user_login span.options #select_pred_username,
804 #fieldset_add_user_login span.options #select_pred_hostname,
805 #fieldset_add_user_login span.options #select_pred_password {
810 #fieldset_add_user_login span.options {
811 float: <?php
echo $left; ?
>;
815 padding
-<?php
echo $right; ?
>: 0.5em
;
818 #fieldset_add_user_login input {
820 clear
: <?php
echo $right; ?
>;
824 #fieldset_add_user_login span.options input {
828 #fieldset_user_priv div.item {
829 float: <?php
echo $left; ?
>;
834 #fieldset_user_priv div.item div.item {
838 #fieldset_user_priv div.item label {
842 #fieldset_user_priv div.item select {
846 #fieldset_user_global_rights fieldset {
847 float: <?php
echo $left; ?
>;
849 /* END user privileges */
853 div
#serverstatus table caption a.top {
854 float: <?php
echo $right; ?
>;
857 div
#serverstatus div#serverstatusqueriesdetails table,
858 div
#serverstatus table#serverstatustraffic,
859 div
#serverstatus table#serverstatusconnections {
860 float: <?php
echo $left; ?
>;
863 #serverstatussection,
867 div
#serverstatussection table {
871 div
#serverstatussection table .name {
874 div
#serverstatussection table .value {
878 div
#serverstatus table tbody td.descr a,
879 div
#serverstatus table .tblFooters a {
882 div
#serverstatus div#statuslinks a:before,
883 div
#serverstatus div#sectionlinks a:before,
884 div
#serverstatus table tbody td.descr a:before,
885 div
#serverstatus table .tblFooters a:before {
888 div
#serverstatus div#statuslinks a:after,
889 div
#serverstatus div#sectionlinks a:after,
890 div
#serverstatus table tbody td.descr a:after,
891 div
#serverstatus table .tblFooters a:after {
894 /* end serverstatus */
897 body
#bodyquerywindow {
900 background
-image
: none
;
901 background
-color
: #F5F5F5;
904 div
#querywindowcontainer {
910 div
#querywindowcontainer fieldset {
913 /* END querywindow */
918 div
#sqlquerycontainer {
919 float: <?php
echo $left; ?
>;
924 div
#tablefieldscontainer {
925 float: <?php
echo $right; ?
>;
930 div
#tablefieldscontainer select {
939 textarea
#sql_query_edit{
944 div
#queryboxcontainer div#bookmarkoptions {
951 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>logo_right
.png
);
952 background
-position
: <?php
echo $right; ?
> bottom
;
953 background
-repeat
: no
-repeat
;
956 #mysqlmaininformation,
957 #pmamaininformation {
958 float: <?php
echo $left; ?
>;
963 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_
<?php
echo $GLOBALS['text_dir']; ?
>.png
);
964 vertical
-align
: middle
;
968 margin
-bottom
: 0.3em
;
973 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
974 /* iconic view for ul items */
975 li
#li_create_database {
976 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
980 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
983 li
#li_select_mysql_collation,
984 li
#li_select_mysql_charset {
985 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
989 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
993 li
#li_server_version{
994 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
998 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
1002 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1005 li
#li_mysql_variables{
1006 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1009 li
#li_mysql_processes{
1010 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1013 li
#li_mysql_collations{
1014 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1017 li
#li_mysql_engines{
1018 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1021 li
#li_mysql_binlogs {
1022 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1025 li
#li_mysql_databases {
1026 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1030 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1034 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1037 li
#li_change_password {
1038 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1042 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1047 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_docs
.png
);
1051 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>php_sym
.png
);
1054 li
#li_pma_homepage {
1055 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_home
.png
);
1058 li
#li_mysql_privilegs{
1059 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1062 li
#li_switch_dbstats {
1063 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1066 li
#li_flush_privileges {
1067 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1070 li
#li_user_preferences {
1071 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1073 /* END iconic view for ul items */
1074 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1077 #body_browse_foreigners {
1078 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1079 margin
: 0.5em
0.5em
0 0.5em
;
1083 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1093 border
: 0.1em solid black
;
1096 #bodythemes a:hover img {
1097 border
: 0.1em solid red
;
1100 #fieldset_select_fields {
1101 float: <?php
echo $left; ?
>;
1110 border
-top
: 0.1em solid silver
;
1111 text
-align
: <?php
echo $right; ?
>;
1114 #table_innodb_bufferpool_usage,
1115 #table_innodb_bufferpool_activity {
1116 float: <?php
echo $left; ?
>;
1119 #div_mysql_charset_collations table {
1120 float: <?php
echo $left; ?
>;
1125 float: <?php
echo $left; ?
>;
1130 float: <?php
echo $left; ?
>;
1134 #div_partition_maintenance,
1135 #div_referential_integrity,
1136 #div_table_maintenance {
1138 float: <?php
echo $left; ?
>;
1141 #div_table_options {
1144 float: <?php
echo $left; ?
>;
1147 #qbe_div_table_list {
1148 float: <?php
echo $left; ?
>;
1151 #qbe_div_sql_query {
1152 float: <?php
echo $left; ?
>;
1157 float: <?php
echo $left; ?
>;
1165 border
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
> solid
1px
;
1170 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1175 float: <?php
echo $left; ?
>;
1180 margin
-<?php
echo $left; ?
>: 60%
;
1182 padding
-<?php
echo $left; ?
>: 1em
;
1186 border
-<?php
echo $left; ?
>: 0.3em solid
<?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1191 background
-color
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1192 padding
: 0.1em
0.3em
;
1196 /* for elements that should be revealed only via js */
1202 padding
-bottom
: 0.3em
;
1203 border
-bottom
: 0.3em solid
<?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1204 margin
-bottom
: 0.3em
;
1208 * Progress bar styles
1210 div
.upload_progress_bar_outer
1212 border
: 1px solid black
;
1216 div
.upload_progress_bar_inner
1218 background
-color
: <?php
echo (isset($_SESSION['userconf']['custom_color']) ?
$_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?
>;
1224 table
#serverconnection_src_remote,
1225 table
#serverconnection_trg_remote,
1226 table
#serverconnection_src_local,
1227 table
#serverconnection_trg_local {
1231 * Validation error message styles<style>/*
1237 .config
-form ul
.tabs
{
1238 margin
: 1.1em
0.2em
0;
1239 padding
: 0 0 0.3em
0;
1244 .config
-form ul
.tabs li
{
1245 float: <?php
echo $left; ?
>;
1248 .config
-form ul
.tabs li a
{
1250 margin
: 0.1em
0.2em
0;
1251 padding
: 0.1em
0.4em
;
1252 white
-space
: nowrap
;
1253 text
-decoration
: none
;
1254 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1255 border
-bottom
: none
;
1258 .config
-form ul
.tabs li a
:hover
,
1259 .config
-form ul
.tabs li a
:active
,
1260 .config
-form ul
.tabs li a
.active
{
1262 padding
: 0.1em
0.6em
0.2em
;
1265 .config
-form ul
.tabs li a
.active
{
1266 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1269 .config
-form fieldset
{
1273 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
1276 .config
-form legend
{
1280 .config
-form fieldset p
{
1285 .config
-form fieldset
.errors
{ /* form error list */
1286 margin
: 0 -2px
1em
-2px
;
1287 padding
: 0.5em
1.5em
;
1288 background
: #FBEAD9;
1289 border
: 0 #C83838 solid;
1290 border
-width
: 1px
0;
1292 font
-family
: sans
-serif
;
1296 .config
-form fieldset
.inline_errors
{ /* field error list */
1297 margin
: 0.3em
0.3em
0.3em
0;
1304 .config
-form fieldset th
{
1305 padding
: 0.3em
0.3em
0.3em
0.5em
;
1307 vertical
-align
: top
;
1309 background
: transparent
;
1312 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
1316 .config
-form fieldset
.disabled
-notice
{
1318 text
-transform
: uppercase
;
1323 .config
-form fieldset td
{
1325 padding
-bottom
: 0.3em
;
1326 vertical
-align
: top
;
1329 .config
-form fieldset th small
{
1331 font
-weight
: normal
;
1332 font
-family
: sans
-serif
;
1337 .config
-form fieldset th
, .config
-form fieldset td
{
1338 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
1341 .config
-form
.lastrow
{
1342 border
-top
: 1px
#000 solid;
1345 .config
-form
.lastrow
{
1346 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
1351 .config
-form
.lastrow input
{
1357 .config
-form span
.checkbox
{
1359 display
: inline
-block
;
1362 .config
-form
.custom
{ /* customized field */
1366 .config
-form span
.checkbox
.custom
{
1368 border
: 1px
#EDEC90 solid;
1372 .config
-form
.field
-error
{
1373 border
-color
: #A11 !important;
1376 .config
-form input
[type
="text"],
1377 .config
-form select
,
1378 .config
-form textarea
{
1379 border
: 1px
#A7A6AA solid;
1382 .config
-form input
[type
="text"]:focus
,
1383 .config
-form select
:focus
,
1384 .config
-form textarea
:focus
{
1385 border
: 1px
#6676FF solid;
1386 background
: #F7FBFF;
1394 .config
-form dd
:before
{