shrub/web/talk/main.css

96 lines
1.6 KiB
CSS
Raw Normal View History

2016-01-27 21:53:37 +03:00
.planet,
.room {
font-family: 'scp'; }
div.meta {
display: inline-block; }
2016-01-30 05:18:51 +03:00
div.grams {
2016-01-27 21:53:37 +03:00
list-style-type: none;
padding: 0; }
div.meta label {
background-color: #B1B7BD;
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; }
div.meta label:before {
content: attr(data-glyph);
2016-01-27 21:53:37 +03:00
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 h3 {
2016-01-27 21:53:37 +03:00
display: inline-block; }
div.meta h2,
div.meta h3 {
2016-01-27 21:53:37 +03:00
font-family: 'scp';
font-size: .8rem;
2015-05-17 23:27:59 +03:00
font-weight: 400;
margin-top: 0;
padding-top: 0; }
div.meta h3 {
margin-left: 2rem; }
div.meta .time {
padding-right: 2rem; }
2016-01-27 21:53:37 +03:00
2016-01-30 05:18:51 +03:00
div.gram.same div.meta {
2016-01-27 21:53:37 +03:00
display: none; }
2016-01-30 05:18:51 +03:00
div.gram.same:hover div.meta {
display: block;
position: absolute;
background-color: #fff;
margin-top: -2.5rem;
padding-top: 1rem; }
.speech {
margin-left: 2rem; }
2016-01-27 21:53:37 +03:00
@media (max-width: 767px) {
div.meta > label {
2016-01-27 21:53:37 +03:00
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;
min-height: 1rem;
outline: none; }
.audience,
.message {
margin-left: 2rem; }
2016-01-27 21:53:37 +03:00
.audience {
margin-bottom: 2rem; }
.audience .input {
border-color: #B1B7BD;
2016-01-27 21:53:37 +03:00
font-family: 'scp'; }
.message {
display: inline-block; }
2016-01-27 21:53:37 +03:00
.message .input {
border-color: #373a3c;
2016-01-27 21:53:37 +03:00
font-family: 'bau'; }
.length {
display: inline-block;
margin-left: 2rem;
line-height: 2rem;
font-family: 'bau';
font-size: .7rem;
font-weight: 500;
letter-spacing: 1px; }
2016-01-27 21:53:37 +03:00
/*# sourceMappingURL=main.css.map */