117904b69d
* Max-width to limit number of characters per line * Changed background colors (page, cards, buttons) * Reduced header size
514 lines
7.3 KiB
CSS
514 lines
7.3 KiB
CSS
@import url('/static/fonts/Route159/Route159.css');
|
|
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
|
|
|
|
/*
|
|
* == Global ==
|
|
*/
|
|
|
|
html, body
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #F4F4F4;
|
|
color: #242424;
|
|
font-family: "Route159", serif;
|
|
}
|
|
|
|
a, a:visited
|
|
{
|
|
color: #7765E3;
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
|
|
/*
|
|
* == Header ==
|
|
*/
|
|
|
|
header
|
|
{
|
|
display: flex;
|
|
align-content: center;
|
|
justify-content: space-between;
|
|
padding: 4em 2em 2em;
|
|
}
|
|
|
|
header #menu
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
header nav
|
|
{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
header nav a
|
|
{
|
|
display: block;
|
|
margin: 0 2em;
|
|
font-size: 1em;
|
|
}
|
|
header nav a.title
|
|
{
|
|
margin: 0 0 0 -1em;
|
|
padding: 0;
|
|
width: calc(20vw);
|
|
font-size: 1.75em;
|
|
border-right: solid #7765E3 0.1em;
|
|
text-align: center;
|
|
}
|
|
|
|
/*
|
|
* == Main ==
|
|
*/
|
|
|
|
body > main > *
|
|
{
|
|
padding: 0 20%;
|
|
}
|
|
|
|
main h1
|
|
{
|
|
font-family: "Route159";
|
|
font-size: 2.5em;
|
|
font-weight: 300;
|
|
}
|
|
main h1.article
|
|
{
|
|
max-width: 40rem;
|
|
margin: 1em auto 0.5em;
|
|
font-family: "Playfair Display", serif;
|
|
font-size: 2.5em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
main h2
|
|
{
|
|
font-family: "Route159";
|
|
font-size: 1.75em;
|
|
font-weight: 300;
|
|
}
|
|
|
|
/*
|
|
* == Article ==
|
|
*/
|
|
|
|
/* Author */
|
|
|
|
main .article-info
|
|
{
|
|
max-width: 40rem;
|
|
margin: 0 auto 3em;
|
|
font-size: 0.95em;
|
|
font-weight: 400;
|
|
}
|
|
main .article-info .author
|
|
{ font-weight: 600; }
|
|
main .article-info .author a
|
|
{ font-weight: 600; }
|
|
|
|
/* Article */
|
|
|
|
main article
|
|
{
|
|
max-width: 40rem;
|
|
margin: auto;
|
|
font-family: "Lora", serif;
|
|
font-size: 1.2em;
|
|
line-height: 1.7em;
|
|
text-align: justify;
|
|
}
|
|
|
|
/* Article.Meta */
|
|
|
|
main .article-meta
|
|
{
|
|
padding: 0;
|
|
font-size: 1.1em;
|
|
}
|
|
main .article-meta > *
|
|
{ margin: 0 20%; }
|
|
|
|
main .article-meta > p
|
|
{
|
|
margin: 2em 20%;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
/* ~ Likes ~ */
|
|
|
|
main .article-meta .likes p,
|
|
main .article-meta .reshares p
|
|
{ display: inline-block; margin: 0; }
|
|
|
|
/* Like / Reshare button */
|
|
|
|
main .article-meta .likes,
|
|
main .article-meta .reshares
|
|
{
|
|
padding: 0.5em 0;
|
|
}
|
|
|
|
main .article-meta .likes a.button:before
|
|
{
|
|
content: "";
|
|
margin-right: 0.5em;
|
|
color: #E92F2F;
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 400;
|
|
}
|
|
main .article-meta .reshares a.button:before
|
|
{
|
|
content: "";
|
|
margin-right: 0.5em;
|
|
color: #7765E3;
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 600;
|
|
}
|
|
main .article-meta .likes a.button.liked:before,
|
|
main .article-meta .reshares a.button.reshared:before
|
|
{ font-weight: 900; }
|
|
main .article-meta .likes a.button,
|
|
main .article-meta .reshares a.button
|
|
{
|
|
display: inline-block;
|
|
margin: 0 1em;
|
|
padding: 0;
|
|
background: none;
|
|
color: #242424;
|
|
border: none;
|
|
}
|
|
main .article-meta .likes a.button:hover,
|
|
main .article-meta .likes a.button.liked
|
|
{ color: #E92F2F; }
|
|
main .article-meta .reshares a.button:hover,
|
|
main .article-meta .reshares a.button.reshared
|
|
{ color: #7765E3; }
|
|
|
|
/* ~ Comments ~ */
|
|
|
|
main .article-meta .comments
|
|
{ margin: 0; }
|
|
main .article-meta .comments > *
|
|
{ margin-left: 20%; margin-right: 20%; }
|
|
|
|
.comments h2
|
|
{
|
|
color: #7765E3;
|
|
font-size: 1.5em;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* Comment / Respond button */
|
|
|
|
main .article-meta .comments a.button:before
|
|
{
|
|
content: "";
|
|
margin-right: 0.5em;
|
|
color: #7765E3;
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 400;
|
|
}
|
|
main .article-meta .comments a.button.liked:before
|
|
{ font-weight: 900; }
|
|
main .article-meta .comments a.button
|
|
{
|
|
display: inline-block;
|
|
padding: 0;
|
|
background: none;
|
|
color: #242424;
|
|
border: none;
|
|
}
|
|
main .article-meta .comments a.button:hover
|
|
{ color: #7765E3; }
|
|
|
|
/* Comment button only */
|
|
main .article-meta .comments > a.button
|
|
{ margin-bottom: 1em; }
|
|
|
|
/* == List == */
|
|
|
|
main .article-meta .comments .list
|
|
{
|
|
display: grid;
|
|
margin: 0;
|
|
}
|
|
|
|
/* ~ Comment ~ */
|
|
|
|
.comments .list .comment
|
|
{
|
|
background: #ECECEC;
|
|
padding: 2em 20%;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.comments .list .comment .author
|
|
{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
align-content: center;
|
|
}
|
|
|
|
.comments .list .comment .author .display-name
|
|
{
|
|
transition: color 0.1s ease-in;
|
|
color: #242424;
|
|
}
|
|
.comments .list .comment .author:hover .display-name
|
|
{ color: #7765E3; }
|
|
|
|
.comments .list .comment .author .username
|
|
{
|
|
transition: color 0.1s ease-in;
|
|
margin-left: 1em;
|
|
color: #777777;
|
|
font-size: 0.9em;
|
|
}
|
|
.comments .list .comment .author:hover .username
|
|
{ color: #444444; }
|
|
|
|
.comments .list .comment .text
|
|
{
|
|
padding: 1.25em 0;
|
|
font-family: "Lora", serif;
|
|
font-size: 1.1em;
|
|
line-height: 1.4em;
|
|
text-align: left;
|
|
}
|
|
|
|
/*
|
|
* == Form ==
|
|
*/
|
|
|
|
label
|
|
{
|
|
display: block;
|
|
margin: 1em 0;
|
|
}
|
|
input
|
|
{
|
|
transition: all 0.1s ease-in;
|
|
display: block;
|
|
width: 100%;
|
|
margin: auto;
|
|
padding: 0.5em;
|
|
box-sizing: border-box;
|
|
|
|
background: #F4F4F4;
|
|
color: #242424;
|
|
border: none;
|
|
border-bottom: solid #DADADA 2px;
|
|
}
|
|
input[type="submit"]
|
|
{ margin: 2em auto; }
|
|
input:focus
|
|
{
|
|
background: #FAFAFA;
|
|
border-bottom-color: #7765E3;
|
|
}
|
|
|
|
textarea
|
|
{
|
|
display: block;
|
|
width: 100%;
|
|
min-height: 4em;
|
|
margin: auto;
|
|
padding: 1em;
|
|
box-sizing: border-box;
|
|
|
|
background: #F4F4F4;
|
|
color: #242424;
|
|
border: none;
|
|
resize: vertical;
|
|
|
|
font-family: "Lora", serif;
|
|
font-size: 1.1em;
|
|
line-height: 1.5em;
|
|
text-align: justify;
|
|
}
|
|
|
|
/* Button & Submit */
|
|
|
|
.button, input[type="submit"]
|
|
{
|
|
transition: all 0.1s ease-in;
|
|
display: inline-block;
|
|
|
|
border-radius: 0.5em;
|
|
margin: 0.5em 0;
|
|
padding: 0.75em 1em;
|
|
|
|
background: transparent;
|
|
color: #7765E3;
|
|
border: 1px solid #7765E3;
|
|
|
|
cursor: pointer;
|
|
}
|
|
.button:hover, input[type="submit"]:hover
|
|
{
|
|
background: #7765E399;
|
|
color: white;
|
|
}
|
|
|
|
/*
|
|
* == New post ==
|
|
*/
|
|
|
|
form.new-post .title
|
|
{
|
|
padding: 0.75em 0;
|
|
|
|
background: none;
|
|
border: none;
|
|
|
|
font-family: "Playfair Display", serif;
|
|
font-size: 2em;
|
|
}
|
|
form.new-post textarea
|
|
{
|
|
min-height: 8em;
|
|
padding: 0;
|
|
background: none;
|
|
}
|
|
form.new-post input[type="submit"]
|
|
{
|
|
display: block;
|
|
margin: 1em auto;
|
|
width: 60%;
|
|
|
|
background: #DADADA;
|
|
color: #242424;
|
|
border: none;
|
|
|
|
font-family: "Playfair Display", serif;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
/*
|
|
* == User ==
|
|
*/
|
|
|
|
.user h1
|
|
{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-bottom: 0;
|
|
}
|
|
.badge
|
|
{
|
|
margin-left: 1em;
|
|
padding: 0.35em 1em;
|
|
|
|
background: #F4F4F4;
|
|
color: #7765E3;
|
|
border: 1px solid #7765E3;
|
|
border-radius: 1em;
|
|
|
|
font-size: 1rem;
|
|
}
|
|
|
|
/*
|
|
* == Blog index ==
|
|
*/
|
|
|
|
.cards
|
|
{
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
.card
|
|
{
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
min-width: 17.5em;
|
|
min-height: 17.5em;
|
|
margin: 1em;
|
|
padding: 1em;
|
|
box-sizing: border-box;
|
|
|
|
background: #E3E3E3;
|
|
}
|
|
.list .card
|
|
{ min-height: 0; }
|
|
|
|
/* ~ Card content ~ */
|
|
|
|
/* Title */
|
|
|
|
.card h3
|
|
{
|
|
margin: 0.75em 0;
|
|
font-family: "Playfair Display", serif;
|
|
font-size: 1.75em;
|
|
font-weight: normal;
|
|
}
|
|
.card h3 a
|
|
{ transition: color 0.1s ease-in; color: #242424; }
|
|
.card h3 a:hover
|
|
{ color: #7765E3; }
|
|
|
|
/* Content */
|
|
|
|
.card main
|
|
{
|
|
flex: 1;
|
|
|
|
font-family: "Lora", serif;
|
|
font-size: 1em;
|
|
line-height: 1.25em;
|
|
text-align: left;
|
|
}
|
|
|
|
/* ================= *
|
|
* Small Screens *
|
|
* ================= */
|
|
|
|
@media screen and (max-width: 500px)
|
|
{
|
|
header
|
|
{
|
|
padding: 1em;
|
|
flex-direction: column;
|
|
}
|
|
|
|
header #menu
|
|
{
|
|
display: flex;
|
|
}
|
|
|
|
header > nav
|
|
{
|
|
display: none;
|
|
text-align: center;
|
|
}
|
|
header nav a, header nav a.title
|
|
{ padding: 0.5em; }
|
|
header nav a.title
|
|
{
|
|
width: 100vw;
|
|
margin: 0;
|
|
border: none;
|
|
font-size: 1.75em;
|
|
}
|
|
|
|
header:focus-within > nav
|
|
{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.card
|
|
{
|
|
min-width: 80%;
|
|
min-height: 80%;
|
|
}
|
|
}
|