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 / index.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-03-30  |  1.8 KB  |  139 lines

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