home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / Help / AIMP2-en.chm / data / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-08-01  |  1.3 KB  |  93 lines

  1. body,td,th
  2. {
  3.     font-family: Tahoma;
  4.     font-size: 12px;
  5.     background-color: #EEEEEE;
  6.     color: #444444;
  7. }
  8.  
  9. a:link, a:visited, a:active 
  10. {
  11.     color: #FF6600;
  12.     text-decoration: none;
  13. }
  14. a:hover 
  15. {
  16.     text-decoration: underline;
  17.     color: #FF6600;
  18. }
  19. .delimeter
  20. {
  21.     border-top: 1px solid #CCCCCC;
  22.     margin-top: 7px;
  23.     margin-bottom: 7px;
  24. }
  25. .content
  26. {
  27.     border: 1px solid #999999;
  28.     color: Black;
  29.     padding: 25px;
  30.     background-color: #FFFFFF;
  31. }
  32. .transparent
  33. {
  34.     border: 0px;
  35.     background-color: #FFFFFF;
  36.     font-family: Tahoma;
  37.     font-size: 11px;
  38.     color: #444444;
  39. }
  40. .pageheader 
  41. {
  42.     float: top;
  43.     color: black;
  44.     border: 1px solid #999999;
  45.     padding: 18px;
  46.  
  47.     background-color: #FFFFFF;
  48.     background-image: url("logo.png");
  49.     background-position: top left;
  50.     background-repeat: no-repeat;
  51.  
  52.     font-size: 150%;
  53.     font-weight: bold;
  54.     text-align: right;
  55. }
  56. .pagefooter
  57. {
  58.     font-size: 11px;
  59.     font-weight: bold;
  60.     height: 60px;
  61.     padding: 18px;
  62.     margin-top: 10px;
  63.     border-top: 1px solid #999999;
  64.     text-align: center;
  65. }
  66. .question
  67. {
  68.     color: #B00000;
  69.     font-weight: bold;
  70. }
  71. .answer
  72. {
  73.     color: #0000B0;
  74.     font-weight: bold;
  75. }
  76. .code
  77. {
  78.     color: #505050;
  79.     font-weight: bold;
  80. }
  81. .separator
  82. {
  83.     color: #bbbbbb;
  84. }
  85. .hotkey
  86. {
  87.     font-weight: bold;
  88.     color: #AA0000;
  89. }
  90. .comment
  91. {
  92.     color: #777777;
  93. }