| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 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 36 /* Basic styles to match */ 37 #preview { 38 font: 12px/170% Verdana; 39 } 40 #preview h2 { 41 margin: 0; 42 padding: 0; 43 font-weight: normal; 44 font-family: Helvetica, Arial, sans-serif; 45 font-size: 160%; 46 line-height: 130%; 47 } 48 #preview p { 49 margin: .5em 0; 50 } 51 #preview a:link, #preview a:visited { 52 text-decoration: none; 53 font-weight: normal; 54 } 55 #preview a:hover { 56 text-decoration: underline; 57 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |