-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
113 lines (96 loc) · 5.19 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
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
/*
Theme Name: STAGE
Theme URI: http://turizon.in
Description: STAGE is a sleek and modern starter theme built with Bootstrap 3.3.2. This theme is packed with multiple page templates, menu locations, widget areas and some unique features like the off-canvas menu, scrollbar etc. This theme was built from the ground-up to keep the theme compact and easy to customize. Creating an impressive website with WordPress has never been easier.
Author: Chirag Gude
Author URI: http://turizon.in
Version: 1.9.2
Tags: responsive-layout,bootstrap-3, fluid-layout, clean, mobile
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
#page-content { padding-top: 50px; padding-bottom: 40px; }
/* Typography */
.wpbs-muted { text-transform: uppercase; color: #767676; font-weight: bold; text-decoration: none; }
.wpbs-very-muted { text-transform: uppercase; color: #ABABAB; font-weight: bold; display: inline-block; }
#category a:link, #category a:visited { color: #ABABAB; }
/* Comments */
.tz-comment-list { padding-left: 0; }
.tz-comment-meta { padding-left: 10px; }
/* The identifier "submit" is used in comments.php */
#submit { color: #FFFFFF; background-color: #428BCA; border-color: #357EBD; }
/* Hide orginal WP submit button (see custom submit button in comments-template-tags.php */
.form-submit { display: none; }
/* Search */
.search-highlight { background: #F9E491; }
.mobile-search { float: right; padding: 15px 20px 0 0; color: #A4A4A4; }
/* Position Search modal to center of the page */
#search-modal{ height: 400px; top: calc(50% - 200px); }
/* ScrollNav.js */
.scroll-nav__heading { text-transform: uppercase; color: #979797; font-weight: bold; display: inline-block; padding-left: 17px; padding-bottom: 10px; }
.cpg-nav-pane { left: auto !important; width: 175px; }
.cpg-nav-pane.scroll-to-fixed-fixed { left: auto !important; width: 175px; }
/* Share.js button */
#sharebutton.sharer-0 label { background: #E6E6E6; }
/* Navbar */
.user-photo { max-width: 40px; display: inline-block; margin: -10px 10px -10px 0; }
/* For MMenu.js */
.navbar { width: 100%; }
.left-navbar-toggle { color: #777; position: relative; float: left; padding: 13px 15px 0 15px; }
.left-navbar-toggle:active { color: #FFA500; }
/* Pagination on pages with custom queries - eg. post-grid */
.page-numbers.current { background-color: #428BCA; color: #FFFFFF; }
/* Parallax Background on home-page */
.parallax-background{ background: url(assets/images/banner-background.jpg) no-repeat fixed; height: 200px; padding: 170px 0 250px 0; color: #EDEDED; background-size: cover; margin-top: -50px; }
.parallax-content{ text-align: center; margin-top: -130px; }
/* Footer */
.footer-menu { background-color: #34495E; padding-top: 1em; padding-bottom: 1em; font-weight: bold; text-transform: uppercase; }
.footer-widgets-panel { background-color: #ECF0F1; padding-top: 2em; padding-bottom: 4em; }
.footer-credits { background-color: #FAFAFA; padding-top: 1em; padding-bottom: 1em; }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel { height: 400px; margin-bottom: 20px; margin-top: -50px; }
/* Since positioning the image, we need to help out the caption */
.carousel-caption { z-index: 10; }
/* Declare heights because of positioning of img element */
.carousel .item { height: 400px; background-color: #777777; }
.carousel-inner > .item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 400px; }
/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing { padding-left: 15px; padding-right: 15px; }
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 { text-align: center; margin-bottom: 20px; }
.marketing h2 { font-weight: normal; }
.marketing .col-lg-4 p { margin-left: 10px; margin-right: 10px; }
/* Featurettes
------------------------- */
.featurette-divider { margin: 80px 0; /* Space out the Bootstrap <hr> more */}
/* Thin out the marketing headings */
.featurette-heading { font-weight: 300; line-height: 1; letter-spacing: -1px; }
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Remove the edge padding needed for mobile */
.marketing { padding-left: 0; padding-right: 0; }
/* Navbar positioning */
.navbar-wrapper { margin-top: 20px; }
.navbar-wrapper .container { padding-left: 15px; padding-right: 15px; }
.navbar-wrapper .navbar { padding-left: 0; padding-right: 0; }
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar { border-radius: 4px; }
/* Position the left sidebar toggle button */
.left-navbar-toggle { margin-left: -20px; }
/* Bump up size of carousel content */
.carousel-caption p { margin-bottom: 20px; font-size: 21px; line-height: 1.4; }
.featurette-heading { font-size: 50px; }
/* Parallax Background on home-page */
.parallax-content{ margin-top: -80px; }
}
@media (min-width: 992px) {
.featurette-heading { margin-top: 120px; }
/* Parallax Background on home-page */
.parallax-h1{ font-size: 55px; color: #EDEDED; }
.parallax-h3{ font-size: 35px; color: #EDEDED; }
}