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 / accessPage.css next >
Encoding:
Cascading Style Sheet File  |  2008-03-30  |  1.5 KB  |  104 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 access v1.0b*/
  10. /* <html><head><meta name="robots" content="noindex"></head></html> */
  11. body {
  12. color:#000;
  13. background-color:#fff;
  14. margin:0;
  15. }
  16.  
  17. a {
  18. color:#00f;
  19. font-family:"Lucida Grande", Arial, sans-serif;
  20. text-decoration:none;
  21. }
  22.  
  23. h1 {
  24. color:#000;
  25. font-size:18pt;
  26. font-family:"Lucida Grande", Arial, sans-serif;
  27. font-weight:500;
  28. letter-spacing:-1pt;
  29. padding-top:8px;
  30. }
  31.  
  32. h2 {
  33. color:#000;
  34. font-size:11pt;
  35. font-family:"Lucida Grande", Arial, sans-serif;
  36. font-weight:300;
  37. margin-top:16px;
  38. }
  39.  
  40. h4 {
  41. color:#000;
  42. font-size:8pt;
  43. font-family:"Lucida Grande", Arial, sans-serif;
  44. font-weight:300;
  45. margin-top:21px;
  46. }
  47.  
  48. p {
  49. font-size:9pt;
  50. font-family:"Lucida Grande", Arial, sans-serif;
  51. margin-top:-10px;
  52. margin-left:0;
  53. }
  54.  
  55. a:hover {
  56. text-decoration:underline;
  57. }
  58.  
  59. #contentleft {
  60. margin-top:38px;
  61. width:235px;
  62. float:left;
  63. }
  64.  
  65. #contentcenter {
  66. margin-top:2px;
  67. padding:0;
  68. width:18px;
  69. float:left;
  70. }
  71.  
  72. #contentright {
  73. margin-top:18px;
  74. padding-left:30px;
  75. width:210px;
  76. height:300px;
  77. float:left;
  78. border-left:1px solid gray;
  79. }
  80.  
  81. #frame {
  82. text-align:left;
  83. margin-top:12px;
  84. margin-right:auto;
  85. margin-left:auto;
  86. width:500px;
  87. }
  88.  
  89. .space17 {
  90. padding-top:17px;
  91. }
  92.  
  93. .smlapp {
  94. height:275px;
  95. }
  96.  
  97. .utility {
  98. margin-top:6px;
  99. margin-bottom:24px;
  100. }
  101.  
  102. .icon {
  103. margin-bottom:-10px;
  104. }