Skip to content

Commit 880dcdc

Browse files
committed
Fix unnecessary css insert
1 parent dfc5e07 commit 880dcdc

File tree

1 file changed

+0
-270
lines changed

1 file changed

+0
-270
lines changed

app/assets/stylesheets/application.css

Lines changed: 0 additions & 270 deletions
Original file line numberDiff line numberDiff line change
@@ -13,273 +13,3 @@
1313
*= require scrivito
1414
*= require scrivito_section_widgets
1515
*/
16-
.cd-fw, body {
17-
text-align: center
18-
}
19-
20-
.meetup-item a, .mentor-person > header > a {
21-
text-decoration: none
22-
}
23-
24-
@font-face {
25-
font-family: coderdojo;
26-
src: url(../font/coderdojo.eot);
27-
src: url(../font/coderdojo.eot?#iefix) format('eot'), url(../font/coderdojo.woff) format('woff'), url(../font/coderdojo.ttf) format('truetype'), url(../font/coderdojo.svg#coderdojo) format('svg');
28-
font-weight: 400;
29-
font-style: normal
30-
}
31-
32-
.cd:before {
33-
display: inline-block;
34-
font-family: coderdojo;
35-
font-style: normal;
36-
font-weight: 400;
37-
line-height: 1;
38-
-webkit-font-smoothing: antialiased;
39-
-moz-osx-font-smoothing: grayscale
40-
}
41-
42-
.cd-lg {
43-
font-size: 1.3333333333333333em;
44-
line-height: .75em;
45-
vertical-align: -15%
46-
}
47-
48-
.meetup-item, .mentor-person {
49-
overflow: hidden;
50-
vertical-align: top
51-
}
52-
53-
.cd-2x {
54-
font-size: 2em
55-
}
56-
57-
.cd-3x {
58-
font-size: 3em
59-
}
60-
61-
.cd-4x {
62-
font-size: 4em
63-
}
64-
65-
.cd-5x {
66-
font-size: 5em
67-
}
68-
69-
.cd-fw {
70-
width: 1.2857142857142858em
71-
}
72-
73-
.cd-spin {
74-
-webkit-animation: spin 2s infinite linear;
75-
animation: spin 2s infinite linear
76-
}
77-
78-
.cd-clock:before {
79-
content: "\EA01"
80-
}
81-
82-
.cd-connect:before {
83-
content: "\EA02"
84-
}
85-
86-
.cd-glyph07:before {
87-
content: "\EA03"
88-
}
89-
90-
.cd-glyph08:before {
91-
content: "\EA04"
92-
}
93-
94-
.cd-logo-jp:before {
95-
content: "\EA05"
96-
}
97-
98-
.cd-logo:before {
99-
content: "\EA06"
100-
}
101-
102-
.cd-pin:before {
103-
content: "\EA07"
104-
}
105-
106-
.cd-spinner:before {
107-
content: "\EA08"
108-
}
109-
110-
body {
111-
margin: 0;
112-
padding: 0;
113-
font-size: 16px
114-
}
115-
116-
a {
117-
color: #2e9ad9
118-
}
119-
120-
.under-construction {
121-
color: #cd8585;
122-
font-size: 75%;
123-
margin: 0;
124-
padding: .2em;
125-
background: #FFF
126-
}
127-
128-
body > footer {
129-
margin: -.25em 0 0;
130-
padding: 1.5em 0 4em;
131-
color: #fff
132-
}
133-
134-
body > footer h2 {
135-
font-size: 87.5%;
136-
margin-top: 0;
137-
margin-bottom: 2em
138-
}
139-
140-
body > footer a {
141-
color: inherit
142-
}
143-
144-
.title, body > footer a:hover {
145-
color: #fff
146-
}
147-
148-
.title {
149-
margin: 0;
150-
padding: 2em
151-
}
152-
153-
.title > i.cd:before {
154-
font-size: 500%;
155-
display: block
156-
}
157-
158-
.title > h1 {
159-
font-size: 1.5em;
160-
margin: .5em 0 1em
161-
}
162-
163-
.title > p {
164-
padding: 0 1em;
165-
margin: 0 auto;
166-
max-width: 680px;
167-
font-size: 130%
168-
}
169-
170-
@media only screen and (min-width:560px) {
171-
body > footer > ul li {
172-
border-radius: 3px;
173-
line-height: 2.8em
174-
}
175-
176-
.title > i.cd:before {
177-
font-size: 800%
178-
}
179-
180-
.title > h1 {
181-
font-size: 1.7em;
182-
margin-bottom: .5em
183-
}
184-
185-
.title > p {
186-
padding: 0 3em;
187-
font-size: 110%
188-
}
189-
}
190-
191-
@media only screen and (min-width:720px) {
192-
.title > i.cd:before {
193-
font-size: 1000%
194-
}
195-
196-
.title > h1 {
197-
font-size: 2.2em;
198-
margin-bottom: .2em
199-
}
200-
201-
.title > p {
202-
padding: 0 5em;
203-
font-size: 90%
204-
}
205-
}
206-
207-
body > section {
208-
padding: 1.5em;
209-
background: #fff
210-
}
211-
212-
body > section > * {
213-
margin: 0 auto;
214-
max-width: 750px
215-
}
216-
217-
body > section:nth-child(even) {
218-
background: #f7f7f7
219-
}
220-
221-
body > section > h1 {
222-
display: none
223-
}
224-
225-
body > section > h2 {
226-
font-size: 120%;
227-
color: #999;
228-
margin-bottom: .4em
229-
}
230-
231-
body > section > ul {
232-
text-align: left;
233-
padding-left: 2em;
234-
color: #666
235-
}
236-
237-
body > section > p {
238-
margin-bottom: .8em;
239-
text-align: left
240-
}
241-
242-
.meetup, .meetup > ul {
243-
text-align: center
244-
}
245-
246-
@media only screen and (min-width:560px) {
247-
body > section > ul {
248-
padding-left: 7em
249-
}
250-
251-
body > section > p {
252-
text-align: center
253-
}
254-
}
255-
256-
body > section.cover {
257-
padding: 0;
258-
max-height: 500px;
259-
overflow: hidden;
260-
background: #999;
261-
line-height: 0
262-
}
263-
264-
.cover > img {
265-
width: 100%;
266-
max-width: 1200px
267-
}
268-
269-
.meetup > ul, .mentor > ul {
270-
list-style: none;
271-
max-width: 100%
272-
}
273-
274-
@media only screen and (min-width:560px) {
275-
.cover > img {
276-
/ / margin-top: -100px;
277-
margin-top: -10px
278-
}
279-
}
280-
281-
@media only screen and (min-width:720px) {
282-
.cover > img {
283-
margin-top: -25px
284-
}
285-
}

0 commit comments

Comments
 (0)