aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 03:21:56 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 03:22:04 +0200
commitfc760d009991b30897982dc24487dd7c94162943 (patch)
tree1e86c311274ee6f56fdc003dce243cf6d7c7d085 /static
parenta277d5d8d2f89b1e117b1154f148e85db846cbcb (diff)
downloadhaunt-blog-fc760d009991b30897982dc24487dd7c94162943.tar.gz
haunt-blog-fc760d009991b30897982dc24487dd7c94162943.tar.bz2
haunt-blog-fc760d009991b30897982dc24487dd7c94162943.zip
twentyeleven CSS: remove CSS for printing.
So far printing was not tested, so it might be better to remove CSS made for WordPress that doesn't necessarily still work. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'static')
-rw-r--r--static/twentyeleven-style-20231107.css165
1 files changed, 0 insertions, 165 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css
index 4a0a168..42cffb2 100644
--- a/static/twentyeleven-style-20231107.css
+++ b/static/twentyeleven-style-20231107.css
@@ -2425,171 +2425,6 @@ a.comment-reply-link > span {
}
}
-
-/* =Print
------------------------------------------------ */
-
-@media print {
- body {
- background: none !important;
- font-size: 10pt;
- }
- footer.entry-meta a[rel=bookmark]:link:after,
- footer.entry-meta a[rel=bookmark]:visited:after {
- content: " [" attr(href) "] "; /* Show URLs */
- }
- #page {
- clear: both !important;
- display: block !important;
- float: none !important;
- max-width: 100%;
- position: relative !important;
- }
- #branding {
- border-top: none !important;
- padding: 0;
- }
- #branding hgroup {
- margin: 0;
- }
- #site-title a {
- font-size: 21pt;
- }
- #site-description {
- font-size: 10pt;
- }
- #branding img {
- display: none;
- }
- #access {
- display: none;
- }
- #main {
- border-top: none;
- box-shadow: none;
- }
- #primary {
- float: left;
- margin: 0;
- width: 100%;
- }
- #content {
- margin: 0;
- width: auto;
- }
- .singular #content {
- margin: 0;
- width: 100%;
- }
- .singular .entry-header .entry-meta {
- position: static;
- }
- .entry-meta .edit-link a {
- display: none;
- }
- #content nav {
- display: none;
- }
- .singular .entry-header,
- .singular .entry-content,
- .singular footer.entry-meta,
- .singular #comments-title {
- margin: 0;
- width: 100%;
- }
- .singular .hentry {
- padding: 0;
- }
- .entry-title,
- .singular .entry-title {
- font-size: 21pt;
- }
- .entry-meta {
- font-size: 10pt;
- }
- .entry-header .comments-link {
- display: none;
- }
- .page-link {
- display: none;
- }
- .singular #author-info {
- background: none;
- border-bottom: none;
- border-top: none;
- margin: 2.2em 0 0;
- padding: 0;
- }
- #respond {
- display: none;
- }
- .widget-area {
- display: none;
- }
- #colophon {
- display: none;
- }
-
- /* Comments */
- .commentlist > li.comment {
- background: none;
- border: 1px solid #ddd;
- -moz-border-radius: 3px 3px 3px 3px;
- border-radius: 3px 3px 3px 3px;
- margin: 0 auto 1.625em;
- padding: 1.625em;
- position: relative;
- width: auto;
- }
- .commentlist .avatar {
- height: 39px;
- left: 2.2em;
- top: 2.2em;
- width: 39px;
- }
- .commentlist li.comment .comment-meta {
- line-height: 1.625em;
- margin-left: 50px;
- }
- .commentlist li.comment .fn {
- display: block;
- }
- .commentlist li.comment .comment-content {
- margin: 1.625em 0 0;
- }
- .commentlist .comment-edit-link {
- display: none;
- }
- .commentlist > li::before,
- .commentlist > li.bypostauthor::before {
- content: '';
- }
- .commentlist .reply {
- display: none;
- }
-
- /* Post author highlighting */
- .commentlist > li.bypostauthor {
- color: #444;
- }
- .commentlist > li.bypostauthor .comment-meta {
- color: #666;
- }
- .commentlist > li.bypostauthor:before {
- content: none;
- }
-
- /* Post Author threaded comments */
- .commentlist .children > li.bypostauthor {
- background: #fff;
- border-color: #ddd;
- }
- .commentlist .children > li.bypostauthor > article,
- .commentlist .children > li.bypostauthor > article .comment-meta {
- color: #666;
- }
-}
-
/* Shell commands
----------------------------------------------- */