-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
142 lines (114 loc) · 2.22 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
/*
Theme Name: Padhang-child
Theme URI: http://local:8080/wordpress
Author: Brian Santero
Author URI: http://www.duckchase.com/
Template: padhang
Description: Child theme of "Padhang" by Rizqy Hidayat (http://blog.hirizh.name/padhang/)
Version: 0.1
License: GNU General Public License
Domain Path: /languages/
Tags: light, white, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Padhang WordPress Theme, Copyright (C) 2014 Rizqy Hidayat.
Padhang is licensed under the GPL. Use it to make something cool, have fun, and share with others.
Padhang is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
@import url("../padhang/style.css");
@import url("_fonts/genericons.css");
.site-header {
position: relative;
}
.site-header,
.site-content,
.site-footer {
width: 100% !important;
}
.bannerimage {
width: 100%;
}
.banner {
margin-bottom: -8px;
max-height: 500px;
overflow: hidden;
position: relative;
}
.site-branding {
width: 100%;
position: absolute;
padding: 0 0 0 0;
top: 17rem;
}
.site-branding h1,
.site-branding h2 {
display: table;
color: white;
background: rgba(30,30,30,.87);
}
.site-branding h1 {
font-size: 2.5rem;
}
.site-branding h2 {
font-size: 1.3rem;
}
.site-branding .site-title,
.site-branding .site-description {
text-align: left;
margin: 0;
}
.nav-square {
width: 50%;
}
.navisquares a {
border: none;
opacity: .8;
}
.navisquares a:hover {
opacity: 1;
}
a > .nav-square,
a.nav-square-caption {
display: inline-block;
padding: 0;
}
a.nav-square-caption {
margin-top: -1em;
}
.genericon {
font-size: inherit;
clear: right;
}
.content-area,
.widget-area {
width: 95% !important;
margin: 0 auto 0;
padding: 0;
}
.Table {
display: table;
width: 100%;
}
.Row {
display: table-row;
width: 100%;
}
.Cell {
width:33%;
text-align: center;
display: table-cell;
}
@media only screen and (min-width : 480px) {
.site-branding h1 {
font-size: 3.7rem;
}
.site-branding h2 {
font-size: 1.85rem;
}
}
@media only screen and (min-width : 768px) {
.site-branding h1 {
font-size: 5rem;
}
.site-branding h2 {
font-size: 2.55rem;
}
}