home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 January / PCWELT_1_2004.ISO / pcwhtml / css / toc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-11  |  1.4 KB  |  117 lines

  1. .alphasmallselect
  2. {
  3.     color:white;
  4.     font-family: tahoma;
  5.     font-size: 11px;
  6.     font-weight: bold;
  7.     text-align: center;
  8. }
  9.  
  10. .alphasmall
  11. {
  12.     color:Black;
  13.     font-family: tahoma;
  14.     font-size: 11px;
  15.     font-weight: bold;
  16.     text-align: center;
  17. }
  18.  
  19.  
  20. a#list
  21. {
  22.     font-family: Tahoma;
  23.     font-size: 12px;
  24.     line-height: 17px;
  25. }
  26.  
  27. .txtAlphaSoftwareList
  28. {
  29.     font-family: Tahoma;
  30.     font-size: 11px;
  31.     line-height: 15px;
  32. }
  33.  
  34. .txtAlphaStoryList
  35. {
  36.     font-family: Tahoma;
  37.     font-size: 12px;
  38.     line-height: 17px;
  39.     cursor: hand;
  40. }
  41.  
  42. .txtAlphaStoryListActive
  43. {
  44.     font-family: Tahoma;
  45.     font-size: 12px;
  46.     line-height: 17px;
  47.     color:#AA0000;
  48.     cursor: hand;
  49. }
  50.  
  51. .categorysmallselect
  52. {
  53.     color: white;
  54.     font-family: tahoma;
  55.     font-size: 16px;
  56.     font-weight: bold;
  57.     text-align: left;
  58. }
  59.  
  60. .alphasmallne
  61. {
  62.     color:Gray;
  63.     font-family: tahoma;
  64.     font-size: 11px;
  65.     font-weight: bold;
  66.     text-align: center;
  67. }
  68.  
  69. .tocformheadline
  70. {
  71.     color:Black;
  72.     font-family: tahoma;
  73.     font-size: 11px;
  74.     text-align: center;
  75.     font-weight: normal;
  76. }
  77.  
  78. a, a:visited
  79. {
  80.     font-family: tahoma;
  81.     font-weight: bold;
  82.  
  83.     color: #000066;
  84.     text-decoration: none;
  85. }
  86.  
  87. a:hover, a:active
  88. {
  89.     text-decoration: underline;
  90.     color: #AA0000;
  91. }
  92.  
  93. a#nounderline
  94. {
  95.     text-decoration: underline;
  96. }
  97.  
  98. a#white
  99. {
  100.     color: White;
  101. }
  102. BODY, TD
  103. {
  104.     FONT-SIZE: 16px;
  105. }
  106.  
  107. P
  108. {
  109.     font-size: 11px;
  110. }
  111.  
  112. input, select
  113. {
  114.     color: black;
  115.     font-family: 'tahoma,arial';
  116.     font-size: 12px;
  117. }