Rev 187 | Rev 199 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 187 | Rev 192 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?php |
1 | <?php |
2 | namespace de\pointedears\css\least;
|
2 | /* namespace ; */
|
3 | 3 | ||
4 | \header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT'); |
4 | \header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT'); |
5 | 5 | ||
6 | /* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
|
6 | /* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
|
7 | \header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate'); |
7 | \header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate'); |
Line 10... | Line 10... | ||
10 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT'); |
10 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT'); |
11 | 11 | ||
12 | \header('Content-Type: text/css; charset=UTF-8'); |
12 | \header('Content-Type: text/css; charset=UTF-8'); |
13 | 13 | ||
14 | require_once 'css/least/Mixins.php'; |
14 | require_once 'css/least/Mixins.php'; |
- | 15 | use de\pointedears\css\least\Mixins;
|
|
15 | ?>
|
16 | ?>
|
16 | @CHARSET "UTF-8";
|
17 | @CHARSET "UTF-8";
|
17 | 18 | ||
18 | html, body { |
19 | html, body { |
19 | -webkit-font-smoothing: antialiased; |
20 | -webkit-font-smoothing: antialiased; |
Line 994... | Line 995... | ||
994 | font-family: "SKM Avant Garde Two"; |
995 | font-family: "SKM Avant Garde Two"; |
995 | src: local("SKM Avant Garde Two"), url(/styles/fonts/non-free/SKM%20Avant%20Garde%20Two.ttf); |
996 | src: local("SKM Avant Garde Two"), url(/styles/fonts/non-free/SKM%20Avant%20Garde%20Two.ttf); |
996 | }
|
997 | }
|
997 | 998 | ||
998 | .heroes { |
999 | .heroes { |
- | 1000 | display: inline-block; |
|
999 | position: relative; |
1001 | position: relative; |
1000 | padding: 0.25em 0.75em 0.125em 0.75em; |
1002 | padding: 0.325em 0.75em 0.2em 0.75em; |
1001 | background-color: black; |
1003 | background-color: black; |
1002 | color: #fff; |
1004 | color: #fff; |
1003 | font-family: "SKM Avant Garde Two", sans-serif; |
1005 | font-family: "SKM Avant Garde Two", sans-serif; |
1004 | text-transform: uppercase; |
1006 | text-transform: uppercase; |
1005 | letter-spacing: 0.5em; |
1007 | letter-spacing: 0.5em; |
Line 1198... | Line 1200... | ||
1198 | font-family: "Digital1"; |
1200 | font-family: "Digital1"; |
1199 | src: local("Transponder AOE"), url(/styles/fonts/digital/TRANA___.TTF); |
1201 | src: local("Transponder AOE"), url(/styles/fonts/digital/TRANA___.TTF); |
1200 | }
|
1202 | }
|
1201 | 1203 | ||
1202 | .it-crowd { |
1204 | .it-crowd { |
- | 1205 | display: inline-block; |
|
1203 | position: relative; |
1206 | position: relative; |
1204 | padding: 0.125em 0.75em 0.125em 0.5em; |
1207 | padding: 0.125em 0.75em 0.125em 0.5em; |
1205 | background-color: black; |
1208 | background-color: black; |
1206 | color: #d4774b; |
1209 | color: #d4774b; |
1207 | font-family: "Digital1", monospace; |
1210 | font-family: "Digital1", monospace; |
Line 1324... | Line 1327... | ||
1324 | .moonlight .light { |
1327 | .moonlight .light { |
1325 | color: #ebf062; |
1328 | color: #ebf062; |
1326 | text-shadow: 1px 1px 2px #070400; |
1329 | text-shadow: 1px 1px 2px #070400; |
1327 | }
|
1330 | }
|
1328 | 1331 | ||
- | 1332 | .moonlighting { |
|
- | 1333 | padding: 0.125em 0.5em; |
|
- | 1334 | background-color: #933; |
|
- | 1335 | <?php Mixins::linear_gradient('background-image', '#5c3345, #6c2013'); ?> |
|
- | 1336 | color: #916ba6; |
|
- | 1337 | font: 116% "Futura Condensed", sans-serif; |
|
- | 1338 | <?php Mixins::prefix_property('outline', '', '1px solid #fff', array('-webkit-', '')); ?> |
|
- | 1339 | text-shadow: |
|
- | 1340 | /* glow */
|
|
- | 1341 | -1px 0 1px white, |
|
- | 1342 | 0 -1px 1px white, |
|
- | 1343 | 1px 0 1px white, |
|
- | 1344 | 0 1px 1px white, |
|
- | 1345 | ||
- | 1346 | /* outline */
|
|
- | 1347 | -1px 0 white, |
|
- | 1348 | 0 -1px white, |
|
- | 1349 | 1px 0 white, |
|
- | 1350 | 0 1px white; |
|
- | 1351 | text-transform: uppercase; |
|
- | 1352 | }
|
|
- | 1353 | ||
1329 | @font-face {
|
1354 | @font-face {
|
1330 | font-family: "Terminator"; |
1355 | font-family: "Terminator"; |
1331 | src: url(/styles/fonts/TERMINAT.TTF); |
1356 | src: url(/styles/fonts/TERMINAT.TTF); |
1332 | }
|
1357 | }
|
1333 | 1358 | ||
Line 1510... | Line 1535... | ||
1510 | font-family: "Spleeny Decaf GD", fantasy; |
1535 | font-family: "Spleeny Decaf GD", fantasy; |
1511 | text-transform: uppercase; |
1536 | text-transform: uppercase; |
1512 | }
|
1537 | }
|
1513 | 1538 | ||
1514 | @font-face {
|
1539 | @font-face {
|
- | 1540 | font-family: 'MicroExtendFLF-Bold'; |
|
- | 1541 | src:
|
|
- | 1542 | local('MicroExtendFLF-Bold'), |
|
- | 1543 | url('/styles/fonts/MicroExtendFLF-Bold.ttf.woff') format('woff'), |
|
- | 1544 | url('/styles/fonts/MicroExtendFLF-Bold.ttf.svg#MicroExtendFLF-Bold') format('svg'), |
|
- | 1545 | url('/styles/fonts/MicroExtendFLF-Bold.ttf.eot'), |
|
- | 1546 | url('/styles/fonts/MicroExtendFLF-Bold.ttf.eot?#iefix') format('embedded-opentype'); |
|
- | 1547 | font-weight: normal; |
|
- | 1548 | font-style: normal; |
|
- | 1549 | }
|
|
- | 1550 | ||
- | 1551 | .remington-steele { |
|
- | 1552 | display: inline-block; |
|
- | 1553 | background-color: white; |
|
- | 1554 | color: #506BA6; |
|
- | 1555 | font: bold 104% MicroExtendFLF-Bold, sans-serif; |
|
- | 1556 | text-align: center; |
|
- | 1557 | text-shadow: 1px 1px 1px #000; |
|
- | 1558 | text-transform: uppercase; |
|
- | 1559 | }
|
|
- | 1560 | ||
- | 1561 | @font-face {
|
|
1515 | font-family: "Roswell"; |
1562 | font-family: "Roswell"; |
1516 | src: local("Roswell"), url(/styles/fonts/Roswell.TTF); |
1563 | src: local("Roswell"), url(/styles/fonts/Roswell.TTF); |
1517 | }
|
1564 | }
|
1518 | 1565 | ||
1519 | .roswell { |
1566 | .roswell { |
Line 1841... | Line 1888... | ||
1841 | Mixins::animation('-duration', '3s'); |
1888 | Mixins::animation('-duration', '3s'); |
1842 | ?>
|
1889 | ?>
|
1843 | }
|
1890 | }
|
1844 | 1891 | ||
1845 | @font-face {
|
1892 | @font-face {
|
- | 1893 | font-family: 'Interdimensional'; |
|
- | 1894 | src:
|
|
- | 1895 | url('/styles/fonts/Interdimensional.ttf.woff') format('woff'), |
|
- | 1896 | url('/styles/fonts/Interdimensional.ttf.svg#Interdimensional') format('svg'), |
|
- | 1897 | url('/styles/fonts/Interdimensional.ttf.eot'), |
|
- | 1898 | url('/styles/fonts/Interdimensional.ttf.eot?#iefix') format('embedded-opentype'); |
|
- | 1899 | font-weight: normal; |
|
- | 1900 | font-style: normal; |
|
- | 1901 | }
|
|
- | 1902 | ||
- | 1903 | .sliders { |
|
- | 1904 | padding: 0.125em 0.5em; |
|
- | 1905 | background-color: #000; |
|
- | 1906 | color: #c1d4e2; |
|
- | 1907 | font-family: Interdimensional, sans-serif; |
|
- | 1908 | letter-spacing: 0.125em; |
|
- | 1909 | text-transform: uppercase; |
|
- | 1910 | text-shadow: 0 0 2px #c1d4e2; |
|
- | 1911 | }
|
|
- | 1912 | ||
- | 1913 | .sliders .last { |
|
- | 1914 | letter-spacing: normal; |
|
- | 1915 | }
|
|
- | 1916 | ||
- | 1917 | @font-face {
|
|
1846 | font-family: "Smallville"; |
1918 | font-family: "Smallville"; |
1847 | src: local("Smallville"), url(/styles/fonts/Smallville1.ttf); |
1919 | src: local("Smallville"), url(/styles/fonts/Smallville1.ttf); |
1848 | }
|
1920 | }
|
1849 | 1921 | ||
1850 | .smallville { |
1922 | .smallville { |