Advertisement
Guest User

Worm Minimal CSS

a guest
Oct 13th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. body {
  2.     background: #eee;  
  3. }
  4.  
  5. #content {
  6.     width: 100%;
  7.     margin: 0;
  8.     padding: 0;
  9. }
  10.  
  11. .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
  12.     width: 100%;  
  13. }
  14.  
  15. .entry-title, .entry-title a {
  16.     color: #000!important;  
  17.     font-size: 36px;
  18.     font-weight: bold;
  19.     line-height: 48px;
  20. }
  21.  
  22. article {
  23.     padding: 4.875em 0 0 0!important;  
  24.     margin: 0 auto!important;
  25.     width: 585px!important;  
  26. }
  27.  
  28. #primary {
  29.     background: #fff;
  30.     color: #000;
  31. }
  32.  
  33. #branding hgroup, #branding img, #branding form, #comments, footer, .sharedaddy, .entry-meta, #nav-single, #wpstats, #bit, #secondary, .comments-link, .page-header {
  34.     display: none!important;
  35. }
  36.  
  37. #main {
  38.     padding: 0;  
  39. }
  40.  
  41. #access, #page {
  42.     background: #eee;
  43.     box-shadow: none;
  44.     border: 0;
  45.     color: #000;
  46. }
  47.  
  48. #access a {
  49.     color: #000;  
  50. }
  51.  
  52. #access div {
  53.     margin: 0;  
  54. }
  55.  
  56. #branding {
  57.     border: 0;
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement