home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / theme_left.css.php < prev    next >
Encoding:
PHP Script  |  2004-10-12  |  6.1 KB  |  242 lines

  1. /************************************************************************************
  2.  * LEFT FRAME
  3.  ************************************************************************************/
  4.  
  5.     /**
  6.      * Add styles for positioned layers
  7.     **/
  8. /*
  9. <?php
  10.     if (isset($num_dbs) && $num_dbs == '0') {
  11. ?>
  12. */
  13. /* No layer effects neccessary */
  14. div{
  15.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  16.     font-size:        10px;
  17.     color:            #ffffff;
  18. }
  19. .heada{
  20.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  21.     font-size:        10px;
  22.     color:            #ffffff;
  23. }
  24. .parent{
  25.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  26.     color:            #ffffff;
  27.     text-decoration:  none;
  28. }
  29. .item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{
  30.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  31.     font-size:        10px;
  32.     color:            #ffffff;
  33.     text-decoration:  none;
  34. }
  35. .tblItem:hover{
  36.     color:            #ffffcc;
  37.     text-decoration:  underline;
  38. }
  39. /*
  40. <?php
  41.     } else {
  42.         if (isset($js_capable) && $js_capable != '0') {
  43.             // Brian Birtles : This is not the ideal method of doing this
  44.             // but under the 7th June '00 Mozilla build (and many before
  45.             // it) Mozilla did not treat text between <style> tags as
  46.             // style information unless it was written with the one call
  47.             // to write().
  48.             if (isset($js_isDOM) && $js_isDOM != '0') {
  49. ?>
  50. */
  51. /* Layer effects neccessary: capable && is_DOM is set. We found a recent CSS-Browser */
  52. div{
  53.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  54.     font-size:        10px;
  55.     color:            #ffffff;
  56. }
  57. .heada{
  58.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  59.     font-size:        10px;
  60.     color:            #ffffff;
  61. }
  62. .headaCnt{
  63.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  64.     font-size:        10px;
  65.     color:            #ffffff;
  66. }
  67. .parent{
  68.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  69.     color:            #ffffff;
  70.     text-decoration:  none;
  71.     display:          block;
  72. }
  73. .child{
  74.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  75.     font-size:        10px;
  76.     color:            #ffffff;
  77.     text-decoration:  none;
  78.     display:          none;
  79. }
  80. .item, .item:active, .item:hover, .tblItem, .tblItem:active{
  81.     font-size:        10px;
  82.     color:            #ffffff;
  83.     text-decoration:  none;
  84. }
  85. .tblItem:hover{
  86.     color:            #ffffcc;
  87.     text-decoration:  underline;
  88. }
  89. /*
  90. <?php
  91.             } else {
  92. ?>
  93. */
  94. /* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */
  95. div{
  96.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  97.     font-size:        10px;
  98.     color:            #000000;
  99. }
  100. .heada{
  101.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  102.     font-size:        10px;
  103.     color:            #ffffff;
  104. }
  105. .headaCnt{
  106.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  107.     font-size:        10px;
  108.     color:            #ffffff;
  109. }
  110. /*
  111. <?php
  112.             if (isset($js_isIE4) && $js_isIE4 != '0') {
  113. ?>
  114. */
  115. /* Additional effects for IE4 */
  116. .parent{
  117.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  118.     color:            #ffffff;
  119.     text-decoration:  none;
  120.     display:          block;
  121. }
  122. .child{
  123.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  124.     font-size:        10px;
  125.     color:            #ffffff;
  126.     text-decoration:  none;
  127.     display:          none;
  128. }
  129. .item, .item:active, .item:hover, .tblItem, .tblItem:active{
  130.     font-size:        10px;
  131.     color:            #ffffff;
  132.     text-decoration:  none;
  133. }
  134. .tblItem:hover{
  135.     color:            #ffffcc;
  136.     text-decoration:  underline;
  137. }
  138. /*
  139.  
  140. <?php
  141.                 } else {
  142. ?>
  143. */
  144. /* Additional effects for NON-IE4 */
  145. .parent{
  146.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  147.     color:            #ffffff;
  148.     text-decoration:  none;
  149.     position:         absolute;   /* don't edit! */
  150.     visibility:       hidden;     /* don't edit! */
  151. }
  152. .child{
  153.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  154.     font-size:        10px;
  155.     color:            #ffffff;
  156.     position:         absolute;   /* don't edit! */
  157.     visibility:       hidden;     /* don't edit! */
  158. }
  159. .item, .tblItem{
  160.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  161.     font-size:        10px;
  162.     color:            #ffffff;
  163.     text-decoration:  none;
  164. }
  165. /*
  166. <?php
  167.                 }
  168.             }
  169.         } else {
  170. ?>
  171. */
  172. /* Additional effects for left frame not required or not possible because of lacking CSS-capability. */
  173. div{
  174.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  175.     font-size:        10px;
  176.     color:            #ffffff;
  177. }
  178. .heada{
  179.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  180.     font-size:        10px;
  181.     color:            #ffffff;
  182. }
  183. .headaCnt{
  184.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  185.     font-size:        10px;
  186.     color:            #ffffff;
  187. }
  188. .parent{
  189.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  190.     color:            #ffffff;
  191.     text-decoration:  none;
  192. }
  193. .child{
  194.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  195.     font-size:        10px;
  196.     color:            #ffffff;
  197.     text-decoration:  none;
  198. }
  199. .item, .item:active, .item:hover, .tblItem, .tblItem:active{
  200.     font-size:        10px;
  201.     color:            #ffffff;
  202.     text-decoration:  none;
  203. }
  204. .tblItem:hover{
  205.     color:            #ffffcc;
  206.     text-decoration:  underline;
  207. }
  208. /*
  209. <?php
  210.         }
  211.     }
  212. ?>
  213. */
  214. /* Always enabled stylesheets (left frame) */
  215. body{
  216.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  217.     font-size:        10px;
  218.     background-color: #666699;
  219.     margin: 0px;
  220.     padding: 2px 2px 2px 2px;
  221. }
  222. input{
  223.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  224.     font-size:        10px;
  225. }
  226. select{
  227.     font-family:      Verdana, Arial, Helvetica, sans-serif;
  228.     font-size:        10px;
  229.     background-color: #ffffff;
  230.     color:            #000000;
  231.     width:            150px;
  232. }
  233. hr{
  234.     color:            #ffffff;
  235.     background-color: #ffffff;
  236.     border:           0;
  237.     height:           1px;
  238. }
  239. img, input, select, button {
  240.     vertical-align: middle;
  241. }
  242.