Advertisement
Guest User

Style section AFTER Navbar

a guest
Nov 16th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. body {
  2. background: rgba(117,117,117,1);
  3. background: -moz-linear-gradient(top, rgba(117,117,117,1) 0%, rgba(117,117,117,1) 4%, rgba(117,117,117,1) 4%, rgba(0,0,0,1) 100%);
  4. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,117,117,1)), color-stop(4%, rgba(117,117,117,1)), color-stop(4%, rgba(117,117,117,1)), color-stop(100%, rgba(0,0,0,1)));
  5. background: -webkit-linear-gradient(top, rgba(117,117,117,1) 0%, rgba(117,117,117,1) 4%, rgba(117,117,117,1) 4%, rgba(0,0,0,1) 100%);
  6. background: -o-linear-gradient(top, rgba(117,117,117,1) 0%, rgba(117,117,117,1) 4%, rgba(117,117,117,1) 4%, rgba(0,0,0,1) 100%);
  7. background: -ms-linear-gradient(top, rgba(117,117,117,1) 0%, rgba(117,117,117,1) 4%, rgba(117,117,117,1) 4%, rgba(0,0,0,1) 100%);
  8. background: linear-gradient(to bottom, rgba(117,117,117,1) 0%, rgba(117,117,117,1) 4%, rgba(117,117,117,1) 4%, rgba(0,0,0,1) 100%);
  9. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#000000', GradientType=0 );
  10. background-size: 100% 100%;
  11. background-repeat: no-repeat;
  12. }
  13. html {
  14. height: 100%
  15. }
  16. a:link {
  17. color: #194FFD;
  18. text-decoration: none;
  19. }
  20. a:visited {
  21. color: #194FFD;
  22. text-decoration: none;
  23. }
  24. a:hover {
  25. color: #1DFA3D;
  26. text-decoration: none;
  27. }
  28. a:active {
  29. color: #1DFA3D;
  30. text-align: right;
  31. position: fixed;
  32. z-index: 9999;
  33. text-decoration: none;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement