Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. body {
  2. width:1320px;
  3. margin:auto;
  4. background-image:url('image/alice1.gif');
  5. background-repeat: no-repeat;
  6. background-attachment:fixed;
  7. background-position: center;
  8. font-family:"Constantia", serif;
  9. }
  10. h1 {color: #D04040}
  11. h2 {color: #883636}
  12. .welcome {
  13. width:35%;
  14. margin-right:1%;
  15. color:#A30000;
  16. font-family:"AR Blanca";
  17. font-size:140%;
  18. text-align: left;
  19. float:right;
  20. }
  21. .start {
  22. width:98%;
  23. color: maroon;
  24. float:left;
  25. }
  26. p em { color: #C00000;
  27. font-style: italic;
  28. font-size: 120%;
  29.  
  30. }
  31. .navbar1{
  32. margin-top:50px;
  33. line-height:1em;
  34. width:500px;
  35. height:200px;
  36. float:left;
  37. }
  38. .navbar1 ul li{
  39. font-size: 150%;
  40. font-family: serif;
  41. margin:0;
  42. padding:5px;
  43. list-style:none;
  44. }
  45. .navbar1 ul li{
  46. border-bottom:solid 1px white;
  47. width:145px;
  48. cursor:pointer;
  49. }
  50. .navbar1 ul li:hover{
  51. background-color:#E8FFE8;
  52. position:relative;
  53. }
  54. .navbar1 ul li a{
  55. padding:5px 15px;
  56. color:#008080;
  57. display:inline-block;
  58. text-decoration:none;
  59. }
  60. .navbar1 ul li ul{
  61. position:absolute;
  62. display:none;
  63. }
  64. .navbar1 ul li ul a{
  65. color: maroon;
  66. font-style: italic;
  67. }
  68. .navbar1 ul li:hover ul{
  69. left:110px;
  70. top:0px;
  71. display:block;
  72. }
  73. .navbar1 ul li ul li{
  74. color: maroon;
  75. background-color:#FFFFC0;
  76. font-size: 100%;
  77. width:215px;
  78. }
  79. footer {
  80. width:100%;
  81. color:black;
  82. clear:left;
  83. text-align:center;
  84. padding-top:140px;
  85. margin:auto;
  86.  
  87. }
  88.  
  89. footer a:link { color:#0B4D0F;}
  90. footer a:visited {color:#0B4D0F;}
  91. footer a:hover {color:red}
  92. footer a:active {color:blue}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement