Guest User

Untitled

a guest
Jul 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. #header {
  2.     clear: both;
  3.     position: relative;
  4.     height: 5em;
  5.     margin: 0 auto;
  6.     background: #48525B url(../images/bg/header.gif) repeat-x bottom left;
  7.     border-bottom: 2px solid #48525B;
  8.     background-color: #48525B;
  9. }
  10.  
  11.  
  12. #header img {
  13.   position: absolute;
  14.   top: 5%;
  15.   left: 10px;
  16. }
  17.  
  18. #header ul {
  19.   margin: 3.5em 1em 0 0 !important;
  20.   margin: 3.5em 0.5em 0 0;
  21.   padding: 0;
  22.   float: right;
  23. }
  24.  
  25. #header ul li {
  26.   display: inline;
  27.   list-style: none;
  28. }
  29.  
  30. #header ul li a {
  31.   float: left;
  32.   padding: 0 1em;
  33.  
  34.   font: 400 1.1em arial, sans-serif;
  35.   letter-spacing: 0.1em;
  36.   line-height: 0.8em !important;
  37.   line-height: 1em;
  38.  
  39.   color: #cccccc;
  40.   border-right: 1px solid #4D5760;
  41. }
  42.  
  43. #header ul li a.last {
  44.   padding-right: 0;
  45.   border-right: 0;
  46. }
  47.  
  48. #header ul li a:hover {
  49.   color: #3B5D77;
  50. }
Add Comment
Please, Sign In to add comment