Advertisement
Guest User

css

a guest
Jun 4th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. body{
  2. height: 100%;
  3. width: 100%;
  4. margin: 0px;
  5. }
  6. #video{
  7. position: fixed;
  8. left: 0px;
  9. top: 0px;
  10. min-width: 100%;
  11. min-height: 100%;
  12. width: auto;
  13. height: auto;
  14. overflow: hidden;
  15. z-index: -100;
  16. }
  17.  
  18. #menu{
  19. text-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;
  20. z-index: 1;
  21. text-align: left;
  22. overflow: hidden;
  23. font-family: calibri, tahoma;
  24. }
  25.  
  26. #menu a{
  27. color: #ffffff;
  28. }
  29.  
  30. #menu a:hover{
  31. color: #B22222;
  32. }
  33.  
  34. ul#menu li{
  35. list-style-type: none;
  36. float: left;
  37. margin-left: 3px;
  38. }
  39.  
  40. ul#menu li:hover{
  41. list-style-type: none;
  42. float: left;
  43. margin-left: 3px;
  44. }
  45.  
  46. ul#menu li a{
  47. color: #ffffff;
  48. display : block;
  49. padding : 4pt;
  50. text-decoration : none;
  51. }
  52.  
  53.  
  54. #top_menu{
  55. font-family: FontAwesome;
  56. font-size: 16px;
  57. margin-top: 16px;
  58. margin-left: 100px;
  59. }
  60.  
  61. #right
  62. {
  63. #
  64. }
  65.  
  66. #left
  67. {
  68. #
  69. }
  70.  
  71. #footer
  72. {
  73. #
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement