Don't like ads? PRO users don't see any ads ;-)
Guest

css

By: a guest on Aug 22nd, 2012  |  syntax: None  |  size: 1.88 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #container {
  2.         width: 1024px;
  3.         position: relative;
  4.         margin: 0px auto;
  5. }
  6. #top_bar {
  7.         width: 100%;
  8.         height: 25px;
  9.         background-image: url(/dtg/top_bar.png);
  10.         float: left;
  11. }
  12. #news {
  13.         width: 350px;
  14.         margin: 0px auto;
  15.         position: relative;
  16. }
  17. #links {
  18.         width: 350px;
  19.         float: right;
  20.         position: relative;
  21. }
  22. #container_main {
  23.         width: 971px;
  24.         margin: 0px auto;
  25.         position: relative;
  26. }
  27.  
  28. #header {
  29.         width: 971px;
  30.         height: 150px;
  31.         position: relative;
  32.         float: left;
  33. }
  34.  
  35. #login_system {
  36.         width: 198px;
  37.         height: 135px;
  38.         float: right;
  39.         margin-top: 10px;
  40. }
  41. #brojac {
  42.         height: 20px;
  43.         width: 971px;
  44.         position: relative;
  45.         float: left;
  46. }
  47. #navigacija {
  48.         width: 971px;
  49.         height: 30px;
  50.         position: relative;
  51.         margin: 0px auto;
  52.         float: left;
  53. }
  54. #sidebar_config {
  55.         width: 204px;
  56.         float: left;
  57.         height: 274px;
  58. }
  59. #dtg_info {
  60.         width: 555px;
  61.         position: relative;
  62.         float: left;
  63.         height: 145px;
  64. }
  65. #head_admins {
  66.         float: left;
  67.         width: 555px;
  68.         height: 127px;
  69.         position: relative;
  70. }
  71. #latest_forum {
  72.         float: right;
  73.         position: relative;
  74.         width: 205px;
  75.         height: 274px;
  76. }
  77. #latest_members {
  78.         height: 105px;
  79.         float: left;
  80.         width: 971px;
  81. }
  82. #sidebar_top10 {
  83.         height: 274px;
  84.         width: 204px;
  85.         float: left;
  86.         position: relative;
  87. }
  88. #content_head {
  89.         height: 82px;
  90.         width: 555px;
  91.         position: relative;
  92.         float: left;
  93. }
  94. #content {
  95.         width: 555px;
  96.         float: left;
  97.         height: 426px;
  98.         position: relative;
  99. }
  100. #shoutbox {
  101.         width: 205px;
  102.         float: right;
  103.         position: relative;
  104.         height: 274px;
  105. }
  106. #top_member {
  107.         height: 247px;
  108.         width: 205px;
  109.         float: right;
  110.         position: relative;
  111. }
  112. #voting {
  113.         float: left;
  114.         height: 200px;
  115.         width: 200px;
  116.         position: relative;
  117. }
  118. #marketing {
  119.         height: 90px;
  120.         width: 204px;
  121.         float: left;
  122.         position: relative;
  123. }
  124. #sponzors {
  125.         height: 44px;
  126.         width: 777px;
  127.         float: left;
  128.         position: relative;
  129. }
  130. #footer {
  131.         width: 100%;
  132.         height: 30px;
  133.         float: left;
  134. }