A_God

Custom css

Mar 23rd, 2022 (edited)
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.70 KB | None | 0 0
  1. .wpcf7 form.sent .wpcf7-response-output {
  2.     border-color: #46b450;
  3.     float: left;
  4.     margin: 0 auto;
  5. }
  6.  
  7. /* style.css | https://eschoolapp.in/wp-content/themes/eschoolsite6oct/style.css?ver=1.0 */
  8.  
  9. mark, ins {
  10.  
  11.   background: #007acc03;
  12.   color: #0695cb;
  13. }
  14.  
  15.  
  16. /* Element | https://eschoolapp.in/?page_id=213222&preview=true */
  17.  
  18. .vc_custom_heading > ins:nth-child(2) {
  19.  
  20.   padding-top: 0px;
  21.   padding-left: 0px;
  22.   padding-bottom: 0px;
  23.   padding-right: 0px;
  24. }
  25.  
  26. /* style.css | https://eschoolapp.in/wp-content/themes/eschoolsite6oct/style.css?ver=1.0 */
  27. button, html input[type="button"], input[type="reset"], input[type="submit"] {
  28. background: rgb(32,238,188);
  29. background: linear-gradient(90deg, rgba(32,238,188,1) 0%, rgba(21,238,229,0.5550595238095238) 35%, rgba(0,212,255,1) 100%);
  30.     background: var(--the7-btn-bg,transparent linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%));
  31.     color:#fff;
  32. font-weight:bold;
  33. font-family:auto;
  34.     width:100px;
  35.     height:50px;
  36. }
  37. #pum_popup_title_213254 {
  38.   font-weight: 500;
  39.   font-family: auto;
  40.   text-transform: uppercase;
  41. }
  42. .popuptext {
  43.   font-family: Times New Roman;
  44. }
  45.  
  46.  @media (min-width:320px)  {button, html input[type="button"], input[type="reset"], input[type="submit"]{
  47.  margin: 0 auto;
  48.     display: block;
  49. }}
  50.     @media (min-width:480px)  { button, html input[type="button"], input[type="reset"], input[type="submit"]{
  51.  margin: 0 auto;
  52.     display: block;
  53. }}
  54.     @media (min-width:600px)  {button, html input[type="button"], input[type="reset"], input[type="submit"]{
  55.  margin: 0 auto;
  56.     display: block;
  57. }}
  58.     @media (min-width:801px)  {button, html input[type="button"], input[type="reset"], input[type="submit"]{
  59.  margin: 0 auto;
  60.     display: block;
  61. }}
  62.     @media (min-width:1025px) { button, html input[type="button"], input[type="reset"], input[type="submit"]{
  63.  margin: 0 auto;
  64.     display: block;
  65. }}
  66.     @media (min-width:1281px) {button, html input[type="button"], input[type="reset"], input[type="submit"]{
  67.  margin: 0 auto;
  68.     display: block;
  69. }}
  70.  
  71.  
  72. /* Element | https://eschoolapp.in/?popup_preview=true&popup=213254 */
  73.  
  74. #pum-213254 {
  75.   padding-right: 0px;
  76.     left: 9px;
  77. }
  78.  
  79.  
  80. /* Element | https://eschoolapp.in/?popup_preview=true&popup=213254 */
  81.  
  82. .man > p:nth-child(3) {
  83.  
  84.   margin-bottom: 1%;
  85.   margin-top: 1%;
  86.  
  87. }
  88.  
  89. /* Inline #19 | https://eschoolapp.in/?popup_preview=true&popup=213254 */
  90.  
  91. p:not(.u-text-variant) {
  92.  
  93.   margin-top: 0%;
  94.   margin-bottom: 2%;
  95.   text-align: center;
  96. }
  97.  
  98. /* style.css | https://eschoolapp.in/wp-content/themes/eschoolsite6oct/style.css?ver=1.0 */
  99.  
  100. button, input, select, textarea {
  101.  
  102.   max-width: 80%;
  103. }
  104.  
  105. /* Element | https://eschoolapp.in/?popup_preview=true&popup=213254 */
  106.  
  107. .man {
  108.  
  109.   flex-wrap: nowrap;
  110.   justify-content: center;
  111.   align-items: center;
  112.   align-content: center;
  113.  
  114. }
  115.  
  116. /* Element | https://eschoolapp.in/?popup_preview=true&popup=213254 */
  117.  
  118. .man > label:nth-child(1) {
  119.   text-align: center;
  120. }
  121.  
  122. /* Element | https://eschoolapp.in/?popup_preview=true&popup=213254 */
  123.  
  124. .man > p:nth-child(3) > label:nth-child(1) {
  125.   text-align: center;
  126. }
  127.  
  128. /* Element | https://eschoolapp.in/?popup_preview=true&popup=213254 */
  129.  
  130. .man > p:nth-child(7) > input:nth-child(1) {
  131.  
  132.   text-transform: uppercase;
  133.   font-family: inherit;
  134. }
  135.  
  136. /* Element | https://eschoolapp.in/ */
  137.  
  138. .man > p:nth-child(4) {
  139.   /* margin-top: 1px; */
  140.   /* margin-bottom: 1px; */
  141.   margin-top: 1% !important;
  142.   margin-bottom: 1% !important;
  143. }
  144.  
  145. /* Inline #19 | https://eschoolapp.in/ */
  146.  
  147. p:not(.u-text-variant) {
  148.  
  149.   margin-top: 1% !important;
  150.   margin-bottom: 1% !important;
  151. }
  152.  
  153. /* Inline #16 | https://eschoolapp.in/ */
  154.  
  155. input, select, textarea {
  156.  
  157.   color: black;
  158.   text-transform: uppercase;
  159. }
  160.  
  161.  
Add Comment
Please, Sign In to add comment