2016-01-27 21:53:37 +03:00
|
|
|
.planet,
|
|
|
|
.room {
|
|
|
|
font-family: 'scp'; }
|
|
|
|
|
|
|
|
div.meta {
|
|
|
|
display: inline-block; }
|
|
|
|
|
|
|
|
ul.grams {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0; }
|
|
|
|
|
|
|
|
label.public {
|
|
|
|
background-color: #A100FE;
|
2015-05-07 20:49:56 +03:00
|
|
|
margin-right: 1rem;
|
2016-01-27 21:53:37 +03:00
|
|
|
height: 1rem;
|
|
|
|
width: 1rem;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
label.public:before {
|
|
|
|
content: '%';
|
|
|
|
color: #fff;
|
|
|
|
font-family: 'scp';
|
|
|
|
font-size: .8rem;
|
2015-05-07 04:01:36 +03:00
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1rem;
|
2016-01-27 21:53:37 +03:00
|
|
|
vertical-align: middle; }
|
|
|
|
|
|
|
|
div.meta > label,
|
|
|
|
div.meta > h2,
|
|
|
|
div.meta > div {
|
|
|
|
display: inline-block; }
|
|
|
|
|
|
|
|
h2.author {
|
|
|
|
font-family: 'scp';
|
|
|
|
font-size: .8rem;
|
2015-05-17 23:27:59 +03:00
|
|
|
font-weight: 400;
|
2016-01-27 21:53:37 +03:00
|
|
|
margin-top: 0; }
|
|
|
|
|
|
|
|
.gram.same div.meta {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
label.public {
|
|
|
|
margin-right: 9px; } }
|
|
|
|
.input {
|
|
|
|
border-bottom: 3px solid #000;
|
2015-03-06 06:58:23 +03:00
|
|
|
display: inline-block;
|
2015-10-28 22:56:32 +03:00
|
|
|
line-height: 2rem;
|
2016-01-27 21:53:37 +03:00
|
|
|
font-size: 1rem;
|
|
|
|
padding: 0 .2rem;
|
2015-05-17 23:27:59 +03:00
|
|
|
min-width: 1rem;
|
2016-01-27 21:53:37 +03:00
|
|
|
min-height: 1rem; }
|
|
|
|
|
|
|
|
.audience {
|
|
|
|
margin-bottom: 2rem; }
|
|
|
|
|
|
|
|
.audience .input {
|
|
|
|
border-color: #373a3c;
|
|
|
|
font-family: 'scp'; }
|
|
|
|
|
|
|
|
.message .input {
|
|
|
|
border-color: #B1B7BD;
|
|
|
|
font-family: 'bau'; }
|
|
|
|
|
|
|
|
.message {
|
|
|
|
margin-bottom: 6rem; }
|
|
|
|
|
|
|
|
/*# sourceMappingURL=main.css.map */
|