lila/public/stylesheets/blog.css

80 lines
1.3 KiB
CSS

#lichess_blog .blog_title {
display: block;
text-align: center;
font-size: 2.6em;
}
#lichess_blog h1 a {
text-decoration: none;
}
#lichess_blog h1 a.atom {
color: #ff6600;
float: right;
}
#lichess_blog .meta {
text-align: center;
margin: 20px 0;
}
#lichess_blog .meta span {
display:inline-block;
margin-right: 10px;
}
#lichess_blog .illustration {
text-align: center;
}
#lichess_blog .illustration img {
max-height: 300px;
}
#lichess_blog .shortlede {
display: block;
text-align: center;
font-size: 1.4em;
font-weight: normal;
font-style: italic;
margin: 20px 0;
}
#lichess_blog .body {
font-size: 1.4em;
line-height: 1.6;
margin: 20px 0 80px 0;
}
#lichess_blog .body p {
margin: 15px 0;
}
#lichess_blog .body strong {
font-weight: bold;
}
#lichess_blog .body em {
font-style: italic;
}
#lichess_blog ol li {
list-style: decimal inside;
}
#lichess_blog ul li {
list-style: disc inside;
}
#lichess_blog .body h2 {
font-size: 1.4em;
border-bottom: 1px solid #eee;
margin: 35px 0;
}
#lichess_blog .body h3 {
font-size: 1.2em;
font-weight: bold;
margin: 25px 0;
}
#lichess_blog .body img {
padding: 5px;
border: 1px solid #ccc;
}
#lichess_blog .list h1 {
border-bottom: 1px solid #eee;
margin-top: 35px;
}
#lichess_blog .list .meta {
text-align: center;
}
#lichess_blog .list .more {
text-align: center;
}