-
Notifications
You must be signed in to change notification settings - Fork 1
/
jqwd.css
executable file
·72 lines (59 loc) · 978 Bytes
/
jqwd.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* Modifications and additions for jQuery for Web Designers */
#prototypes {
padding: 0;
margin: 0;
zoom: 1;
}
#prototypes:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#prototypes li {
list-style-type: none;
margin: 0 1em 1em 0;
padding: 0;
float: left;
text-align: center;
position: relative;
}
#prototypes > li:before {
background: transparent;
}
#prototypes h4 {
margin-bottom: 0;
font-weight: normal;
}
#prototypes a {
text-decoration: none;
display: block;
}
#prototypes img {
vertical-align: bottom;
max-width: 100%;
}
#prototypes .info {
position: absolute;
width: 80%;
margin-left: 10%;
top: 50%;
font-size: 85%;
line-height: 1.2;
background: #fff;
border: 1px solid #92c100;
border-radius: 4px;
padding: 4px;
display: none;
}
#cart-target {
margin-top: 30px;
height: auto;
width: 95%;
border: 1px solid #999;
padding: 2.5%;
}
#flower-description h3 {
margin-bottom: 1em;
}