home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / nolimit / images / style.css < prev    next >
Cascading Style Sheet File  |  2006-04-15  |  5KB  |  328 lines

  1. /* 
  2. by Herreman David 
  3. http://www.free-css-templates.com
  4. */
  5.    
  6.  
  7. body { 
  8.     margin:5px 0; 
  9.     padding:0; 
  10.     font: 74% Arial, Sans-Serif; 
  11.     color:#808080;  
  12.     background-color:#eee;
  13.     line-height: 1.4em; 
  14.     background : #0B1A00 url(background.gif) repeat-x;
  15. }
  16.  
  17. p { 
  18.     margin: 0 0 5px 0; 
  19.     padding: 0; 
  20.     color: #303030; 
  21.     background: inherit;
  22. }
  23.  
  24. hr {
  25.    border: 0;
  26.    height: 1px;
  27.    color: #eee;
  28.    background-color: #eee;
  29. }
  30.  
  31. .sample {
  32.   clear: left;
  33.   float: left;
  34.   padding-right: 10px;
  35. }
  36.  
  37. .sampledesc {
  38.  margin-left: 120px;
  39. }
  40.  
  41. .boxads {
  42.     width: auto;
  43.     font-size:90%; 
  44.     text-align: center;
  45.     line-height: 18px;
  46.     margin-top: 30px;
  47.     margin-right: 20px;
  48.     margin-left: 10px;
  49.     padding: 10px 10px 10px 10px;
  50.     background-color: #fff;
  51.     border: 1px;
  52.     border-style: solid;
  53.     border-color: #eee;
  54. }
  55.  
  56. a { 
  57.     color: #374A74;
  58.     background: inherit; 
  59.     text-decoration:none;
  60. }
  61.  
  62. a:hover { 
  63.     background: inherit;
  64.     text-decoration: underline;
  65. }
  66.  
  67. h1 { 
  68.     padding:0; 
  69.     margin:0; 
  70.     color: #FFF; 
  71.     background: inherit;
  72.     font: bold 1.8em Arial, Sans-Serif; 
  73.     letter-spacing: -1px;
  74. }
  75.  
  76. h1 a {
  77.     color: #FFF; 
  78.     background: inherit;
  79. }
  80.  
  81. h2 { 
  82.     background-color: inherit; 
  83.     color:#808080; 
  84.     font-size:140%; 
  85.     font-weight:bold; 
  86.     margin: 5px 0 5px 0; 
  87.     padding:0; 
  88. }
  89.  
  90. h2 a { 
  91.     background-color:#FFFFFF; 
  92.     color:#000000; 
  93. }
  94.  
  95. ul { 
  96.     margin: 0 0 10px 0; 
  97.     padding : 0; 
  98.     list-style : none; 
  99.     border-bottom: 0px solid #eee; 
  100. }
  101.     
  102. li { 
  103.     font-weight: bold;
  104.     margin: 0 0 8px 0;
  105.     padding: 0 0 0 5px;
  106.     
  107. }
  108.  
  109. img {
  110.     border: 0;
  111. }
  112.  
  113. .content { 
  114.     color: #3F535A; 
  115.     margin: 0 auto; 
  116.     padding: 0; 
  117.     width: 800px; 
  118.     background: transparent url(bg.png) repeat-y center;
  119. }
  120.  
  121. .header {  
  122.     height: 267px; 
  123.     background: url(header.jpg) no-repeat center bottom;
  124.     color: #FFF; 
  125. }
  126.  
  127.  
  128. .hmenu { 
  129.     float: right;
  130.     padding-top: 5px;
  131.     padding-right: 15px; 
  132.     padding-left: 15px; 
  133. }
  134.  
  135. .hmenu ul { 
  136.     margin: 0; 
  137.     padding : 0; 
  138.     list-style : none; 
  139.     border: none;
  140. }
  141.     
  142. .hmenu li { 
  143.     display: inline;
  144.     
  145. }
  146.  
  147. .hmenu li a {
  148.     color: #FFF;
  149.     background: inherit;
  150.     font-weight: bold;
  151.     margin: 0 0 0 8px;
  152. }
  153.  
  154. .right {  
  155.     clear: both; 
  156.     font-size: 90%; 
  157.     float:right; 
  158.     width: 200px; 
  159.     padding: 0 1em 1em 10px; 
  160.     border-left: 1px solid #eee; 
  161. }
  162.  
  163.  
  164. .left_article { 
  165.     margin: 10px 0 10px 0; 
  166.     padding: 10px 0 10px 0;
  167.     border-top: 1px solid #eee; 
  168.     border-bottom: 1px solid #eee; 
  169. }
  170.     
  171. .center { 
  172.     float:left; 
  173.     width: 540px; 
  174.     margin: 10px 0 10px 35px; 
  175.     padding: 0; 
  176.     background: #FFF; 
  177.     color: #000;
  178. }
  179.  
  180. * html .center { 
  181.     float:left; 
  182.     width: 540px; 
  183.     margin: 0 0 10px 15px; 
  184.     padding: 0; 
  185.     background: #FFF; 
  186.     color: #000;
  187. }
  188.  
  189. .footer { 
  190.     clear:both;
  191.     width: auto;
  192.     color:#999999;  
  193.     font-size:90%;
  194.     background: #fff;
  195.     border-top: 3px solid #eee; 
  196.     text-align:center; 
  197.     margin-top: 30px;
  198.     margin-right: 20px;
  199.     margin-left: 20px;
  200.     padding: 10px 10px 10px 10px;
  201. }
  202.  
  203. .footer padding{
  204.     text-align: center;
  205. }
  206.  
  207. .footer .right { 
  208.     float:right; 
  209.     clear:right; 
  210.     text-align:right; 
  211. }
  212.  
  213.  
  214. fieldset {
  215.     border: 1px solid #eee;
  216. }
  217.  
  218. textarea.text { 
  219.     height: 150px; 
  220.     width: 90%; 
  221.     border: 1px solid #ccc; 
  222.     background: #fff; 
  223.     color: #000;
  224. }
  225.  
  226. textarea.text:hover { 
  227.     border: 1px solid #eee; 
  228.     background: #FFFFF4; 
  229.     color: #000;
  230. }
  231.  
  232. input.field { 
  233.     border: 1px solid #ccc; 
  234.     background-color: #FFFFFF; 
  235.     width: 200px; 
  236.     color: #000;
  237. }
  238.  
  239. input.field:hover { 
  240.     border: 1px solid #eee; 
  241.     background: #FFFFF4; 
  242.     color: #000;
  243. }
  244.  
  245. input.text { 
  246.     margin: 0; 
  247.     width: 110px;
  248.     border: 1px solid #eee; 
  249.     background: #FFF;
  250.     color: #000; 
  251. }
  252.  
  253. input.text:hover { 
  254.     border: 1px solid #ccc; 
  255. }
  256.  
  257. input.searchbutton { 
  258.     margin: 0; 
  259.     font-size: 100%; 
  260.     font-family: Arial, Sans-serif; 
  261.     border: none; 
  262.     background: #FFFFFF; 
  263.     color: #808080; 
  264.     padding: 1px; 
  265.     font-weight: bold; 
  266. }
  267.  
  268. .date { 
  269.     color: #ccc; 
  270.     background: #FFFFFF;
  271.     text-align: right; 
  272.     margin: 4px 0 5px 0; 
  273.     padding: 0.4em 0 0 0; 
  274.     border-top: 1px solid #eee;
  275. }
  276.  
  277. .time { 
  278.     color: #192D50; 
  279.     float: left;
  280.     text-align: left; 
  281.     padding: 5px 0 0 15px; 
  282. }
  283. input.button { 
  284.     background: #FFFFF4; 
  285.     color: #808080;
  286.     border-right: 1px solid #ccc;
  287.     border-bottom: 1px solid #ccc;
  288. }
  289.  
  290. .comments { 
  291.     padding: 10px 10px 8px 10px; 
  292.     margin: 0 0 7px 0; 
  293.     background: #f8f8f8; 
  294.     color: #000;
  295. }
  296.  
  297. .commentsbox { 
  298.     padding: 8px 0 10px 10px; 
  299.     margin: 0 0 10px 0; 
  300.     background: #f4f4f4; 
  301.     color: #000;
  302. }
  303.  
  304. .error {
  305.     color: #990000;
  306.     background-color: #FFF0F0;
  307.     padding: 7px;
  308.     margin-top: 5px;
  309.     margin-bottom: 10px;
  310.     border: 1px dashed #990000;
  311. }
  312. .error h2 {
  313.     color: #990000;
  314.     background: inherit;
  315. }
  316.  
  317. .success {
  318.     color: #000000;
  319.     background: #F5FBE1;
  320.     padding: 7px;
  321.     margin-top: 5px;
  322.     margin-bottom: 5px;
  323.     border: 1px dashed #7BA813;
  324. }
  325. .success h2 {
  326.     color: #7BA813;
  327.     background: inherit;
  328. }