preview.css
Same filename in this branch
Same filename in other branches
/* Positioning */ #preview { overflow: hidden; max-width: 100%; } #preview, #preview #img { width: 600px; height: 371px; } #preview #gradient-0 { 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; background-image: url(preview.png); } #preview #gradient-0 .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; }
File
-
themes/
garland/ color/ preview.css
View source
-
- /* Positioning */
- #preview {
- overflow: hidden;
- max-width: 100%;
- }
- #preview,
- #preview #img {
- width: 600px;
- height: 371px;
- }
- #preview #gradient-0 {
- 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;
- background-image: url(preview.png);
- }
- #preview #gradient-0 .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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.