From 2cc939b80007a183fe09f94b5d82d8befbba87f5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Jun 2023 01:54:36 +0200 Subject: [PATCH] made fonts bit larger --- res/column.css | 6 +++--- res/common.css | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/res/column.css b/res/column.css index 96e3bd2..2ef28cd 100644 --- a/res/column.css +++ b/res/column.css @@ -11,8 +11,8 @@ Module: style.css float: left; width: 21% !important; width: 18%; - font-size: 80% !important; - font-size: 75%; + font-size: 85% !important; + font-size: 80%; margin: 0 0 15px 15px; padding: 10px; } @@ -25,7 +25,7 @@ Module: style.css border-top: 5px solid #2D2D2D; } -#column ul li, #column p { font-size: 12px } +#column ul li, #column p { font-size: 14px } #column div { margin: 0 } #column div, #column ul { background: #393939 } diff --git a/res/common.css b/res/common.css index f79503b..35063d8 100644 --- a/res/common.css +++ b/res/common.css @@ -7,7 +7,7 @@ Module: common.css /* ===== GENERAL (redefinition HTML tag) ===== */ html { - font-size: 13px; + font-size: 14px; font-family: Tahoma, 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif; margin: 0; padding: 0 @@ -120,8 +120,8 @@ h6 { font-size: 0.9em } /* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */ #body-container { text-align: left; - width: 72% !important; - width: 72%; /* fix for I.E. */ + width: 80% !important; + width: 80%; /* fix for I.E. */ margin: 0 auto 10px auto; padding: 5px; background-color: #2D2D2D; @@ -164,8 +164,8 @@ h6 { font-size: 0.9em } overflow: hidden; display: inline-block; position: relative; - width: 67% !important; - width: 65%; + width: 70% !important; + width: 70%; font-size: 100%; margin: 0 0.5em 0 1.2em; } @@ -230,7 +230,7 @@ ol li, ul li { padding-bottom: 0.9em } height:1%; /* i.e. hack*/ } -.entry p { font-size: 13px } +.entry p { font-size: 16px } #main .entrytitle { font-family: Candara, 'Cataneo BT', 'book antiqua', georgia, garamond, times, 'times new roman';