home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / komercni / abel / page.css < prev    next >
Cascading Style Sheet File  |  2004-11-09  |  2KB  |  113 lines

  1. body {
  2.   background: #000000;
  3.   font-family: Tahoma, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  4.   text-align: center;
  5. }
  6.  
  7. .header {
  8.   font-size: 20px;
  9.   color: #EEEEEE;
  10. }
  11.  
  12. .nav_table {
  13.   background: none;
  14.   width: 533;
  15. }
  16. .nav_tr {
  17.   height: 0px;
  18. }
  19. .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last, .nav_td_text {
  20.   font-size: 12px;
  21.   font-family: Tahoma, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  22.   color: #EEEEEE;
  23.   text-align: center;
  24.   background-color: #444455;
  25. }
  26. .nav_td_text {
  27.   background-color: #666677;
  28. }
  29. .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last {
  30.   width: 40px;
  31. }
  32.  
  33. .nav_td_first a, .footer a, .nav_td_prev a, .nav_td_next a, .nav_td_last a, .nav_td_text a {
  34.   color: #FFC513;
  35.   text-decoration: none;
  36. }
  37. .nav_td_first a:hover, .footer a:hover, .nav_td_prev a:hover, .nav_td_next a:hover, .nav_td_last a:hover, .nav_td_text a:hover {
  38.   text-decoration: underline;
  39. }
  40.  
  41. .img {
  42.   border: none;
  43. }
  44.  
  45. .img_table {
  46.   background: none;
  47.   width: 533;
  48. }
  49.  
  50. .img_desc_tr {
  51.   height: 0px;
  52. }
  53. .img_desc_td, .img_desc_td_empty {
  54.   font-size: 10px;
  55.   font-family: Tahoma, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  56.   color: #EEEEEE;
  57.   background-color: #444455;
  58.   width: 124px;
  59. }
  60. .img_desc_td_empty {
  61.   background: none;
  62. }
  63. .img_desc_td a {
  64.   color: #FFC513;
  65.   text-decoration: none;
  66. }
  67. .img_desc_td a:hover {
  68.   text-decoration: underline;
  69. }
  70.  
  71. .img_tr {
  72.   text-align: center;
  73.   vertical-align: middle;
  74.   height: 132px;
  75. }
  76. .img_td, .img_td_empty {
  77.   padding: 0;
  78.   background-color: #666677;
  79.   width: 132px;
  80. }
  81. .img_td_empty {
  82.   background: none;
  83. }
  84.  
  85. .img_org_tr {
  86.   height: 0px;
  87. }
  88. .img_org_td, .img_org_td_empty {
  89.   font-size: 10px;
  90.   font-family: Tahoma, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  91.   color: #EEEEEE;
  92.   text-align: right;
  93.   background-color: #444455;
  94.   width: 124px;
  95. }
  96. .img_org_td_empty {
  97.   background: none;
  98. }
  99. .img_org_td a {
  100.   color: #FFC513;
  101.   text-decoration: none;
  102. }
  103. .img_org_td a:hover {
  104.   text-decoration: underline;
  105. }
  106.  
  107. .footer {
  108.   font-size: 10px;
  109.   font-family: Tahoma, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  110.   color: #888899;
  111. }
  112.  
  113.