| Line | |
|---|
| 1 | [% PROCESS config.tt %] |
|---|
| 2 | /* |
|---|
| 3 | |
|---|
| 4 | A Six Apart theme adapted for Movable Type default templates |
|---|
| 5 | |
|---|
| 6 | [% IF theme.title %] |
|---|
| 7 | name: [% theme.title %] |
|---|
| 8 | [% END %] |
|---|
| 9 | [% IF theme.creator %] |
|---|
| 10 | designer: [% theme.creator %] |
|---|
| 11 | [% END %] |
|---|
| 12 | [% IF theme.creator_uri %] |
|---|
| 13 | designer_url: [% theme.creator_uri %] |
|---|
| 14 | [% END %] |
|---|
| 15 | layouts: layout-wtt, layout-twt, layout-wt, layout-tw |
|---|
| 16 | */ |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | /* Default ---------------------------------------------------------------- */ |
|---|
| 20 | |
|---|
| 21 | [%+ INCLUDE default/screen.css.tt %] |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | /* Global ----------------------------------------------------------------- */ |
|---|
| 25 | |
|---|
| 26 | [%+ INCLUDE global.css.tt %] |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | /* Layout ----------------------------------------------------------------- */ |
|---|
| 30 | |
|---|
| 31 | [%+ INCLUDE layout.css.tt %] |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | /* Header ----------------------------------------------------------------- */ |
|---|
| 35 | |
|---|
| 36 | [%+ INCLUDE header.css.tt %] |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | /* Content ---------------------------------------------------------------- */ |
|---|
| 40 | |
|---|
| 41 | [%+ INCLUDE content.css.tt %] |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | /* Widget ----------------------------------------------------------------- */ |
|---|
| 45 | |
|---|
| 46 | [%+ INCLUDE widget.css.tt %] |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | /* Footer ----------------------------------------------------------------- */ |
|---|
| 50 | |
|---|
| 51 | [%+ INCLUDE footer.css.tt %] |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | /* Utilities -------------------------------------------------------------- */ |
|---|
| 55 | |
|---|
| 56 | [%+ INCLUDE utilities.css.tt %] |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | /* Custom Styles ---------------------------------------------------------- */ |
|---|
| 60 | |
|---|
| 61 | [%+ theme.custom_styles %] |
|---|