diff --git a/OsmAnd/assets/article_style.css b/OsmAnd/assets/article_style.css index ede9a5203b..0d2417a8db 100644 --- a/OsmAnd/assets/article_style.css +++ b/OsmAnd/assets/article_style.css @@ -21,11 +21,23 @@ body { .title-image { width: 100%; - height: 20%; + height: 30%; background: center; - background-size: auto 100%; + background-size: 100%; + background-size:cover; background-repeat: no-repeat; - background-color: yellow; + background-color: #f2f2f2; +} + +h1 { + font-size: 3em; + color: #212121; + font-family: serif; + font-weight: bold; + letter-spacing: 0.03em; + word-wrap: break-word; + padding-top: 5%; + } h2 { @@ -53,10 +65,11 @@ p { ul { /* font-size: 1.1em; */ - line-height: 1.6em; - padding-top: 3%; - padding-bottom: 3%; list-style-type: disc; + line-height: 1.6em; + margin-left: 5%; + padding: 0%; + } li { @@ -65,6 +78,17 @@ li { padding-bottom: 1%; } +.toc { + font-size: 1.1em; +} + +.mw-headline { + font-family: sans-serif; + font-size: 1.1em; + line-height: 1.6em; + font-weight: bold; +} + img { width: 100%; }