forked from RahulKulhari/commitcoffee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.less
139 lines (125 loc) · 2.08 KB
/
main.less
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
body {
background: #000;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
}
.logo {
background:url('img/background.jpg') no-repeat;
background-size:1920px;
background-position: center -84px;
border-bottom:2px solid #666;
padding: 80px 0 90px 0;
.sign {
text-align:center;
color:#fff;
color: #F5F4DF;
font-family: 'Kaushan Script', cursive;
font-size:10em;
line-height:140px;
text-shadow: 2px 2px 20px #111;
}
}
.search {
text-align: center;
padding:20px 140px;
text-align: center;
color:#ddd;
line-height:30px;
font-size:19px;
text-shadow:2px 2px 3px #000;
margin-bottom: 20px;
.brown {
color: #A19572;
font-weight: bold;
}
form {
margin-top: 20px;
button, button[disabled] {
font-weight: bold;
background: #A19572;
border-color: #A19572;
width: 130px;
&:hover {
background: #A19572;
border-color: #A19572;
}
&:active {
background: #A19572;
border-color: #A19572;
}
&:focus {
background: #A19572;
border-color: #A19572;
}
}
}
}
.contribute{
background:#191919;
border-top:2px solid #222;
border-bottom:2px solid #222;
padding:30px 0px;
text-align: center;
p {
color:#ddd;
line-height:30px;
font-size:22px;
text-shadow:2px 2px 3px #000;
}
code {
display: inline-block;
margin: 18px 0 13px 0;
color: green;
background-color: #222;
padding: 13px 70px;
}
}
.map {
position: relative;
.detail {
position: absolute;
width: 100%;
z-index: 1;
height: 500px;
.message {
border-radius: 10px;
border: 3px solid #ddd;
width: 50%;
background: #EfEfEf;
margin: 50px auto;
height: 400px;
h2 {
font-weight: bold;
}
address{
margin-bottom: 0;
}
.links {
font-size: 40px;
margin-top: 10px;
text-align: right;
}
img {
border-radius: 6px;
border: 2px solid #ccc;
}
}
}
}
#map-canvas {
height: 500px
}
footer {
text-align: center;
font-weight: bold;
margin: 10px 0;
}
@media (max-width: 768px) {
.section-heading {
font-size: 2em;
}
.section {
padding-top: 25px;
padding-bottom: 25px;
}
}