home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Productivity / Textpander.dmg / Textpander.prefPane / Contents / Resources / PMTPHelpStyle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-10-28  |  1.8 KB  |  116 lines

  1. body {
  2.     background-color: #ffffff;
  3.     margin-left: 10px;
  4.     margin-top: 10px;
  5.     margin-right: 10px;
  6.     margin-bottom: 15px;
  7.     color: #000000;
  8.     font-size: 11px;
  9.     font-family: lucida grande, helvetica, arial;
  10.     line-height: 160%
  11. }
  12.  
  13. h1 {
  14.     padding: 10px;
  15.     margin: 0px;
  16.     border: 1px solid #999999;
  17.     color: #ffffff;
  18.     background-color: #bbbbbb;
  19.     font-size: 20px;
  20.     font-weight: bold;
  21.     text-shadow: 0px 1px 3px #000000
  22. }
  23. h2 {
  24.     padding: 0px;
  25.     margin: 0px;
  26.     color: #555555;
  27.     font-size: 16px;
  28.     font-weight: normal;
  29.     text-shadow: 0px 1px 2px #999999
  30. }
  31. h3 {
  32.     border-bottom: 1px solid #aaaaaa;
  33.     margin-left: 0px;
  34.     margin-top: 20px;
  35.     margin-right: 0px;
  36.     margin-bottom: 5px;
  37.     padding-top: 0px;
  38.     padding-bottom: 2px;
  39.     color: #666666;
  40.     font-size: 11px;
  41.     font-weight: normal
  42. }
  43.  
  44. td {
  45.     background-color: #ffffff;
  46.     margin-left: 15px;
  47.     margin-top: 10px;
  48.     margin-right: 15px;
  49.     margin-bottom: 20px;
  50.     color: #000000;
  51.     font-size: 11px;
  52.     font-family: lucida grande, helvetica, arial;
  53.     line-height: 160%
  54. }
  55.  
  56. a:link, a:visited {
  57.     color: #0000cc;
  58.     text-decoration: none
  59. }
  60. a:hover, a:active {
  61.     color: #0000cc;
  62.     text-decoration: underline
  63. }
  64.  
  65. code {
  66.     color: #666666;
  67.     font-weight: bold
  68. }
  69.  
  70. small {
  71.     line-height: 130%
  72. }
  73.  
  74. hr {
  75.     height: 1px;
  76.     color: #ffffff;
  77.     border-left: 1px solid #ffffff;
  78.     border-top: 1px solid #ffffff;
  79.     border-right: 1px solid #ffffff;
  80.     border-bottom: 1px solid #aaaaaa
  81. }
  82.  
  83. .selectedchapternomargin {
  84.     margin: 0px;
  85.     padding-left: 2px;
  86.     padding-right: 2px;
  87.     background-color: #f0f0ff;
  88.     border: 1px solid #ccccff
  89. }
  90. .selectedchaptertopmargin {
  91.     margin-top: 5px;
  92.     margin-bottom: 0px;
  93.     padding-left: 2px;
  94.     padding-right: 2px;
  95.     background-color: #f0f0ff;
  96.     border: 1px solid #ccccff
  97. }
  98.  
  99. .nomargin {
  100.     margin: 0px
  101. }
  102. .topmargin {
  103.     margin-top: 5px;
  104.     margin-bottom: 0px
  105. }
  106.  
  107. .snippetabbreviation {
  108.     color: #990000
  109. }
  110. .snippetcontent {
  111.     color: #008000
  112. }
  113. .faint {
  114.     color: #999999;
  115. }
  116.