home *** CD-ROM | disk | FTP | other *** search
/ Chip 2008 June / CHIP-2008-06.iso / macos / Adium / Adium_1.2.4.dmg / Adium.app / Contents / Resources / AdiumHelp / css / indexPage.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-03-30  |  2.0 KB  |  147 lines

  1. /*  This Apple Help template put together by Andy Matuschak
  2.     http://www.andymatuschak.org
  3.     andy@andymatuschak.org
  4.     Version 1.0
  5.     
  6.     Adapted from the Safari help book--thanks, Apple!
  7.     Adapted more directly from Pixen's help book.
  8.     Licensed under MIT. */
  9. /* Tiger index.css v1.0e*/
  10. /* <html><head><meta name="robots" content="noindex"></head></html> */
  11. body {
  12. margin:2px 12px 12px;
  13. }
  14.  
  15. h1 {
  16. font-size:11pt;
  17. font-family:"Lucida Grande", Arial, sans-serif;
  18. margin-bottom:0;
  19. }
  20.  
  21. p {
  22. font-size:9pt;
  23. font-family:"Lucida Grande", Arial, sans-serif;
  24. line-height:12pt;
  25. text-decoration:none;
  26. }
  27.  
  28. a {
  29. color:#00f;
  30. font-size:9pt;
  31. font-family:"Lucida Grande", Arial, sans-serif;
  32. line-height:12pt;
  33. text-decoration:none;
  34. }
  35.  
  36. a:hover {
  37. color:#00f;
  38. text-decoration:underline;
  39. }
  40.  
  41. #letters {
  42. background-color:#fff;
  43. padding-top:1px;
  44. padding-bottom:0;
  45. padding-left:12px;
  46. position:fixed;
  47. z-index:1;
  48. top:1.2em;
  49. right:0;
  50. left:0;
  51. width:1000px;
  52. height:1.2em;
  53. float:left;
  54. border-top:1px solid #bfbfbf;
  55. border-bottom:1px solid #bfbfbf;
  56. }
  57.  
  58. #terms {
  59. position:absolute;
  60. top:3em;
  61. width:470px;
  62. }
  63.  
  64. #banner {
  65. background-color:#f2f2f2;
  66. background-repeat:no-repeat;
  67. padding:2px 6px 0;
  68. position:fixed;
  69. z-index:1;
  70. top:0;
  71. left:0;
  72. width:100%;
  73. height:1.2em;
  74. float:left;
  75. border-bottom:1px solid #bfbfbf;
  76. }
  77.  
  78. #machelp {
  79. position:absolute;
  80. top:2px;
  81. left:10px;
  82. }
  83.  
  84. #index {
  85. padding-right:25px;
  86. position:absolute;
  87. top:2px;
  88. left:85%;
  89. }
  90.  
  91. #mainbox {
  92. margin-top:36px;
  93. padding-right:6px;
  94. }
  95.  
  96. .seealso {
  97. color:#5c5c5c;
  98. text-decoration:none;
  99. }
  100.  
  101. .select {
  102. color:#00f;
  103. font-size:10pt;
  104. background-color:#ff9f00;
  105. margin-right:-1px;
  106. margin-left:-1px;
  107. padding:2px 2px 3px;
  108. }
  109.  
  110. .letter {
  111. color:#00f;
  112. font-size:10pt;
  113. margin-right:1px;
  114. margin-left:1px;
  115. }
  116.  
  117. .leftborder {
  118. color:#00f;
  119. font-size:8pt;
  120. margin:-9px 0 -6px;
  121. padding-top:2px;
  122. padding-bottom:3px;
  123. padding-left:8px;
  124. border-left:1px solid #bfbfbf;
  125. }
  126.  
  127. tr {
  128. margin-top:12px;
  129. margin-bottom:12px;
  130. }
  131.  
  132. td {
  133. padding:3px;
  134. border-bottom:1px solid #eee;
  135. }
  136.  
  137. table {
  138. margin-bottom:12px;
  139. border-style:dotted;
  140. border-color:#bfbfbf;
  141. }
  142.  
  143. .bread {
  144. color:#00f;
  145. font-size:8pt;
  146. margin:-9px 0 -6px;
  147. }