Adilol

my css

Oct 22nd, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.72 KB | None | 0 0
  1. @font-face {
  2.         font-family:ubuntu;
  3.                 src: url(Ubuntu-L.ttf);
  4.                 }
  5. body
  6. {
  7. background-color:#FFF;
  8. margin: 0;
  9. }
  10.  
  11. #body-back
  12. {
  13.     background-color:#333;
  14.     width:auto;
  15.     font-family:ubuntu;
  16.     color:#FFF;
  17.     margin-left:250px;
  18.     margin-right:250px;
  19.     padding: 5px;
  20.     max-width:inherit;
  21.    
  22. }
  23.  
  24. #header-bar
  25. {
  26.         background-color: #3E6B4F;
  27.     width:auto;
  28.     height:75px;
  29.     font-family:ubuntu;
  30.     color:#FFF;
  31.     font-size:28px;
  32.    
  33. }
  34.  
  35. #sidebar {
  36. background-color: #3E6B4F;
  37. font-family:ubuntu;
  38. float:left;
  39. width:200px;
  40. color:#FFF;
  41. width:250px;
  42. }
  43.  
  44. a
  45. {
  46. color: #FFF; text-decoration: none;
  47. }
  48. a:hover{
  49. color: #FF6600;
  50. font-weight:bold;
  51. }
  52.  
  53. ul#menu
  54. {
  55.     margin:0;
  56.     padding:0;
  57.     list-style-type:none;
  58.     width:auto;
  59.     position:relative;
  60.     display:block;
  61.     height:30px;
  62.    
  63.    
  64.     font-weight:bold;
  65.     background-color:#000; repeat-x top left;
  66.     font-family:ubuntu;
  67.     border-bottom:1px solid #000000;
  68.     border-top:1px solid #000000;
  69.     color:#FF6600;
  70.     padding-top:2.5px;
  71.     padding-bottom:2.5px;
  72.     padding-right:2.5px;
  73.     padding-left:2.5px;
  74. }
  75. l#menu li
  76. {
  77.  
  78.     float:left;
  79.     margin:0;
  80.     padding:0;
  81.     background-color:#000;
  82.     color:#FFF;
  83. }
  84.    
  85. ul#menu li a
  86. {
  87.  
  88.     float:left;
  89.         color:#FFF;
  90.     text-decoration:none;
  91.     font-weight:bold;
  92.     padding:5px;
  93.     background-color:#000;
  94.  
  95. }
  96.    
  97. ul#menu li a:hover
  98. {  
  99.     color: #0099CC;
  100.     height:22px;
  101.     background-color:#000; 0px -30px no-repeat;
  102.     text-decoration:underline; 
  103. }
  104.    
  105.  
  106. ul#menu li a.current
  107. {
  108.     display:inline;
  109.     height:22px;
  110.         background-color:#000; 0px -30px no-repeat;
  111.     float:left;
  112.     margin:0;
  113. }
  114. #footer
  115. {
  116.     height:50px;
  117.     background-color: #3E6B4F;
  118.     font-family:ubuntu;
  119.     color:#FFF;
  120.     margin-left:250px;
  121.     margin-right:250px;
  122.     font-size:small;
  123. }
  124.  
Advertisement
Add Comment
Please, Sign In to add comment