Skip to content

Commit b11b3a2

Browse files
committed
Old CSS removal
1 parent 9437128 commit b11b3a2

File tree

1 file changed

+2
-182
lines changed

1 file changed

+2
-182
lines changed

css/style.css

Lines changed: 2 additions & 182 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ Reworked by CR, 23 Sep 2011
77
Reworked by Jon Gacnik, 19 Feb 2013
88
99
Created: 2005.08.29 04:28PM
10-
Last Modified: 2014.11.15 by Scott Murray
10+
Last Modified: 2019.07.26 by Casey Reas to remove Foundation Site CSS "-f"
1111
1212
*/
1313

14-
15-
1614
@font-face {
1715
font-family: 'theSerifItalic';
1816
src: url(fonts/TheSerif_B4_Italic.eot),
@@ -54,7 +52,6 @@ Last Modified: 2014.11.15 by Scott Murray
5452
}
5553

5654

57-
5855
/* ================ GLOBAL ================== */
5956

6057
body {
@@ -102,6 +99,7 @@ a.large-link:before {
10299
content: '';
103100
}
104101

102+
105103
/* ================ COVER SLIDESHOW ================== */
106104

107105
#slideshow {
@@ -127,7 +125,6 @@ a.large-link:before {
127125
}
128126

129127

130-
131128
/* ================ LAYOUT ================== */
132129

133130
#container {
@@ -137,7 +134,6 @@ a.large-link:before {
137134
}
138135

139136

140-
141137
/* ================ RIBBON ================== */
142138

143139
#ribbon {
@@ -222,16 +218,6 @@ a.large-link:before {
222218
position: relative;
223219
}
224220

225-
#header-f {
226-
width: 900px;
227-
height: 106px;
228-
margin-bottom: 30px;
229-
overflow: hidden;
230-
background: #0c2033 url(/images/processing-site.png) center center no-repeat;
231-
background-size: 900px 106px;
232-
position: relative;
233-
}
234-
235221
#header .processing-logo {
236222
width: 206px;
237223
height: 38px;
@@ -243,17 +229,6 @@ a.large-link:before {
243229
background-image: linear-gradient(transparent, transparent), url(../img/processing-logo.svg);
244230
}
245231

246-
#header-f .processing-logo {
247-
width: 370px;
248-
height: 38px;
249-
margin: 20px 0 0 30px;
250-
/* -- NEW FOUNDATION LOGO GOES HERE -- */
251-
background: transparent url(/images/processing-foundation-logo.svg) center center no-repeat;
252-
background-image: -webkit-linear-gradient(transparent, transparent), url(/images/processing-foundation-logo.svg);
253-
background-image: -moz-linear-gradient(transparent, transparent), url(/images/processing-foundation-logo.svg);
254-
background-image: linear-gradient(transparent, transparent), url(/images/processing-foundation-logo.svg);
255-
}
256-
257232
#header .processing-logo.no-cover:before {
258233
position: relative;
259234
top: 3px;
@@ -262,14 +237,6 @@ a.large-link:before {
262237
content: '\2039';
263238
}
264239

265-
#header-f .processing-logo.no-cover:before {
266-
position: relative;
267-
top: 3px;
268-
left: -18px;
269-
font-size: 24px;
270-
content: '\2039';
271-
}
272-
273240
#Overview2 .processing-logo.no-cover:before {
274241
position: relative;
275242
top: 3px;
@@ -284,23 +251,11 @@ a.large-link:before {
284251
color: white;
285252
}
286253

287-
#header-f a {
288-
font-family: 'theSerif', 'Enriqueta', georgia, times, sans-serif;
289-
text-decoration: none;
290-
border: none;
291-
color: white;
292-
}
293-
294254
#header h1 {
295255
display: none;
296256
float: left;
297257
}
298258

299-
#header-f h1 {
300-
display: none;
301-
float: left;
302-
}
303-
304259
#header form {
305260
position: absolute;
306261
top: 20px;
@@ -309,14 +264,6 @@ a.large-link:before {
309264
color: #959595;
310265
}
311266

312-
#header-f form {
313-
position: absolute;
314-
top: 20px;
315-
right: 5px;
316-
width: 176px;
317-
color: #959595;
318-
}
319-
320267
#header form input {
321268
float: left;
322269
border: 1px solid #136796;
@@ -328,29 +275,12 @@ a.large-link:before {
328275
color: #959595;
329276
}
330277

331-
#header-f form input {
332-
float: left;
333-
border: 1px solid #136796;
334-
outline: none;
335-
height: 18px;
336-
background: #fff;
337-
font-family: 'theSerif', 'Enriqueta', georgia, times, serif;
338-
font-size: 1em;
339-
color: #959595;
340-
}
341-
342278
#header form input[type="text"]{
343279
padding-left: 3px;
344280
width: 127px;
345281
border-right: none;
346282
}
347283

