-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
35 lines (28 loc) · 1.28 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
/*
Theme Name: Upgrade Node
Theme URI: http://theupgrade.net
Description: A customizable theme for the international Upgrade Network
Author: <a href="http://www.Shual.com/">Mushon Zer-Aviv</a>, <a href="http://www.angel-ng.com/">Angel Ng</a>, <a href="http://www.jeffcrouse.info/">Jeff Crouse</a>, <a href="http://www.no-org.net/">Matvey Shapiro</a> & more Upgrade friends
Template: thematic
Version: 1.0
Tags: Thematic, Upgrade-Network
.
Upgrade Node is a Child Theme built on the Thematic Theme Framework
.
*/
/* 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-l-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('../thematic/library/styles/default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
/* Upgrade Node theme styles */
@import url('styles/grid.css');
@import url('styles/upgradethematic.css');