home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / DarkDimension / style.css < prev   
Cascading Style Sheet File  |  2007-03-31  |  12KB  |  290 lines

  1. /* CSS Document */
  2. body{
  3.     padding:0; margin:0; background:url(images/bg.gif) repeat-x #000; color:#A5A5A4;
  4.     }
  5. div, ul, h1, h2, h3, h4, p, img, form{
  6.     padding:0; margin:0;
  7.     }
  8. ul{
  9.     list-style-type:none;
  10.     }
  11. .blank{
  12.     font-size:0px; clear:both; line-height:0px;
  13.     }
  14. /*--------------------------------header pan---------------------------*/
  15. #headerPan{
  16.     width:778px; margin:0 auto 0 auto; background:url(images/header_pic.jpg) no-repeat; height:343px;
  17.     }
  18. #headerPan ul{
  19.     width:537px; margin:0 0 0 139px; display:block; height:21px;
  20.     }
  21. #headerPan ul li{
  22.     display:block; float:left; height:21px; margin:0; padding:0;
  23.     }
  24. #headerPan ul li a{
  25.     font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 14px 0 14px; color:#EAEAEA;
  26.     background-color:#242424; text-decoration:none; margin:0; height:21px;
  27.     }
  28. #headerPan ul li a:hover{
  29.     color:#EAEAEA; background-color:#0867C3;
  30.     }
  31. #headerPan h1{
  32.     background:url(images/company_name.gif) no-repeat; margin:48px 0 0 251px;  width:233px; height:100px; display:block;
  33.     text-indent:-2000px; 
  34.     }
  35. #headerPan form{
  36.     width:397px; height:46px; background:url(images/search_bg.gif) no-repeat 0 0; margin:125px 0 0 84px; font-size:0;
  37.     padding:0;
  38.     }
  39. #headerPan form label{
  40.     font:24px/26px Arial, Helvetica, sans-serif; color:#CBCBCB; margin:8px 0 0 64px; float:left;  padding:0;
  41.     font-weight:normal; background-color:#000000;
  42.     }
  43. #headerPan form input{
  44.     width:158px; height:22px; display:block; background-color:#171717; border:#494949 1px solid; color:#ACACAC;
  45.     float:left; margin:12px 0 0 20px; padding:0 0 0 5px;
  46.     }
  47. #headerPan form input.button{
  48.     width:31px; height:23px; background:url(images/search_button.gif) no-repeat 0 0; float:left; cursor:pointer; border:none;
  49.     }
  50. /*----------------------------------body part----------------*/
  51. #mainBody{
  52.     width:612px; margin:24px auto 0 auto; 
  53.     }
  54. /*-------------left side------*/
  55. #leftPan{
  56.     width:161px; color:#B6B6B5; background:url(images/left_side_up.gif) no-repeat 0 0 #171717; padding:19px 0 0 0; float:left;    
  57.     }
  58. #leftPan p{
  59.     background:url(images/left_side_down.gif) no-repeat bottom left; height:8px; font-size:0; display:block;
  60.     }
  61. #leftPan h2{
  62.     background:url(images/services_icon.gif) no-repeat 0 0 #171717; color:#fff; width:90px; height:34px; display:block;
  63.     margin:0px 0 0 25px; font: normal 24px/34px Arial, Helvetica, sans-serif; padding: 0 0 0 25px;
  64.     }
  65. #leftPan ul{
  66.     width:119px; display:block; margin:6px 0 24px 25px; font-size:0;
  67.     }
  68. #leftPan ul li{
  69.     background:url(images/left_side_arrow.gif) no-repeat 0 9px; padding: 0 0 0 11px; display:block; height:24px;
  70.     }
  71. #leftPan ul li a{
  72.     font:12px/24px Arial, Helvetica, sans-serif; color:#B6B6B5; text-decoration:none; background-color:#171717; display:block;
  73.     }
  74. #leftPan ul li a:hover{
  75.     background-color:#454545; color:#B6B6B5;
  76.     }
  77. #leftPan h3{
  78.     color:#fff; width:114px; height:24px; display:block; margin:0px 0 10px 26px; padding: 0 0 0 0; background-color:#171717;    
  79.     font: normal 24px/24px Arial, Helvetica, sans-serif; 
  80.     }
  81. #leftPan h3.lor{
  82.     background:url(images/lor_bg.gif) no-repeat  #171717; color:#fff; display:block; width:116px; height:56px;
  83.     font: bold 12px/18px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 0 10px 26px; padding:3px 0 0 7px;
  84.     }
  85. #leftPan ul.says{
  86.     width:119px; display:block; margin:2px 0 17px 25px; font-size:0;
  87.     }
  88. #leftPan ul.says li{
  89.     background:none; display:block; margin:0; padding:0;
  90.     }
  91. #leftPan ul.says li a{
  92.     font:12px/18px Arial, Helvetica, sans-serif; color:#A5A5A4; text-decoration:underline; text-transform:uppercase;
  93.     background-color:#171717;
  94.     }
  95. #leftPan ul.says li a:hover{
  96.     text-decoration:none; background-color:#171717; color:#A5A5A4;
  97.     }
  98. #leftPan a.more{
  99.     width:103px; height:15px; display:block; background-color:#000000; color:#FFFFFF; margin: 0 0 24px 25px; padding:0 0 0 13px;
  100.     font:13px/10px tahoma, Arial, Helvetica, sans-serif;
  101.     }
  102. #leftPan a.more:hover{
  103.     background-color:#454545; color:#B6B6B5;
  104.     }
  105. /*-------------------------------right-------*/
  106. #rightPan{
  107.     width:430px; margin:0 0 0 0px; float:right;
  108.     }
  109. #rightPan h2{
  110.     height:95px; width:204px; display:block; float:left;
  111.     }
  112. #rightPan h2 a{
  113.     width:204px; height:95px; display:block; text-decoration:none; text-indent:-2000px;
  114.     }
  115. #rightPan h2 a.eve{
  116.     width:204px; height:95px; display:block; text-decoration:none; background:url(images/current_event.gif) no-repeat #000;
  117.     color:#FFFFFF;
  118.     }
  119. #rightPan h2 a.eve:hover{
  120.     width:204px; height:95px; display:block; text-decoration:none; background:url(images/current_event_h.gif) no-repeat #000;
  121.     color:#FFFFFF;
  122.     }
  123. #rightPan h2 a.work{
  124.     width:204px; height:95px; display:block; text-decoration:none; margin:0 0 0 15px;
  125.     background:url(images/works.gif) no-repeat #000; color:#FFFFFF;
  126.     }
  127. #rightPan h2 a.work:hover{
  128.     width:204px; height:95px; display:block; text-decoration:none; 
  129.     background:url(images/works_h.gif) no-repeat #000; color:#FFFFFF;
  130.     }
  131. #rightPan h2.about{
  132.     width:429px; height:37px; display:block; margin:25px 0 27px 0; background:url(images/about_compny.gif) no-repeat 0 0;
  133.     padding:0; text-indent:-2000px;
  134.     }
  135. #rightPan p{
  136.     width:427px; font:14px/20px Arial, Helvetica, sans-serif; color:#A5A5A4; background-color:#000000; display:block;
  137.     margin:0 0 0 0;
  138.     }
  139. #rightPan p span{
  140.     color:#2BCB02; background-color:#000000; font-size:17px; font-weight:bold;
  141.     }
  142. #rightPan p.more{
  143.     width:421px; border:#353535 1px solid; height:18px; background-color:#171717; color:#FFFFFF; margin:25px 0 28px 0;
  144.     padding:3px 3px 0 0;
  145.     }
  146. #rightPan p.more a{    
  147.     display:block; text-align:right; text-decoration:none;  font:14px/15px Arial, Helvetica, sans-serif; width:80px; height:15px; background:url(images/read_more_arrow.gif) no-repeat right center #000000; color:#FFFFFF; float:right; padding:0 25px 0 0;
  148.     }
  149. #rightPan p a:hover{
  150.     text-decoration:underline;
  151.     }
  152. #rightPan h3{
  153.     font:24px/22px Tahoma, Arial, Helvetica, sans-serif; color:#FFFFFF; background-color:#000000; display:block; margin:0 0 0 0;
  154.     height:27px;
  155.     }
  156. #rightPan p.hig{
  157.     background-color:#272727; color:#8C8C8B; font:14px/20px Arial, Helvetica, sans-serif; display:block; width:413px; 
  158.     padding:16px 0px 0 12px; margin:5px 0 0 0;
  159.     }
  160. #rightPan p.hig1{
  161.     background-color:#151515; color:#8C8C8B; font:14px/20px Arial, Helvetica, sans-serif; display:block; width:413px; 
  162.     padding:16px 0px 0 12px; margin:5px 0 0 0;
  163.     }
  164. #rightPan p.two{
  165.      color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; width:373px; 
  166.     padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/02.gif) no-repeat 11px 13px #151515;
  167.     }
  168. #rightPan p.three{
  169.      color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; width:373px; 
  170.     padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/03.gif) no-repeat 11px 13px #151515;
  171.     }
  172. #rightPan p.one{
  173.      color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; width:373px; 
  174.     padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/01.gif) no-repeat 11px 13px #272727;
  175.     }
  176. #rightPan p.more1 {
  177.     background-color:#272727; color:#8C8C8B; padding:7px 0 13px 14px; width:411px; margin:0 0 0 0;
  178.     }
  179. #rightPan p.more1 a{
  180.     background-color:#000000; color:#2BCB02; width:397px; display:block; font:14px/14px Arial, Helvetica, sans-serif;
  181.     text-decoration:none; text-align:right; padding:0 3px;
  182.     }
  183. #rightPan p.more1 a:hover{
  184.     color:#fff; background-color:#124D8C; text-decoration:none;
  185.     }
  186. #rightPan p.more2 {
  187.     background-color:#151515; color:#8C8C8B; padding:7px 0 13px 14px; width:411px; margin:0 0 0 0;
  188.     }
  189. #rightPan p.more2 a{
  190.     background-color:#000000; color:#2BCB02; width:397px; display:block; font:14px/14px Arial, Helvetica, sans-serif;
  191.     text-decoration:none; text-align:right; padding:0 3px 0 0;
  192.     }
  193. #rightPan p.more2 a:hover{
  194.     color:#fff; background-color:#124D8C; text-decoration:none;
  195.     }
  196. #rightPan ul{
  197.     width:424px; display:block; margin:26px 0 0 0;
  198.     }
  199. #rightPan ul li{
  200.     display:block; height:35px; padding:98px 0 0 0; float:left; width:141px;
  201.     }
  202. #rightPan ul li.time{
  203.     display:block; background:url(images/time_manager.gif) no-repeat 0 0; height:35px;
  204.     }
  205. #rightPan ul li.time a{
  206.     height:35px; background-color:#1C1C1C; border-bottom:#393939 1px solid; border-top:#393939 1px solid; 
  207.     border-left:#393939 1px solid; display:block; font:14px/16px Arial, Helvetica, sans-serif; color:#FFFFFF;
  208.     padding:0 39px 0 16px; text-decoration:none;
  209.     }
  210. #rightPan ul li.time a:hover{
  211.     background-color:#080808; color:#2BCB02; text-decoration:none;
  212.     }
  213. #rightPan ul li.latest{
  214.     display:block; background:url(images/latest.gif) no-repeat 21px 0; height:35px; 
  215.     }
  216. #rightPan ul li.latest a.la{
  217.     height:35px; background-color:#1C1C1C; border-bottom:#393939 1px solid; border-top:#393939 1px solid; 
  218.     border-left:none; display:block;  font:14px/16px Arial, Helvetica, sans-serif; color:#FFFFFF;
  219.     padding:0 39px 0 37px; text-decoration:none; 
  220.     }
  221. #rightPan ul li.latest a.la:hover{
  222.     background-color:#080808; color:#2BCB02; text-decoration:none;
  223.     }
  224. #rightPan ul li.what{
  225.     display:block; background:url(images/what_news.gif) no-repeat 21px 0; height:35px; 
  226.     }
  227. #rightPan ul li.what a.wh{
  228.     height:35px; background-color:#1C1C1C; border-bottom:#393939 1px solid; border-top:#393939 1px solid; 
  229.     border-left:none; display:block;  font:14px/16px Arial, Helvetica, sans-serif; color:#FFFFFF;
  230.     padding:0 39px 0 37px; text-decoration:none; border-right:#393939 1px solid;
  231.     }
  232. #rightPan ul li.what a.wh:hover{
  233.     background-color:#080808; color:#2BCB02; text-decoration:none;
  234.     }
  235. /*-------------------------------footer---------*/
  236. #footerMain{
  237.     background:url(images/footer_bg.gif) repeat-x 0 0; width:100%;
  238.     }    
  239. #footer{
  240.     background:url(images/footer.gif) no-repeat 0 0; height:97px; width:778px; margin:0 auto 0 auto; padding:74px 0 0 0;
  241.     }
  242. #footer ul{
  243.     width:446px; display:block; margin:0px 0 0 270px; padding:0; font-size:0; height:20px; 
  244.     }
  245. #footer ul li{
  246.     color:#9B9B9B; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;  float:left; background-color:#0F0F0F;
  247.     padding:0; margin:0;
  248.     }
  249. #footer ul li a{
  250.     color:#9B9B9B; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;  background-color:#0D0D0D;
  251.     text-decoration:none; padding:0 6px 0 6px; 
  252.     }
  253. #footer ul li a:hover{
  254.     text-decoration:underline;
  255.     }
  256. #footer p{
  257.     width:324px; display:block; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#EAEAEA; margin:0px 0 0 430px;
  258.     background-color:#0A0A0A; padding:0 0 9px 0;
  259.     }
  260. #footer ul.css{
  261.     width:103px; display:block; font-size:0px; margin:0px 0 0 586px; padding:0; height:20px;
  262.     }
  263. #footer ul.css li{
  264.     display:block; float:left; background-color:#060606; margin:0 0 0 1px; padding:0; color:#FFFFFF;
  265.     }
  266. #footer ul.css li a{
  267.      text-indent:-2000px; height:11px; padding:0; margin:0; float:left; font-size:0; display:block;
  268.     }
  269. #footer ul.css li a.cs{
  270.     background:url(images/css.gif) no-repeat 0 0; width:39px;
  271.     }
  272. #footer ul.css li a.cs:hover{
  273.     background:url(images/css_h.gif) no-repeat 0 0; width:39px;
  274.     }
  275. #footer ul.css li a.html{
  276.     background:url(images/xhtml.gif) no-repeat 0 0; width:61px;
  277.     }
  278. #footer ul.css li a.html:hover{
  279.     background:url(images/xhtml_h.gif) no-repeat 0 0; width:61px;
  280.     }
  281. #footer p.copy{
  282.     width:250px; display:block; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#EAEAEA; margin:0;
  283.     background-color:#030303; padding:0; float:right; display:block;
  284.     }
  285. #footer p.copy a{
  286.     text-decoration:underline; color:#EAEAEA; background-color:#030303;
  287.     }
  288. #footer p.copy a:hover{
  289.     text-decoration:none
  290.     }