home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / komunikace / maxthon / mx_2.0.8.1720.exe / template / cny2008 / custom.css < prev    next >
Cascading Style Sheet File  |  2008-01-29  |  947b  |  65 lines

  1. body {
  2.     font-size: 75%;
  3.     font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  4.     color: #CC6600;
  5.     line-height: 150%;
  6.     background: #660000;
  7.     margin: 0px;
  8.     padding: 0px;
  9.     min-width: 750px;
  10. }
  11.  
  12. a,
  13. a:link,
  14. a:visited,
  15. a:active {
  16.     color: #FF9900;
  17.     text-decoration: underline;
  18. }
  19. a:hover {
  20.     color: #FFCC00;
  21.     background: #9F5000;
  22. }
  23.  
  24. .header{
  25.     background: white url('images/bg_header.png') top left;
  26.     height: 80px;
  27. }
  28.  
  29. h1 {
  30.     color: #FFCC00;
  31. }
  32.  
  33. .title p{
  34.     color: #CC6600;
  35. }
  36.  
  37.  
  38. .box p{
  39.     padding-bottom: 10px;
  40. }
  41.  
  42. .box a,
  43. .box a:visited{
  44.     display: block;
  45.     width: 220px;
  46.     height: 120px;
  47.     overflow: hidden;
  48.     border: 6px solid #8A4500;
  49.     margin-bottom: 5px;
  50. }
  51. .box img{
  52.     filter: Alpha(Opacity=50);
  53. }
  54. .box a:hover{
  55.     border: 6px solid #FFFF00 !important;
  56. }
  57. .box a:hover img{
  58.     filter: Alpha(Opacity=100) !important;
  59. }
  60. .box a.active{
  61.     border: 6px solid #FF9900;
  62. }
  63. .box a.active img{
  64.     filter: Alpha(Opacity=80);
  65. }