Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. html, body, title, nav, div, li, ul {
  2. box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. -webkit-box-sizing: border-box;
  5. }
  6.  
  7. html {
  8. height: 100%;
  9. cursor: url("../Images/cursor2.png"), auto;
  10. }
  11.  
  12. body {
  13. background: url("../Images/backgroundSite.jpg") center fixed no-repeat;;
  14. -webkit-background-size: cover;
  15. -o-background-size: cover;
  16. -moz-background-size: cover;
  17. font-family: 'Shadows Into Light';
  18. height: 100%;
  19. top: 0;
  20. left: 0;
  21. width: 100%;
  22. height: 100%;
  23. }
  24.  
  25. #header {
  26. background: gray;
  27. border: 2px solid black;
  28. }
  29.  
  30. li > a {
  31. padding-left: 10px;
  32. padding-right: 10px;
  33. }
  34.  
  35. li {
  36. text-decoration: none;
  37. list-style: none;
  38. display: list-item;
  39. text-align: -webkit-match-parent;
  40. padding: 0 1rem;
  41. position: relative;
  42. display: inline;
  43. margin-left: 4%;
  44. font-family: 'Shadows Into Light';
  45. font-size: 180%;
  46. font-weight: bold;
  47. text-shadow: 7px 5px 14px rgba(255, 76, 122, 1);
  48. }
  49.  
  50. nav {
  51. border: 2px solid gray;
  52.  
  53. border-radius: 5px;
  54. background-color: rgba(211, 211, 211, 0.7);
  55. }
  56.  
  57. .buttonLink {
  58. text-decoration: none;
  59. color: #9d1b2b;
  60. }
  61.  
  62. .buttonLink:hover {
  63. background-color: #9d1b2b;
  64. border-radius: 8px;
  65. color: black;
  66.  
  67. }
  68.  
  69. #info {
  70. background-image: url("../Images/info.jpeg");
  71. background-repeat: no-repeat;
  72. background-position: center;
  73. font-family: 'Shadows Into Light';
  74. font-size: 26px;
  75. float: right;
  76. color: #ffffff;
  77. width: 33%;
  78. height: 25rem;
  79. margin-top: 2.5em;
  80. padding-left: 1%;
  81. padding-right: 1%;
  82. text-shadow: 7px 5px 14px rgba(255, 76, 122, 1);
  83. border-radius: 3px;
  84.  
  85. margin-right: 3%;
  86.  
  87. }
  88.  
  89. .responsive-slider {
  90. float: left;
  91. }
  92. p{
  93.  
  94. margin: 0;
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement