forked from rtCamp/rtpanel-child-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
135 lines (86 loc) · 3.57 KB
/
style.scss
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*!
Theme Name: rtPanel Child
Theme URI: http://rtcamp.com/rtpanel/
Description: An Example rtPanel Child Theme with standard examples.
Version: 3.0
Author: rtCamp
Author URI: http://rtcamp.com/
Tags: black, blue, white, orange, light, one-column, two-columns, right-sidebar, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, flexible-width, full-width-template
Contributors: rtCampers ( http://rtcamp.com/about/rtcampers/ )
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
// ******************** Importing Base. ******************** //
@import "./sass/base";
// ***** Variables : See Details >> '_variables.scss' ***** //
$base-font-size: 14px; // 16px !default;
$secondary-font-size: 13px; // 14px !default;
$base-line-height: 21px; // 24px !default;
// ***** Normalize css : See Details >> '_normalize.scss' ***** //
@import "./sass/normalize";
// ***** Utility Classes : See Details >> '_utility.scss' ***** //
@import "./sass/utility";
// ****** Typography : See Details >> '_typography.scss' ****** //
@import "./sass/typography";
// *********** Links : See Details >> '_links.scss' *********** //
@import "./sass/links";
// ***** Input Types : See Details >> '_input-types.scss' ***** //
@import "./sass/input-types";
// ****** WP Editor : See Details >> '_input-types.scss' ****** //
@import "./sass/wp-editor";
// ******** 960gs System : See Details >> '_grid.scss' ******** //
/* Grids */
//$ninesixty-gutter-width: 20px;
//$ninesixty-grid-width: 960px;
//$ninesixty-columns: 12;
//@include grid-system-complete($ninesixty-columns);
@include rtp-grid-generator();
// ***** rtPanel Modules : See Details >> '_layout.scss' ***** //
@import "./sass/layout";
// ****** rtPanel Header : See Details >> '_header.scss' ****** //
@import "./sass/header";
// ***** rtPanel Modules : See Details >> '_post-loop.scss' ***** //
@import "./sass/post-loop";
// ***** rtPanel Modules : See Details >> '_modules.scss' ***** //
@import "./sass/modules";
// ****** Images ****** //
@include rtp-image();
// *** Attachment Page *** //
@include rtp-attachment-page();
// *** Thumbnail Container *** //
@include rtp-thumbnail();
// ***** Thumbnail With Shadow ***** //
@include rtp-thumbnail-shadow();
// ***** Image Caption ***** //
@include rtp-wp-caption();
// ***** Gallery ***** //
@include rtp-gallery();
// ***** Paged Navigation ***** //
@include rtp-paged-navigation();
// ****** Comments : See Details >> '_comments.scss' ****** //
@import "./sass/comments";
// ****** Sidebar : See Details >> '_sidebar.scss' ****** //
@import "./sass/sidebar";
// ******* Footer : See Details >> '_footer.scss' ******* //
@import "./sass/footer";
// ***** 3rd Party : See Details >> '_support.scss' ***** //
@import "./sass/support";
// Breadcrumb
@include rtp-breadcrumb();
// Pagenavi
@include rtp-pagenavi();
// bbPress
@include rtp-bbpress-style();
// Google Custom Search
@include rtp-google-custom-search-page();
// ***** Responsive Structure ***** //
$ninesixty-gutter-width: 16px;
$ninesixty-grid-width: 744px;
@import "./sass/responsive";
// ***** Responsive structure for wider screen size more than 1200px ***** //
//$screen-width: 1200px;
//$ninesixty-gutter-width: 20px;
//$ninesixty-grid-width: $screen-width;
//@include rtp-wider-screen($screen-width);
// ******* Print : See Details >> '_print.scss' ******* //
@import "./sass/print";