forked from WebDevStudios/StartBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·31 lines (24 loc) · 1.27 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
/*
THEME NAME: StartBox
THEME URI: http://www.wpstartbox.com
DESCRIPTION: StartBox is a flexible, customizable theme framework. All modifications should be made using a <a href="http://docs.wpstartbox.com/Child_Themes/" target="_blank">child theme</a> to maintain forward compatibility.
TAGS: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, white, light, custom-menu, editor-style, featured-images, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready
VERSION: 2.5.6
AUTHOR: Brian Richards
AUTHOR URI: http://www.wpstartbox.com
LICENSE: GNU General Public License
LICENSE URI: license.txt
*/
/* NOTE: all of the below styles are also available for child themes via wp_enque_style, see functions.php for details */
/* Reset browser defaults */
@import url('includes/styles/reset.css');
/* Apply default typography styles */
@import url('includes/styles/typography.css');
/* Apply default image styles */
@import url('includes/styles/images.css');
/* Apply default shortcode styles */
@import url('includes/styles/shortcodes.css');
/* Apply default comment styles */
@import url('includes/styles/comments.css');
/* Apply StartBox defaults */
@import url('includes/styles/startbox.css');