diff --git a/style.css b/style.css index d42ca464e..56429f075 100644 --- a/style.css +++ b/style.css @@ -1463,9 +1463,17 @@ label ~ span.required { font-size: 10pt; text-align: left; } - img.header-image { - display: none; - } + #author-avatar, + #colophon, + #respond, + .commentlist .comment-edit-link, + .commentlist .reply, + .entry-header .comments-link, + .entry-meta .edit-link a, + .page-link, + .site-content nav, + .widget-area, + img.header-image, nav.site-navigation { display: none; } @@ -1482,19 +1490,10 @@ label ~ span.required { margin: 0; width: auto; } - .singular .site-content { - margin: 0; - width: 100%; - } .singular .entry-header .entry-meta { position: static; } - .entry-meta .edit-link a { - display: none; - } - .site-content nav { - display: none; - } + .singular .site-content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, @@ -1510,28 +1509,10 @@ label ~ span.required { .entry-meta { font-size: 10pt; } - .entry-header .comments-link { - display: none; - } - .page-link { - display: none; - } - #author-avatar { - display: none; - } #author-description { float: none; width: auto; } - #respond { - display: none; - } - .widget-area { - display: none; - } - #colophon { - display: none; - } /* Comments */ .commentlist > li.comment { @@ -1550,10 +1531,4 @@ label ~ span.required { margin-left: 50px; margin-left: 3.57142857rem; } - .commentlist .comment-edit-link { - display: none; - } - .commentlist .reply { - display: none; - } } \ No newline at end of file