BonchoBelutov

ebay-template-css

Feb 27th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.40 KB | None | 0 0
  1. #container {
  2.             width: 950px;
  3.             border: 2px solid black;
  4.         }
  5.        
  6.         #header-tag {
  7.             background-image: url('https://cdn.pbrd.co/images/nF3ywqFa8.png');
  8.             background-repeat: no-repeat;
  9.             background-position: bottom right;
  10.             padding: 0px 0;
  11.             text-align: left;
  12.             height: 220px;
  13.         }
  14.        
  15.         #logo-company1 {
  16.             font-size: 50px;
  17.             color: #3399FF;
  18.             margin-left: 30px;
  19.         }
  20.        
  21.         #logo-company2 {
  22.             font-size: 50px;
  23.             color: #3399FF;
  24.             margin-left: 100px;
  25.             margin-top: -30px;
  26.         }
  27.        
  28.         #template-headings {
  29.             border: 2px solid black;
  30.             background-color: #333399;
  31.             height: 60px;
  32.         }
  33.        
  34.         #template-headings-h2 {
  35.             text-align: left;
  36.             padding-left: 40px;
  37.             margin-top: 0;
  38.             font-size: 30px;
  39.             color: white;
  40.         }
  41.        
  42.         #main-content-description {
  43.             background-color: white;
  44.             width: 950px;
  45.             float: left;
  46.         }
  47.        
  48.         #template-product-name {
  49.             text-align: center;
  50.             color: red;
  51.         }
  52.        
  53.         #template-product-subname {
  54.             text-align: center;
  55.             color: red;
  56.         }
  57.        
  58.         #template-product-subname-image {
  59.             width: 700px;
  60.             height: 900px;
  61.         }
  62.        
  63.         #template-main-div-description {
  64.             padding-left: 30px;
  65.             padding-right: 30px;
  66.             text-align: left;
  67.         }
  68.        
  69.         #template-category-headings {
  70.             background-color: #333399;
  71.             border: 2px solid black;
  72.             padding: 0px 0;
  73.             text-align: left;
  74.             padding-left: 40px;
  75.             padding-top: 15px;
  76.             font-size: 30px;
  77.             color: white;
  78.             margin-left: -30px;
  79.             width: 908px;
  80.             height: 50px;
  81.         }
  82.        
  83.         .template-category-headings-with-clear {
  84.             clear: both;
  85.         }
  86.        
  87.         #template-ul-table {
  88.             margin: 0;
  89.             padding: 0;
  90.             margin-left: 15px;
  91.         }
  92.        
  93.         .template-ul-table-list {
  94.             color: black;
  95.             text-align: left;
  96.             margin-left: 50px;
  97.             font-size: 20px;
  98.             font-weight: 900;
  99.         }
  100.        
  101.         .h1-centered-detailed-images {
  102.             text-align: center;
  103.             color: red;
  104.         }
  105.        
  106.         .img-big-quality-image {
  107.             width: 700px;
  108.             height: 900px;
  109.         }
  110.        
  111.         .item-shipping {
  112.             color: #3399FF;
  113.         }
  114.        
  115.         .span-item-red-feedback {
  116.             color: red;
  117.             font-weight: 900;
  118.         }
  119.        
  120.         .span-item-green-five-star {
  121.             color: lime;
  122.             font-weight: 900;
  123.         }
  124.        
  125.         .return-shipping-text {
  126.             font-size: 20px;
  127.             font-weight: 900;
  128.         }
  129.        
  130.         #footer-company-logo {
  131.             background-image: url('http://www.ebaytemplatesshop.com/Customer/Ltemplate/TemplAte01/bg.gif');
  132.             background-position: top center;
  133.             background-repeat: repeat-x;
  134.             clear: both;
  135.             text-align: left;
  136.             height: 205px;
  137.             font-size: 80%;
  138.             padding-right: 60px;
  139.         }
  140.        
  141.         #footer-logo-text-style {
  142.             font-size: 30px;
  143.             color: #3399FF;
  144.             margin-left: 20px;
  145.         }
  146.        
  147.         @media screen and (max-width: 768px) {
  148.             #logo-company1 {
  149.                 font-size: 70px;
  150.             }
  151.             #logo-company2 {
  152.                 font-size: 70px;
  153.             }
  154.             #template-headings-h2 {
  155.                 font-size: 60px;
  156.             }
  157.             #template-category-headings {
  158.                 font-size: 60px;
  159.             }
  160.             .template-ul-table-list {
  161.                 font-size: 50px;
  162.             }
  163.             .return-shipping-text {
  164.                 font-size: 50px;
  165.             }
  166.             #footer-company-logo {
  167.                 font-size: 70px;
  168.             }
  169.             #footer-logo-text-style {
  170.                 font-size: 50px;
  171.             }
  172.         }
Advertisement
Add Comment
Please, Sign In to add comment