1
|
1 |
/* |
|
2 |
Theme Name: A Thematic Child Theme |
|
3 |
Theme URI: |
|
4 |
Description: Use this theme to start your Thematic Child Theme development. |
|
5 |
Author: Ian Stewart |
|
6 |
Author URI: http://themeshaper.com/ |
|
7 |
Template: thematic |
|
8 |
Version: 1.0 |
|
9 |
Tags: Thematic |
|
10 |
. |
|
11 |
Thematic is © Ian Stewart http://themeshaper.com/ |
|
12 |
. |
|
13 |
*/ |
|
14 |
|
|
15 |
/* Reset browser defaults */ |
|
16 |
@import url('../thematic/library/styles/reset.css'); |
|
17 |
|
|
18 |
/* Apply basic typography styles */ |
|
19 |
@import url('../thematic/library/styles/typography.css'); |
|
20 |
|
|
21 |
/* Apply a basic layout */ |
|
22 |
@import url('../thematic/library/layouts/2c-r-fixed.css'); |
|
23 |
|
|
24 |
/* Apply basic image styles */ |
|
25 |
@import url('../thematic/library/styles/images.css'); |
|
26 |
|
|
27 |
/* Apply default theme styles and colors */ |
|
28 |
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */ |
|
29 |
@import url('../thematic/library/styles/default.css'); |
|
30 |
|
|
31 |
/* Prepare theme for plugins */ |
|
32 |
@import url('../thematic/library/styles/plugins.css'); |
|
33 |
|
|
34 |
|