home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / artistic / default.css next >
Cascading Style Sheet File  |  2007-08-02  |  3KB  |  252 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. body {
  8.     margin: 20px 0;
  9.     padding: 0;
  10.     background: #4C4C4C;
  11.     font-family: Verdana, Arial, Helvetica, sans-serif;
  12.     font-size: 13px;
  13.     color: #6C7496;
  14. }
  15.  
  16. h1, h2, h3 {
  17.     margin-top: 0;
  18.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  19.     font-weight: normal;
  20.     color: #846CCB;
  21. }
  22.  
  23. h1 {
  24.     letter-spacing: -1px;
  25.     font-size: 2.4em;
  26. }
  27.  
  28. h2 {
  29.     font-size: 1.8em;
  30. }
  31.  
  32. h3 {
  33.     font-size: 1.2em;
  34.     font-weight: bold;
  35. }
  36.  
  37. p, ul, ol {
  38.     margin-bottom: 1.8em;
  39.     line-height: 2em;
  40. }
  41.  
  42. p {
  43. }
  44.  
  45. blockquote {
  46.     font-style: italic;
  47. }
  48.  
  49. ul {
  50. }
  51.  
  52. ol {
  53. }
  54.  
  55. a {
  56.     text-decoration: none;
  57.     border-bottom: 1px solid #BFC6E3;
  58.     color: #145BF9;
  59. }
  60.  
  61. a:hover {
  62.     border: none;
  63. }
  64.  
  65. small {
  66. }
  67.  
  68. hr {
  69.     display: none;
  70. }
  71.  
  72. img {
  73.     border: none;
  74. }
  75.  
  76. img.left {
  77.     float: left;
  78.     margin: 0 15px 0 0;
  79. }
  80.  
  81. img.right {
  82.     float: left;
  83.     margin: 0 0 0 15px;
  84. }
  85.  
  86. /* Header */
  87.  
  88. #header {
  89.     width: 775px;
  90.     height: 237px;
  91.     margin: 0 auto;
  92.     background: url(images/img01.jpg);
  93. }
  94.  
  95. #header h1, #header h2 {
  96.     float: left;
  97.     margin: 0;
  98. }
  99.  
  100. #header h1 {
  101.     padding: 155px 0 0 20px;
  102.     letter-spacing: 5px;
  103.     font-size: 3em;
  104. }
  105.  
  106. #header h2 {
  107.     padding: 175px 0 0 5px;
  108.     font-size: 1.4em;
  109. }
  110.  
  111. #header a {
  112.     border: none;
  113.     color: #FFFFFF;
  114. }
  115.  
  116. /* Page */
  117.  
  118. #page {
  119.     width: 770px;
  120.     margin: 0 auto;
  121.     background: #FFFFFF url(images/img02.gif) repeat-x;
  122.     border-right: 5px solid #414141;
  123. }
  124.  
  125. /* Content */
  126.  
  127. #content {
  128.     float: left;
  129.     width: 460px;
  130.     padding: 30px 20px;
  131. }
  132.  
  133. /* Post */
  134.  
  135. .post {
  136.     margin-bottom: 2em;
  137. }
  138.  
  139. .post .title {
  140.     margin: 0;
  141. }
  142.  
  143. .post .title a {
  144.     border: none;
  145.     color: #846CCB;
  146. }
  147.  
  148. .post .title a:hover {
  149.     color: #145BF9;
  150. }
  151.  
  152. .post .date {
  153.     margin: 0 0 2em 0;
  154.     font-size: .7em;
  155. }
  156.  
  157. .post .entry {
  158. }
  159.  
  160. .post .meta {
  161.     padding: 5px 20px;
  162.     background: #ABE0CC;
  163.     color: #1451F4;
  164. }
  165.  
  166. .post .meta a {
  167.     color: #1451F4;
  168. }
  169.  
  170. /* Sidebar */
  171.  
  172. #sidebar {
  173.     float: right;
  174.     width: 240px;
  175.     padding: 40px 20px 0 0;
  176.     color: #FFFFFF;
  177. }
  178.  
  179. #sidebar ul {
  180.     margin: 0;
  181.     padding: 0;
  182.     list-style: none;
  183. }
  184.  
  185. #sidebar li {
  186.     margin-bottom: 10px;
  187.     background: #FF8DF0;
  188. }
  189.  
  190. #sidebar li ul {
  191.     padding: 15px;
  192. }
  193.  
  194. #sidebar li li {
  195.     margin: 0;
  196. }
  197.  
  198. #sidebar li h2 {
  199.     margin: 0;
  200.     padding: 5px 15px;
  201.     background: #FF5DDA;
  202.     font-size: 1.4em;
  203.     color: #FFFFFF;
  204. }
  205.  
  206. #sidebar a {
  207.     border: none;
  208.     color: #FFFFFF;
  209. }
  210.  
  211. #sidebar form {
  212.     margin: 0;
  213.     padding: 15px;
  214. }
  215.  
  216. #sidebar fieldset {
  217.     border: none;
  218. }
  219.  
  220. #sidebar input {
  221.     font: normal 1em Verdana, Arial, Helvetica, sans-serif;
  222. }
  223.  
  224. #sidebar #s {
  225.     width: 190px;
  226. }
  227.  
  228. /* Footer */
  229.  
  230. #footer {
  231.     width: 775px;
  232.     margin: 0 auto;
  233.     padding: 15px 0;
  234.     background: url(images/img03.gif) no-repeat;
  235. }
  236.  
  237. #footer p {
  238.     margin: 0;
  239.     line-height: normal;
  240.     font-size: .8em;
  241.     color: #999999;
  242. }
  243.  
  244. #footer a {
  245.     border: none;
  246.     font-weight: bold;
  247.     color: #999999;
  248. }
  249.  
  250. #footer a:hover {
  251.     color: #FFFFFF;
  252. }