Initial code using Drupal 6.38
This commit is contained in:
commit
4824608a33
467 changed files with 90887 additions and 0 deletions
57
themes/garland/color/preview.css
Normal file
57
themes/garland/color/preview.css
Normal file
|
@ -0,0 +1,57 @@
|
|||
|
||||
/* 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;
|
||||
}
|
Reference in a new issue