home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-24  |  5.8 KB  |  388 lines

  1. a {
  2.     color:#000000; 
  3.     text-decoration: none;
  4. }
  5. a:visited {
  6.     color:#000000; 
  7.     text-decoration: none;
  8. }
  9. a:active {
  10.     color:#000000; 
  11.     text-decoration: none;
  12. }
  13. a:hover {
  14.     color:#000000; 
  15.     text-decoration: underline;
  16. }
  17.  
  18. a.green {
  19.     color:#006600; 
  20.     text-decoration: none;
  21. }
  22. a.green:visited {
  23.     color:#006600; 
  24.     text-decoration: none;
  25. }
  26. a.green:active {
  27.     color:#006600; 
  28.     text-decoration: none;
  29. }
  30. a.green:hover {
  31.     color:#006600; 
  32.     text-decoration: underline;
  33. }
  34.  
  35. a.upperright {
  36.     font-size: 11px;
  37.     color:#000000; 
  38.     font-weight: bold;
  39.     text-decoration: none;
  40. }
  41. a.upperright:visited {
  42.     font-size: 11px;
  43.     color:#000000; 
  44.     font-weight: bold;
  45.     text-decoration: none;
  46. }
  47. a.upperright:active {
  48.     font-size: 11px;
  49.     color:#000000; 
  50.     font-weight: bold;
  51.     text-decoration: none;
  52. }
  53. a.upperright:hover {
  54.     font-size: 11px;
  55.     color:#000000; 
  56.     font-weight: bold;
  57.     text-decoration: none;
  58. }
  59.  
  60. .upperright {
  61.     font-size: 11px;
  62.     color:#000000; 
  63.     font-weight: bold;
  64. }
  65.  
  66. a.menu {
  67.     color:#ffffff; 
  68.     text-decoration: none;
  69. }
  70. a.menu:visited {
  71.     color:#ffffff; 
  72.     text-decoration: none;
  73. }
  74. a.menu:active {
  75.     color:#ffffff; 
  76.     text-decoration: none;
  77. }
  78. a.menu:hover {
  79.     color:#ffffff; 
  80.     text-decoration: underline;
  81. }
  82.  
  83. body {
  84.     font-family: verdana,arial,helvetica,sans-serif;
  85.     font-size: 10pt;
  86.   margin:             0;
  87.   padding:            0;
  88.   background-color:   #ffffff;
  89.   color:              #000000;
  90. }
  91.  
  92. td, th {
  93.     font-family: verdana,arial,helvetica,sans-serif;
  94.     font-size: 10pt;
  95. }
  96.  
  97. p {
  98.     font-family: verdana,arial,helvetica,sans-serif;
  99. }
  100.  
  101. .menu {
  102.     font-size: 8pt;
  103.     color: #ffffff;
  104. }
  105.  
  106. ul li { 
  107.     margin: 0.2em 0em 0.2em 0em; padding: 0em; 
  108.     list-style-position: outside; 
  109.     list-style-type: square; 
  110.     font-size: 8pt;
  111. }
  112. span.li { 
  113.     color: #000000; 
  114. }
  115. ul { 
  116.     /* color: #014fbe; */
  117.     color: #006600;
  118.     margin: 3px 0em 3px 16px; 
  119. }
  120.  
  121.  
  122. th.pack {
  123.     color: #FFFFFF;
  124.     background: #009933;
  125.     text-align: right;
  126. }
  127.  
  128. td.package_info_title {
  129.     color: #006600;
  130.     font-weight: bold;
  131. }    
  132.  
  133. th.others {
  134.     color: #006600;
  135.     text-align: left;
  136. }
  137.  
  138. em {
  139.     font-weight: bold;
  140.     font-style: italic;
  141. }
  142.  
  143. span.green {
  144.     color: #006600;
  145. }
  146.  
  147. span.headline {
  148.     font-family: verdana,arial,helvetica,sans-serif;
  149.     font-size: 125%;
  150.     font-weight: bold;
  151.     color: #ffffff;
  152. }
  153.  
  154. span.title {
  155.     font-family: verdana,arial,helvetica,sans-serif;
  156.     font-size: 110%;
  157.     font-weight: bold;
  158.     color: #006600;
  159. }
  160.  
  161. .newsDate {
  162.     font-size: 85%;
  163.     font-style: italic;
  164.     color: #66cc66;
  165. }
  166.  
  167. .compact {
  168.     font-family: arial, helvetica, sans-serif;
  169.     font-size: 90%;
  170. }
  171.  
  172. .menuWhite {
  173.     font-family: verdana,arial,helvetica,sans-serif;
  174.     font-size: 75%;
  175.     color: #ffffff;
  176. }
  177. .menuBlack {
  178.     font-family: verdana,arial,helvetica,sans-serif;
  179.     text-decoration: none;
  180.     font-weight: bold;
  181.     font-size: 75%;
  182.     color: #000000;
  183. }
  184.  
  185. .sidebar {
  186.     font-size: 85%;
  187. }
  188.  
  189. code, pre, tt {
  190.     font-family: Courier, "Courier New", monospace;
  191.     font-size: 90%;
  192. }
  193.  
  194. pre.php {
  195.     border-color:       black;
  196.     border-style:       dashed;
  197.     border-width:       1px;
  198.     background-color:   #eeeeee;
  199.     padding:            5px;
  200. }
  201.  
  202. h1 {
  203.     font-family: verdana,arial,helvetica,sans-serif;
  204.     font-size: 140%;
  205.     font-weight: bold;
  206.     color: #006600;
  207. }
  208.  
  209. h2 {
  210.     font-family: verdana,arial,helvetica,sans-serif;
  211.     font-size: 125%;
  212.     font-weight: bold;
  213.     color: #006600;
  214. }
  215.  
  216. h3 {
  217.     font-family: verdana,arial,helvetica,sans-serif;
  218.     font-size: 110%;
  219.     font-weight: bold;
  220.     color: #006600;
  221. }
  222.  
  223. small {
  224.     font-family: verdana,arial,helvetica,sans-serif;
  225.     font-size: 75%;
  226. }
  227.  
  228. a.small {
  229.     font-family: verdana,arial,helvetica,sans-serif;
  230.     font-size: 75%;
  231.     text-decoration: none;
  232. }
  233.  
  234. .tableTitle {
  235.     font-family: verdana,arial,helvetica,sans-serif;
  236.     font-weight: bold;
  237. }
  238.  
  239. .tableExtras {
  240.     font-family: verdana,arial,helvetica,sans-serif;
  241.     font-size: 85%;
  242.     color: #FFFFFF;
  243. }
  244.  
  245. input {
  246.     font-family: verdana,arial,helvetica,sans-serif;
  247. }
  248.  
  249. textarea {
  250.     font-family: verdana,arial,helvetica,sans-serif;
  251. }
  252.  
  253. input.small, select.small {
  254.     font-family: verdana,arial,helvetica,sans-serif;
  255.     font-size: 75%;
  256. }
  257.  
  258. textarea.small {
  259.     font-family: verdana,arial,helvetica,sans-serif;
  260.     font-size: 75%;
  261. }
  262.  
  263. form {
  264.     margin-bottom : 0;
  265. }
  266.  
  267. a
  268. {
  269.   color:              #006600;
  270.   background-color:   transparent;
  271.   text-decoration:    none;
  272. }
  273.  
  274. a:hover
  275. {
  276.   text-decoration:    underline;
  277. }
  278.  
  279. a.menu
  280. {
  281.   color:              #ffffff;
  282.   background-color:   transparent;
  283. }
  284.  
  285. td
  286. {
  287.   font-size:          10pt;
  288. }
  289.  
  290. td.header_top
  291. {
  292.   color:              #ffffff;
  293.   background-color:   #9999cc;
  294.   font-size:          16pt;
  295.   font-weight:        bold;
  296.   text-align:         right;
  297.   padding:            10px;
  298. }
  299.  
  300. td.header_line
  301. {
  302.   color:              #ffffff;
  303.   background-color:   #333366;
  304. }
  305.  
  306. td.header_menu
  307. {
  308.   color:              #ffffff;
  309.   background-color:   #666699;
  310.   font-size:          8pt;
  311.   text-align:         right;
  312.   padding:            2px;
  313.   padding-right:      5px;
  314. }
  315.  
  316. td.menu
  317. {
  318.   padding:            2px;
  319.   padding-left:       5px;
  320. }
  321.  
  322. td.code_border
  323. {
  324.   color:              #000000;
  325.   background-color:   #c0c0c0;
  326. }
  327.  
  328. td.code
  329. {
  330.   color:              #000000;
  331.   background-color:   #f0f0f0;
  332. }
  333.  
  334. .type
  335. {
  336.   font-style:         italic;
  337. }
  338.  
  339. div.credit
  340. {
  341.   font-size:          8pt;
  342.   text-align:         center;
  343. }
  344.  
  345. div.package
  346. {
  347.   padding-left:       5px;
  348. }
  349.  
  350. div.tags
  351. {
  352.   padding-left:       15px;
  353. }
  354.  
  355. div.function
  356. {
  357.   padding-left:       15px;
  358. }
  359.  
  360. div.top
  361. {
  362.   font-size:          8pt;
  363. }
  364.  
  365. div.warning
  366. {
  367.   color:              #ff0000;
  368.   background-color:   transparent;
  369. }
  370.  
  371. div.description
  372. {
  373.   padding-left:       15px;
  374. }
  375.  
  376. hr
  377. {
  378.   height:             1px;
  379.   border-style:       solid;
  380.   border-color:       #c0c0c0;
  381.   margin-top:         10px;
  382.   margin-bottom:      10px;
  383. }
  384.  
  385. span.smalllinenumber
  386. {
  387.   font-size:          8pt;
  388. }