root/branches/athena/build/theme_templates/auto/screen.css.tt @ 1092

Revision 1092, 1.3 kB (checked in by hachi, 2 years ago)

Merging release-15 to athena branch. svn merge -r59987:60375 http://svn.sixapart.com/repos/eng/movabletype/branches/release-15 .

  • Property svn:executable set to *
Line 
1[% PROCESS config.tt %]
2/*
3
4A Six Apart theme adapted for Movable Type default templates
5
6[% IF theme.title %]
7name: [% theme.title %]
8[% END %]
9[% IF theme.creator %]
10designer: [% theme.creator %]
11[% END %]
12[% IF theme.creator_uri %]
13designer_url: [% theme.creator_uri %]
14[% END %]
15layouts: 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 %]
Note: See TracBrowser for help on using the browser.