From 4c3305965e6394e9d8f01a880a00271bec660274 Mon Sep 17 00:00:00 2001 From: danpros Date: Sun, 25 Feb 2024 21:02:09 +0700 Subject: [PATCH] Styling --- themes/blog/css/styles.css | 9 +++++---- themes/clean/css/style.css | 9 +++++---- themes/logs/css/style.css | 9 +++++---- themes/readable/css/style.css | 9 +++++---- themes/twentyfifteen/css/style.css | 5 ++--- themes/twentyfifteen/css/style_v2.css | 5 ++--- themes/twentyfifteen/main.html.php | 2 +- themes/twentyfifteen/post.html.php | 2 +- themes/twentysixteen/css/style.css | 5 ++--- 9 files changed, 28 insertions(+), 27 deletions(-) diff --git a/themes/blog/css/styles.css b/themes/blog/css/styles.css index b671b9c..02a760e 100644 --- a/themes/blog/css/styles.css +++ b/themes/blog/css/styles.css @@ -631,8 +631,9 @@ ul.month { } #more { - display:block; - height:2rem; - margin-top:-2rem; - content:"" + display:block; + height:1rem; + margin-top:-1rem; + box-shadow: none; + border: none; } \ No newline at end of file diff --git a/themes/clean/css/style.css b/themes/clean/css/style.css index b2c84ff..bd0afb0 100644 --- a/themes/clean/css/style.css +++ b/themes/clean/css/style.css @@ -952,8 +952,9 @@ ul.archivegroup { } #more { - display:block; - height:2rem; - margin-top:-2rem; - content:"" + display:block; + height:1rem; + margin-top:-1rem; + box-shadow: none; + border: none; } \ No newline at end of file diff --git a/themes/logs/css/style.css b/themes/logs/css/style.css index f33fa7f..70c0415 100644 --- a/themes/logs/css/style.css +++ b/themes/logs/css/style.css @@ -982,8 +982,9 @@ ul.archivegroup { } #more { - display:block; - height:2rem; - margin-top:-2rem; - content:"" + display:block; + height:1rem; + margin-top:-1rem; + box-shadow: none; + border: none; } \ No newline at end of file diff --git a/themes/readable/css/style.css b/themes/readable/css/style.css index 5256acd..9d672e8 100644 --- a/themes/readable/css/style.css +++ b/themes/readable/css/style.css @@ -1033,8 +1033,9 @@ ul.archivegroup { } #more { - display:block; - height:2rem; - margin-top:-2rem; - content:"" + display:block; + height:1rem; + margin-top:-1rem; + box-shadow: none; + border: none; } \ No newline at end of file diff --git a/themes/twentyfifteen/css/style.css b/themes/twentyfifteen/css/style.css index c46f895..0d05950 100644 --- a/themes/twentyfifteen/css/style.css +++ b/themes/twentyfifteen/css/style.css @@ -6143,7 +6143,6 @@ ul.month { #more { display:block; - height:2rem; - margin-top:-2rem; - content:"" + box-shadow: none; + border: none; } \ No newline at end of file diff --git a/themes/twentyfifteen/css/style_v2.css b/themes/twentyfifteen/css/style_v2.css index 141a21e..876a59a 100644 --- a/themes/twentyfifteen/css/style_v2.css +++ b/themes/twentyfifteen/css/style_v2.css @@ -6150,7 +6150,6 @@ ul.month { #more { display:block; - height:2rem; - margin-top:-2rem; - content:"" + box-shadow: none; + border: none; } \ No newline at end of file diff --git a/themes/twentyfifteen/main.html.php b/themes/twentyfifteen/main.html.php index 6e2735c..3249b6e 100644 --- a/themes/twentyfifteen/main.html.php +++ b/themes/twentyfifteen/main.html.php @@ -34,7 +34,7 @@
image)):?>
- <?php echo $p->title; ?> + <?php echo $p->title; ?>
audio)):?> diff --git a/themes/twentyfifteen/post.html.php b/themes/twentyfifteen/post.html.php index f5a2053..9b77769 100644 --- a/themes/twentyfifteen/post.html.php +++ b/themes/twentyfifteen/post.html.php @@ -2,7 +2,7 @@
image)):?>
- <?php echo $p->title; ?> + <?php echo $p->title; ?>
audio)):?> diff --git a/themes/twentysixteen/css/style.css b/themes/twentysixteen/css/style.css index 230e15c..a28fd49 100644 --- a/themes/twentysixteen/css/style.css +++ b/themes/twentysixteen/css/style.css @@ -4069,7 +4069,6 @@ ul.month { #more { display:block; - height:2rem; - margin-top:-2rem; - content:"" + box-shadow: none; + border: none; } \ No newline at end of file