-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
47 lines (40 loc) · 1.11 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
Theme Name: Dahnielson
Theme URI: http://dahnielson.com/
Github Theme URI: https://github.com/dahnielson/dahnielson-wp-theme
Description: A Thematic child theme for Dahnielson
Author: Anders Dahnielson
Author URI: http://dahnielson.com/
Template: thematic
Version: v1.0.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('layout.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Apply default theme styles and colors */
@import url('default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
/* Display 960px wide 12 col grid */
/*
body.loggedin {
background-image: url('grids/960_grid_12_col.png');
background-repeat: repeat-y;
background-position: center;
}
*/
/* Display 24px high baseline grid */
/*
.loggedin #wrapper {
background-image: url('grids/24_baseline.png');
}
*/