Advertisement
Grawl

deviantART 1680x1050 one scroll

Oct 4th, 2011
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. .pagination-wrapper {
  2. position: fixed;
  3. bottom: 10px;
  4. right: 0;
  5. width: 87%;
  6. padding: 0 0 45px !important;
  7. }
  8. .pagination-wrapper .pagination {
  9. padding: 5px 40px;
  10. background: hsla(136, 12%, 62%, 0.8);
  11. border-radius: 5px;
  12. border: 2px solid hsla(136, 12%, 34%, 1);
  13. }
  14. .pagination ul.pages li.prev {
  15. margin: 0 0 0 10px;
  16. }
  17. .pagination ul.pages li.next {
  18. margin: 0 10px 0 0;
  19. }
  20. div.stream div.tt-a span.tt-w span.shadow {
  21. width: 175px;
  22. height: 125px;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement