-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstyle.css
183 lines (158 loc) · 3.64 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
/*
Theme Name: Black Hawk
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Shashwat Mittal <[email protected]>
Author URI: https://shashwatmittal.com/
Description: Black Hawk is a take on Javascript Framework React.js and WordPress REST API to create a working Wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blackhawk
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*Styling for Post List*/
article.post .entry-title{
position: relative;
margin: 5px 0px;
font-size: 26px;
}
article.post .entry-meta{
color: #999;
font-weight: 700;
}
article.post,
article.page{
padding-bottom: 50px;
}
article.post-type p,
article.page-type-page p{
font-size: 17px;
line-height: 27px;
}
article.post-type .entry-title,
article.page-type-page .entry-title{
font-size: 36px;
margin-bottom: 20px;
}
article.post-type div img{
max-width: 100% !important;
height: auto;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
.widget ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget ul li{
text-transform: capitalize;
border-bottom: 1px solid #EEE;
list-style: none;
margin: 0;
padding: 8px 0;
}
.widget.widget_tag_cloud a{
border: 1px solid #ddd;
border-radius: 6px;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
float: left;
font-size: 12px !important; /* !important to overwrite inline styles */
margin: 4px 4px 0 0 !important;
padding: 4px 10px 5px !important;
position: relative;
-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
width: auto;
word-wrap: break-word;
z-index: 0;
}
.page-numbers{
padding: 5px 0;
}
.pagination{
position: relative;
min-width: 100%;
}
.widgettitle{
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
}
.site-footer {
background: #EEE;
margin-top: 20px;
padding: 20px 0 20px 0;
-webkit-border-radius: 3px;
border-radius: 3px;
}
img {
max-width:100%;
height: auto;
}
.authorName{
text-transform: uppercase;
}
.categories ul li{
padding: 10px 0;
font-size: 30px;
}
.categories ul{
list-style: none;
padding: 0;
text-transform: capitalize;
}
.categories .entry-title{
font-weight: bold;
}
.tags ul li{
padding: 10px 0;
font-size: 30px;
}
.tags ul{
list-style: none;
padding: 0;
text-transform: capitalize;
}
.tags .entry-title{
font-weight: bold;
}
.footer-link{
padding: 0 8px;
}
.site-map{
padding: 4px 0;
}
.error-page-title{
font-size: 60px;
}