From 31cdf6303b319edf6e9630fc6179b68c75c13de9 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 20 Jun 2023 02:15:41 +0200 Subject: [PATCH] color changed for pre and blockquote --- res/common.css | 16 ++++++++++++++-- static.tpl | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/res/common.css b/res/common.css index 307890c..77c0569 100644 --- a/res/common.css +++ b/res/common.css @@ -37,7 +37,8 @@ blockquote { margin: 1em 1em; padding: 0 10px; /*border-left: 10px solid white;*/ - border-left: 10px solid #444444; + border-left: 10px solid #daaa55; + background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1)); } pre, code { @@ -53,12 +54,17 @@ pre { /* background-color: #a8a8a8;*/ /*border-bottom: 1px solid #555;*/ border: 1px solid #555; - background-color: #444444; + /*background-color: #444444;*/ + + /* ubuntu terminal background color */ + background: #380c2a; color: #CCCCCC; overflow: auto; width: 90%; margin: 1em 1em; padding: 5px 10px; + border-radius: 5px; + box-shadow: 3px 3px 6px black; } ul, li, ol { margin: 0; padding: 0 } @@ -273,6 +279,12 @@ ol li, ul li { padding-bottom: 0.9em } .entry p { font-size: 16px } +.entry-title { + /*color: #26a269;*/ + /* ubuntu color background term color: #380c2a; */ + color: #daaa55; +} + #main .entrytitle { font-family: Candara, 'Cataneo BT', 'book antiqua', georgia, garamond, times, 'times new roman'; margin: 0; diff --git a/static.tpl b/static.tpl index c45c6ba..fe69df7 100644 --- a/static.tpl +++ b/static.tpl @@ -3,7 +3,7 @@ {static_block} {static}
-

{$subject}

+

{$subject}

Published by {$author} on {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}

{$content|tag:the_content}