From 787b2f9931b94fa8fb0a086bf3252a195ddcdc98 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 17 Jun 2024 16:28:25 +0200 Subject: [PATCH] Update stylesheet for code and images --- themes/exectos/static/css/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/themes/exectos/static/css/style.css b/themes/exectos/static/css/style.css index 567e29c..6ca3b81 100644 --- a/themes/exectos/static/css/style.css +++ b/themes/exectos/static/css/style.css @@ -80,6 +80,21 @@ img { vertical-align : middle; } +pre { + background-color : #3C3C3C; + border-color : #3D3D3D; + border-radius : 4px; + color : #ECECEC; + display : block; + font-size : 13px; + line-height : 1.42857143; + margin : 0 0 10px; + overflow : auto; + padding : 9.5px; + word-break : break-all; + word-wrap : break-word; +} + .content { font-size : 14px; margin-left : 30%; @@ -87,6 +102,14 @@ img { margin-top : 1.5em; } +.content img { + border : 0px; + display : block; + margin : auto; + vertical-align : middle; + text-align : center; +} + .content li { list-style-type : square; }