sbstn_becker

Untitled

Jun 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.99 KB | None | 0 0
  1. .header {
  2.  
  3.     padding: 200px 0;
  4.  
  5. }
  6.  
  7. .bg-dark {
  8.  
  9.     background-color: #375d86;
  10.  
  11. }
  12.  
  13.  
  14. .bg-graphite {
  15.  
  16.     background-color: #375d86;
  17.  
  18. }
  19.  
  20. .page-title {
  21.     display: inline-block;
  22.     border-bottom: 2px solid #ccc;
  23.     font-family: "Roboto Slab", sans-serif;
  24.     font-size: 1.9em;
  25.     font-weight: 700;
  26.     padding-bottom: 50px;
  27.     text-align: center;
  28.     text-transform: uppercase;
  29.  
  30. }
  31. .post-header {
  32.  
  33.     border-bottom: 1px solid #eee;
  34.     padding: 4% 8%;
  35.     position: relative;
  36.  
  37. }
  38.  
  39.  
  40. .posts .post-content {
  41.  
  42.     padding: 6%;
  43.     -ms-word-wrap: break-word;
  44.     word-wrap: break-word;
  45.  
  46. }
  47.  
  48.  
  49. .single .post-content {
  50.  
  51.     padding: 5%;
  52.  
  53. }
  54.  
  55. .child-title a:hover, .post-header .post-title a:focus {
  56.     color: #13c4a5;
  57. }
  58.  
  59. .child-title {
  60.     display: inline-block;
  61.     font-family: "Roboto Slab", sans-serif;
  62.     font-size: 1.9em;
  63.     font-weight: 700;
  64.     padding-bottom: 50px;
  65.     width: 100%;
  66.     text-align: center;
  67.     text-transform: uppercase;
  68. }
  69.  
  70.  
  71. .post-header .post-title {
  72.     font-size: 1.25em; 
  73. }
  74.  
  75.  
  76. .posts .post-container.fade-in {
  77.     opacity: 1.0;
  78. }
  79. .posts .post-container {
  80.     opacity: 0;
  81.     -webkit-transition: opacity 0.5s;
  82.     -moz-transition: opacity 0.5s;
  83.     transition: opacity 0.5s;
  84. }
  85.  
  86. .child-page .isc_image_list_box {
  87.     display: none;
  88. }
  89.  
  90. .hentry, .post {
  91.     -webkit-box-shadow: 0 0 rgba(0,0,0,0);
  92.     -moz-box-shadow: 0 0 rgba(0,0,0,0);
  93.     box-shadow: 0 0 rgba(0,0,0,0);
  94. }
  95.  
  96. .post-meta {
  97. display: none !important;
  98. }
  99.  
  100. .elementor-image-carousel-caption {
  101.     color: #7a7a7a;
  102.   font-family: "Roboto", Sans-serif;
  103.   font-weight: 400 !important;
  104.     padding-top: .5em;
  105.   text-align: center;
  106.     font-size: .8em;
  107. }
  108.  
  109. #footer a:link, #footer a:visited {
  110. color:#999;
  111. }
  112.  
  113. .widget-content ul li::before {
  114.     color: #999;
  115. }
  116.  
  117.  
  118.  
  119. .child-page .post-content {
  120.  
  121.     padding: 6%;
  122.       background-color: #ffffff
  123.  
  124. }
  125.  
  126. .child-page .post-header {
  127.       background-color: #ffffff
  128.  
  129. }
  130.  
  131. .child-page .post-title {
  132.       background-color: #ffffff
  133.  
  134. }
Add Comment
Please, Sign In to add comment