Guest User

Untitled

a guest
Jan 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.35 KB | None | 0 0
  1.  
  2. #content  .add, #add-to-cart .add {
  3.     background: url('img/cont/add.png') top left no-repeat;
  4.     width:95px;
  5.     height:30px;
  6.     border:0px;
  7.     cursor:pointer;
  8. }
  9. #content ul li {
  10.     background: url('img/cont/li.png') center left no-repeat;
  11.     padding:0 0 0 15px;
  12.     margin:0 0 2px 0;
  13. }
  14. #content ul.a li {
  15.     background: url('img/cont/a.li.png') bottom left no-repeat;
  16.     padding:0 0 0 10px;
  17.     margin:0 0 2px 0;
  18.     color:#414574;
  19.     font-size:14px;
  20. }
  21. #content ul.a li a {
  22.     color:#414574;
  23.     text-decoration:none;
  24. }
  25. #content ul.a li a:hover {
  26.     text-decoration:underline;
  27. }
  28. #content table {
  29.     width:100%;
  30. }
  31. #content table tr {
  32.     border-bottom:1px solid #bcbcbc;
  33. }
  34. #content table tr.last {
  35.     border:0px;
  36. }
  37. #content table tr.first {
  38.     border-bottom:2px solid #ddd;
  39. }
  40. #content table th, #content table td {
  41.     text-align:left;
  42.     font-weight:normal;
  43.     padding:5px;
  44. }
  45. #content table td.one {
  46.     background:#e7e6e4;
  47. }
  48.  
  49.  
  50. ul#contmenu {
  51.     height:28px;
  52.     padding:0px;
  53.     margin:0px;
  54.     font-weight:bold;
  55.     padding-left:3px;
  56. }
  57. ul#contmenu li {
  58.     float:left;
  59.     background: none;
  60.     height:28px;
  61.     line-height:28px;
  62.     color:#434474;
  63.     padding:0px;
  64.     margin:0px;
  65.     background: url('img/cont/bg-menu.png') bottom left repeat-x;
  66. }
  67. ul#contmenu li a {
  68.     display:block;
  69.     height:28px;
  70.     color:#434474;
  71.     text-decoration:none;
  72.     background: url('img/cont/bg-menu-as.png') top right no-repeat;
  73.     text-align:center;
  74.     width:142px;
  75. }
  76.  
  77. ul#contmenu li a:hover,ul#contmenu li a.act {
  78.     text-decoration:none;
  79.     background: url('img/cont/bg-menu-act.png') top center no-repeat;
  80. }
  81.  
  82.  
  83. #fotol {
  84.     width:82px;
  85.     float:left;
  86. }
  87.  
  88. #fotor {
  89.     width:310px;
  90.     float:right;
  91. }
  92.  
  93. #fotor img {max-width:310px;}
  94.  
  95. #content .tovar-title {
  96.     color:#72c053;
  97.     font-size:26px;
  98.     padding:0 0 10px 0;
  99. }
  100. #content table.tv, #content .tv tbody, #content .tv tfoot, #content .tv thead, #content .tv tr, #content .tv th, #content .tv td {
  101.     vertical-align: top;
  102.     border:0px;
  103.    
  104. }
  105. #content .tv p {
  106.     margin:0px;
  107.     padding:0px;
  108.     line-height:1.7em;
  109.     font-size:14px;
  110. }
  111. #content .tovar-cena {
  112.     color:#434472;
  113.     font-size:22px;
  114.     font-weight:bold;
  115.     padding:10px 0 10px 0;
  116. }
  117. #content ul.opis{
  118.     margin:15px 0 15px -15px;
  119.     font-size:14px;
  120. }
  121. #content ul.opis li {
  122.     padding-left:20px;
  123. }
  124.  
  125. #add-to-cart .firstadd {
  126.         float:right;
  127.         padding:20px 0 0 0;
  128. }
  129. #add-to-cart .inp {
  130.         width:220px;
  131.         padding:0 0 0 50px;
  132. }
Add Comment
Please, Sign In to add comment