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

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