2018-07-18 13:34:18 +00:00
|
|
|
/* color palette: https://coolors.co/23f0c7-ef767a-7765e3-6457a6-ffe347 */
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
@import url('/static/fonts/Route159/Route159.css');
|
2018-06-19 12:10:28 +00:00
|
|
|
@import url('/static/fonts/Lora/Lora.css');
|
|
|
|
@import url('/static/fonts/Playfair_Display/PlayfairDisplay.css');
|
2018-05-19 14:26:56 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* == Global ==
|
|
|
|
*/
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
html, body {
|
2018-05-19 14:26:56 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2018-06-17 20:07:01 +00:00
|
|
|
background: #F4F4F4;
|
2018-05-19 14:26:56 +00:00
|
|
|
color: #242424;
|
|
|
|
font-family: "Route159", serif;
|
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
a, a:visited {
|
2018-05-19 14:26:56 +00:00
|
|
|
color: #7765E3;
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2018-07-19 10:00:34 +00:00
|
|
|
small {
|
|
|
|
margin-left: 1em;
|
|
|
|
color: #242424;
|
|
|
|
opacity: 0.6;
|
|
|
|
font-size: 0.75em;
|
2018-07-27 12:30:51 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
2018-07-19 10:00:34 +00:00
|
|
|
}
|
|
|
|
|
2018-07-18 21:37:05 +00:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
opacity: 0.6;
|
|
|
|
padding: 5em;
|
|
|
|
}
|
|
|
|
|
2018-07-27 20:16:17 +00:00
|
|
|
.spaced {
|
|
|
|
margin: 4rem 0;
|
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/*
|
|
|
|
* == Header ==
|
|
|
|
*/
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
header {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: flex;
|
|
|
|
align-content: center;
|
|
|
|
justify-content: space-between;
|
2018-06-19 12:10:28 +00:00
|
|
|
background: #ECECEC;
|
2018-05-19 14:26:56 +00:00
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
header #menu {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
header nav {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
header nav hr {
|
2018-06-19 12:10:28 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 0.2em;
|
|
|
|
background: #7765E3;
|
|
|
|
border: none;
|
|
|
|
transform: skewX(-15deg);
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
header nav a {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: block;
|
|
|
|
margin: 0 2em;
|
2018-06-17 20:07:01 +00:00
|
|
|
font-size: 1em;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
header nav a.title {
|
2018-06-19 12:10:28 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em 2em;
|
2018-06-17 20:07:01 +00:00
|
|
|
font-size: 1.75em;
|
2018-05-19 14:26:56 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* == Main ==
|
|
|
|
*/
|
2018-05-10 20:31:52 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
body > main > * {
|
2018-05-19 14:26:56 +00:00
|
|
|
padding: 0 20%;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main h1 {
|
2018-05-19 14:26:56 +00:00
|
|
|
font-family: "Route159";
|
|
|
|
font-size: 2.5em;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
main h1.article {
|
2018-06-17 20:07:01 +00:00
|
|
|
max-width: 40rem;
|
|
|
|
margin: 1em auto 0.5em;
|
2018-05-19 14:26:56 +00:00
|
|
|
font-family: "Playfair Display", serif;
|
|
|
|
font-size: 2.5em;
|
|
|
|
font-weight: normal;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main h2 {
|
2018-05-19 14:26:56 +00:00
|
|
|
font-family: "Route159";
|
|
|
|
font-size: 1.75em;
|
|
|
|
font-weight: 300;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/*
|
|
|
|
* == Article ==
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Author */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-info {
|
2018-06-17 20:07:01 +00:00
|
|
|
max-width: 40rem;
|
|
|
|
margin: 0 auto 3em;
|
2018-05-19 14:26:56 +00:00
|
|
|
font-size: 0.95em;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-info .author { font-weight: 600; }
|
|
|
|
main .article-info .author a { font-weight: 600; }
|
2018-05-19 14:26:56 +00:00
|
|
|
|
|
|
|
/* Article */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main article {
|
2018-06-17 20:07:01 +00:00
|
|
|
max-width: 40rem;
|
2018-06-19 12:10:28 +00:00
|
|
|
margin: 2.5em auto;
|
2018-05-19 14:26:56 +00:00
|
|
|
font-family: "Lora", serif;
|
|
|
|
font-size: 1.2em;
|
2018-06-17 20:07:01 +00:00
|
|
|
line-height: 1.7em;
|
2018-05-19 14:26:56 +00:00
|
|
|
}
|
|
|
|
|
2018-06-25 14:03:59 +00:00
|
|
|
article img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* Article.Meta */
|
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta, main .article-meta button {
|
2018-05-19 14:26:56 +00:00
|
|
|
padding: 0;
|
|
|
|
font-size: 1.1em;
|
2018-06-21 06:50:17 +00:00
|
|
|
margin-top: 10%;
|
2018-05-19 14:26:56 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta > * { margin: 0 20%; }
|
2018-05-19 14:26:56 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta > p {
|
2018-05-19 14:26:56 +00:00
|
|
|
margin: 2em 20%;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ~ Likes ~ */
|
|
|
|
|
2018-06-17 20:07:01 +00:00
|
|
|
main .article-meta .likes p,
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .reshares p { display: inline-block; margin: 0; }
|
2018-05-19 14:26:56 +00:00
|
|
|
|
2018-06-17 20:07:01 +00:00
|
|
|
/* Like / Reshare button */
|
|
|
|
|
2018-06-25 12:07:28 +00:00
|
|
|
main .article-meta .actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
2018-06-17 20:07:01 +00:00
|
|
|
main .article-meta .likes,
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .reshares {
|
2018-06-25 12:07:28 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2018-06-17 20:07:01 +00:00
|
|
|
padding: 0.5em 0;
|
|
|
|
}
|
2018-05-19 14:26:56 +00:00
|
|
|
|
2018-06-25 12:07:28 +00:00
|
|
|
main .article-meta .likes > p,
|
|
|
|
main .article-meta .reshares > p {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .likes button,
|
|
|
|
main .article-meta .reshares button {
|
2018-06-25 12:07:28 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
|
|
|
color: #242424;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main .article-meta .likes > p,
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .likes button:hover { color: #E92F2F; }
|
2018-06-25 12:07:28 +00:00
|
|
|
main .article-meta .reshares > p,
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .reshares button:hover { color: #7765E3; }
|
2018-06-25 12:07:28 +00:00
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .likes button i,
|
|
|
|
main .article-meta .reshares button i {
|
2018-06-25 12:07:28 +00:00
|
|
|
transition: background 0.1s ease-in;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
margin: 0.5em 0;
|
|
|
|
width: 2.5em;
|
|
|
|
height: 2.5em;
|
|
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .likes button i {
|
2018-05-19 14:26:56 +00:00
|
|
|
color: #E92F2F;
|
2018-06-25 12:07:28 +00:00
|
|
|
border: solid #E92F2F thin;
|
2018-05-19 14:26:56 +00:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .likes button:hover i {
|
2018-06-25 12:07:28 +00:00
|
|
|
background: rgba(233, 47, 47, 0.15);
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .reshares button i {
|
2018-06-17 20:07:01 +00:00
|
|
|
color: #7765E3;
|
2018-06-25 12:07:28 +00:00
|
|
|
border: solid #7765E3 thin;
|
2018-06-17 20:07:01 +00:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .reshares button:hover i {
|
2018-06-25 12:07:28 +00:00
|
|
|
background: rgba(119, 101, 227, 0.15);
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .likes button.liked i { background: #E92F2F; }
|
|
|
|
main .article-meta .likes button.liked:hover i {
|
2018-06-25 12:07:28 +00:00
|
|
|
background: rgba(233, 47, 47, 0.25);
|
|
|
|
color: #E92F2F;
|
|
|
|
}
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .reshares button.reshared i { background: #7765E3; }
|
|
|
|
main .article-meta .reshares button.reshared:hover i {
|
2018-06-25 12:07:28 +00:00
|
|
|
background: rgba(119, 101, 227, 0.25);
|
|
|
|
color: #7765E3;
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
main .article-meta .likes button.liked i,
|
|
|
|
main .article-meta .reshares button.reshared i {
|
2018-06-25 12:07:28 +00:00
|
|
|
color: #F4F4F4;
|
|
|
|
font-weight: 900;
|
2018-05-12 17:59:38 +00:00
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* ~ Comments ~ */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .comments { margin: 0; }
|
|
|
|
main .article-meta .comments > * { margin-left: 20%; margin-right: 20%; }
|
2018-05-19 14:26:56 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.comments h2 {
|
2018-05-19 14:26:56 +00:00
|
|
|
color: #7765E3;
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: 600;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
|
|
|
|
2018-06-30 13:21:05 +00:00
|
|
|
/* New comment */
|
|
|
|
|
|
|
|
main .article-meta .comments form input[type="submit"]
|
|
|
|
{ font-size: 1em; }
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* Comment / Respond button */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .comments a.button:before {
|
2018-05-19 14:26:56 +00:00
|
|
|
content: "";
|
|
|
|
margin-right: 0.5em;
|
|
|
|
color: #7765E3;
|
|
|
|
font-family: "Font Awesome 5 Free";
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .comments a.button.liked:before { font-weight: 900; }
|
|
|
|
main .article-meta .comments a.button {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: inline-block;
|
2018-06-17 20:07:01 +00:00
|
|
|
padding: 0;
|
2018-05-19 14:26:56 +00:00
|
|
|
background: none;
|
|
|
|
color: #242424;
|
|
|
|
border: none;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .comments a.button:hover { color: #7765E3; }
|
2018-05-10 20:31:52 +00:00
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* Comment button only */
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .comments > a.button { margin-bottom: 1em; }
|
2018-05-19 14:26:56 +00:00
|
|
|
|
|
|
|
/* == List == */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .comments .list {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: grid;
|
|
|
|
margin: 0;
|
2018-07-25 16:18:41 +00:00
|
|
|
padding: 0 20%;
|
|
|
|
background: #ECECEC;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* ~ Comment ~ */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.comments .list .comment {
|
2018-07-25 16:18:41 +00:00
|
|
|
padding: 2em;
|
2018-05-19 14:26:56 +00:00
|
|
|
font-size: 1em;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
|
|
|
|
2018-07-25 16:18:41 +00:00
|
|
|
.comments .list > .comment {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.comments .list .comment .author {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
align-content: center;
|
2018-05-13 20:33:21 +00:00
|
|
|
}
|
2018-07-19 10:00:34 +00:00
|
|
|
.comments .list .comment .author * {
|
|
|
|
transition: all 0.1s ease-in;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
.comments .list .comment .author .display-name {
|
2018-05-19 14:26:56 +00:00
|
|
|
color: #242424;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
.comments .list .comment .author:hover .display-name { color: #7765E3; }
|
2018-07-19 10:00:34 +00:00
|
|
|
.comments .list .comment .author:hover small { opacity: 1; }
|
2018-05-10 20:31:52 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.comments .list .comment .text {
|
2018-06-17 20:07:01 +00:00
|
|
|
padding: 1.25em 0;
|
2018-05-19 14:26:56 +00:00
|
|
|
font-family: "Lora", serif;
|
|
|
|
font-size: 1.1em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
text-align: left;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/*
|
|
|
|
* == Form ==
|
|
|
|
*/
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
label {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: block;
|
2018-07-18 12:14:57 +00:00
|
|
|
margin: 2em auto 1em;
|
2018-06-30 13:21:05 +00:00
|
|
|
font-size: 1.2em;
|
2018-07-18 12:14:57 +00:00
|
|
|
max-width: 40rem;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
2018-07-18 12:14:57 +00:00
|
|
|
input, textarea {
|
2018-05-19 14:26:56 +00:00
|
|
|
transition: all 0.1s ease-in;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2018-06-30 13:21:05 +00:00
|
|
|
max-width: 40rem;
|
|
|
|
margin: auto;
|
|
|
|
padding: 1em;
|
2018-05-19 14:26:56 +00:00
|
|
|
box-sizing: border-box;
|
2018-05-10 20:31:52 +00:00
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
background: #F4F4F4;
|
|
|
|
color: #242424;
|
|
|
|
border: none;
|
2018-06-30 13:21:05 +00:00
|
|
|
border: solid #DADADA thin;
|
|
|
|
border-radius: 0.5em;
|
|
|
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: 400;
|
2018-05-10 20:31:52 +00:00
|
|
|
}
|
2018-06-21 14:33:28 +00:00
|
|
|
form input[type="submit"] { margin: 2em auto; }
|
2018-07-18 12:14:57 +00:00
|
|
|
input:focus, textarea:focus {
|
2018-05-19 14:26:56 +00:00
|
|
|
background: #FAFAFA;
|
2018-06-30 13:21:05 +00:00
|
|
|
border-color: #7765E3;
|
2018-05-19 14:26:56 +00:00
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
textarea {
|
2018-07-18 12:14:57 +00:00
|
|
|
resize: vertical;
|
|
|
|
|
|
|
|
font-family: "Lora", serif;
|
|
|
|
font-size: 1.1em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
2018-07-27 17:05:36 +00:00
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
display: inline;
|
|
|
|
margin: initial;
|
|
|
|
min-width: initial;
|
|
|
|
width: initial;
|
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* Button & Submit */
|
|
|
|
|
2018-07-11 19:27:47 +00:00
|
|
|
.button, input[type="submit"], button {
|
2018-05-19 14:26:56 +00:00
|
|
|
transition: all 0.1s ease-in;
|
2018-06-17 20:07:01 +00:00
|
|
|
display: inline-block;
|
2018-05-19 14:26:56 +00:00
|
|
|
|
2018-06-17 20:07:01 +00:00
|
|
|
border-radius: 0.5em;
|
2018-06-30 13:21:05 +00:00
|
|
|
margin: 0.5em auto;
|
2018-06-17 20:07:01 +00:00
|
|
|
padding: 0.75em 1em;
|
|
|
|
|
|
|
|
background: transparent;
|
2018-05-19 14:26:56 +00:00
|
|
|
color: #7765E3;
|
|
|
|
border: 1px solid #7765E3;
|
|
|
|
|
|
|
|
cursor: pointer;
|
2018-05-10 18:01:16 +00:00
|
|
|
}
|
2018-07-18 12:14:57 +00:00
|
|
|
input[type="submit"] { display: block; }
|
2018-06-20 14:39:16 +00:00
|
|
|
.button:hover, input[type="submit"]:hover {
|
2018-05-19 14:26:56 +00:00
|
|
|
background: #7765E399;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-07-18 13:34:18 +00:00
|
|
|
/* Errors */
|
|
|
|
|
|
|
|
p.error {
|
|
|
|
color: #ef767a;
|
|
|
|
font-weight: bold;
|
|
|
|
max-width: 40rem;
|
|
|
|
margin: 1em auto;
|
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/*
|
|
|
|
* == New post ==
|
|
|
|
*/
|
2018-05-12 16:55:25 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
form.new-post .title {
|
2018-06-30 13:21:05 +00:00
|
|
|
margin: 0 auto;
|
2018-05-19 14:26:56 +00:00
|
|
|
padding: 0.75em 0;
|
|
|
|
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
font-family: "Playfair Display", serif;
|
|
|
|
font-size: 2em;
|
2018-06-30 13:21:05 +00:00
|
|
|
text-align: left;
|
2018-05-12 16:55:25 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
form.new-post textarea {
|
2018-07-18 12:14:57 +00:00
|
|
|
min-height: 20em;
|
2018-05-19 14:26:56 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
form.new-post input[type="submit"] {
|
2018-06-30 13:21:05 +00:00
|
|
|
background: #ECECEC;
|
2018-05-19 14:26:56 +00:00
|
|
|
color: #242424;
|
|
|
|
border: none;
|
2018-05-12 17:59:38 +00:00
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
font-family: "Playfair Display", serif;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
2018-07-18 12:14:57 +00:00
|
|
|
form.new-post input[type="submit"]:hover { background: #DADADA; }
|
2018-05-12 17:59:38 +00:00
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/*
|
|
|
|
* == User ==
|
|
|
|
*/
|
2018-05-12 17:59:38 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.user h1 {
|
2018-06-17 20:07:01 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
.badge {
|
2018-06-17 20:07:01 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
padding: 0.35em 1em;
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
background: #F4F4F4;
|
|
|
|
color: #7765E3;
|
|
|
|
border: 1px solid #7765E3;
|
|
|
|
border-radius: 1em;
|
2018-06-17 20:07:01 +00:00
|
|
|
|
|
|
|
font-size: 1rem;
|
2018-05-19 14:26:56 +00:00
|
|
|
}
|
2018-05-12 17:59:38 +00:00
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/*
|
|
|
|
* == Blog index ==
|
|
|
|
*/
|
2018-05-12 17:59:38 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.cards {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
2018-06-25 12:07:28 +00:00
|
|
|
padding: 0 5%;
|
2018-05-12 17:59:38 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
.card {
|
2018-05-19 14:26:56 +00:00
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
min-width: 17.5em;
|
|
|
|
min-height: 17.5em;
|
|
|
|
margin: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
box-sizing: border-box;
|
2018-05-13 20:33:21 +00:00
|
|
|
|
2018-06-17 20:07:01 +00:00
|
|
|
background: #E3E3E3;
|
2018-07-27 12:30:51 +00:00
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
2018-05-13 20:33:21 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
.list .card {
|
|
|
|
/* TODO */
|
2018-06-19 12:10:28 +00:00
|
|
|
background: 0;
|
2018-07-26 14:09:36 +00:00
|
|
|
margin: 2em 0;
|
2018-06-19 12:10:28 +00:00
|
|
|
padding: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
2018-05-13 20:33:21 +00:00
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* ~ Card content ~ */
|
|
|
|
|
|
|
|
/* Title */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.card h3 {
|
2018-06-17 20:07:01 +00:00
|
|
|
margin: 0.75em 0;
|
2018-05-19 14:26:56 +00:00
|
|
|
font-family: "Playfair Display", serif;
|
|
|
|
font-size: 1.75em;
|
|
|
|
font-weight: normal;
|
2018-05-13 20:33:21 +00:00
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
.card h3 a { transition: color 0.1s ease-in; color: #242424; }
|
|
|
|
.card h3 a:hover { color: #7765E3; }
|
2018-05-13 20:33:21 +00:00
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* Content */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.card main {
|
2018-05-19 14:26:56 +00:00
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
font-family: "Lora", serif;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.25em;
|
|
|
|
text-align: left;
|
2018-06-25 12:07:28 +00:00
|
|
|
overflow: hidden;
|
2018-05-13 20:33:21 +00:00
|
|
|
}
|
|
|
|
|
2018-07-27 20:16:17 +00:00
|
|
|
/* Presentation */
|
|
|
|
.presentation > h2, .presentation > a {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.presentation > a {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Stats */
|
|
|
|
.stats {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
margin: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats > div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats em {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2018-05-19 14:26:56 +00:00
|
|
|
/* ================= *
|
|
|
|
* Small Screens *
|
|
|
|
* ================= */
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
header {
|
2018-05-19 14:26:56 +00:00
|
|
|
padding: 1em;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
header #menu {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
header > nav {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
header nav a, header nav a.title { padding: 0.5em; }
|
|
|
|
header nav a.title {
|
2018-05-19 14:26:56 +00:00
|
|
|
width: 100vw;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
font-size: 1.75em;
|
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
header:focus-within > nav {
|
2018-05-19 14:26:56 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
body > main > * {
|
2018-06-19 12:10:28 +00:00
|
|
|
padding: 0 5%;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta > * { margin: 0 5%; }
|
2018-06-19 12:10:28 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta > p {
|
2018-06-19 12:10:28 +00:00
|
|
|
margin: 2em 5%;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2018-06-20 14:39:16 +00:00
|
|
|
main .article-meta .comments > * { margin-left: 5%; margin-right: 5%; }
|
2018-06-19 12:10:28 +00:00
|
|
|
|
2018-06-20 14:39:16 +00:00
|
|
|
.card {
|
2018-05-19 14:26:56 +00:00
|
|
|
min-width: 80%;
|
|
|
|
min-height: 80%;
|
|
|
|
}
|
2018-05-13 20:33:21 +00:00
|
|
|
}
|
2018-07-25 12:41:48 +00:00
|
|
|
|
|
|
|
/*== Pagination ==*/
|
|
|
|
.pagination {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination > * {
|
|
|
|
padding: 2em;
|
|
|
|
}
|
2018-07-26 14:09:36 +00:00
|
|
|
|
|
|
|
/*== Flex boxes ==*/
|
|
|
|
.flex {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex .grow {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-icon {
|
|
|
|
align-self: center;
|
|
|
|
padding: 1em;
|
|
|
|
background: #DADADA;
|
|
|
|
border-radius: 50px;
|
|
|
|
margin: 1em;
|
|
|
|
margin-right: 2em;
|
|
|
|
}
|
2018-07-27 12:08:39 +00:00
|
|
|
|
|
|
|
/*== Footer ==*/
|
|
|
|
body > footer {
|
|
|
|
display: flex;
|
|
|
|
align-content: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
background: #ECECEC;
|
|
|
|
padding: 0 20%;
|
|
|
|
margin-top: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > footer * {
|
|
|
|
margin: 5em 0;
|
|
|
|
}
|