Guest User

Baraka

a guest
Sep 20th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.94 KB | None | 0 0
  1. *{
  2.     margin:0;
  3.     padding:0;
  4. }
  5. @font-face {
  6.     font-family: hnce35t_font;
  7.     src: local(hnce35t_font), url('fonts/hnce35t.ttf') format('opentype');
  8. }
  9. h1{
  10.     font-family: hnce35t_font;
  11.     font-size:32px;
  12. }
  13. h2{
  14.     font-family: hnce35t_font;
  15.     font-size:18px;
  16. }
  17. h3{
  18.     font-family: hnce35t_font;
  19.     font-size:18px;
  20. }
  21. body{
  22.     background-color:#171717;
  23.     color:white;
  24.     font-family: hnce35t_font;
  25. }
  26. .cisti{
  27.     clear:both;
  28. }
  29. #pagewrap{
  30.     width: 960px;
  31.     margin:0 auto;
  32. }
  33. #header{
  34.     background-color:#141414;
  35.     min-height:45px;
  36.     border:3px solid #304127;
  37.     border-right:none;
  38.     border-left:none;
  39.     width: 100%;
  40.     position: absolute;
  41.     left: 0;
  42. }
  43. #naslov{
  44.     margin-top: 5px !important;
  45.     margin: 0 auto;
  46.     width: 613px;
  47.     text-align: center;
  48.     vertical-align: middle;
  49. }
  50. #logo{
  51.     float:left;
  52.     margin-top:5px;
  53. }
  54. #tekst1{
  55.     float:left;
  56.     margin-left:5px;
  57. }
  58. #tekst2{
  59.     float:left;
  60.     margin-top:13px;
  61.     margin-left:5px;
  62. }
  63. #search{
  64.     float:right;
  65.     margin-right: 16.3%;
  66.     margin-top: -5px !important;
  67. }
  68. #search_enter{
  69. }
  70. #search_box{
  71.     color:#444444;
  72.     background-color:#0d0d0d;
  73.     border:1px solid #1e1e1e;
  74.     width:175px;
  75.     height:30px;
  76.     font-size:18px;
  77.     padding-left:5px;
  78.     margin-right:20px;
  79.     margin-top:7px;
  80. }
  81. #content{
  82.    
  83. }
  84. #leftsidebar{
  85.     width: 0.5px;
  86.     float:left;
  87.     background-color:#171717;
  88.     min-height:800px;
  89.    
  90. }
  91. #ad1{
  92.     margin:0 auto;
  93.     width:200px;
  94.     height:200px;
  95.     margin-top:15px;
  96. }
  97. #ad2{
  98.     margin:0 auto;
  99.     width:200px;
  100.     height:100px;
  101.     margin-top:15px;
  102. }
  103. #ad3{
  104.     margin:0 auto;
  105.     width:200px;
  106.     height:100px;
  107.     margin-top:15px;
  108. }
  109. #ad4{
  110.     margin:0 auto;
  111.     width:200px;
  112.     height:100px;
  113.     margin-top:15px;
  114. }
  115. #maincontent{
  116.     width:711px;
  117.     float:left;
  118.     background-color:#121212;
  119.     min-height:500px;
  120.     border-right:2px solid #304127;
  121.     border-left:2px solid #304127;
  122.     min-height:800px;
  123. }
  124. #featured_text{
  125.     margin:0 auto;
  126.     width:250px;
  127.     text-align:center;
  128.     margin-top:50px;
  129.     background-color:#1c1c1c;
  130. }
  131. #featured{
  132.     margin:0 auto;
  133.     width:560px;
  134.     height:315px;
  135.     text-align:center;
  136.     border:2px solid #191919;
  137. }
  138.  
  139. #slider{
  140.     margin-top:50px;
  141.     text-align:center;
  142. }
  143. #networks{
  144.     margin-top:40px;
  145. }
  146. #networks ul{
  147.     list-style-type:none;
  148.     text-align:center;
  149.    
  150. }
  151. #networks ul li{
  152.     display:inline;
  153.     padding-right:20px;
  154. }
  155. #networks ul li a{
  156.    
  157. }
  158. #rightsidebar{
  159.     width: 145px;
  160.     float:left;
  161.     background-color:#171717;
  162.     min-height:800px;
  163. }
  164. #right_sidebar_text{
  165.     text-align:left;
  166.     margin-left:19.5%;
  167.     margin-top:10px;
  168.     margin-bottom:5px;
  169. }
  170. #tweet_box{
  171.     margin-left:10px;
  172.     background-image:url('images/tweet_bg.jpg');
  173.     width:240px;
  174.     height:590px;
  175.     border:1px solid #232323;
  176. }
  177. #meni{
  178.     margin:0 auto;
  179.     width:550px;
  180.     text-align:center;
  181. }
  182. #meni ul{
  183.     list-style-type:none;
  184.     text-align:center;
  185.    
  186. }
  187. #meni ul li{
  188.     width:100px;
  189.     float:left;
  190.     padding:3px 18px;
  191.     background-image:url('images/meni_bg.png');
  192. }
  193. #meni ul li a{
  194.     text-decoration:none;
  195.     color:white;
  196.     font-size:28px;
  197.     display:block;
  198. }
  199. #footer{
  200.     width:100%;
  201.     background-color:#28391f;
  202.     min-height:50px;
  203.     border-top:3px solid #5c6956;
  204. }
  205. #lgreen{
  206.     text-align:center;
  207.     min-height:20px;
  208. }
  209. #dgreen{
  210.     background-color:#10170c;
  211.     min-height: 37px;
  212. }
  213. #theme{
  214.     float:left;
  215.     margin-left:25.5%;
  216.     margin-top: 7px;
  217. }
  218. #theme a{
  219.     color:white;
  220.     text-decoration:none;
  221. }
  222. #copy{
  223.     float:right;
  224.     margin-right:25.5%;
  225.     margin-top: 7px;
  226. }
  227. #twitter {
  228. width:183px;
  229. position:center;
  230. }
  231.  
  232. #twitter_m {
  233. width: 190px;
  234. padding: 0 15px;
  235.  
  236. }
  237. #twitter_container {
  238. min-height:590px;
  239. height:auto !important;
  240. height:590px;
  241. padding-bottom:5px;
  242. padding-top:5px;
  243. }
  244. #twitter_update_list {
  245. width: 190px;
  246. padding: 0;
  247. #overflow: hidden;
  248. font-family: hnce35t_font;
  249. font-size: 14px;
  250. color: white;
  251. line-height: 16px;
  252. font-weight:bold;
  253. }
  254. #twitter_update_list li {
  255. width: 190px;
  256. list-style: none;
  257. padding:11px;
  258. border-bottom: dotted 1px #ccc;
  259. }
  260. #twitter_update_list li a {
  261. color:#314228;
  262. text-decoration: none;
  263. }
  264. #twitter_update_list li a:hover {
  265. color: #31353d;
  266. }
Advertisement
Add Comment
Please, Sign In to add comment