home *** CD-ROM | disk | FTP | other *** search
/ developer.apple.com / developer.apple.com.tar / developer.apple.com / tools / mpw-tools / mpwstyle.css < prev    next >
Cascading Style Sheet File  |  2009-11-09  |  3KB  |  214 lines

  1. <STYLE TYPE=text/css>
  2.     
  3. <!--
  4.  
  5. H1
  6.     {
  7.     font-family: geneva, helvetica, arial, sans-serif;
  8.     font-size: 24px;
  9.     font-weight: bold;
  10.     }
  11.  
  12. H2
  13.     {
  14.     font-family: geneva, helvetica, arial, sans-serif;
  15.     font-size: 18px;
  16.     font-weight: bold;
  17.     }
  18.  
  19. H3
  20.     {
  21.     font-family: geneva, helvetica, arial, sans-serif;
  22.     font-size: 14px;
  23.     font-weight: bold;
  24.     }
  25.  
  26. H4
  27.     {
  28.     font-family: geneva, helvetica, arial, sans-serif;
  29.     font-size: 12px;
  30.     font-weight: bold;
  31.     }
  32.  
  33. P
  34.     {
  35.     font-family: geneva, helvetica, arial, sans-serif;
  36.     font-size: 10px;
  37.     }
  38.  
  39. OL
  40.     {
  41.     font-family: geneva, helvetica, arial, sans-serif;
  42.     font-size: 10px;
  43.     }
  44.  
  45. UL
  46.     {
  47.     font-family: geneva, helvetica, arial, sans-serif;
  48.     font-size: 10px;
  49.     }
  50.  
  51. LI
  52.     {
  53.     font-family: geneva, helvetica, arial, sans-serif;
  54.     font-size: 10px;
  55.     }
  56.  
  57. TT
  58.     {
  59.     font-family: monaco, sans-serif;
  60.     font-size: 9px;
  61.     }
  62.  
  63. CODE
  64.     {
  65.     font-family: monaco, sans-serif;
  66.     font-size: 9px;
  67.     }
  68.  
  69.  
  70.  
  71. #bodytitle1
  72.     {
  73.     font-family: geneva, helvetica, arial, sans-serif;
  74.     font-size: 24px;
  75.     font-weight: bold;
  76.     text-align: center;
  77.     margin-top: 12px;
  78.     margin-bottom: 6px;
  79.     }
  80.  
  81. #bodytitle2
  82.     {
  83.     font-family: geneva, helvetica, arial, sans-serif;
  84.     font-size: 18px;
  85.     font-weight: bold;
  86.     }
  87.  
  88. #bodytitle3
  89.     {
  90.     font-family: geneva, helvetica, arial, sans-serif;
  91.     font-size: 14px;
  92.     font-weight: bold;
  93.     }
  94.  
  95. #bodytitle4
  96.     {
  97.     font-family: geneva, helvetica, arial, sans-serif;
  98.     font-size: 12px;
  99.     font-weight: bold;
  100.     }
  101.  
  102. #bodytitle
  103.     {
  104.     font-family: geneva, helvetica, arial, sans-serif;
  105.     font-size: 10px;
  106.     font-weight: bold;
  107.     }
  108.  
  109. #bodytext
  110.     {
  111.     font-family: geneva, helvetica, arial, sans-serif;
  112.     font-size: 10px;
  113.     }
  114.  
  115. #menutitle
  116.     {
  117.     font-family: arial, helvetica, sans-serif;
  118.     font-size: 12px;
  119.     font-weight: bold;
  120.     margin-left: 10px;
  121.     }
  122.         
  123. #menutext
  124.     {
  125.     font-family: helvetica, geneva, arial, sans-serif;
  126.     font-size: 10px;
  127.     margin-left: 10px;
  128.     line-height: 15px;
  129.     }
  130.  
  131. #resourcetitle
  132.     {
  133.     font-family: geneva, helvetica, arial, sans-serif;
  134.     font-size: 10px;
  135.     font-weight: bold;
  136.     }
  137.  
  138. #resourcetext
  139.     {
  140.     font-family: helvetica, geneva, arial, sans-serif;
  141.     font-size: 10px;
  142.     }
  143.     
  144. #sectiontitle
  145.     {
  146.     font-family: geneva, helvetica, arial, sans-serif;
  147.     font-size: 12px;
  148.     font-weight: bold;
  149.     margin-top: 25px;
  150.     margin-bottom: 0px;
  151.     }
  152.  
  153. #sectiontext
  154.     {
  155.     font-family: geneva, helvetica, arial, sans-serif;
  156.     font-size: 10px;
  157.     margin-top: 6px;
  158.     margin-bottom: 0px;
  159.     }
  160.  
  161. /* the following tags are used by the updates.html page */
  162.  
  163. #toolname
  164.     {
  165.     font-family: geneva, helvetica, arial, sans-serif;
  166.     font-size: 10px;
  167.     font-weight: bold;
  168.     text-align: left;
  169.     }
  170.  
  171. #tabledate
  172.     {
  173.     font-family: geneva, sans-serif;
  174.     font-size: 10px;
  175.     text-align: right;
  176.     }
  177.  
  178. #tabletextL
  179.     {
  180.     font-family: geneva, helvetica, arial, sans-serif;
  181.     font-size: 10px;
  182.     text-align: left;
  183.     }
  184.  
  185. #tabletextR
  186.     {
  187.     font-family: geneva, helvetica, arial, sans-serif;
  188.     font-size: 10px;
  189.     text-align: right;
  190.     }
  191.  
  192. #pagetitle
  193.     {
  194.     font-family: geneva, helvetica, arial, sans-serif;
  195.     font-size: 24px;
  196.     font-weight: bold;
  197.     text-align: center;
  198.     margin-top: 12px;
  199.     margin-bottom: 0px;
  200.     }
  201.  
  202. #pagedate
  203.     {
  204.     font-family: monaco, sans-serif;
  205.     font-size: 12px;
  206.     text-align: center;
  207.     margin-top: 3px;
  208.     margin-bottom: 3px;
  209.     }
  210.         
  211.  
  212. -->
  213. </STYLE>
  214.