Advertisement
Guest User

Style section FULL

a guest
Nov 16th, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ul {
  2. list-style-type: none;
  3. margin: 190px;
  4. overflow: hidden;
  5. text-align: center;
  6. text-decoration: line-through;
  7. }
  8.  
  9. li {
  10. list-style-type: none;
  11. float: left;
  12. padding-left: 30px;
  13. display: inline-block;
  14. }
  15.  
  16. a {
  17. list-style-type: none;
  18. display: block;
  19. width: 0%;
  20. background-color: #757575;
  21. font-size: 36px;
  22. }
  23.  
  24. body {
  25. background: rgba(117,117,117,1);
  26. 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%);
  27. 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)));
  28. 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%);
  29. 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%);
  30. 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%);
  31. 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%);
  32. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#000000', GradientType=0 );
  33. background-size: 100% 100%;
  34. background-repeat: no-repeat;
  35. }
  36. html {
  37. height: 100%
  38. }
  39. a:link {
  40. color: #194FFD;
  41. text-decoration: none;
  42. }
  43. a:visited {
  44. color: #194FFD;
  45. text-decoration: none;
  46. }
  47. a:hover {
  48. color: #1DFA3D;
  49. text-decoration: none;
  50. }
  51. a:active {
  52. color: #1DFA3D;
  53. text-align: right;
  54. position: fixed;
  55. z-index: 9999;
  56. text-decoration: none;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement