-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
37 lines (27 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
/*
Theme Name: Thematic Plus
Theme URI: http://somanyproducts.com
Description: Removes most Colors and Borders from CSS in default.css
Author: Trey Brister
Author URI: http://web-standard-design.com/
Template: thematic
Version: 1.0.1
Tags: CSS, Thematic, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
.
*/
/* 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('../thematic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Apply default theme styles and colors */
/* 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 */
@import url('default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
/* Custom CSS */
@import url('custom.css');