Advertisement
irakgfx

Untitled

Jun 20th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.44 KB | None | 0 0
  1. .scn{
  2.     color: #fff !important;
  3.     text-align: left;
  4. }
  5. .cnt article ul, .cnt article ol {
  6.     line-height: 1.5em;
  7.     margin-bottom: 1.25em;
  8.     padding-left: 0 !important;
  9. }
  10. header nav ul li{
  11. font-size: 20px !important;
  12. }
  13. .twc.lst {
  14.     padding: 0px;
  15.     margin: 0px;
  16. }
  17. footer .ftw {
  18.     background: #0B7A82;
  19.     padding: 45px 0px;
  20.     text-align: center;
  21. }
  22.  
  23. footer a:hover {
  24.     color: #e3e3e3;
  25. }
  26. footer .colm section {
  27.     margin: 0px;
  28. }
  29. .tve-l-open.tl-anim-zoom_in .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
  30.     max-width: 900px;
  31. }
  32.  
  33. header #logo > a > img {
  34.     max-width: 100px !important;}
  35.  
  36. #floating_menu header {
  37.     -webkit-transition: all,.2s,ease-out;
  38.     -moz-transition: all,.2s,ease-out;
  39.     transition: all,.2s,ease-out;
  40.     padding: 0px 0 9px;
  41. }
  42.  
  43. header::after {
  44.     width: 100%;
  45.     height: 6px;
  46.     margin-bottom: -12px;
  47.     margin-top: 9px;
  48.     content: "";
  49.    display:block;
  50.    background-image:
  51.    url(https://www.staging4.autismparentingmagazine.com/wp-content/uploads/2014/10/headway-imported-image.png);
  52.    background-repeat: repeat-x;
  53. }
  54. .cnt section .meta a {
  55.     color: #0B7A82 !important;
  56.     text-decoration: none;
  57. }
  58. .bSe a {
  59.     color: #137982;
  60. font-weight: 600;
  61. }
  62. header {
  63.     border-bottom: 0px solid #ebebeb;
  64. }
  65.  
  66. header nav>ul.menu li.current-menu-item>a, header nav>ul.menu li.current_page_item>a, header nav ul#menu li.current-menu-item>a, header nav ul#menu li.current_page_item>a:active {
  67.     color: #0B7A82 !important;
  68. }
  69. header nav ul li a {
  70.     color: #4e4e4e;
  71.     font-weight: 600;
  72.     font-family: "open sans";
  73.     text-transform: uppercase;
  74.     display: block;
  75. }
  76. .scn.awr {
  77.     padding-top: 10px;
  78. }
  79. .bspr {
  80.     height: 30px;
  81. }
  82. .cnt .mre {
  83.     margin: auto;
  84.     text-align: center;
  85.     color: #ffffff !important;
  86.     border-radius: 200px;
  87.     padding: 18px 30px;
  88.     background-image: none !important;
  89.     background-color: rgb(165, 24, 28) !important;
  90. }
  91. .cnt .mre a {
  92.     color: #ffffff;
  93. }
  94. .cnt .mre .awe {
  95.     color: #ffffff;
  96.     line-height: 1.2em;
  97.     margin-left: 10px;
  98. }
  99.  
  100.  
  101. .scn.aut {
  102.     box-shadow: none;
  103.     border-radius: 0;
  104.     padding: 20px;
  105.     margin-bottom: 10px;
  106.     font-size: 20px;
  107.     color: #333333;
  108.     border: 0px solid #dbdbdb;
  109.     border-bottom: 2px solid #eee !important;
  110.     padding-bottom: 15px;
  111. }
  112. .bSe h1, .bSe .entry-title {
  113.     font-size: 32px;
  114. }
  115. .cnt article h2.entry-title a {
  116.     color: #0B7A82 !important;
  117. }
  118. .cnt section .meta {
  119.     list-style-type: none;
  120.     margin: 0px;
  121.     padding: 0px;
  122.     width: 100%;
  123. }
  124. .aut div.left {
  125.     width: 100%;
  126. }
  127. .cnt article .aut p em {
  128.     font-weight: 300;
  129.     color: #555555;
  130.     margin-bottom: 10px;
  131.     font-size: 13.5px;
  132.     line-height: 1.6em;
  133. }
  134. .tagcloud a {
  135.     -webkit-transition: all,.2s,linear;
  136.     -moz-transition: all,.2s,linear;
  137.     transition: all,.2s,linear;
  138.     margin-right: 5px;
  139.     text-decoration: none;
  140. }
  141. .cnt article h1, .cnt article .entry-title {
  142.     font-weight: 700;
  143.     line-height: 1.25em;
  144. }
  145. .cnt section footer {
  146.     border-bottom: 2px solid #e7e7e7;
  147.     color: #939393;
  148.     margin: 30px 0px 30px 0px;
  149.     padding: 0px 0px 10px 0px;
  150. }
  151. .bSe h5 {
  152.     font-family: Source Sans Pro,sans-serif;
  153.     font-size: 30px;
  154. }
  155. @media only screen and (max-width: 380px){
  156. .wrp {
  157.     padding-left: 0px;
  158.     padding-right: 0px;
  159.     width: 100%;
  160. }}
  161. @media only screen and (max-width: 380px){
  162. .cnt {
  163.  width: 315px;
  164. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement