home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / Topware / activeperl / ActivePerl / Perl / html / ASPNPerl / aspn.css next >
Encoding:
Cascading Style Sheet File  |  2001-06-08  |  12.5 KB  |  656 lines

  1. /* standard elements */
  2. body
  3.     {
  4.     background: #FFFFFF;
  5.     font-family: Verdana, Arial, Helvetica, sans-serif;
  6.     font-weight: normal;
  7.     }    
  8. td
  9.     {
  10.     font-size: 70%;
  11.     font-family: Verdana, Arial, Helvetica, sans-serif;
  12.     font-weight: normal;
  13.     text-decoration: none;
  14.     }
  15. input
  16.     {
  17.     font-size: 12px;
  18.     }
  19. select
  20.     {
  21.     font-size: 12px;
  22.     }
  23. p
  24.     {
  25.     color: #000000;
  26.     font-family: Verdana, Arial, Helvetica, sans-serif;
  27.     font-weight: normal;
  28.     }
  29. blockquote
  30.     {
  31.     color: #000000;
  32.     font-family: Verdana, Arial, Helvetica, sans-serif;
  33.     font-weight: normal;
  34.     }
  35. dl
  36.     {
  37.     color: #000000;
  38.     font-family: Verdana, Arial, Helvetica, sans-serif;
  39.     font-weight: normal;
  40.     }
  41.  
  42. dt
  43.     {
  44.     color: #000000;
  45.     font-family: Verdana, Arial, Helvetica, sans-serif;
  46.     font-weight: normal;
  47.     }
  48.  
  49. ul
  50.     {
  51.     color: #000000;
  52.     font-family: Verdana, Arial, Helvetica, sans-serif;
  53.     font-weight: normal;
  54.     list-style-type: disc;
  55.     }
  56. ol
  57.     {
  58.     color: #000000;
  59.     font-family: Verdana, Arial, Helvetica, sans-serif;
  60.     font-weight: normal;
  61.     }
  62. h1
  63.     { 
  64.     font-family: Verdana, Arial, Helvetica, sans-serif;
  65.     font-size: 18px;
  66.     font-weight: bold;
  67.     color: #B82619;
  68.     }
  69. h2 
  70.     {
  71.     font-family: Verdana, Arial, Helvetica, sans-serif;
  72.     font-size: 13px;
  73.     font-weight: bold;
  74.     color: #B82619;
  75.     background-color: #EAE2BB;
  76.     }
  77. h3
  78.     { 
  79.     font-family: Verdana, Arial, Helvetica, sans-serif;
  80.     font-size: 12px;
  81.     font-weight: bold;
  82.     color: #000000;
  83.     }        
  84. h4
  85.     { 
  86.     font-family: Verdana, Arial, Helvetica, sans-serif;
  87.     font-size: 11px;
  88.     font-weight: bold;
  89.     color: #B82619; 
  90.     }     
  91.         
  92. /* default links */
  93. a:link 
  94.     { 
  95.     color: #B82619;
  96.     text-decoration: underline;
  97.     }
  98. a:visited 
  99.     { 
  100.     color: #80764F;
  101.     text-decoration: underline;
  102.     }
  103. a:hover
  104.     {
  105.     color: #000000;
  106.     text-decoration: underline;
  107.     }
  108. a:active 
  109.     { 
  110.     color: #B82619;
  111.     text-decoration: underline;
  112.     }
  113.  
  114. /* documentation link formatting */
  115. a.doc:link 
  116.     { 
  117.     color: #B82619;
  118.     text-decoration: underline;
  119.     }
  120. a.doc:visited 
  121.     { 
  122.     color: #B82619;
  123.     text-decoration: underline;
  124.     }
  125. a.doc:hover
  126.     {
  127.     color: #000000;
  128.     text-decoration: underline;
  129.     }
  130. a.doc:active 
  131.     { 
  132.     color: #B82619;
  133.     text-decoration: underline;
  134.     }
  135.     
  136. /* general styles */    
  137. .heading 
  138.     { 
  139.     font-family: Verdana, Arial, Helvetica, sans-serif;
  140.     font-size: 18px;
  141.     font-weight: bold;
  142.     color: #B82619;
  143.     }
  144. .headingwhite
  145.     { 
  146.     font-family: Verdana, Arial, Helvetica, sans-serif;
  147.     font-size: 18px;
  148.     font-weight: bold;
  149.     color: #FFFFFF;
  150.     }
  151. .subheading 
  152.     { 
  153.     font-family: Verdana, Arial, Helvetica, sans-serif;
  154.     font-size: 12px; 
  155.     font-weight: bold;
  156.     color: #B82619;
  157.     }
  158. .subheadingsmall
  159.     { 
  160.     font-family: Verdana, Arial, Helvetica, sans-serif;
  161.     font-size: 11px;
  162.     font-weight: bold;
  163.     color: #B82619;
  164.     }
  165. .subheadingblack 
  166.     { 
  167.     font-family: Verdana, Arial, Helvetica, sans-serif;
  168.     font-size: 12px;
  169.     font-weight: bold;
  170.     color: #000000; 
  171.     }
  172. .subheadingwhite 
  173.     { 
  174.     font-family: Verdana, Arial, Helvetica, sans-serif;
  175.     font-size: 12px;
  176.     font-weight: bold;
  177.     color: #FFFFFF; 
  178.     }
  179. .docsubheading
  180.     {
  181.     font-family: Verdana, Arial, Helvetica, sans-serif;
  182.     font-size: 13px;
  183.     font-weight: bold;
  184.     color: #B82619;
  185.     background-color: #EAE2BB;
  186.     }
  187. .docsubheadinggrey
  188.     {
  189.     font-family: Verdana, Arial, Helvetica, sans-serif;
  190.     font-size: 13px;
  191.     font-weight: bold;
  192.     color: #B82619;
  193.     background-color: #cccccc;
  194.     }
  195. .error
  196.     {
  197.     color: #B82619;
  198.     }    
  199. .err
  200.     {
  201.     color: #B82619;
  202.     }    
  203.     
  204. /* deco */
  205. .lineColour
  206.     {
  207.     background: #999999;
  208.     }
  209.     
  210. /* unordered list without bullets */
  211. ul.sans 
  212.     { 
  213.     list-style-type: none;
  214.     }
  215.         
  216. /* user options */    
  217. td.userOptions
  218.     {
  219.     background: #FFFFFF;
  220.     font-size: 70%;
  221.     font-family: Verdana, Arial, Helvetica, sans-serif;
  222.     font-weight: bold;
  223.     text-decoration: none;
  224.     }
  225.     td.userOptions a:link
  226.         {
  227.         color: #B82619;
  228.         text-decoration: underline;
  229.         }    
  230.     td.userOptions a:visited
  231.         {
  232.         color: #B82619;
  233.         text-decoration: underline;
  234.         }    
  235.     
  236. /* primary navigation selected */
  237. td.navSel
  238.     {
  239.     background: #EAE2BB;
  240.     font-size: 12px;
  241.     font-family: Verdana, Arial, Helvetica, sans-serif;
  242.     font-weight: bold;
  243.     }
  244.     td.navSel a:link
  245.         {
  246.         color: #000000;
  247.         text-decoration: none;
  248.         }
  249.     td.navSel a:hover
  250.         {
  251.         color: #B82619;
  252.         text-decoration: none;
  253.         }
  254.     td.navSel a:active
  255.         {
  256.         color: #B82619;
  257.         text-decoration: none;
  258.         }
  259.     td.navSel a:visited
  260.         {
  261.         color: #000000;
  262.         text-decoration: none;
  263.         }
  264.     
  265. /* primary navigation not selected */
  266. td.navunSel
  267.     {
  268.     background: #B82619;
  269.     font-size: 12px;
  270.     font-family: Verdana, Arial, Helvetica, sans-serif;
  271.     font-weight: bold;
  272.     text-decoration: none;
  273.     }
  274.     td.navunSel a:link
  275.         {
  276.         color: #FFFFFF;
  277.         text-decoration: none;
  278.         }
  279.     td.navunSel a:hover
  280.         {
  281.         color: #FFFFFF;
  282.         text-decoration: none;
  283.         }
  284.     td.navunSel a:active
  285.         {
  286.         color: #FFFFFF;
  287.         text-decoration: none;
  288.         }
  289.     td.navunSel a:visited
  290.         {
  291.         color: #FFFFFF;
  292.         text-decoration: none;
  293.         }
  294.         
  295. /* secondary nav */
  296. td.navSecondary   
  297.     {
  298.     background: #EAE2BB;
  299.     color: #000000;
  300.     font-size: 11px;
  301.     font-family: Verdana, Arial, Helvetica, sans-serif;
  302.     font-weight: bold;
  303.     } 
  304.     td.navSecondary a:link
  305.         {
  306.         color: #000000;
  307.         text-decoration: none;
  308.         }
  309.     td.navSecondary a:hover
  310.         {
  311.         color: #B82619;
  312.         text-decoration: none;
  313.         }
  314.     td.navSecondary a:active
  315.         {
  316.         color: #B82619;
  317.         text-decoration: none;
  318.         }
  319.     td.navSecondary a:visited
  320.         {
  321.         color: #000000;
  322.         text-decoration: none;
  323.         }    
  324.  
  325. /* categories */
  326. p.cat
  327.     {
  328.     line-height : 5px;
  329.     }
  330. p.cat a:link
  331.         {
  332.         color: #B82619;
  333.         }
  334. p.cat a:hover
  335.         {
  336.         color: #000000;
  337.         }
  338. p.cat a:active
  339.         {
  340.         color: #B82619;
  341.         }
  342. p.cat a:visited
  343.         {
  344.         color: #B82619;
  345.         }
  346.  
  347. /* not currently used 
  348. a.cat1
  349.     {
  350.     font-size: 80%;
  351.     font-family: Verdana, Arial, Helvetica, sans-serif;
  352.     font-weight: normal;
  353.     }
  354.     a.cat1:link
  355.         {
  356.         color: #B82619;
  357.         }
  358.     a.cat1:hover
  359.         {
  360.         color: #000000;
  361.         }
  362.     a.cat1:active
  363.         {
  364.         color: #B82619;
  365.         }
  366.     a.cat1:visited
  367.         {
  368.         color: #80764F;
  369.         }
  370.  
  371. a.cat2
  372.     {
  373.     font-size: 70%;
  374.     font-family: Verdana, Arial, Helvetica, sans-serif;
  375.     font-weight: normal;
  376.     text-indent: 5px;
  377.     }
  378.     a.cat2:link
  379.         {
  380.         color: #B82619;
  381.         }
  382.     a.cat2:hover
  383.         {
  384.         color: #000000;
  385.         }
  386.     a.cat2:active
  387.         {
  388.         color: #B82619;
  389.         }
  390.     a.cat2:visited
  391.         {
  392.         color: #80764F;
  393.         }  
  394. */
  395.         
  396. /*  path  */
  397. td.path
  398.     {
  399.     font-family: Verdana, Arial, Helvetica, sans-serif;
  400.     font-size: 70%;
  401.     font-weight: normal;
  402.     color: #000000;
  403.     text-decoration: none;
  404.     } 
  405.            
  406. /*  footer  */
  407. td.footer 
  408.     { 
  409.     font-family: Verdana, Arial, Helvetica, sans-serif;
  410.     font-size: 70%;
  411.     color: #000000;
  412.     text-decoration: none;
  413.     }
  414. td.formRequired
  415.     {
  416.     font-size: 70%;
  417.     font-family: Verdana, Arial, Helvetica, sans-serif;
  418.     font-weight: bold;
  419.     }
  420.     
  421. /* search */
  422. td.searchResults
  423.     {
  424.     background: #FFFFFF;
  425.     font-size: 70%;
  426.     font-family: Verdana, Arial, Helvetica, sans-serif;
  427.     font-weight: normal;
  428.     text-decoration: none;
  429.     }    
  430. td.previousNext
  431.     {
  432.     background: #FFFFFF;
  433.     font-size: 70%;
  434.     font-family: Verdana, Arial, Helvetica, sans-serif;
  435.     font-weight: normal;
  436.     }
  437. td.previousNextRef
  438.     {
  439.     background: #EEEEEE;
  440.     font-size: 70%;
  441.     font-family: Verdana, Arial, Helvetica, sans-serif;
  442.     font-weight: normal;
  443.     }
  444. td.treeRefMain
  445.     {
  446.     background: #FFFFFF;
  447.     font-size: 80%;
  448.     font-family: Verdana, Arial, Helvetica, sans-serif;
  449.     font-weight: normal;
  450.     }
  451.     td.treeRefMain a:link
  452.         {
  453.         color: #000000;
  454.         text-decoration: none;
  455.         }    
  456.     td.treeRefMain a:visited
  457.         {
  458.         color: #666666;
  459.         text-decoration: none;
  460.         }    
  461.     td.treeRefMain a:hover
  462.         {
  463.         color: #B82619;
  464.         text-decoration: underline;
  465.         }    
  466.     td.treeRefMain a:active
  467.         {
  468.         color: #B82619;
  469.         text-decoration: underline;
  470.         }    
  471. td.treeRef
  472.     {
  473.     background: #FFFFFF;
  474.     font-size: 70%;
  475.     font-family: Verdana, Arial, Helvetica, sans-serif;
  476.     font-weight: normal;
  477.     }
  478.     td.treeRef a:link
  479.         {
  480.         color: #000000;
  481.         text-decoration: none;
  482.         }    
  483.     td.treeRef a:visited
  484.         {
  485.         color: #666666;
  486.         text-decoration: none;
  487.         }    
  488.     td.treeRef a:hover
  489.         {
  490.         color: #B82619;
  491.         text-decoration: underline;
  492.         }    
  493.     td.treeRef a:active
  494.         {
  495.         color: #B82619;
  496.         text-decoration: underline;
  497.         }    
  498.  
  499. td.downloads
  500.     {
  501.     background: #FFFFFF;
  502.     font-size: 70%;
  503.     font-family: Verdana, Arial, Helvetica, sans-serif;
  504.     font-weight: normal;
  505.     }
  506.     td.downloads a:link
  507.         {
  508.         color: #B82619;
  509.         }    
  510.     td.downloads a:visited
  511.         {
  512.         color: #B82619;
  513.         }    
  514. td.downloadsBeta
  515.     {
  516.     background: #EEEEEE;
  517.     font-size: 70%;
  518.     font-family: Verdana, Arial, Helvetica, sans-serif;
  519.     font-weight: normal;
  520.     }
  521.     td.downloadsBeta a:link
  522.         {
  523.         color: #B82619;
  524.         }    
  525.     td.downloadsBeta a:visited
  526.         {
  527.         color: #B82619;
  528.         }
  529. p.downloadsMain
  530.     {
  531.     background: #FFFFFF;
  532.     font-family: Verdana, Arial, Helvetica, sans-serif;
  533.     font-weight: bold;
  534.     }
  535.     p.downloadsMain a:link
  536.         {
  537.         font-weight: normal;
  538.         }    
  539.     p.downloadsMain a:hover
  540.         {
  541.         font-weight: normal;
  542.         }    
  543.     p.downloadsMain a:active
  544.         {
  545.         font-weight: normal;
  546.         }    
  547.     p.downloadsMain a:visited
  548.         {
  549.         color: #B82619;
  550.         font-weight: normal;
  551.         }    
  552.  
  553.     p.downloadsMain a.downloadName:link
  554.         {
  555.         color: #000000;
  556.         font-weight: bold;
  557.         }    
  558.     p.downloadsMain a.downloadName:hover
  559.         {
  560.         color: #000000;
  561.         font-weight: bold;
  562.         }    
  563.     p.downloadsMain a.downloadName:active
  564.         {
  565.         color: #000000;
  566.         font-weight: bold;
  567.         }    
  568.     p.downloadsMain a.downloadName:visited
  569.         {
  570.         color: #000000;
  571.         font-weight: bold;
  572.         }
  573. td.quote
  574.     {
  575.     color: #666666;
  576.     font-size: 70%;
  577.     }
  578.  
  579. /* stuff for cookbook coloring */
  580. .syntaxstring { color:  #23238e; }
  581. .syntaxtext { color:  #000000; }
  582. .syntaxcomment { color:  #696969; }
  583. .syntaxname { color:  #000000; }
  584. .syntaxerror { color:  #e63c3c; }
  585. .syntaxkeyword { color:  #871f78; }
  586. /* end stuff */
  587.  
  588. /* shopping cart */
  589. td.SCheader
  590. {
  591.     background: #C2B266;
  592.     font-size: 80%;
  593.     font-family: Verdana, Arial, Helvetica, sans-serif;
  594.     font-weight : bold;
  595.     text-align : center;
  596. }
  597.  
  598. td.SCshade
  599. {
  600.     background: #EAE2BB;
  601.     font-size: 80%;
  602.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  603. }
  604.  
  605. /* used on popup */
  606. a.windowClose:link
  607.     { 
  608.     font-weight: bold;
  609.     color:         #FFFFFF;
  610.     }
  611. a.windowClose:visited 
  612.     { 
  613.     font-weight: bold;
  614.     color:         #FFFFFF;
  615.     }
  616. a.windowClose:hover 
  617.     { 
  618.     font-weight: bold;
  619.     color:         #FFFFFF;
  620.     }
  621. a.windowClose:active 
  622.     { 
  623.     font-weight: bold;
  624.     color:         #FFFFFF;
  625.     }
  626.  
  627. /* used by mailarchive */
  628. a.arc:link
  629.         {
  630.         color: #000000;
  631.         text-decoration: none;
  632.         }    
  633. a.arc:visited
  634.         {
  635.         color: #666666;
  636.         text-decoration: none;
  637.         }    
  638. a.arc:hover
  639.         {
  640.         color: #B82619;
  641.         text-decoration: underline;
  642.         }    
  643. a.arc:active
  644.         {
  645.         color: #B82619;
  646.         text-decoration: underline;
  647.         }    
  648.  
  649. /* used to highlight search terms */
  650. .highlight1 { background: #EAE2BB; }
  651. .highlight2 { background: #BBBBBB; }
  652. .highlight3 { background: #CFBF7F; }
  653. .highlight4 { background: #DDDDDD; }
  654. .highlight5 { background: #CCC8B8; }
  655. .mail_quotation { color: #80764F; }
  656.