home *** CD-ROM | disk | FTP | other *** search
/ developer.apple.com / developer.apple.com.tar / developer.apple.com / jp / adcstyle.css next >
Cascading Style Sheet File  |  2009-11-09  |  2KB  |  167 lines

  1. <style type="text/css">
  2. <!--
  3. a:link,
  4. A:link
  5.     {
  6.     color: #000099;
  7.     text-decoration: underline;
  8.     }
  9.  
  10. a:hover,
  11. A:hover
  12.     {
  13.     color: #FF6600;
  14.     }
  15.  
  16.  
  17. H1,
  18. h1
  19.     {
  20.     font-size: 18px;
  21.     font-weight: bold;
  22.     }
  23.  
  24. td,
  25. TD,
  26. ol,
  27. OL,
  28. ul,
  29. UL,
  30. li,
  31. LI
  32.     {
  33.     font-size: 10px;
  34.     }
  35.  
  36. pre,
  37. PRE,
  38. code,
  39. CODE
  40.     {
  41.     font-size: 10px;
  42.     }
  43.     
  44. /*the following tags are use span tags. For example to use the  bodytitle style*/
  45. /* use the following syntax <span id="bodytitle"></span>*/
  46.     
  47. #bodytext
  48.     {
  49.     font-size: 10px;
  50.     }
  51.     
  52. #bodytextlarge
  53.     {
  54.     font-size: 12px;
  55.     }
  56.     
  57. #bodytitle
  58.     {
  59.     font-size: 10px;
  60.     font-weight: bold;
  61.     }
  62.  
  63. #bodytitlelarge2
  64.     {
  65.     font-size: 12px;
  66.     font-weight: bold;
  67.     }
  68.  
  69. #bodytitlelarge
  70.     {
  71.     font-size: 12px;
  72.     font-weight: bold;
  73.     }
  74.  
  75. #callout
  76.     {
  77.     font-size: 14px;
  78.     font-weight: bold;
  79.     color: #737373;
  80.     }
  81.     
  82. #calloutsubitem
  83.     {
  84.     font-size: 10px;
  85.     color: #666666;
  86.     }
  87.  
  88. #resourcetitle
  89.     {
  90.     font-size: 10px;
  91.     font-weight: bold;
  92.     }
  93.  
  94. #resourcetext
  95.     {
  96.     font-size: 10px;
  97.     }
  98.     
  99. #resourcehead
  100.     {
  101.     font-size: 11px;
  102.     font-weight: bold;
  103.     color: #808080;
  104.     }
  105.  
  106. #mkt
  107.     {
  108.     font-size: 12px;
  109.     }
  110.  
  111. #mkt2
  112.     {
  113.     font-size: 14px;
  114.     }
  115.  
  116. #breadcrumb
  117.     {
  118.     font-size: 12px;
  119.     font-weight: bold;
  120.     }
  121.  
  122. #breadcrumblocation
  123.     {
  124.     font-size: 12px;
  125.     font-weight: bold;
  126.     color: #CC6600;
  127.     }
  128.  
  129.  
  130. #menutitle
  131.     {
  132.     font-size: 12px;
  133.     font-weight: bold;
  134.     margin-left: 10px;
  135.     }
  136.         
  137. #menutext
  138.     {
  139.     font-size: 10px;
  140.     margin-left: 10px;
  141.     line-height: 14px;
  142.     }
  143.     
  144. #source
  145.     {
  146.     font-size: 9px;
  147.     font-style: italic;
  148.     color: #666666;
  149.     }
  150. /* Translation Footer */
  151.  
  152. #footer {margin-top: 24px;
  153.     }
  154.  
  155. #trfooter {border-top: 1px solid #a1a5a9; margin: 28px auto -22px; width: 600px; padding-top: 5px;}
  156. #trfooter h3{
  157.     display: inline; vertical-align: top; FONT-SIZE: 11px; FONT-FAMILY: lucida grande, geneva, verdana, arial, helvetica, sans-serif;}
  158.  
  159. #trfooter ul {
  160.     display: inline; list-style: none outside; margin: 0; padding: 0;
  161.     }
  162.     
  163. #trfooter li { display: inline; padding: 0 4px;}
  164.  
  165. -->
  166. </style>
  167.