///////////////////// // // Layout // ///////////////////// // // Breakpoints info: // // 's' : 448, // = 28em // Starting mobile landscape // 'm' : 672, // = 42em // Starting tablet portrait // 'l' : 880, // = 55em // Starting tablet landscape // 'xl' : 1280, // = 80em // Starting laptop // 'xxl' : 1600, // = 100em // Starting desktop // 'xxxl' : 1920, // = 120em // Starting desktop full HD // 'xxxxl' : 2560, // = 160em // Starting desktop WQHD // // // Site widths // $boxed_width: 1640; // In px // Default max boxed site width $content_width: 1020; // In px // Default content width ///////////////////// // // Appearance // ///////////////////// // // Theme colors // For accessibility test with http://jxnblk.com/colorable/demos/text/ // // //* = Doesn't change via Customizer. // $colors: ( // Accent color 'accent': #0aac8e, 'accent_text': #fff, // Body 'body_background': #eaecee, // Site header 'header': #1a1c1e, 'header_text': #fff, // Navigation 'navigation': #3a3c3e, 'navigation_text': #fff, 'navigation_border': #4a4c4e, // Site content 'content': #fff, 'content_text': #6a6c6e, 'content_headings': #1a1c1e, 'content_border': #eaecee, // Sidebars 'front_widgets': #1a1c1e, 'front_widgets_text': #8a8c8e, // Site footer 'footer': #1a1c1e, 'footer_text': #8a8c8e, ); ///////////////////// // // Typography // ///////////////////// // // Font size // $font_size: 16; // Set also in `assets/css-generate/custom-styles.php` // // Font families // $font_family: ( 'body': "'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif", 'headings': "'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif", 'logo': "'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif", ) !default; // // Headings // $h_tags_setup: ( // $selector : ( // $size // $line_height // $margin_top // $margin_bottom // ) 'h1, .h1' : ( 1.62, 1.38, 2.3 / 1.62, 1.62 / 1.62 ), 'h2, .h2' : ( 1.38, 1.38, 2.3 / 1.38, 1.62 / 1.38 ), 'h3, .h3' : ( 1.24, 1.38, 2.3 / 1.24, 1.62 / 1.24 ), 'h4, .h4' : ( 1.15, 1.38, 2.3 / 1.15, 1.62 / 1.15 ), 'h5, .h5' : ( 1.15, 1.38, 2.3 / 1.15, 1.62 / 1.15 ), 'h6, .h6' : ( 1.15, 1.38, 2.3 / 1.15, 1.62 / 1.15 ) ) !default; ///////////////////// // // Icons // ///////////////////// // // Entry meta // $entry_meta_icons: ( // class: char 'author': '\f304', 'cat-links': '\f301', 'comments-link a': '\f300', 'entry-date': '\f303', 'tags-links': '\f302', 'entry-likes a': '\f461', 'entry-edit': '\f411', );