Guest User

Untitled

a guest
May 7th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.28 KB | None | 0 0
  1. *
  2. {
  3.     font-family: Tahoma, Geneva, sans-serif;
  4. }
  5.  
  6. body
  7. {
  8.     margin: 0;
  9.     background: url('Images/pozadina_glavna.gif') repeat-x;
  10.     background-position: top;
  11.     background-attachment: fixed;
  12. }
  13.  
  14. #PageCenter
  15. {
  16.     padding: 20px 10px 20px 10px;
  17.     width: 830px;
  18.     margin: auto;
  19.     min-height: 610px;
  20.     border: 3px solid   #FFFFFF;
  21.     border-radius: 10px;
  22.     background-color:   #FFFFFF;
  23.    
  24. }
  25.  
  26. #Header
  27. {
  28.    margin: auto;
  29.    border: 3px solid #FFFFFF;
  30.    border-radius: 10px;
  31.    background:  #FFFFFF;
  32.    text-align: center;
  33.    padding: 5px 5px 5px 5px;
  34.    width: 844px;  
  35. }
  36.  
  37. #Menu
  38. {
  39.     background-color:#FFFFFF;
  40.     margin-bottom: 5px;
  41.     padding-left: 10px;
  42.     padding-top: 7px;
  43.     width: 844px;
  44.     height: 36px;
  45.     margin: auto;
  46.     border: 3px solid #FFFFFF;
  47.     border-radius: 10px;
  48.     text-align: center;
  49. }
  50.  
  51. #Menu a
  52. {
  53.     margin-left: 10px;
  54. }
  55.  
  56. #Footer
  57. {
  58.    margin: auto;
  59.    margin-bottom: 5px;
  60.    background:  #FFFFFF;
  61.    text-align: center;
  62.    padding: 0px 5px 5px 5px;
  63.    width: 844px;  
  64.    border: 3px solid #FFFFFF;
  65.    height: 10px;
  66.    border-radius: 10px;
  67. }
  68.  
  69. .box-ukratko
  70. {
  71.     border: 1px solid #D3D3CE;
  72.     width: 20px;
  73.     height: 50px;
  74. }
  75.  
  76. .tabela
  77. {
  78.    width: 100%;
  79. }
  80.  
  81. .ćelija
  82. {
  83.     background-color: #FFFFFF;
  84.     width: 422px;
  85.     height: 150px;
  86. }
  87.  
  88. a
  89. {
  90.     text-decoration: none;
  91.     color: blue;
  92. }
  93.  
  94. a:hover
  95. {
  96.     text-decoration: underline;
  97.     color: green;
  98. }
  99.  
  100. .btnPosalji
  101. {
  102.     background-color: #FFE87C;
  103.     border: 1px solid #FFE87C;
  104.     border-radius: 5px;
  105.     padding: 5px 5px 5px 5px;
  106. }
  107.  
  108. .txtIme
  109. {
  110.     background-color:   #C9C299;
  111.     border: 1px solid   #C9C299;
  112.     margin-left: 40px;
  113.     border-radius: 5px;
  114. }
  115.  
  116. .txtPrezime
  117. {
  118.     background-color:   #C9C299;
  119.     border: 1px solid   #C9C299;
  120.     margin-left: 7px;
  121.     border-radius: 5px;
  122. }
  123.  
  124. .txtMail
  125. {
  126.     background-color:   #C9C299;
  127.     border: 1px solid   #C9C299;
  128.     margin-left: 20px;
  129.     border-radius: 5px;
  130. }
  131.  
  132. .txtKomentar
  133. {
  134.     margin-left: 71px;
  135.     background-color:   #C9C299;
  136.     border: 1px solid   #C9C299;
  137.     border-radius: 5px;
  138. }
  139.  
  140. .plavo
  141. {
  142.     background: url("Images/h3-blue-bg.gif") repeat-x scroll 0 0 transparent;
  143. }
  144.  
  145. .objekt
  146. {
  147.     position: absolute;
  148.     top: 25%;
  149.     left: 25%;
  150. }
  151.  
  152. img
  153. {
  154.     border: 0px;
  155. }
  156.  
  157. .manje
  158. {
  159.     font-size: 12px;
  160. }
  161.  
  162. .uvlacenje
  163. {
  164.     padding-left: 40px;
  165. }
Advertisement
Add Comment
Please, Sign In to add comment