348-
#header-f form input[type="text"]{
349-
padding-left: 3px;
350-
width: 127px;
351-
border-right: none;
352-
}
353-
354284
#header form input[type="submit"]{
355285
height: 22px;
356286
width: 22px;
@@ -362,21 +292,8 @@ a.large-link:before {
362292
cursor: pointer;
363293
}
364294

365-
#header-f form input[type="submit"]{
366-
height: 22px;
367-
width: 22px;
368-
border-left: none;
369-
background: white url(/images/search-f.svg) center center no-repeat;
370-
background-image: -webkit-linear-gradient(transparent, transparent), url(/images/search-f.svg);
371-
background-image: -moz-linear-gradient(transparent, transparent), url(/images/search-f.svg);
372-
background-image: linear-gradient(transparent, transparent), url(/images/search-f.svg);
373-
cursor: pointer;
374-
}
375-
376295
#header form p { margin: 0; }
377296

378-
#header-f form p { margin: 0; }
379-
380297
/* ================ NAVBAR ================== */
381298

382299
#navigation {
@@ -428,27 +345,6 @@ a.large-link:before {
428345
padding-top: 10px;
429346
}
430347

431-
/* === FOUNDATION FOOTER === */
432-
433-
#footer-f {
434-
clear: both;
435-
padding: 100px 30px 20px 30px;
436-
line-height: 23px;
437-
color: #959595;
438-
}
439-
#footer-f a {
440-
color: #959595;
441-
border-bottom: 1px solid #CECECE;
442-
}
443-
#footer-f #copyright,
444-
#footer-f #colophon {
445-
446-
}
447-
#footer-f #copyright {
448-
border-top: 1px solid #A6BCCF;
449-
padding-top: 10px;
450-
}
451-
452348
/* ================ TYPOGRAPHY ================== */
453349

454350
h1, h2, h3, h4, h5, h6
@@ -1097,37 +993,6 @@ h2 { margin-bottom: 0; margin-top: 0;}
1097993
#Tutorials .colthree { width: 224px; float: left; margin-right: 20px; }
1098994
#Tutorials h2 { margin: 0 0 20px 0; font-size: 1em; }
1099995

1100-
/*#Tutorials p {
1101-
margin-top: 2.0em;
1102-
margin-bottom: 2.0em;
1103-
font-size : 1.0em;
1104-
font-weight : normal;
1105-
line-height : 2.0em;
1106-
}*/
1107-
1108-
/*#Tutorials h3 {
1109-
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
1110-
font-size : 1.3em;
1111-
font-weight : bold;
1112-
margin-bottom : 0.4em;
1113-
margin-top : 1.8em;
1114-
}
1115-
1116-
#Tutorials h5 {
1117-
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
1118-
font-weight : bold;
1119-
font-size : 1.0em;
1120-
margin-bottom : 0.4em;
1121-
margin-top : 1.4em;
1122-
}*/
1123-
1124-
/*#Tutorials h1 {
1125-
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
1126-
font-size : 2.0em;
1127-
font-weight : normal;
1128-
font-style : normal;
1129-
}*/
1130-
1131996
/*--------------------TUTORIAL HEADER SPACING------------------*/
1132997
.Tutorials { line-height: 0em; }
1133998

@@ -1476,48 +1341,3 @@ div.examples-nav img { position: relative; top: 11px; }
14761341
border: none;
14771342
border-top: 1px solid #CBCBCB;
14781343
}
1479-
1480-
/**************************************************************** updates, courses, happenings ***/
1481-
/*
1482-
#Courses .content, #Updates .content, #Happenings .content {
1483-
width: 595px;
1484-
}
1485-
#Updates h2 { margin-top: 0 0 20px 0; }
1486-
1487-
1488-
.course-desc p { margin: 0; }
1489-
.course-desc p.date { margin: 0; }
1490-
.course-desc h3 { margin: 0; font-size: 1em; font-weight: bold; line-height: 1em; }
1491-
.course-desc { margin-bottom: 2em; }
1492-
*/
1493-
1494-
/************************************************************** comparison ***/
1495-
/*
1496-
1497-
#Compare h1 { margin-top: 2em; }
1498-
#Compare h2 { margin-bottom: 0; }
1499-
#Compare .threecol { float: left; width: 210px; margin-right: 20px; }
1500-
#Compare .threecol p { margin-top: 0; }
1501-
1502-
1503-
#Compare .content {
1504-
margin-left : 55px;
1505-
margin-right : 0px;
1506-
position: relative;
1507-
}
1508-
*/
1509-
1510-
/************************************************************** troubleshooting ***/
1511-
/*
1512-
#Troubleshooting h1 { margin-top: 2em; }
1513-
#Troubleshooting h5 a { float: left; margin-left: -30px; }
1514-
ul.nostyle { margin: 0; padding: 0; list-style: none outside; }
1515-
#Troubleshooting td { padding-bottom: 1em; }
1516-
*/
1517-
1518-
/************************************************************** FAQ ***/
1519-
1520-
/*
1521-
#FAQ h5 a { float: left; margin-left: -30px; }
1522-
*/
1523-

0 commit comments

Comments
 (0)