Advertisement
Guest User

Untitled

a guest
Jun 17th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /* =Navigation
  2. -------------------------------------------------------------- */
  3.  
  4. .navigation {
  5. color: #888;
  6. font-size: 12px;
  7. line-height: 18px;
  8. overflow: hidden;
  9. }
  10. .navigation a:link,
  11. .navigation a:visited {
  12. color: #888;
  13. text-decoration: none;
  14. }
  15. .navigation a:active,
  16. .navigation a:hover {
  17. color: #ff4b33;
  18. }
  19. .nav-previous {
  20. float: left;
  21. width: 50%;
  22. }
  23. .nav-next {
  24. float: right;
  25. text-align: right;
  26. width: 50%;
  27. }
  28. #nav-above {
  29. margin: 0 0 15px 0;
  30. }
  31. #nav-above {
  32. display: none;
  33. }
  34. .paged #nav-above,
  35. .single #nav-above {
  36. display: block;
  37. }
  38. #nav-below {
  39. margin: -15px 0 0 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement