home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / theme_right.css.php < prev    next >
Encoding:
PHP Script  |  2004-11-02  |  13.9 KB  |  529 lines

  1. /************************************************************************************
  2.  * RIGHT FRAME
  3.  ************************************************************************************/
  4. /* Always enabled stylesheets (right frame) */
  5. body{
  6.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  7.     font-size:        10px;
  8.     color:            #000000;
  9. <?php
  10.     if ($GLOBALS['cfg']['RightBgImage'] != '') {
  11.         echo '    background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
  12.     }
  13.     ?>
  14.     background-color: #ffffff;
  15.     margin: 5px;
  16. }
  17.  
  18. pre, tt, code{
  19.     font-size:        11px;
  20. }
  21. a:link, a:visited, a:active{
  22.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  23.     font-size:        10px;
  24.     text-decoration:  none;
  25.     color:            #333399;
  26.  
  27. }
  28. a:hover{
  29.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  30.     font-size:        10px;
  31.     text-decoration:  underline;
  32.     color:            #cc0000;
  33. }
  34. th{
  35.     font-family:         Verdana, Arial, Helvetica, sans-serif;
  36.     font-size:           10px;
  37.     font-weight:         bold;
  38.     color:               #000000;
  39.     background-color:    #ff9900;
  40.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  41.     background-image:    url(../themes/darkblue_orange/img/tbl_th.png);
  42.     background-repeat:   repeat-x;
  43.     background-position: top;
  44.    <?php } ?>
  45.     height:              18px;
  46. }
  47. th a:link, th a:active, th a:visited{
  48.     color:            #000000;
  49.     text-decoration:  underline;
  50. }
  51.  
  52. th a:hover{
  53.     color:            #666666;
  54.     text-decoration:  none;
  55. }
  56. .tblcomment{
  57.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  58.     font-size:        10px;
  59.     font-weight:      normal;
  60.     color:            #000099;
  61. }
  62. th.td{
  63.     font-weight: normal;
  64.     color: transparent;
  65.     background-color: transparent;
  66.     background-image: none;
  67.    
  68. }
  69. td{
  70.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  71.     font-size:        10px;
  72. }
  73. form{
  74.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  75.     font-size:        10px;
  76.     padding:          0px 0px 0px 0px;
  77.     margin:           0px 0px 0px 0px;
  78. }
  79. select, textarea, input {
  80.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  81.     font-size:        10px;
  82. }
  83. select, textarea{
  84.     color:            #000000;
  85.     background-color: #FFFFFF;
  86. }
  87. input.textfield{
  88.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  89.     font-size:        10px;
  90.     color:            #000000;
  91.     /*background-color: #FFFFFF;*/
  92. }
  93.  
  94. h1{
  95.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  96.     font-size:        18px;
  97.     font-weight:      bold;
  98. }
  99. h2{
  100.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  101.     font-size:        13px;
  102.     font-weight:      bold;
  103. }
  104. h3{
  105.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  106.     font-size:        12px;
  107.     font-weight:      bold;
  108. }
  109. a.nav:link, a.nav:visited, a.nav:active{
  110.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  111.     color:            #000000;
  112. }
  113. a.nav:hover{
  114.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  115.     color:            #cc0000;
  116. }
  117. a.h1:link, a.h1:active, a.h1:visited{
  118.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  119.     font-size:        18px;
  120.     font-weight:      bold;
  121.     color:            #000000;
  122. }
  123. a.h1:hover{
  124.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  125.     font-size:        18px;
  126.     font-weight:      bold;
  127.     color:            #cc0000;
  128. }
  129. a.h2:link, a.h2:active, a.h2:visited{
  130.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  131.     font-size:        13px;
  132.     font-weight:      bold;
  133.     color:            #000000;
  134. }
  135. a.h2:hover{
  136.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  137.     font-size:        13px;
  138.     font-weight:      bold;
  139.     color:            #cc0000;
  140. }
  141. a.drop:link, a.drop:visited, a.drop:active{
  142.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  143.     color:            #cc0000;
  144. }
  145. a.drop:hover{
  146.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  147.     color:            #ffffff;
  148.     background-color: #cc0000;
  149.     text-decoration:  none;
  150. }
  151. dfn{
  152.     font-style:       normal;
  153. }
  154. dfn:hover{
  155.     font-style:       normal;
  156.     cursor:           help;
  157. }
  158. .warning{
  159.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  160.     font-size:        10px;
  161.     font-weight:      bold;
  162.     color:            #cc0000;
  163. }
  164. td.topline{
  165.     font-size:        1px;
  166. }
  167. td.tab{
  168.     border-top:       1px solid #999;
  169.     border-right:     1px solid #666;
  170.     border-left:      1px solid #999;
  171.     border-bottom:    none;
  172.     border-radius:    2px;
  173.     -moz-border-radius: 2px;
  174. }
  175. table.tabs      {
  176.     border-top: none;
  177.     border-right: none;
  178.     border-left: none;
  179.     border-bottom: 1px solid #666;
  180. }
  181.  
  182. fieldset {
  183.     border:     #666699 solid 1px;
  184.     padding:    0.5em;
  185. }
  186. fieldset fieldset {
  187.     margin:     0.8em;
  188. }
  189. legend {
  190.     font-family: Verdana, Arial, Helvetica, sans-serif;
  191.     size:        10px;
  192.     color:       #666699;
  193.     font-weight: bold;
  194.     background-color: #ffffff;
  195.     padding: 2px 2px 2px 2px;
  196. }
  197. button.mult_submit {
  198.     border: none;
  199.     background-color: transparent;
  200. }
  201.  
  202. .pdflayout {
  203.     overflow:         hidden;
  204.     clip:             inherit;
  205.     background-color: #FFFFFF;
  206.     display:          none;
  207.     border:           1px solid #000000;
  208.     position:         relative;
  209. }
  210.  
  211. .pdflayout_table {
  212.     background:       #ff9900;
  213.     color:            #000000;
  214.     overflow:         hidden;
  215.     clip:             inherit;
  216.     z-index:          2;
  217.     display:          inline;
  218.     visibility:       inherit;
  219.     cursor:           move;
  220.     position:         absolute;
  221.     font-size:        11px;
  222.     border:           1px dashed #000000;
  223. }
  224.  
  225. /* Warning showing div with right border and optional icon */
  226.  
  227. div.warning {
  228.     border: 1px solid #cc0000;
  229. /*
  230. <?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
  231. */
  232.     background-image: url(../themes/darkblue_orange/img/s_warn.png);
  233.     background-repeat: no-repeat;
  234.     background-position: 10px 10px;
  235.     padding: 10px 10px 10px 36px;
  236.     margin: 0px;
  237. /*
  238. <?php } ?>
  239. */
  240.     width: 90%;
  241. }
  242.  
  243. div.error {
  244.     width: 100%;
  245.     border: 1px solid #cc0000;
  246.     background-color: #ffffcc;
  247.     padding: 0px;
  248. }
  249.  
  250. div.error  div.text {
  251.     padding: 5px;
  252. }
  253.  
  254. div.error div.head {
  255.     background-color: #cc0000;
  256.     font-weight: bold;
  257.     color: #ffffff;
  258. /*
  259. <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
  260. */
  261.     background-image: url(../themes/darkblue_orange/img/s_error.png);
  262.     background-repeat: no-repeat;
  263.     background-position: 2px 50%;
  264.     padding: 2px 2px 2px 30px;
  265. /*
  266. <?php } ?>
  267. */
  268.     margin: 0px;
  269. }
  270. .print{font-family:arial;font-size:8pt;}
  271.  
  272. /* MySQL Parser */
  273. .syntax {font-family: sans-serif; font-size: 10px;}
  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     {}
  290.  
  291. /* some new styles added 20047-05-05 by Michael Keck (mkkeck) */
  292.  
  293. /* tables */
  294. .tblError {
  295.     border:           1px solid #cc0000;
  296.     background-color: #ffffcc;
  297. }
  298. .tblWarn, div.tblWarn {
  299.     border: 1px solid #cc0000;
  300.     background-color: #ffffff;
  301. }
  302. div.tblWarn {
  303.     padding: 5px 5px 5px 5px;
  304.     margin:  2px 0px 2px 0px;
  305.     width:   100%;
  306. }
  307. .tblHeaders{
  308.     font-weight:         bold;
  309.     color:               #ffffff;
  310.     background-color:    #666699;
  311.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  312.     background-image:    url(../themes/darkblue_orange/img/tbl_header.png);
  313.     background-repeat:   repeat-x;
  314.     background-position: top;
  315.     <?php } ?>
  316.     height:              18px;
  317. }
  318. .tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{
  319.     color:            #ffffcc;
  320.     text-decoration:  underline;
  321. }
  322. .tblFooters{
  323.     font-weight:         normal;
  324.     color:               #ffffff;
  325.     background-color:    #666699;
  326.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  327.     background-image:    url(../themes/darkblue_orange/img/tbl_header.png);
  328.     background-repeat:   repeat-x;
  329.     background-position: top;
  330.     <?php } ?>
  331. }
  332. .tblHeaders a:hover, tblFooters a:hover{
  333.     text-decoration: none;
  334.     color:           #ffffff;
  335. }
  336. .tblHeadError {
  337.     font-weight:         bold;
  338.     color:               #ffffff;
  339.     background-color:    #cc0000;
  340.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  341.     background-image:    url(../themes/darkblue_orange/img/tbl_error.png);
  342.     background-repeat:   repeat-x;
  343.     background-position: top;
  344.     <?php } ?>
  345.     height:              18px;
  346. }
  347. div.errorhead {
  348.     font-weight: bold;
  349.     color: #ffffff;
  350.     text-align: left;
  351.     <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
  352.     background-image: url(../themes/darkblue_orange/img/s_error.png);
  353.     background-repeat: no-repeat;
  354.     background-position: 2px 50%;
  355.     padding: 2px 2px 2px 20px;
  356.     <?php } ?>
  357.     margin: 0px;
  358. }
  359.  
  360. .tblHeadWarn {
  361.     background-color:    #ffcc00;
  362.     font-weight:         bold;
  363.     color:               #000000;
  364.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  365.     background-image:    url(../themes/darkblue_orange/img/tbl_th.png);
  366.     background-repeat:   repeat-x;
  367.     background-position: top;
  368.     <?php } ?>
  369.     height:              18px;
  370. }
  371. div.warnhead {
  372.     font-weight: bold;
  373.     color: #ffffff;
  374.     text-align: left;
  375.     <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
  376.     background-image: url(../themes/darkblue_orange/img/s_warn.png);
  377.     background-repeat: no-repeat;
  378.     background-position: 2px 50%;
  379.     padding: 2px 2px 2px 20px;
  380.     <?php } ?>
  381.     margin: 0px;
  382. }
  383.  
  384. /* forbidden, no privilegs */
  385. .noPrivileges{
  386.     color:            #cc0000;
  387.     font-weight:      bold;
  388. }
  389.  
  390. /* Heading for server links*/
  391.  
  392. .serverinfo {
  393.     font-family:    Verdana, Arial, Helvetica, sans-serif;
  394.     font-size:      12px;
  395.     font-weight:    normal;
  396.     padding: 0px 0px 10px 0px;
  397.     margin: 0px;
  398.     white-space:    nowrap;
  399.     vertical-align: middle;
  400. }
  401. <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  402. .serverinfo a:link, .serverinfo a:active, .serverinfo a:visited {
  403.     font-family:    Verdana, Arial, Helvetica, sans-serif;
  404.     font-size:      12px;
  405.     font-weight:    bolder;
  406. }
  407. .serverinfo a img{
  408.     vertical-align: middle;
  409.     margin: 0px 1px 0px 1px;
  410. }
  411.  
  412. .serverinfo div{
  413.     background-image:    url(../themes/darkblue_orange/img/item_ltr.png);
  414.     background-repeat:   no-repeat;
  415.     background-position: 50% 50%;
  416.     width: 20px;
  417.     height: 16px;
  418. }
  419. <?php } ?>
  420. hr{
  421.     color: #666699; background-color: #6666cc; border: 0; height: 1px;
  422. }
  423.  
  424. /* navigation */
  425. .nav{
  426.     font-family:         Verdana, Arial, Helvetica, sans-serif;
  427.     color:               #000000;
  428.     background-color:    #666699;
  429.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  430.     background-image:    url(../themes/darkblue_orange/img/tbl_header.png);
  431.     background-repeat:   repeat-x;
  432.     background-position: top;
  433.     <?php } ?>
  434.     height:              22px;
  435. }
  436.  
  437. .navSpacer{
  438.     width:            1px;
  439.     height:           16px;
  440.     background-color: #ffffff;
  441. }
  442. .navNormal {
  443.     font-family:         Verdana, Arial, Helvetica, sans-serif;
  444.     font-size:           10px;
  445.     font-weight:         bold;
  446.     color:               #000000;
  447.     background-color:    #666699;
  448.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  449.     background-image:    url(../themes/darkblue_orange/img/tbl_header.png);
  450.     background-repeat:   repeat-x;
  451.     background-position: top;
  452.     <?php } ?>
  453.     height:              20px;
  454.     padding: 2px 5px 2px 5px;
  455. }
  456. .navDrop {
  457.     font-family:         Verdana, Arial, Helvetica, sans-serif;
  458.     font-size:           10px;
  459.     font-weight:         bold;
  460.     color:               #000000;
  461.     background-color:    #cc0000;
  462.     <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  463.     background-image:    url(../themes/darkblue_orange/img/tbl_error.png);
  464.     background-repeat:   repeat-x;
  465.     background-position: top;
  466.     <?php } ?>
  467.     height:              20px;
  468.     padding: 2px 5px 2px 5px;
  469. }
  470. .navActive {
  471.     font-family:         Verdana, Arial, Helvetica, sans-serif;
  472.     font-size:           10px;
  473.     font-weight:         bold;
  474.     color:               #000000;
  475.     /*background-color:    #FF9900;
  476.     background-image:    url(../themes/darkblue_orange/img/tbl_th.png);
  477.     background-repeat:   repeat-x;
  478.     background-position: top;*/
  479.     background-color:    #ffffff;
  480.     height:              16px;
  481.     padding: 2px 5px 2px 5px;
  482. }
  483. .navNormal a:link,.navNormal a:active,.navNormal a:hover,.navNormal a:visited,.navDrop a:link,.navDrop a:active,.navDrop a:visited,.navDrop a:hover {
  484.     color:               #FFFFFF;
  485. }
  486. .navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover {
  487.     color:               #000000;
  488. }
  489. img, input, select, button {
  490.     vertical-align: middle;
  491. }
  492.  
  493. <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
  494. /* some styles for IDs: */
  495. #buttonNo{
  496.     color:            #CC0000;
  497.     font-size:        10px;
  498.     font-weight:      bold;
  499.     padding:          0px 10px 0px 10px;
  500. }
  501. #buttonYes{
  502.     color:            #006600;
  503.     font-size:        10px;
  504.     font-weight:      bold;
  505.     padding:          0px 10px 0px 10px;
  506. }
  507. #buttonGo{
  508.     color:            #006600;
  509.     font-size:        10px;
  510.     font-weight:      bold;
  511.     padding:          0px 10px 0px 10px;
  512. }
  513.  
  514. #listTable{
  515.     width:            260px;
  516. }
  517.  
  518. #textSqlquery{
  519.     width:            450px;
  520. }
  521. #textSQLDUMP {
  522.    width: 95%;
  523.    height: 95%;
  524.    font-family: "Courier New", Courier, mono;
  525.    font-size:   11px;
  526. }
  527. <?php } ?>
  528. /* end of some new styles added 20047-05-05 by Michael Keck (mkkeck) */
  529.