Guest
Public paste!

css

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 0.76 KB | Hits: 70 | Expires: Never
Copy text to clipboard
  1. body {
  2.         text-align:center;
  3. }
  4.  
  5. #kontejner {
  6.         width:778px;
  7.         margin:0px auto;
  8. }
  9.  
  10. #zaglavlje {
  11.         width:778px;
  12.         height:65px;
  13.         background: url("images/topbg.jpg") no-repeat left;
  14. }
  15.  
  16. #gore {
  17.         height: 164px;
  18.         background: url("images/header.jpg") no-repeat left;
  19. }
  20.  
  21. #izbornik1 {
  22.         float:left;
  23.         margin-left:60px;
  24.         font-family:arial;
  25. }
  26.  
  27. ul.okomito, li {
  28.         list-style:none;
  29.         margin:0px;
  30.         padding-top:8px;
  31. }
  32.  
  33. ul.okomito  li a, ul.okomito  li a:visited {
  34.         list-style:none;
  35.         margin:1px;
  36.         padding: 2px 0px 2px 15px;
  37.         width:120px;
  38.         border-bottom:2px dashed #AECCCA;
  39.         background:url("images/bullet-normal.gif") left no-repeat;
  40.         color:#305E5C;
  41.         text-decoration:none;
  42. }
  43.  
  44. ul.okomito li a:hover {
  45.         background:url("images/bullet-hover.gif") left no-repeat;
  46. }