home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / tema / pjsoft / css / content.css next >
Encoding:
Cascading Style Sheet File  |  2003-04-03  |  1.3 KB  |  86 lines

  1. #mainContent {
  2.     padding-left: 100px;
  3.     padding-right: 175px;
  4. }
  5. #contentMargin {
  6.     margin: 10px;
  7. }
  8.  
  9. #contentLabel {
  10.     height: 104px;
  11.     background-image: url("../indeximg/link_bg.gif");
  12. }
  13. #contentLabel img {
  14.     margin-left: 31px;
  15. }
  16. #contentLabel * {
  17.     float: left;
  18. }
  19. #prodLabel {
  20.     position: absolute;
  21.     top: 20px;
  22.     right: 50px;
  23. }
  24.  
  25. #contentLabel h2 {
  26.     font-size: 22px;
  27.     font-weight: bold;
  28.     position: relative;
  29.     top: 40px;
  30. }
  31. #contentLabel #coloredHeadline {
  32.     font-size: 28px;
  33.     z-index: 2;
  34.     color: #237be7;
  35.     position: absolute;
  36.     top: 36px;
  37.     left: 183px;
  38. }
  39. #coloredHeadlineShadow {
  40.     z-index: 1;
  41.     font-weight: bold;
  42.     font-size: 28px;
  43.     position: absolute;
  44.     top: 38px;
  45.     left: 184px;
  46.     color: #7f95ac;
  47. }
  48. #prodDescr {
  49.     font-size: 13px;
  50.     font-weight: bold;
  51.     margin-left: 42px;
  52.     margin-right: 175px;
  53.     position: absolute;
  54.     top: 80px;
  55.     width: 60%;
  56. }
  57. .oneHalf {
  58.     width: 40%;
  59.     float: left;
  60. }
  61.  
  62. .chooseWrapper {
  63.     position: relative;
  64.     margin-left: 40px;
  65.     margin-right: 175px;
  66.     padding-left: 42px;
  67.     padding-top: 6px;
  68.     padding-bottom: 20px;
  69.     background-image: url("../img/li_a.gif");
  70.     background-repeat: no-repeat;
  71.     background-position: top left;
  72. }
  73. .oneHalf .chooseWrapper {
  74.     margin-right: 20px;
  75. }
  76. .chooseWrapper:hover {
  77.     background-image: url("../img/li_b.gif");
  78.     cursor:pointer;
  79. }
  80. .choose h3 {
  81.     font-size: 18px;
  82. }
  83. ul {
  84.     margin-left: 20px;
  85. }
  86.