Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.56 KB | None | 0 0
  1. /* CSS Framework */
  2. *, *:before, *:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  3. .navbar,.post-feeds,.feed-links{display:none;}
  4. .section,.widget{margin:0 0 0 0;padding:0 0 0 0;}
  5. strong,b{font-weight:bold;padding:0;transition:color 0.2s;}
  6. strong,b:hover{left:-0.1em;content: '[';-webkit-transform: translateX(-100%);transform: translateX(-100%);}
  7. cite,em,i{font-style:italic;}
  8. a:link{color:#cf4d35;text-decoration:none;outline:none;transition:all 0.25s;}
  9. a:visited{color:#303030;text-decoration:none;}
  10. a:link:hover{color:#303030;text-decoration:none;}
  11. a:visited:hover{color:#cf4d35;text-decoration:none;}
  12. a img{border:none;border-width:0;outline:none;}
  13. img{max-width:100%;vertical-align:middle;border:0;}
  14. abbr,acronym{border-bottom:1px dotted;cursor:help;}
  15. sup,sub{vertical-align:baseline;position:relative;top:-.4em;font-size:86%;}
  16. sub{top:.4em;}small{font-size:86%;}
  17. kbd {display:inline-block;border:1px solid #ccc;border-radius:4px;padding:0.1em 0.5em;margin:0 0.2em;box-shadow:0 1px 0px rgba(0,0,0,0.2), 0 0 0 2px #fff inset;background-color:#f7f7f7;}
  18. mark{background-color:#ffce00;color:#182025;}
  19. p,blockquote,pre,table,figure,hr,form,ol,ul,dl{margin:1.5em 0;}
  20. hr{height:1px;border:none;background-color:#999;}
  21. code,kbd,pre,samp{font-family:monospace,monospace;}
  22. pre{white-space:pre;word-wrap:normal;overflow:auto;}
  23. blockquote{position:relative;line-height:2;margin:15px 0;border-left:3px solid #c69f73;font-weight:400;padding:0 18px;color:#999}
  24. *:focus {outline:0!important;}
  25. kbd,blockquote,pre,pre.code,.post-body table td
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement