2014-12-11 16:41:11 +00:00
|
|
|
|
/*
|
|
|
|
|
underscores.scss - Does the same than the original style.scss file from the _s theme. But if you edit this you don´t overwrite changes if you upgrade the original _s scss source files
|
|
|
|
|
*/
|
|
|
|
|
|
2014-12-10 11:36:38 +00:00
|
|
|
|
/*--------------------------------------------------------------
|
|
|
|
|
>>> TABLE OF CONTENTS:
|
|
|
|
|
----------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
1.0 Reset
|
|
|
|
|
2.0 Typography
|
|
|
|
|
3.0 Elements
|
|
|
|
|
4.0 Forms
|
|
|
|
|
5.0 Navigation
|
|
|
|
|
5.1 Links
|
|
|
|
|
5.2 Menus
|
|
|
|
|
6.0 Accessibility
|
|
|
|
|
7.0 Alignments
|
|
|
|
|
8.0 Clearings
|
|
|
|
|
9.0 Widgets
|
|
|
|
|
10.0 Content
|
|
|
|
|
10.1 Posts and pages
|
|
|
|
|
10.2 Asides
|
|
|
|
|
10.3 Comments
|
|
|
|
|
11.0 Infinite scroll
|
|
|
|
|
12.0 Media
|
|
|
|
|
12.1 Captions
|
|
|
|
|
12.2 Galleries
|
2014-12-10 17:56:44 +00:00
|
|
|
|
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "variables-site/variables-site";
|
|
|
|
|
@import "mixins/mixins-master";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
1.0 Reset
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "reset";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
2.0 Typography
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
//@import "typography/typography";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
3.0 Elements
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "elements/elements";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
2014-12-11 16:41:11 +00:00
|
|
|
|
/*--------------------------------------------------------------
|
|
|
|
|
4.0 Forms
|
|
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
//@import "forms/forms";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
5.0 Navigation
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "navigation/navigation";
|
|
|
|
|
|
2014-12-10 11:36:38 +00:00
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
6.0 Accessibility
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "modules/accessibility";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
7.0 Alignments
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
//@import "modules/alignments";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
8.0 Clearings
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "modules/clearings";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
9.0 Widgets
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "site/secondary/widgets";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
10.0 Content
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "site/site";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
11.0 Infinite scroll
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "modules/infinite-scroll";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|
2014-12-11 16:41:11 +00:00
|
|
|
|
12.0 Media
|
2014-12-10 11:36:38 +00:00
|
|
|
|
--------------------------------------------------------------*/
|
2014-12-11 16:41:11 +00:00
|
|
|
|
@import "media/media";
|