-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
56 lines (39 loc) · 1.83 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
Theme Name: NExT - Boss Child for NEU Commons
Theme URI: https://github.com/iwitness-design/neu-commons
Description: Templates and styles for NEU Commons. A child theme of Boss.
Author: iWitness Design
Author URI: https://iwitnessdesign.com
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: boss
Version: 0.1.0
*/
/*
-- Stylesheet locations --
Add your own customizations into /css/custom.css in this child theme.
Parent styles are called from /buddyboss-inc/theme-functions.php in the
parent theme and are located in /boss/css/ in the parent theme.
--- If you are editing CSS via the WordPress admin, do the following ---
1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.
--- The styles are loaded in the following order ---
-- PARENT THEME --
1. main-global.css Global theme styles
2. main-desktop.css Desktop-only theme styles
3. main-mobile.css Mobile-only theme styles
-- CHILD THEME --
4. custom.css
The later on a stylesheet is loaded, the higher precedent it gets.
So for example, if you define a CSS element in custom.css that has already
been defined in main-global.css, the version in custom.css will be used.
Each stylesheet includes a table of contents to help you navigate
through it. You will notice that many of them include a section with
media queries. Media queries allow us to detect a browser's screen
size, and load specific styles only if the screen is larger or smaller
than that particular size. This allows us to define a large set of
global styles, and then specific styles for phones, tablets,
and desktops & laptops - just based on the predicted screen size
of these devices. That's boss!
*/