Guest User

Untitled

a guest
Dec 15th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <style>
  2. * {
  3. font-family: "Helvetica Neue", Helvetica, sans-serif !important;
  4. color: #444;
  5. }
  6. a {
  7. border-bottom: 1px dotted #65a2ef;
  8. color: #0064e5 !important;
  9. }
  10. a:visited { border: 0; }
  11. a:hover {
  12. border-color: #cfe2fa;
  13. color: #4c9bff !important;
  14. }
  15.  
  16. #article { width: 990px; }
  17. #background { background-color: \
  18. rgba(0, 0, 0, 0.9); }
  19. #container { margin-left: -514px; }
  20. #drop-shadow { width: 1200px; }
  21. .page {
  22. background: #EFEFEF;
  23. width: 828px;
  24. }
  25. .article-fade {
  26. position: absolute;
  27. left: 34px;
  28. height: 36px;
  29. width: 990px;
  30. z-index: 10;
  31. pointer-events: none;
  32. background-size: contain;
  33. }
  34. </style>
Add Comment
Please, Sign In to add comment