wheelcipher

Read WP Custom CSS

May 27th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.61 KB | None | 0 0
  1. body {background: #ebebeb; }
  2.  
  3. /* Needed for more narrow sidebar */
  4. .featured { text-align: center; }
  5.  
  6. /* Eliminates a bunch of white space between posts on front page */
  7. .blog-posts article { padding-top: 0px; padding-bottom: 0px; }
  8.  
  9.  
  10. /* Removes author block on posts */
  11. .about-author { display: none; }
  12.  
  13. h1.site-title a { border-bottom-width: 0px; color: #474747; }
  14.  
  15. h1.site-title a:hover { color: #474747; }
  16.  
  17. h1.site-title { font-size: 48px; }
  18.  
  19. .blog-posts .entry-title { font-size: 1.5em; }
  20.  
  21. .entry-title { font-size: 24px; }
  22.  
  23. .site-description { font-size: 25px; color: #141414; }
  24.  
  25. .site-description { margin-top: -.8em; }
  26.  
  27. .site-header { padding-bottom: 5px; }
  28.  
  29. .main-navigation { font-size:20px; margin-top: -2.5em; }
  30.  
  31. .main-navigation ul li a { color: #cacaca; border-bottom: none; font-family: Georgia, tahoma, serif; }
  32.  
  33. .entry-meta { font-family: Georgia, tahoma, arial; font-size:14px; }
  34.  
  35. .page .entry-header { display: none; }
  36.  
  37. p { font-size: 1.0em; font-family: Georgia, sans-serif !important; }
  38.  
  39. .entry-content { font-family: Georgia, sans-serif !important; }
  40.  
  41. /* Limits featured image to 100px high */
  42. .featured-image { overflow: hidden; max-height: 100px; }
  43.  
  44. /* Sets link color on sidebar, removes styled underline */
  45. #secondary .widget a { color: #356AA0; border-bottom: none; }
  46.  
  47. #secondary .widget a:hover { color: #356AA0; }
  48.  
  49. /* Removes days ago from tweets */
  50. a.tweet-rel-time { display: none; }
  51.  
  52. /* Nice styled underline on links in posts */
  53. a { border-bottom: 1.5px solid; border-color:#cfcfcc!important; }
  54.  
  55. .blog-single .entry-meta { margin-top: -1.5em; padding-bottom: 0em; }
Advertisement
Add Comment
Please, Sign In to add comment