61 lines
1.1 KiB
CSS
61 lines
1.1 KiB
CSS
main article.text{
|
|
display:block;
|
|
position:relative;
|
|
width:100%;
|
|
flex-grow:1;
|
|
|
|
padding:1rem;
|
|
margin:0;
|
|
|
|
line-height:1.4em;
|
|
font-size:1.2rem;
|
|
color:#c0c0c0;
|
|
|
|
overflow:auto;
|
|
}
|
|
main article.text>h1{
|
|
padding:0.5rem;
|
|
margin:0 0 0.5rem 0;
|
|
|
|
font-size:1.8rem;
|
|
font-weight:bold;
|
|
background-color:#a0a0a0;
|
|
color:#202020;
|
|
}
|
|
main article.text>h2{
|
|
padding:0 0 0.5rem 0.25rem;
|
|
margin:1.5rem 0 0.5rem 0;
|
|
|
|
font-size:1.6rem;
|
|
font-weight:bold;
|
|
border-bottom:2px solid #c0c0c0;
|
|
color:#c0c0c0;
|
|
}
|
|
main article.text>h3{
|
|
padding:0 0 0 0.25rem;
|
|
margin:1.5rem 0 0.5rem 0;
|
|
|
|
font-size:1.5rem;
|
|
font-weight:bold;
|
|
text-decoration:underline;
|
|
color:#b0b0b0;
|
|
}
|
|
main article.text>h4{
|
|
padding:0 0 0 0.25rem;
|
|
margin:1.5rem 0 0.5rem 0;
|
|
|
|
font-size:1.3rem;
|
|
text-decoration:underline;
|
|
color:#a0a0a0;
|
|
}
|
|
main article.text>p{
|
|
padding:0 0.5rem 0 0.5rem;
|
|
}
|
|
main article.text a{
|
|
color:#db758e;
|
|
text-decoration:none;
|
|
}
|
|
main article.text>a:hover{
|
|
text-decoration:underline;
|
|
}
|