-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
120 lines (104 loc) · 2.02 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
114
115
116
117
118
119
/*
Theme Name: Knowledge Commons
Theme URI: https://github.com/SocietyforKnowledgeCommons/knowledge-commons-wp
Description: Twenty Fourteen Child Theme for Society For Knowledge Commons
Author: Rishab Arora, Kush Jain
Template: twentyfourteen
Version: 1.0.0
*/
@import url("../twentyfourteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
.site {
max-width: none;
}
.site-header {
max-width: none;
}
@media screen and (min-width: 1008px) {
.site:before {
background-color: inherit;
content: "";
display: inherit;
height: none;
min-height: none;
position: inherit;
width: inherit;
z-index: 0;
}
.site-content,
.site-main .widecolumn {
margin-left: 80px;
}
.full-width .site-content{
margin-right: 80px;
}
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 0;
max-width: none;
}
.active {
background: none repeat scroll 0 0 #16A1E7;
color: #FFFFFF;
font-weight: bold;
}
#sub-nav a{
padding: 22px 5px;
}
#sub-nav {
z-index:2;
margin: 0;
margin-left:-20px;
padding: 0;
border: 0;
vertical-align: baseline;
position:fixed;
top:48px;
width:100%;
}
#sub-nav ul{
background: none repeat scroll 0 0 #F3F3F3;
border-bottom: 5px solid #16A1E7;
border-top: 1px solid #ededed;
display: inline-block !important;
text-align: left;
width: 100%;
}
#sub-nav li{
display: inline;
list-style-type: none;
padding-right: 20px;
text-decoration: none;
border-bottom: 0;
color: #6a6a6a;
line-height: 3.692307692;
padding: 0 20px;
text-transform: uppercase;
white-space: nowrap;
font-size: 100%;
transition: .3s ease 0s;
}
a.child-page {
font-weight:bold;
font-size:25px;
}
.masthead-fixed .site-header {
position: fixed;
top: 0;
}
#secondary{
display: none;
}
.site-logo {
display: block;
float: left;
margin-right: 5px;
}
.header-main .site-title {
clear: none;
}