style.css

Same filename in this branch
  1. 6.x drupal-6.x/themes/bluemarine/style.css
  2. 6.x drupal-6.x/themes/garland/style.css
  3. 6.x drupal-6.x/themes/chameleon/style.css
  4. 6.x drupal-6.x/themes/pushbutton/style.css
  5. 6.x drupal-6.x/themes/chameleon/marvin/style.css
/*
** HTML elements
*/
a, a:link, a:active {
  color: #930;
}
a:visited {
  color: #630;
}
body {
  padding: 5em 0 0 3em; /* LTR */
  background-image: url(background.png);
  background-repeat: repeat-x;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  border-top: 10px solid gray;
}
ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/
#main {
  width: 500px;
}
#sidebar-left {
  border-right: 1px solid gray; /* LTR */
}
#sidebar-right {
  border-left: 1px solid gray; /* LTR */
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 2em;
  font-weight: bold;
  padding-top: .75em;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #aaa;
}
#header .title a:hover {
  color: #930;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 0.8em;
}
#subnavlist {
  font-size: 0.8em;
}
ul.links li {
  border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  border-left: none; /* LTR */
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
div.links {
  margin: 1em 0 3em 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}
.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

Archivo

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