forked from bernhardh/furnitureFactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcostco.css
96 lines (96 loc) · 1.81 KB
/
costco.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
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
margin: 0;
}
.boxShadow {
-moz-box-shadow: 0 1px 3px #999999;
-webkit-box-shadow: 0 1px 3px #999999;
}
#header {
padding: 7px 5px 5px 0px;
text-align: vertical;
}
#costco-banner {
padding: 8px;
background-color: #919090;
color: white;
margin-right: 12px;
letter-spacing: 0.6px;
}
#new-db-option { font-style: italic; }
#create-box { padding: 20px; }
#container {
margin: 80px auto;
width: 500px;
}
#map-message {
margin-bottom: 8px;
color: #333333;
}
#add-message {
font-style: italic;
color: #555555;
}
#examples {
text-decoration: none;
color: #888888;
font-size: 0.9em;
float: right;
padding: 4px;
border: 1px dotted #aaaaaa;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#map-function {
width: 100%;
height: 200px;
font-family: monospace;
font-size: 1.1em;
margin: 8px 0;
}
#map-container { margin-bottom: 20px; }
#update-button {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-color: #cefcce;
margin-top: 10px;
border: 1px solid #aaaaaa;
}
.button {
padding: 0.5em 0.8em;
display: inline-block;
cursor: pointer;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 3px #999999;
-webkit-box-shadow: 0 1px 3px #999999;
color: #222222;
}
.error {
padding: 10px;
border: 1px solid red;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.success {
padding: 10px;
border: 1px solid limegreen;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#update-container .button {
float: left;
margin-right: 10px;
background-color: #f2ebec;
padding: 0.2em 0.7em;
}
#status {
margin: 10px auto;
line-height: 2em;
}