Guest User

style.css

a guest
Apr 9th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.97 KB | None | 0 0
  1. .banner{
  2.     background-image: url(../../banner2pro.jpg);
  3.     background-repeat: no-repeat;
  4.     height: 198px;
  5.     width:604px;
  6. }
  7. body{
  8.     font-family: verdana;
  9.     background-color: blue;
  10.     height:1000px;
  11.     width:1263px;
  12.     scrollbar-base-color:       #FF6347;
  13.     scrollbar-arrow-color:      #FFFF00;
  14.     scrollbar-track-color:      #FFAA22;
  15.     scrollbar-3dlight-color:    #FFD700;
  16.     scrollbar-highlight-color:  #FF69B4;
  17.     scrollbar-face-color:       #CCCCCC;
  18.     scrollbar-shadow-color:     #FF00FF;
  19.     scrollbar-darkshadow-color: #FFA500;
  20.  
  21. }
  22.  
  23.    
  24. }
  25.  
  26.  
  27. .wrap{
  28.     width:100%;
  29.     height: 59px;
  30.     color:black;
  31.    
  32.    
  33.    
  34. }
  35. nav li {
  36.     display: inline;
  37.     padding-right:40px;
  38.     float:right;
  39.     line-height:59px;
  40.     height:100%;
  41.     background-color: black;
  42.  
  43. }
  44.    
  45. ul a {
  46.     text-decoration:none;
  47.     color: white;
  48.     line-height:59px;
  49. }
  50.  
  51. ul a:hover {
  52.     text-decoration:underline;
  53.     color:red;
  54. }
  55. header{
  56.     background-color: black;
  57.     width:1275px;
  58.     height:59px;
  59.    
  60.     padding-left: 5px;
  61.    
  62.     padding-right: 5px;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment