-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
96 lines (93 loc) · 1.95 KB
/
style.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/** Image List **/
#imagesList {
padding:20px 20px 50px 20px;
}
#imagesList .image-thumb-frame {
padding:3px;
background:#fff url('img/stripe.png') repeat left top;
}
/** Image Picker **/
#appArea #imagesArea {
width:514px;
background-color:#f4f4f4;
border:1px solid #e5e5e5;
}
#imagesArea #filtersArea {
margin-bottom:30px;
background-color:#464646;
padding:20px;
width:473px;
}
#imagesArea #filtersArea .heading {
font:normal bold 14px/18px Georgia,serif;
padding:6px 0 0 0;
text-transform:uppercase;
color:#7e7e7e;
letter-spacing:0.1em;
}
#imagesArea #filtersArea #seasonFilterInput {}
#imagesArea #filtersArea #orientationFilterInput {}
#imagesArea #filtersArea #imagesList {}
#imagesArea #filtersArea #imagesList .image-thumb-frame {}
/** Order Area **/
#appArea #orderArea {
width:250px;
background-color:#f4f4f4;
border:1px solid #e5e5e5;
}
#orderArea h4 {
background-color:#464646;
padding:29px 20px;
margin-bottom:20px;
font:normal normal 20px/18px Georgia,serif;
color:#fff;
}
#orderArea .row-fluid {
margin:0 20px;
}
#orderArea .order-row {
float:left;
width:188px;
background:#fff url('img/stripe.png') repeat left top;
padding:10px;
margin:10px 20px 0 20px;
border-bottom:1px dashed #e2e2e2;
}
#orderArea #orderTotal {
clear:left;
float:left;
color:red;
margin-bottom:10px;
font-size:12px;
padding:10px;
width:188px;
font-weight:bold;
background:#fff url('img/stripe.png') repeat left top;
border-bottom:1px dashed #e2e2e2;
}
#orderArea #submitOrderArea {
width:188px;
margin-bottom:40px;
padding:10px;
background:#fff url('img/stripe.png') repeat left top;
}
#submitOrderButton { background-color:#99cc00; }
#orderArea #submitOrderArea input {
float:left;
}
#orderArea #submitOrderArea #qtyErrorMessage:before {
content:'';
clear:both;
}
#orderArea #submitOrderArea #qtyErrorMessage {
float:left;
margin-top:10px;
font-size:10px;
color:#8f8f8f;
font-style:italic;
}
.active {
font-weight:bold;
font-size:16px;
color:#0088cc;
}