-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-1-nano.css
182 lines (133 loc) · 3.03 KB
/
style-1-nano.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
/* For smallest Devices, like Smartphones */
/* Contains mostly Widths and other Size,
* as general, global Aspects of the Layout are
* handeld within the style.css
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body, textarea {
font-size:16px;
}
/*--------------------------------------------------------------
# Genral Layout
--------------------------------------------------------------*/
.site-content {
margin-left:20px;
margin-right:20px;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
text-align: center;
}
hr:before{
top: -10px;
left: 42%;
}
/*--------------------------------------------------------------
# Teasers
--------------------------------------------------------------*/
.teaser-big {
margin-bottom:3em;
}
.teaser h2 {
margin-bottom:0.5em;
font-size:20px;
}
.teaser .thumbnail {
float:right;
margin-left: 20px;
max-width:37%;
}
.teaser time {
display:none;
}
.teaser .entry-date {
display:inline;
}
.teaser .thumbnail img{
border:1px solid gray;
}
.teaser .entry-meta-item {
display:none;
}
/*--------------------------------------------------------------
# Teaser Big
--------------------------------------------------------------*/
.teaser-big .teaser-text {
min-height:100px;
}
/*--------------------------------------------------------------
# Teaser Big
--------------------------------------------------------------*/
.teaser-illustrated .thumbnail {
max-width:100%;
}
/*--------------------------------------------------------------
# Singulars
--------------------------------------------------------------*/
.singular .byline {
margin-bottom: 1em;
}
.singular .entry-title{
max-width: 17.8em;
margin-left:auto;
margin-right:auto;
}
.singular .content-full .entry-content{
max-width: 26.5em;
margin:auto;
}
.single-format-image .content-full .entry-content {
max-width: 100%;
margin-left:0px;
}
.singular .comment-list {
max-width: 26.5em;
margin:auto;
padding-left:0px;
}
.singular .content-full .entry-content h2,
.singular .content-full .entry-content h3,
.singular .content-full .entry-content h4,
.singular .content-full .entry-content h5 {
margin-top: 4em;
}
.singular .content-full .entry-content h3 {
font-size: 140%;
}
.singular .content-full .entry-content h4 {
font-size: 130%;
}
/*--------------------------------------------------------------
# Repeating Visual Patterns
--------------------------------------------------------------*/
.pause {
margin-top: 5em !important;
}
/*--------------------------------------------------------------
# Mosaic
--------------------------------------------------------------*/
.mosaic {
max-width: 346px;
text-align: center;
margin:auto;
}
.mosaic > * {
width:45%;
height:auto;
overflow:hidden;
display:block;
float:left;
margin-right:20px;
margin-bottom:20px;
}
.mosaic > *:nth-child(2n+2) {
margin-right:0px;
}
.mosaic img {
}
.teaser-mosaic img {
border:1px solid #808080;
max-width:98%;
}