|
1 | 1 | /*!
|
2 | 2 | *
|
3 |
| - * Spark 1.0.1 |
| 3 | + * Spark 1.0.2 |
4 | 4 | * Designed and built by Scott Fotheringham
|
5 | 5 | * Copyright 2013 - 2014 Copyright Scott Fotheringham, Pixelbend Studios LTD.
|
6 | 6 | * Licensed - MIT License http://opensource.org/licenses/mit-license.html
|
7 | 7 | *
|
8 | 8 | */
|
9 | 9 | /*!
|
10 |
| - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome |
| 10 | + * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome |
11 | 11 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
12 | 12 | */
|
13 | 13 | /* FONT PATH
|
14 | 14 | * -------------------------- */
|
15 | 15 | @font-face {
|
16 | 16 | font-family: 'FontAwesome';
|
17 |
| - src: url('../font/fontawesome-webfont.eot?v=4.0.3'); |
18 |
| - src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); |
| 17 | + src: url('../font/fontawesome-webfont.eot?v=4.1.0'); |
| 18 | + src: url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg'); |
19 | 19 | font-weight: normal;
|
20 | 20 | font-style: normal;
|
21 | 21 | }
|
|
115 | 115 | -o-transform: rotate(359deg);
|
116 | 116 | }
|
117 | 117 | }
|
118 |
| -@-ms-keyframes spin { |
119 |
| - 0% { |
120 |
| - -ms-transform: rotate(0deg); |
121 |
| - } |
122 |
| - 100% { |
123 |
| - -ms-transform: rotate(359deg); |
124 |
| - } |
125 |
| -} |
126 | 118 | @keyframes spin {
|
127 | 119 | 0% {
|
| 120 | + -webkit-transform: rotate(0deg); |
128 | 121 | transform: rotate(0deg);
|
129 | 122 | }
|
130 | 123 | 100% {
|
| 124 | + -webkit-transform: rotate(359deg); |
131 | 125 | transform: rotate(359deg);
|
132 | 126 | }
|
133 | 127 | }
|
|
377 | 371 | .fa-video-camera:before {
|
378 | 372 | content: "\f03d";
|
379 | 373 | }
|
| 374 | +.fa-photo:before, |
| 375 | +.fa-image:before, |
380 | 376 | .fa-picture-o:before {
|
381 | 377 | content: "\f03e";
|
382 | 378 | }
|
|
740 | 736 | .fa-square:before {
|
741 | 737 | content: "\f0c8";
|
742 | 738 | }
|
| 739 | +.fa-navicon:before, |
| 740 | +.fa-reorder:before, |
743 | 741 | .fa-bars:before {
|
744 | 742 | content: "\f0c9";
|
745 | 743 | }
|
|
799 | 797 | content: "\f0dc";
|
800 | 798 | }
|
801 | 799 | .fa-sort-down:before,
|
802 |
| -.fa-sort-asc:before { |
| 800 | +.fa-sort-desc:before { |
803 | 801 | content: "\f0dd";
|
804 | 802 | }
|
805 | 803 | .fa-sort-up:before,
|
806 |
| -.fa-sort-desc:before { |
| 804 | +.fa-sort-asc:before { |
807 | 805 | content: "\f0de";
|
808 | 806 | }
|
809 | 807 | .fa-envelope:before {
|
|
993 | 991 | .fa-code:before {
|
994 | 992 | content: "\f121";
|
995 | 993 | }
|
| 994 | +.fa-mail-reply-all:before, |
996 | 995 | .fa-reply-all:before {
|
997 | 996 | content: "\f122";
|
998 | 997 | }
|
999 |
| -.fa-mail-reply-all:before { |
1000 |
| - content: "\f122"; |
1001 |
| -} |
1002 | 998 | .fa-star-half-empty:before,
|
1003 | 999 | .fa-star-half-full:before,
|
1004 | 1000 | .fa-star-half-o:before {
|
|
1344 | 1340 | .fa-plus-square-o:before {
|
1345 | 1341 | content: "\f196";
|
1346 | 1342 | }
|
| 1343 | +.fa-space-shuttle:before { |
| 1344 | + content: "\f197"; |
| 1345 | +} |
| 1346 | +.fa-slack:before { |
| 1347 | + content: "\f198"; |
| 1348 | +} |
| 1349 | +.fa-envelope-square:before { |
| 1350 | + content: "\f199"; |
| 1351 | +} |
| 1352 | +.fa-wordpress:before { |
| 1353 | + content: "\f19a"; |
| 1354 | +} |
| 1355 | +.fa-openid:before { |
| 1356 | + content: "\f19b"; |
| 1357 | +} |
| 1358 | +.fa-institution:before, |
| 1359 | +.fa-bank:before, |
| 1360 | +.fa-university:before { |
| 1361 | + content: "\f19c"; |
| 1362 | +} |
| 1363 | +.fa-mortar-board:before, |
| 1364 | +.fa-graduation-cap:before { |
| 1365 | + content: "\f19d"; |
| 1366 | +} |
| 1367 | +.fa-yahoo:before { |
| 1368 | + content: "\f19e"; |
| 1369 | +} |
| 1370 | +.fa-google:before { |
| 1371 | + content: "\f1a0"; |
| 1372 | +} |
| 1373 | +.fa-reddit:before { |
| 1374 | + content: "\f1a1"; |
| 1375 | +} |
| 1376 | +.fa-reddit-square:before { |
| 1377 | + content: "\f1a2"; |
| 1378 | +} |
| 1379 | +.fa-stumbleupon-circle:before { |
| 1380 | + content: "\f1a3"; |
| 1381 | +} |
| 1382 | +.fa-stumbleupon:before { |
| 1383 | + content: "\f1a4"; |
| 1384 | +} |
| 1385 | +.fa-delicious:before { |
| 1386 | + content: "\f1a5"; |
| 1387 | +} |
| 1388 | +.fa-digg:before { |
| 1389 | + content: "\f1a6"; |
| 1390 | +} |
| 1391 | +.fa-pied-piper-square:before, |
| 1392 | +.fa-pied-piper:before { |
| 1393 | + content: "\f1a7"; |
| 1394 | +} |
| 1395 | +.fa-pied-piper-alt:before { |
| 1396 | + content: "\f1a8"; |
| 1397 | +} |
| 1398 | +.fa-drupal:before { |
| 1399 | + content: "\f1a9"; |
| 1400 | +} |
| 1401 | +.fa-joomla:before { |
| 1402 | + content: "\f1aa"; |
| 1403 | +} |
| 1404 | +.fa-language:before { |
| 1405 | + content: "\f1ab"; |
| 1406 | +} |
| 1407 | +.fa-fax:before { |
| 1408 | + content: "\f1ac"; |
| 1409 | +} |
| 1410 | +.fa-building:before { |
| 1411 | + content: "\f1ad"; |
| 1412 | +} |
| 1413 | +.fa-child:before { |
| 1414 | + content: "\f1ae"; |
| 1415 | +} |
| 1416 | +.fa-paw:before { |
| 1417 | + content: "\f1b0"; |
| 1418 | +} |
| 1419 | +.fa-spoon:before { |
| 1420 | + content: "\f1b1"; |
| 1421 | +} |
| 1422 | +.fa-cube:before { |
| 1423 | + content: "\f1b2"; |
| 1424 | +} |
| 1425 | +.fa-cubes:before { |
| 1426 | + content: "\f1b3"; |
| 1427 | +} |
| 1428 | +.fa-behance:before { |
| 1429 | + content: "\f1b4"; |
| 1430 | +} |
| 1431 | +.fa-behance-square:before { |
| 1432 | + content: "\f1b5"; |
| 1433 | +} |
| 1434 | +.fa-steam:before { |
| 1435 | + content: "\f1b6"; |
| 1436 | +} |
| 1437 | +.fa-steam-square:before { |
| 1438 | + content: "\f1b7"; |
| 1439 | +} |
| 1440 | +.fa-recycle:before { |
| 1441 | + content: "\f1b8"; |
| 1442 | +} |
| 1443 | +.fa-automobile:before, |
| 1444 | +.fa-car:before { |
| 1445 | + content: "\f1b9"; |
| 1446 | +} |
| 1447 | +.fa-cab:before, |
| 1448 | +.fa-taxi:before { |
| 1449 | + content: "\f1ba"; |
| 1450 | +} |
| 1451 | +.fa-tree:before { |
| 1452 | + content: "\f1bb"; |
| 1453 | +} |
| 1454 | +.fa-spotify:before { |
| 1455 | + content: "\f1bc"; |
| 1456 | +} |
| 1457 | +.fa-deviantart:before { |
| 1458 | + content: "\f1bd"; |
| 1459 | +} |
| 1460 | +.fa-soundcloud:before { |
| 1461 | + content: "\f1be"; |
| 1462 | +} |
| 1463 | +.fa-database:before { |
| 1464 | + content: "\f1c0"; |
| 1465 | +} |
| 1466 | +.fa-file-pdf-o:before { |
| 1467 | + content: "\f1c1"; |
| 1468 | +} |
| 1469 | +.fa-file-word-o:before { |
| 1470 | + content: "\f1c2"; |
| 1471 | +} |
| 1472 | +.fa-file-excel-o:before { |
| 1473 | + content: "\f1c3"; |
| 1474 | +} |
| 1475 | +.fa-file-powerpoint-o:before { |
| 1476 | + content: "\f1c4"; |
| 1477 | +} |
| 1478 | +.fa-file-photo-o:before, |
| 1479 | +.fa-file-picture-o:before, |
| 1480 | +.fa-file-image-o:before { |
| 1481 | + content: "\f1c5"; |
| 1482 | +} |
| 1483 | +.fa-file-zip-o:before, |
| 1484 | +.fa-file-archive-o:before { |
| 1485 | + content: "\f1c6"; |
| 1486 | +} |
| 1487 | +.fa-file-sound-o:before, |
| 1488 | +.fa-file-audio-o:before { |
| 1489 | + content: "\f1c7"; |
| 1490 | +} |
| 1491 | +.fa-file-movie-o:before, |
| 1492 | +.fa-file-video-o:before { |
| 1493 | + content: "\f1c8"; |
| 1494 | +} |
| 1495 | +.fa-file-code-o:before { |
| 1496 | + content: "\f1c9"; |
| 1497 | +} |
| 1498 | +.fa-vine:before { |
| 1499 | + content: "\f1ca"; |
| 1500 | +} |
| 1501 | +.fa-codepen:before { |
| 1502 | + content: "\f1cb"; |
| 1503 | +} |
| 1504 | +.fa-jsfiddle:before { |
| 1505 | + content: "\f1cc"; |
| 1506 | +} |
| 1507 | +.fa-life-bouy:before, |
| 1508 | +.fa-life-saver:before, |
| 1509 | +.fa-support:before, |
| 1510 | +.fa-life-ring:before { |
| 1511 | + content: "\f1cd"; |
| 1512 | +} |
| 1513 | +.fa-circle-o-notch:before { |
| 1514 | + content: "\f1ce"; |
| 1515 | +} |
| 1516 | +.fa-ra:before, |
| 1517 | +.fa-rebel:before { |
| 1518 | + content: "\f1d0"; |
| 1519 | +} |
| 1520 | +.fa-ge:before, |
| 1521 | +.fa-empire:before { |
| 1522 | + content: "\f1d1"; |
| 1523 | +} |
| 1524 | +.fa-git-square:before { |
| 1525 | + content: "\f1d2"; |
| 1526 | +} |
| 1527 | +.fa-git:before { |
| 1528 | + content: "\f1d3"; |
| 1529 | +} |
| 1530 | +.fa-hacker-news:before { |
| 1531 | + content: "\f1d4"; |
| 1532 | +} |
| 1533 | +.fa-tencent-weibo:before { |
| 1534 | + content: "\f1d5"; |
| 1535 | +} |
| 1536 | +.fa-qq:before { |
| 1537 | + content: "\f1d6"; |
| 1538 | +} |
| 1539 | +.fa-wechat:before, |
| 1540 | +.fa-weixin:before { |
| 1541 | + content: "\f1d7"; |
| 1542 | +} |
| 1543 | +.fa-send:before, |
| 1544 | +.fa-paper-plane:before { |
| 1545 | + content: "\f1d8"; |
| 1546 | +} |
| 1547 | +.fa-send-o:before, |
| 1548 | +.fa-paper-plane-o:before { |
| 1549 | + content: "\f1d9"; |
| 1550 | +} |
| 1551 | +.fa-history:before { |
| 1552 | + content: "\f1da"; |
| 1553 | +} |
| 1554 | +.fa-circle-thin:before { |
| 1555 | + content: "\f1db"; |
| 1556 | +} |
| 1557 | +.fa-header:before { |
| 1558 | + content: "\f1dc"; |
| 1559 | +} |
| 1560 | +.fa-paragraph:before { |
| 1561 | + content: "\f1dd"; |
| 1562 | +} |
| 1563 | +.fa-sliders:before { |
| 1564 | + content: "\f1de"; |
| 1565 | +} |
| 1566 | +.fa-share-alt:before { |
| 1567 | + content: "\f1e0"; |
| 1568 | +} |
| 1569 | +.fa-share-alt-square:before { |
| 1570 | + content: "\f1e1"; |
| 1571 | +} |
| 1572 | +.fa-bomb:before { |
| 1573 | + content: "\f1e2"; |
| 1574 | +} |
1347 | 1575 | .navigation nav li.dd-container > a:after {
|
1348 | 1576 | display: inline-block;
|
1349 | 1577 | margin-left: 10px;
|
1350 | 1578 | font-family: "FontAwesome";
|
1351 | 1579 | content: "\f149";
|
1352 | 1580 | line-height: 1em;
|
1353 | 1581 | }
|
1354 |
| -@media only screen and (min-width: 768px) { |
| 1582 | +@media only screen and (min-width: 769px) { |
1355 | 1583 | .navigation nav li.dd-container > a:after {
|
1356 | 1584 | content: "\f0d7";
|
1357 | 1585 | }
|
@@ -2181,7 +2409,7 @@ blockquote.bq small {
|
2181 | 2409 | .navigation nav .name h1 a {
|
2182 | 2410 | font-weight: 900;
|
2183 | 2411 | }
|
2184 |
| -@media only screen and (min-width: 768px) { |
| 2412 | +@media only screen and (min-width: 769px) { |
2185 | 2413 | .navigation a.nav-link {
|
2186 | 2414 | display: none;
|
2187 | 2415 | }
|
@@ -2491,7 +2719,7 @@ blockquote.bq small {
|
2491 | 2719 | .link-list.link-list-dragonfruit li.active a:hover {
|
2492 | 2720 | background-color: #fc77a6;
|
2493 | 2721 | }
|
2494 |
| -@media only screen and (min-width: 768px) { |
| 2722 | +@media only screen and (min-width: 769px) { |
2495 | 2723 | .link-list li a {
|
2496 | 2724 | font-size: inherit;
|
2497 | 2725 | }
|
@@ -2660,7 +2888,7 @@ form.form .input-large {
|
2660 | 2888 | form.form .input-huge {
|
2661 | 2889 | width: 100%;
|
2662 | 2890 | }
|
2663 |
| -@media only screen and (min-width: 768px) { |
| 2891 | +@media only screen and (min-width: 769px) { |
2664 | 2892 | form.form select {
|
2665 | 2893 | font-size: inherit;
|
2666 | 2894 | }
|
@@ -3232,7 +3460,7 @@ img.float-left {
|
3232 | 3460 | margin-right: 20px;
|
3233 | 3461 | }
|
3234 | 3462 | }
|
3235 |
| -@media only screen and (min-width: 768px) { |
| 3463 | +@media only screen and (min-width: 769px) { |
3236 | 3464 | .container .col.of-12 {
|
3237 | 3465 | width: 100%;
|
3238 | 3466 | }
|
@@ -4302,7 +4530,7 @@ img.float-left {
|
4302 | 4530 | #blackout.show {
|
4303 | 4531 | opacity: 1;
|
4304 | 4532 | }
|
4305 |
| -@media only screen and (min-width: 768px) { |
| 4533 | +@media only screen and (min-width: 769px) { |
4306 | 4534 | .modal {
|
4307 | 4535 | width: 50%;
|
4308 | 4536 | -webkit-border-radius: 5px;
|
|
0 commit comments