home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / themes / chameleon / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-06-04  |  1.8 KB  |  116 lines

  1. /* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */
  2.  
  3. /*
  4. ** HTML elements
  5. */
  6. a, a:link, a:active {
  7.   color: #930;
  8. }
  9. a:visited {
  10.   color: #630;
  11. }
  12. body {
  13.   padding: 5em 0 0 3em; /* LTR */
  14.   background-image: url(background.png);
  15.   background-repeat: repeat-x;
  16.   font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  17.   border-top: 10px solid gray;
  18. }
  19. ul {
  20.   list-style-type: disc;
  21. }
  22.  
  23. /*
  24. ** Page layout blocks / IDs
  25. */
  26. #main {
  27.   width: 500px;
  28. }
  29. #sidebar-left {
  30.   border-right: 1px solid gray; /* LTR */
  31. }
  32. #sidebar-right {
  33.   border-left: 1px solid gray; /* LTR */
  34. }
  35.  
  36. /*
  37. ** Common declarations for child classes of node, comment, block, box etc
  38. */
  39. #header .title {
  40.   font-size: 2em;
  41.   font-weight: bold;
  42.   padding-top: .75em;
  43. }
  44. #header .title a,
  45. #header .title a:link,
  46. #header .title a:visited,
  47. #header .title a:active {
  48.   text-decoration: none;
  49.   color: #aaa;
  50. }
  51. #header .title a:hover {
  52.   color: #930;
  53. }
  54. #header .site-slogan {
  55.   margin-top: -0.1em;
  56.   font-size: 0.8em;
  57. }
  58. #subnavlist {
  59.   font-size: 0.8em;
  60. }
  61. ul.links li {
  62.   border-left: 1px solid #000; /* LTR */
  63. }
  64. ul.links li.first {
  65.   border-left: none; /* LTR */
  66. }
  67. .node .title {
  68.   font-size: 1.2em;
  69. }
  70. .node .title a,
  71. .node .title a:link,
  72. .node .title a:active,
  73. .node .title a:visited {
  74.   text-decoration: none;
  75.   font-weight: normal;
  76. }
  77. .node .title a:hover {
  78.   text-decoration: underline;
  79. }
  80. div.links {
  81.   margin: 1em 0 3em 0;
  82.   text-align: right; /* LTR */
  83. }
  84. .comment .content, .block .content, .menu {
  85.   font-size: 0.9em;
  86. }
  87. .block {
  88.   padding-bottom: 1em;
  89. }
  90. .block .title {
  91.   font-size: 1em;
  92. }
  93.  
  94. /*
  95. ** Module specific styles
  96. */
  97. .item-list ul li {
  98.   list-style: square;
  99. }
  100.  
  101. /*
  102. ** Administration page styles
  103. */
  104. div.admin-panel .description {
  105.   color: #999;
  106. }
  107. div.admin-panel .body {
  108.   background: #eee;
  109. }
  110. div.admin-panel h3 {
  111.   background-color: #999;
  112.   color: #fff;
  113.   padding: 5px 8px 5px;
  114.   margin: 0;
  115. }
  116.