forked from google/open-location-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.css
More file actions
87 lines (86 loc) · 1.48 KB
/
examples.css
File metadata and controls
87 lines (86 loc) · 1.48 KB
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
/*
Styles used by examples.
*/
.map_label {
font-weight: 300;
font-family: Roboto,arial,sans-serif;
color: #37474f;
font-size: 12pt;
background-color: #e0e0e0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 2px;
}
#content {
height: 100%;
width: 100%;
}
#messageBox {
position: absolute;
top: 30px;
left: 100px;
max-height: 80%;
width: 30%;
z-index: 100;
background: white;
border: 1px solid #888;
overflow-y: auto;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.text_input {
border: 1px solid #eeeeee;
padding: 5px;
font-size: 100%;
color: inherit;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.button {
padding: 5px;
background-color: #5677fc;
border: none;
min-width: 100px;
}
.button_label {
font-weight: bold;
font-size: 120%;
font-family: Roboto,arial,sans-serif;
-webkit-font-smoothing: antialiased;
color: white;
opacity: 0.87;
}
.note_p {
font-size: 80%;
}
.map_frame {
width: 100%;
height: 100%;
}
em {
font-weight: bold;
font-style: normal;
}
h1 {
font-size: 200%;
font-weight: 300;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}
input {
font-weight: 300;
font-family: Roboto,arial,sans-serif;
}
body, html {
height: 100%;
width: 100%;
margin: 0;
font-weight: 300;
font-family: Roboto,arial,sans-serif;
-webkit-font-smoothing: antialiased;
}