Guest User

Wordpress Blog

a guest
Sep 25th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.50 KB | None | 0 0
  1. .main-navigation ul a {
  2.     color: #ffffff;
  3.     font-family: 'IBM Plex Sans', sans-serif;
  4.     font-size: 16px;
  5.     font-weight: 100;
  6. }
  7.  
  8. li {
  9.     color: #ffffff;
  10. }
  11.  
  12. .site-posted-on time {
  13.     color: #ffffff;
  14.     font-family: 'IBM Plex Sans', sans-serif;
  15. }
  16.  
  17. .comment-form label {
  18.     color: #ffffff;
  19.     font-family: 'IBM Plex Sans', sans-serif;
  20. }
  21.  
  22. .entry-author .author-title {
  23.     color: #ffffff;
  24. }
  25.  
  26. .site-posted-on strong {
  27.     color: #ffffff;
  28. }
  29.  
  30. .main-navigation ul a:hover {
  31.     color: #B8BBBD !important;
  32. }
  33.  
  34. .main-navigation li.current-menu-item>a,
  35. .main-navigation li.current_page_item>a {
  36.     color: #ffffff !important;
  37.     font-family: 'IBM Plex Sans', sans-serif;
  38. }
  39.  
  40. .widget ul li a {
  41.     font-size: 16px;
  42.     font-weight: 100;
  43.     font-family: 'IBM Plex Sans', sans-serif;
  44.     color: #ffffff;
  45. }
  46.  
  47. .widget ul li a:hover {
  48.     font-size: 16px;
  49.     font-weight: 100;
  50.     font-family: 'IBM Plex Sans', sans-serif;
  51.     color: #B8BBBD;
  52.     text-decoration: none !important;
  53. }
  54.  
  55. .site-title {
  56.     font-family: 'IBM Plex Sans', sans-serif;
  57.     font-size: 48px;
  58.     font-weight: bold;
  59.     color: #ffffff;
  60. }
  61.  
  62. .site-title a,
  63. .site-description,
  64. .social-navigation li a,
  65. .site-header .menu-toggle {
  66.     color: #ffffff !important;
  67. }
  68.  
  69. .widget_recent_comments a,
  70. .widget_recent_entries a {
  71.     font-size: 16px;
  72.     font-weight: 100;
  73.     font-family: 'IBM Plex Sans', sans-serif;
  74.     color: #ffffff;
  75. }
  76.  
  77. .widget_recent_comments a:hover,
  78. .widget_recent_entries a:hover {
  79.     color: #ffffff;
  80.     text-decoration: none !important;
  81. }
  82.  
  83. .entry-title {
  84.     font-size: 40px;
  85.     color: #ffffff;
  86.     font-family: 'IBM Plex Sans', sans-serif;
  87. }
  88.  
  89. .entry-title a {
  90.     font-size: 40px;
  91. }
  92.  
  93. .page-title {
  94.     font-family: 'IBM Plex Sans', sans-serif;
  95.     font-size: 16px !important;
  96.     font-weight: 100;
  97.     color: #ffffff;
  98. }
  99.  
  100. .site-info {
  101.     display: none;
  102. }
  103.  
  104. a {
  105.     color: #ffffff;
  106.     text-decoration: none !important;
  107.     font-weight: bold;
  108. }
  109.  
  110. a:hover {
  111.     color: #B8BBBD;
  112. }
  113.  
  114. a:visited {
  115.     color: #ffffff;
  116. }
  117.  
  118. .entry-meta a {
  119.     font-weight: normal;
  120.     color: #ffffff;
  121. }
  122.  
  123. .entry-meta a:hover {
  124.     color: #B8BBBD;
  125. }
  126.  
  127. .entry-meta,
  128. .entry-footer {
  129.     color: #ffffff;
  130. }
  131.  
  132. .button,
  133. .more-link,
  134. button:not(.menu-toggle),
  135. input[type="button"],
  136. input[type="reset"],
  137. input[type="submit"],
  138. .posts-navigation .nav-links a,
  139. #content #infinite-handle span button {
  140.     background: #ffffff;
  141.     color: #141d26;
  142. }
  143.  
  144. .button:visited,
  145. .more-link:visited {
  146.     color: #141d26;
  147. }
  148.  
  149. .button:hover,
  150. .more-link:hover,
  151. button:not(.menu-toggle):hover,
  152. input[type="button"]:hover,
  153. input[type="reset"]:hover,
  154. input[type="submit"]:hover,
  155. .posts-navigation .nav-links a:hover,
  156. #content #infinite-handle span button:hover {
  157.     background: #ffffff;
  158.     font-weight: 200;
  159. }
  160.  
  161. .button:hover,
  162. .more-link:hover,
  163. button:not(.menu-toggle):hover,
  164. input[type="button"]:hover,
  165. input[type="reset"]:hover,
  166. input[type="submit"]:hover,
  167. .posts-navigation .nav-links a:hover,
  168. #content #infinite-handle span button:hover {
  169.     color: #141d26;
  170. }
  171.  
  172. .site-main>.hentry:nth-child(n+2),
  173. .site .infinite-wrap>.hentry:nth-child(n+2) {
  174.     border-top: #ffffff;
  175. }
  176.  
  177. blockquote {
  178.     margin: 1.75em .875em 1.75em -1.9em;
  179.     padding: 0 0 0 1.75em;
  180.     font-family: 'IBM Plex Sans', sans-serif;
  181.     font-style: italic;
  182.     border: solid #ffffff;
  183.     border-width: 0 0 0 3px;
  184.     color: #ffffff;
  185. }
  186.  
  187. .post-tags li:first-child {
  188.     color: #ffffff;
  189. }
  190.  
  191. .entry-meta,
  192. .entry-footer {
  193.     color: #ffffff;
  194. }
  195.  
  196. input[type="text"],
  197. input[type="password"],
  198. input[type="email"],
  199. input[type="search"],
  200. input[type="url"],
  201. textarea {
  202.     font-family: 'IBM Plex Sans', sans-serif;
  203. }
Add Comment
Please, Sign In to add comment