From fb508189c5f9e7041a2dd64e002bf6c6a4c09075 Mon Sep 17 00:00:00 2001 From: Dmitriy Prodchenko Date: Fri, 30 Mar 2018 14:24:50 +0300 Subject: [PATCH] Update Article CSS --- OsmAnd/assets/article_style.css | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/OsmAnd/assets/article_style.css b/OsmAnd/assets/article_style.css index 3dd842f027..632f7e633e 100644 --- a/OsmAnd/assets/article_style.css +++ b/OsmAnd/assets/article_style.css @@ -4,13 +4,35 @@ body { } h2 { - color: #ff8800; + font-size: 3em; + letter-spacing: 0.05em; + color: #727272; + font-family: serif; +} + +h3 { + font-size: 2em; + font-family: sans-serif; + padding-top: 5%; +} + +p { + font-family: sans-serif; + font-size: 1em; + line-height: 4em; } img { width: 100%; } -thumbcaption { +.thumb-tright, .thumbinner { + width: 100%; +} + +.thumbcaption { + width: 100%; + font-size: 1em; + color: #727272; font-style: italic; -} \ No newline at end of file +}