2017-03-11 08:52:00 +03:00
|
|
|
*
|
|
|
|
{font-family: 'Fira Sans', sans-serif;}
|
|
|
|
.bold{font-weight:bold;}
|
|
|
|
.italic{font-style: italic;}
|
|
|
|
.oblique{font-style: oblique;}
|
|
|
|
|
|
|
|
body {font-family: 'Fira Sans', sans-serif; margin: 0 auto; line-height: 2em; padding: 12px; box-sizing: border-box; color: #333; overflow: auto;
|
2017-03-22 00:37:56 +03:00
|
|
|
background: #ffffff;
|
2017-03-11 08:52:00 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body, html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.wrapper {
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
a {
|
2017-03-22 00:37:56 +03:00
|
|
|
border-bottom: 3px solid #8eda00;
|
2017-03-11 08:52:00 +03:00
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #0068FF
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
font-weight: 200;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 90%;
|
|
|
|
padding: 75px 10px 50px;
|
|
|
|
overflow: auto;
|
|
|
|
width: 700px;
|
|
|
|
}
|
|
|
|
.container > header {
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.container > header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.container > header span {
|
|
|
|
display: block;
|
|
|
|
font-size: 60%;
|
|
|
|
opacity: 0.5;
|
|
|
|
padding: 0 0 0.6em 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
article::before {
|
2017-03-22 00:37:56 +03:00
|
|
|
color: #8eda00;
|
2017-03-11 08:52:00 +03:00
|
|
|
content: '\2B27\2B43\2B28';
|
|
|
|
font-size: 24px;
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
left: -25px;
|
|
|
|
}
|
|
|
|
article::after {
|
2017-03-22 00:37:56 +03:00
|
|
|
color: #8eda00;
|
2017-03-11 08:52:00 +03:00
|
|
|
content: '\2B26\2B37\2B25';
|
|
|
|
float: right;
|
|
|
|
font-size: 44px;
|
|
|
|
position: relative;
|
|
|
|
top: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border-bottom: 3px solid #0068FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.meta {
|
2017-03-11 08:58:47 +03:00
|
|
|
font-family: 'Fira Sans', sans-serif;
|
|
|
|
font-size: 11px;
|
2017-03-11 08:52:00 +03:00
|
|
|
letter-spacing: .15em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.meta a:hover {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-list {
|
|
|
|
list-style: none;
|
|
|
|
line-height: 1em;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.inline-list li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-03-21 23:50:52 +03:00
|
|
|
footer ul li { display: block; width: 100%;}
|
2017-03-21 00:36:07 +03:00
|
|
|
footer ul li a {
|
2017-03-22 00:37:56 +03:00
|
|
|
border-bottom: 3px solid #8eda00;
|
2017-03-21 00:36:07 +03:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2017-03-22 00:37:56 +03:00
|
|
|
color: #7dc100;
|
2017-03-21 00:36:07 +03:00
|
|
|
text-align: center;
|
|
|
|
padding: 15px 10px;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.4em;
|
2017-03-11 08:52:00 +03:00
|
|
|
}
|
2017-03-21 00:36:07 +03:00
|
|
|
footer ul li a:hover {
|
2017-03-21 23:50:52 +03:00
|
|
|
background: #9ff400;
|
2017-03-11 08:52:00 +03:00
|
|
|
}
|
2017-03-21 00:36:07 +03:00
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 550px) {
|
|
|
|
|
|
|
|
footer {
|
|
|
|
display: block;
|
|
|
|
padding: 15px 25px;
|
|
|
|
color: #0068FF;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.4em;
|
|
|
|
font-weight: bold;
|
2017-03-21 23:50:52 +03:00
|
|
|
line-height: : 30px;
|
2017-03-21 00:36:07 +03:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
footer { display: block; }
|
2017-03-11 08:52:00 +03:00
|
|
|
}
|