Advertisement
AlexM1SHOP

Untitled

Nov 25th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.34 KB | None | 0 0
  1. <style>
  2. .timer__bottom_ok1{
  3.     font-size: 40px;
  4.     line-height: 32px;
  5. }
  6. @media (min-width: 991px) {
  7.     .ok_holder {
  8.         z-index: 99999;
  9.         overflow: hidden;
  10.         box-sizing: border-box;
  11.         height: 90px;
  12.         text-align:center;
  13.         background: #00000082;
  14.         position: fixed;
  15.         width:100%;
  16.         top:0;
  17.         left:0;
  18.     }
  19.     .ok_text1{
  20.         line-height: 27px;
  21.         font-size: 28px;
  22.     }
  23.     .ok_text2{
  24.         padding: 4px;
  25.         font-size: 26px;
  26.         color: #f7931e;
  27.     }
  28.     .timer__bottom_ok{
  29.         font-size: 40px;
  30.         line-height: 32px;
  31.     }
  32.     .ok_logo_holder{
  33.         padding: 20px;
  34.     }
  35.     .ok_text_holder{
  36.         font-size:21px;
  37.         color:#fff;
  38.         display:inline-flex;
  39.         margin-top: 0px;
  40.     }
  41.     .img_padding{
  42.         padding: 20px;
  43.     }
  44.     .text2_padding{
  45.         padding: 20px;
  46.     }
  47.     .text3_padding{
  48.         padding: 20px;
  49.     }
  50.     body{
  51.         margin-top: 90px !important;
  52.     }
  53. }
  54. @media (min-width: 680px) and (max-width: 990px) {
  55.   .ok_holder {
  56.         z-index: 99999;
  57.         overflow: hidden;
  58.         box-sizing: border-box;
  59.         height: 85px;
  60.         text-align:center;
  61.         background: #00000082;
  62.         position: fixed;
  63.         width:100%;
  64.         top:0;
  65.         left:0;
  66.     }
  67.     .ok_text1{
  68.         line-height: 30px;
  69.         font-size: 18px;
  70.     }
  71.     .ok_text2{
  72.         padding: 4px;
  73.         font-size: 16px;
  74.         color: #f7931e;
  75.     }
  76.     .timer__bottom_ok{
  77.         font-size: 25px;
  78.         line-height: 32px;
  79.     }
  80.     .ok_logo_holder{
  81.         display: none;
  82.     }
  83.     .ok_text_holder{
  84.         font-size:21px;
  85.         color:#fff;
  86.         display:inline-flex;
  87.         margin-top: 0px;
  88.     }
  89.     .img_padding{
  90.         padding: 10px;
  91.     }
  92.     .text2_padding{
  93.         padding: 10px;
  94.     }
  95.     .text3_padding{
  96.         padding: 10px;
  97.     }
  98.     body{
  99.         margin-top: 85px !important;
  100.     }
  101. }
  102. @media (min-width: 371px) and (max-width: 680px) {
  103.   .ok_holder {
  104.         z-index: 99999;
  105.         overflow: hidden;
  106.         box-sizing: border-box;
  107.         height: 200px;
  108.         text-align:center;
  109.         background: #00000082;
  110.         position: fixed;
  111.         width:100%;
  112.         top:0;
  113.         left:0;
  114.     }
  115.     .ok_text1{
  116.         line-height: 20px;
  117.         font-size: 18px;
  118.     }
  119.     .ok_text2{
  120.         padding: 4px;
  121.         font-size: 17px;
  122.         color: #f7931e;
  123.     }
  124.     .timer__bottom_ok{
  125.         font-size: 25px;
  126.         line-height: 32px;
  127.     }
  128.     .ok_logo_holder{
  129.         display: none;
  130.     }
  131.     .ok_text_holder{
  132.         font-size:21px;
  133.         color:#fff;
  134.         margin-top: 0px;
  135.     }
  136.     .img_padding{
  137.         padding: 4px;
  138.     }
  139.     .text2_padding{
  140.         padding: 2px;
  141.     }
  142.     .text3_padding{
  143.         padding: 2px;
  144.     }
  145.     body{
  146.         margin-top: 200px !important;
  147.     }
  148. }
  149. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement