OsmAnd/OsmAnd/assets/article_style.css
Dmitriy Prodchenko 49c09054b4 Update Article CSS
2018-04-04 10:31:20 +03:00

104 lines
1.7 KiB
CSS

body {
max-width: 100% !important;
margin-top: 0%;
margin-bottom: 0%;
margin-left: 0%;
margin-right: 0%;
font-size: 1em;
}
.main {
max-width: 100% !important;
/* overflow-x: hidden; hide scroll bar */
display: block;
margin-top: 7%;
margin-bottom: 0;
margin-left: 7%;
margin-right: 7%;
background-color: white;
font-family: sans-serif;
}
.title-image {
width: 100%;
height: 20%;
background: center;
background-size: auto 100%;
background-repeat: no-repeat;
background-color: yellow;
}
h2 {
font-size: 2em;
color: #454545;
font-family: serif;
font-weight: bold;
word-wrap: break-word;
padding-top: 5%;
}
h3 {
color: #212121;
font-size: 1.5em;
font-family: sans-serif;
word-wrap: break-word;
padding-top: 5%;
}
p {
font-family: sans-serif;
font-size: 1.1em;
line-height: 1.6em;
}
ul {
/* font-size: 1.1em; */
line-height: 1.6em;
padding-top: 3%;
padding-bottom: 3%;
list-style-type: disc;
}
li {
font-family: sans-serif;
padding-top: 1%;
padding-bottom: 1%;
}
img {
width: 100%;
}
a {
color: #237bff;
text-decoration-color: #a3c8ff;
word-wrap: break-word;
}
external-free {
word-wrap: break-word;
background-color: #black;
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
.thumb-tright, .thumbinner {
width: 100% !important;
}
.thumbnailcaption {
padding-top: 3%;
width: 100%;
font-size: 1.1em;
color: #727272;
font-style: italic;
text-align: center;
}