From 84df643d7f36794a71f522711d7cf7ff29c654a4 Mon Sep 17 00:00:00 2001 From: Stian Lund Date: Fri, 16 Aug 2024 13:19:41 +0200 Subject: [PATCH] update theme --- archives.php | 6 +++--- header.php | 2 +- style.css | 8 +++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/archives.php b/archives.php index 065f6ec..c48e15a 100755 --- a/archives.php +++ b/archives.php @@ -10,18 +10,18 @@ Template Name: Archives

- +
By Month By Subject
-
    'monthly','format' => 'custom','after' => ' – ')); ?>
+ 'monthly','format' => '','after' => ' ')); ?>
-
+
    '') ); ?>
diff --git a/header.php b/header.php index 13ad901..858f38c 100755 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ * * @package wp386 */ - ?> +?> > diff --git a/style.css b/style.css index 7ac7d95..ada09b2 100755 --- a/style.css +++ b/style.css @@ -29,6 +29,7 @@ article.comment-body{margin:20px 0;} article.post.sticky .page-header,article.post.sticky{background-color:#0A0;margin:30px 0;} article.post{-ms-word-wrap:break-word;word-wrap:break-word;} blockquote p, blockquote div {color:white;} +body {color:#cccccc;} body.admin-bar .navbar-fixed-top{top:30px;} body.admin-bar .sidebar-outer{margin-top:70px;} body.admin-bar.mp6 .navbar-fixed-top{top:32px;} @@ -36,15 +37,14 @@ body.admin-bar.mp6 .sidebar-outer{margin-top:60px;} embed,iframe,object{max-width:100%;} form input.search-field {border: inset;box-shadow: 3px 3px black;} form input.search-submit {border: outset;background: #bbb;} -footer.entry-meta{display:block;clear:both;padding:5px 0 5px;border-top:2px solid #bbbbbb;} +footer.entry-meta{display:block;clear:both;padding:5px 0 5px;border-top:2px solid #cccccc;} footer.site-footer{margin-bottom:5px;} img{-webkit-filter:unset;-moz-filter:unset;-ms-filter:unset;-o-filter:unset;filter:unset;} label{display:inline;} -li.menu-item {padding-left:0;} pre{color:lime;background-color:#002100;padding:10px;width:95%;box-shadow:5px 5px black;margin:1em auto;background-image:url("/img/crt-lines.png");} table{width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;} table th{color:white;text-align:left;} -ul{list-style: none;} +table.archives span:last-of-type{display:none;} #today{text-decoration:underline;} #site-description{clear:left;} #site-description pre {all:unset;} @@ -55,6 +55,7 @@ ul{list-style: none;} .border-box,.widget_search input.search-field,.sidebar-container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .byline,.updated{display:none;} .bypostauthor{display:initial;} +.categories ul {list-style:none;} .clear:before,.clear:after{content:'';display:table;clear:both;} .comments-area{margin:30px 0 0;clear:both;} .comment-content a{word-wrap:break-word;} @@ -121,6 +122,7 @@ ul{list-style: none;} .theme-blackonwhite strong,.theme-blackonwhite em{color:black;} .theme-blackonwhite{background-color:white;color:black;} .video-player{margin-bottom:0.5em;} +.widget li{padding-left:0;list-style-type:none;} .widget select{max-width:100%;} .widget_search .search-submit{display:none;} .widget_search input.search-field{width:100%;height:24px;}