preview.css

/* Positioning */
#preview {
  overflow: hidden;
  max-width: 100%;
}
#preview, #preview #img {
  width: 596px;
  height: 371px;
}
#preview #gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 19px;
  height: 120px;
  z-index: 2;
}
#preview #text {
  position: absolute;
  left: 80px;
  width: 436px;
  top: 160px;
  height: 120px;
  z-index: 4;
}
#preview #img {
  position: relative;
  z-index: 3;
}
#preview #gradient .gradient-line {
  height: 10px;
  overflow: hidden;
}

/* Basic styles to match */
#preview {
  font: 12px/170% Verdana;
}
#preview h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 160%;
  line-height: 130%;
}
#preview p {
  margin: .5em 0;
}
#preview a:link, #preview a:visited {
  text-decoration: none;
  font-weight: normal;
}
#preview a:hover {
  text-decoration: underline;
}

Archivo

drupal-6.x/themes/garland/color/preview.css
View source
  1. /* Positioning */
  2. #preview {
  3. overflow: hidden;
  4. max-width: 100%;
  5. }
  6. #preview, #preview #img {
  7. width: 596px;
  8. height: 371px;
  9. }
  10. #preview #gradient {
  11. position: absolute;
  12. left: 0;
  13. right: 0;
  14. top: 19px;
  15. height: 120px;
  16. z-index: 2;
  17. }
  18. #preview #text {
  19. position: absolute;
  20. left: 80px;
  21. width: 436px;
  22. top: 160px;
  23. height: 120px;
  24. z-index: 4;
  25. }
  26. #preview #img {
  27. position: relative;
  28. z-index: 3;
  29. }
  30. #preview #gradient .gradient-line {
  31. height: 10px;
  32. overflow: hidden;
  33. }
  34. /* Basic styles to match */
  35. #preview {
  36. font: 12px/170% Verdana;
  37. }
  38. #preview h2 {
  39. margin: 0;
  40. padding: 0;
  41. font-weight: normal;
  42. font-family: Helvetica, Arial, sans-serif;
  43. font-size: 160%;
  44. line-height: 130%;
  45. }
  46. #preview p {
  47. margin: .5em 0;
  48. }
  49. #preview a:link, #preview a:visited {
  50. text-decoration: none;
  51. font-weight: normal;
  52. }
  53. #preview a:hover {
  54. text-decoration: underline;
  55. }