Rev 109 | Rev 117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 109 | Rev 116 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?php |
1 | <?php |
| 2 | \header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT'); |
2 | \header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT'); |
| 3 | 3 | ||
| 4 | /* Do not let resource be cached in HTTP/1.1 caches */
|
4 | /* Resource expires in HTTP/1.1 caches 24h after last retrieval */
|
| 5 | \header('Cache-Control: max-age=0, s-maxage=0, must-revalidate, proxy-revalidate'); |
5 | \header('Cache-Control: max-age=0, s-maxage=86400, must-revalidate, proxy-revalidate'); |
| 6 | 6 | ||
| 7 | /* Do not let resource be cached in HTTP/1.0 caches */
|
7 | /* Resource expires in HTTP/1.0 caches 24h after last retrieval */
|
| 8 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT'); |
8 | \header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT'); |
| 9 | 9 | ||
| 10 | \header('Content-Type: text/css; charset=UTF-8'); |
10 | \header('Content-Type: text/css; charset=UTF-8'); |
| 11 | ?>@charset "UTF-8"; |
11 | ?>@charset "UTF-8"; |
| 12 | 12 | ||
| 13 | <?php |
13 | <?php |
| Line 24... | Line 24... | ||
| 24 | margin-left: 22em; |
24 | margin-left: 22em; |
| 25 | margin-right: 0.2em; |
25 | margin-right: 0.2em; |
| 26 | margin-bottom: 0.2em; |
26 | margin-bottom: 0.2em; |
| 27 | }
|
27 | }
|
| 28 | 28 | ||
| - | 29 | /* HTML5 elements */
|
|
| - | 30 | ||
| - | 31 | nav |
|
| - | 32 | {
|
|
| - | 33 | display: block; |
|
| - | 34 | }
|
|
| - | 35 | ||
| 29 | /* Bow (main) and elbo (multi-view) */
|
36 | /* Bow (main) and elbo (multi-view) */
|
| 30 | 37 | ||
| 31 | #LCARS { |
38 | #LCARS { |
| 32 | position: fixed; |
39 | position: fixed; |
| 33 | left: 0; |
40 | left: 0; |