preview.css 999 B

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