Revision 2643:b68c6ce10125,
1.1 KB
checked in by Anne Kozlika <kozlika@…>, 12 years ago
(diff) |
Currywurst templates: archive.html some better classes and id --- Berlin Theme: styling archive
|
Rev | Line | |
---|
[2640] | 1 | @charset "UTF-8"; |
---|
| 2 | |
---|
| 3 | /** -------------------------------------------------- |
---|
| 4 | Start |
---|
| 5 | --------------------------------------------------- */ |
---|
| 6 | @import "init/mixins-functions"; // mixins, fonctions |
---|
| 7 | @import "init/rebase"; // init html tags |
---|
| 8 | @import "init/config"; // theme variables |
---|
| 9 | |
---|
| 10 | /** -------------------------------------------------- |
---|
| 11 | Common rules |
---|
| 12 | --------------------------------------------------- */ |
---|
| 13 | @import "partials/common"; // headings, links |
---|
| 14 | @import "partials/icons"; // icons |
---|
| 15 | |
---|
| 16 | /** -------------------------------------------------- |
---|
| 17 | layout elements |
---|
| 18 | --------------------------------------------------- */ |
---|
| 19 | @import "partials/global_layout"; // containers |
---|
| 20 | @import "partials/header"; |
---|
| 21 | @import "partials/footer"; |
---|
| 22 | @import "partials/sidebar"; |
---|
| 23 | @import "partials/content"; |
---|
| 24 | @import "partials/post"; |
---|
[2643] | 25 | @import "partials/archive"; |
---|
[2640] | 26 | |
---|
| 27 | /** -------------------------------------------------- |
---|
| 28 | Modules |
---|
| 29 | --------------------------------------------------- */ |
---|
| 30 | @import "modules/off-canvas"; |
---|
| 31 | |
---|
| 32 | /*** dev only ***/ |
---|
| 33 | #main { |
---|
| 34 | //@include debug-vertical-alignment; |
---|
| 35 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.