Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.25 KB | None | 0 0
  1. /* ------------------------------
  2.     Páginas Black Friday
  3. ------------------------------ */
  4. body.page-template-page-blackfriday {
  5.     padding-top: 190px;
  6.     background-image: url(../images/blackfriday/bg-logo.jpg);
  7.     background-repeat: no-repeat;
  8.     background-position: center top;
  9.     background-color: #060606;
  10. }
  11.  
  12. .page-blackfriday {
  13.     padding-top: 700px;
  14.     color: #fff;
  15. }
  16.  
  17. .page-blackfriday ul.contador-black {text-align: center; margin-bottom: 150px;}
  18.  
  19. .page-blackfriday ul.contador-black li {
  20.     list-style: none;
  21.     display: inline-block;
  22.     color: #fff;
  23.     font-size: 18px;
  24.     text-transform: uppercase;
  25.     margin: 0 30px;
  26.     letter-spacing: 1px;
  27.     font-family: 'Montserrat', sans-serif;
  28. }
  29.  
  30. .page-blackfriday ul.contador-black li span {
  31.     display: block;
  32.     font-size: 110px;
  33.     font-weight: bold;
  34.     line-height: 1em;
  35.     letter-spacing: -.5px;
  36. }
  37.  
  38. .page-blackfriday h1,
  39. .page-blackfriday h2 {
  40.     font-size: 45px;
  41.     text-transform: uppercase;
  42.     text-align: center;
  43.     font-weight: bold;
  44.     font-family: 'Montserrat', sans-serif;
  45. }
  46.  
  47. .page-blackfriday p {
  48.     font-size: 25px;
  49.     text-align: center;
  50.     line-height: 1.2em;
  51.     font-weight: normal;
  52.     font-family: 'Montserrat', sans-serif;
  53. }
  54.  
  55. .page-blackfriday .banner-bf {
  56.     margin: 80px 0;
  57. }
  58.  
  59. .page-blackfriday form {
  60.     background-image: url(../images/blackfriday/bg-form.jpg);
  61.     background-position: center;
  62.     padding: 30px 20px;
  63.     margin: 50px 0 80px 0;
  64.     font-family: 'Montserrat', sans-serif;
  65. }
  66.  
  67. .page-blackfriday form input[type=text],
  68. .page-blackfriday form input[type=email] {
  69.     width: 100%;
  70.     font-size: 20px;
  71.     color: #333;
  72.     padding: 3px 10px;
  73.     height: 40px;
  74. }
  75.  
  76. .page-blackfriday form input[type=submit] {
  77.     width: 100%;
  78.     font-size: 25px;
  79.     font-weight: bold;
  80.     text-transform: uppercase;
  81.     background-image: url(../images/blackfriday/bg-botao.jpg);
  82.     background-repeat: repeat-x;
  83.     background-position: center;
  84.     border:none;
  85.     color: #fff;
  86.     cursor: pointer;
  87.     letter-spacing: 1px;
  88.     height: 40px;
  89. }
  90.  
  91.  
  92. .page-blackfriday h4 {
  93.     text-align: center;
  94.     font-size: 26px;
  95.     padding: 15px 0;
  96.     font-family: 'Montserrat', sans-serif;
  97. }
  98.  
  99. .page-blackfriday h4 span {
  100.     display: block;
  101.     font-weight: bold;
  102. }
  103.  
  104. .page-blackfriday .textos-rodape {
  105.     margin-top: 70px;
  106.     margin-bottom: 100px;
  107. }
  108.  
  109. .page-blackfriday .textos-rodape img {
  110.     display: block;
  111.     max-height: 75px;
  112.     margin-bottom: 10px;
  113.     margin: 0 auto;
  114. }
  115.  
  116. .page-blackfriday .textos-rodape h3 {
  117.     font-size: 35px;
  118.     text-transform: uppercase;
  119.     text-align: left;
  120.     font-family: 'Montserrat', sans-serif;
  121.     font-weight: bold;
  122.     margin: 5px 0 20px 0;
  123.     text-align: center;
  124. }
  125.  
  126. .page-blackfriday .textos-rodape p {
  127.     font-size: 28px;
  128.     text-align: left;
  129.     font-weight: normal;
  130.     font-family: 'Montserrat', sans-serif;
  131.     line-height: 1.4em;
  132.     max-width: 440px;
  133.     text-align: center;
  134.     margin: 0 auto;
  135. }
  136.  
  137.  
  138. #modalblackfriday .modal-content {
  139.     background-color: #e57425;
  140.     border: none;
  141.     border-radius: 0;
  142. }
  143.  
  144. #modalblackfriday h6 {
  145.     text-transform: uppercase;
  146.     color: #fff;
  147.     font-size: 30px;
  148.     font-weight: bold;
  149.     letter-spacing: 1px;
  150. }
  151.  
  152. #modalblackfriday p {
  153.     color: #fff;
  154.     font-size: 20px;
  155.     font-weight: normal;
  156.     letter-spacing: 0;
  157.     line-height: 1.3em;
  158. }
  159.  
  160.  
  161. .page-blackfriday .wpcf7-response-output {
  162.     display: none !important;
  163.     visibility: hidden !important;
  164. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement