-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (65 loc) · 1.33 KB
/
style.css
File metadata and controls
80 lines (65 loc) · 1.33 KB
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
/*
Theme Name: Maxwell Custom Blog
Description: >-
Maxwell Child with Custom Blog Navigation
Author: Benson Margulies
Template: maxwell
Version: 1.0.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Control some spacing */
/* Paragraph spacing */
.column-title {
margin-bottom: 0;
margin-top: 0;
}
.subscription-link {
margin-bottom: 5px;
margin-top: 0;
}
/* No thumbnails */
main > article.post > img.attachment-post-thumbnail {
display: none;
}
/* Remove unwanted title collections. */
#photonic-flickr-stream-1 > div.photonic-object-header.photonic-flickr-collection
{
display: none;
}
/* Make titles smaller. */
h2.entry-title > a {
font-size: 20px;
}
/* Homepage2: customize to remove extra page title and blog post titles. */
.page-id-281 .page-title {
display: none;
}
.login-note {
display: block;
font-size: small;
}
#content {
padding: 1em;
}
.entry-content li p {
margin-top: 0;
margin-bottom: .5em;
}
.entry-content li p:first-child {
margin-top: .5em;
margin-bottom: .5em;
}
#content {
padding: 0;
}
#post-281 ul.wp-block-latest-posts > li {
border-bottom: 1px solid black;
margin-bottom: .5em;
}
p.column-title {
margin-bottom: 0px;
}
#photonic-flickr-stream-1 {
margin-top: 0;
}