shrub/pub/talk/src/css/main.css

681 lines
12 KiB
CSS
Raw Normal View History

2015-01-27 01:47:18 +03:00
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau.woff");
2015-01-27 01:47:18 +03:00
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau-italic.woff");
2015-01-27 01:47:18 +03:00
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau-medium.woff");
2015-01-27 01:47:18 +03:00
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau-mediumitalic.woff");
2015-01-27 01:47:18 +03:00
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau-bold.woff");
2015-01-27 01:47:18 +03:00
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau-bolditalic.woff");
2015-01-27 01:47:18 +03:00
font-weight: 600;
font-style: italic;
}
2015-02-19 01:25:58 +03:00
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau-super.woff");
2015-02-19 01:25:58 +03:00
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "bau";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/bau-superitalic.woff");
2015-02-19 01:25:58 +03:00
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: "scp";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/scp-extralight.woff");
2015-02-19 01:25:58 +03:00
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "scp";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/scp-light.woff");
2015-02-19 01:25:58 +03:00
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "scp";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/scp-regular.woff");
2015-02-19 01:25:58 +03:00
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "scp";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/scp-medium.woff");
2015-02-19 01:25:58 +03:00
font-weight: 500;
font-style: normal;
}
2015-03-06 06:58:23 +03:00
@font-face {
font-family: "scp";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/scp-bold.woff");
2015-03-06 06:58:23 +03:00
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "scp";
2015-07-15 03:31:00 +03:00
src: url("//storage.googleapis.com/urbit-extra/scp-black.woff");
2015-03-06 06:58:23 +03:00
font-weight: 700;
font-style: normal;
}
2015-05-07 04:01:36 +03:00
html,
body {
height: 100%;
2015-01-27 01:47:18 +03:00
font-family: "bau";
}
2015-05-07 04:01:36 +03:00
.type {
font-family: "scp";
}
2015-01-27 01:47:18 +03:00
input {
2015-05-07 04:01:36 +03:00
font-size: 1rem;
2015-01-27 01:47:18 +03:00
-webkit-appearance: none;
border-radius: 0;
font-family: "bau";
}
#length,
.time {
letter-spacing: 0;
2015-04-08 00:02:40 +03:00
}
.time {
2015-01-27 01:47:18 +03:00
font-weight: 200;
2015-05-18 02:55:46 +03:00
letter-spacing: 0.1rem;
color: #555;
2015-01-27 01:47:18 +03:00
}
2015-05-07 04:01:36 +03:00
#length,
.audi,
.time,
.station,
#audience .iden {
font-size: 0.8rem;
line-height: 1rem;
}
2015-04-08 00:02:40 +03:00
#length {
2015-05-07 04:01:36 +03:00
letter-spacing: 0.1rem;
2015-04-08 00:02:40 +03:00
}
2015-05-07 04:01:36 +03:00
#writing-container:focus #length {
display: inline;
2015-01-27 01:47:18 +03:00
}
2015-05-07 04:01:36 +03:00
.ship {
text-transform: uppercase;
letter-spacing: 0.05rem;
2015-03-24 22:21:50 +03:00
}
2015-01-27 01:47:18 +03:00
html,
body {
font-size: 18px;
}
body {
background-color: #fefefe;
padding: 0;
margin: 0;
}
.hidden {
display: none;
}
#c {
2015-03-24 22:21:50 +03:00
position: absolute;
2015-03-25 03:15:27 +03:00
top: 0rem;
2015-03-24 22:21:50 +03:00
left: 50%;
width: 58rem;
margin-left: -29rem;
2015-05-07 20:49:56 +03:00
margin-bottom: 6rem;
2015-01-27 01:47:18 +03:00
}
2015-03-24 22:21:50 +03:00
#station-container {
2015-03-26 00:05:46 +03:00
position: fixed;
2015-05-07 20:49:56 +03:00
width: 58rem;
2015-05-07 04:01:36 +03:00
max-height: 4rem;
2015-05-29 02:30:06 +03:00
background-color: rgba(255,255,255,0.95);
color: #555;
2015-03-25 03:15:27 +03:00
overflow: hidden;
2015-03-25 05:09:27 +03:00
z-index: 10;
2015-05-07 20:49:56 +03:00
border-bottom: 1px solid #ddd;
2015-03-25 03:15:27 +03:00
-webkit-transition: max-height 0.2s;
}
2015-03-06 06:58:23 +03:00
#station #station-container {
2015-01-27 01:47:18 +03:00
padding-top: 1rem;
2015-03-10 01:45:34 +03:00
min-width: 30rem;
text-align: right;
2015-01-27 01:47:18 +03:00
}
2015-03-24 22:21:50 +03:00
#writing-container {
2015-05-07 04:01:36 +03:00
margin-top: 2rem;
2015-03-24 22:21:50 +03:00
margin-bottom: 1rem;
}
2015-01-27 01:47:18 +03:00
#messages-container {
vertical-align: top;
2015-05-29 02:30:06 +03:00
margin-top: 5rem;
2015-01-27 01:47:18 +03:00
}
2015-03-25 03:15:27 +03:00
.caret,
.circle {
2015-01-27 01:47:18 +03:00
display: inline-block;
}
2015-03-25 03:15:27 +03:00
.caret {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #000;
2015-03-27 01:31:07 +03:00
margin-top: 2px;
2015-03-25 03:15:27 +03:00
}
.circle {
width: 6px;
height: 6px;
border: 3px solid #000;
border-radius: 6px;
2015-03-27 01:31:07 +03:00
margin-top: 2px;
2015-03-25 03:15:27 +03:00
}
#station-container #where .caret {
-webkit-transform: rotate(0deg);
-webkit-transform-origin: 0 50%;
-webkit-transition: -webkit-transform 0.2s;
}
2015-05-07 04:01:36 +03:00
#station-container #where .caret {
margin-top: 9px;
border-top: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid transparent;
border-left: 9px solid #fff;
2015-05-07 20:49:56 +03:00
-webkit-transition: border-left-color 0.2s;
2015-05-07 04:01:36 +03:00
}
2015-03-25 03:15:27 +03:00
#head {
width: 100%;
height: 4rem;
2015-05-07 20:49:56 +03:00
color: #333;
border-bottom: 1px solid #ddd;
2015-03-25 03:15:27 +03:00
}
2015-03-25 05:09:27 +03:00
#station-container h1 {
2015-05-07 04:01:36 +03:00
display: none;
2015-05-29 02:30:06 +03:00
color: #555;
2015-05-07 04:01:36 +03:00
font-weight: 400;
font-size: 1rem;
2015-03-25 05:09:27 +03:00
letter-spacing: 0.06rem;
display: inline-block;
line-height: 1.2rem;
}
2015-05-07 04:01:36 +03:00
#station-container h1:after {
content: "—";
margin-left: 0.6rem;
}
#station-container .audi,
#station-container .iden > div {
background-color: transparent;
}
2015-03-26 00:05:46 +03:00
#who {
2015-05-07 04:01:36 +03:00
width: 16rem;
2015-03-26 00:05:46 +03:00
}
2015-05-07 04:01:36 +03:00
#stations {
width: 15rem;
2015-05-07 20:49:56 +03:00
padding-bottom: 1rem;
border-left: 16rem solid transparent;
2015-05-07 04:01:36 +03:00
}
#station-container #head .ship {
2015-05-18 02:55:46 +03:00
font-size: 0.9rem;
2015-05-07 04:01:36 +03:00
font-weight: 400;
2015-03-26 00:05:46 +03:00
}
2015-05-07 20:49:56 +03:00
#station-container:hover #where {
color: #fff;
-webkit-transition: color 0.2s;
}
#station-container:hover #where {
color: #f04941;
-webkit-transition: color 0.2s;
}
#station-container:hover #where .caret {
border-left-color: #f04941;
-webkit-transition: border-left-color 0.2s;
}
2015-03-26 00:05:46 +03:00
#stations,
#audience,
2015-05-07 04:01:36 +03:00
#head > div,
#where > div {
2015-03-10 01:45:34 +03:00
display: inline-block;
2015-03-25 05:09:27 +03:00
vertical-align: top;
}
2015-05-07 04:01:36 +03:00
#where > div {
2015-05-07 20:49:56 +03:00
margin-right: 1rem;
2015-05-07 04:01:36 +03:00
text-transform: capitalize;
2015-05-07 20:49:56 +03:00
letter-spacing: 0.05rem;
font-size: 1.6rem;
2015-05-07 04:01:36 +03:00
}
#where .slat {
font-weight: 500;
}
2015-05-07 20:49:56 +03:00
#where .slat:after {
margin-left: 1rem;
content: "—";
}
2015-03-25 05:09:27 +03:00
#head > div {
height: 2rem;
2015-05-07 04:01:36 +03:00
line-height: 2rem;
margin-top: 1rem;
2015-03-10 01:45:34 +03:00
}
2015-03-25 03:15:27 +03:00
#where .caret {
2015-05-07 04:01:36 +03:00
border-left-color: #fff;
2015-03-25 03:15:27 +03:00
}
2015-05-07 04:01:36 +03:00
#who > div {
vertical-align: middle;
2015-01-27 01:47:18 +03:00
}
2015-05-19 22:07:37 +03:00
#members {
margin-bottom: 1rem;
}
2015-03-25 05:09:27 +03:00
#members > div {
display: block;
2015-05-29 02:30:06 +03:00
max-width: 24rem;
overflow: hidden;
white-space: nowrap;
}
#members > div:hover {
white-space: normal;
2015-03-25 05:09:27 +03:00
}
#members > div div {
display: inline-block;
2015-03-27 01:31:07 +03:00
vertical-align: bottom;
2015-03-25 05:09:27 +03:00
}
2015-03-26 00:05:46 +03:00
#members .audi {
margin-right: 0.3rem;
2015-05-07 04:01:36 +03:00
margin-top: 0;
2015-03-26 00:05:46 +03:00
}
2015-03-25 05:09:27 +03:00
#members .iden {
2015-03-27 01:31:07 +03:00
min-width: 10rem;
2015-03-25 05:09:27 +03:00
}
.station div {
display: inline-block;
}
2015-05-07 04:01:36 +03:00
.station .path {
text-transform: uppercase;
}
2015-01-27 01:47:18 +03:00
.station .remove {
2015-03-26 00:05:46 +03:00
opacity: 0;
2015-03-25 05:09:27 +03:00
cursor: pointer;
width: 0.6rem;
2015-05-07 04:01:36 +03:00
margin-left: 0.6rem;
line-height: 1rem;
font-size: 1.2rem;
font-weight: 500;
2015-01-27 01:47:18 +03:00
color: #f00;
2015-05-07 04:01:36 +03:00
vertical-align: top;
2015-01-27 01:47:18 +03:00
}
.station:hover .remove {
2015-03-25 05:09:27 +03:00
opacity: 1;
2015-01-27 01:47:18 +03:00
}
.sour-ctrl input {
2015-06-10 00:56:54 +03:00
color: #555;
2015-05-07 04:01:36 +03:00
background-color: transparent;
2015-01-27 01:47:18 +03:00
border: none;
2015-05-07 20:49:56 +03:00
font-size: 0.8rem;
2015-05-17 23:27:59 +03:00
line-height: 1.2rem;
letter-spacing: 0.05rem;
2015-05-07 04:01:36 +03:00
margin-top: 0.6rem;
2015-05-07 20:49:56 +03:00
font-weight: 300;
2015-05-07 04:01:36 +03:00
text-align: left;
2015-03-25 05:09:27 +03:00
outline: none;
cursor: pointer;
2015-05-17 23:27:59 +03:00
text-transform: uppercase;
border-bottom: 2px solid transparent;
}
.sour-ctrl input:focus {
border-bottom: 2px solid #fff;
2015-01-27 01:47:18 +03:00
}
.sour-ctrl input::-webkit-input-placeholder {
2015-05-17 23:27:59 +03:00
font-weight: 400;
font-size: 1.2rem;
2015-01-27 08:16:26 +03:00
margin-left: 0.6rem;
2015-06-10 00:56:54 +03:00
color: #555;
2015-03-25 05:09:27 +03:00
}
.sour-ctrl input:focus::-webkit-input-placeholder {
2015-05-07 04:01:36 +03:00
color: transparent;
2015-01-27 01:47:18 +03:00
}
.message {
padding-top: 0.3rem;
2015-05-07 04:24:43 +03:00
margin-bottom: 0.6rem;
2015-01-27 01:47:18 +03:00
}
2015-05-07 04:01:36 +03:00
#messages .message .time,
#messages .message .audi {
2015-01-27 01:47:18 +03:00
opacity: 0;
2015-05-07 04:01:36 +03:00
margin-left: 2rem;
2015-01-27 01:47:18 +03:00
}
2015-05-07 04:01:36 +03:00
#messages .message:hover .time,
#messages .message:hover .audi {
2015-01-27 01:47:18 +03:00
opacity: 1;
}
2015-05-07 04:01:36 +03:00
#messages .message .attr {
position: absolute;
overflow: hidden;
max-height: 1.6rem;
2015-06-23 08:15:17 +03:00
white-space: nowrap;
2015-05-07 04:01:36 +03:00
}
#writing-container {
padding-top: 0.3rem;
}
2015-05-07 20:49:56 +03:00
#messages .message.first,
2015-05-07 04:01:36 +03:00
#messages .message.same .audi {
margin-top: 0;
}
#messages .message.same .type {
opacity: 0;
}
#messages .message.same .iden {
display: none;
}
2015-05-07 20:49:56 +03:00
#messages .message:hover .type {
color: #f04941;
}
2015-05-07 04:24:43 +03:00
#messages .message.attr {
max-height: 2rem;
-webkit-transition: max-height 2s, color 0.1s linear;
}
2015-05-07 04:01:36 +03:00
#messages .message:hover .attr {
max-height: 6rem;
padding-bottom: 1rem;
z-index: 3;
-webkit-transition: max-height 0.2s, color 0.1s linear;
}
2015-06-23 08:15:17 +03:00
#messages .message:hover .attr > div {
max-width: 48rem;
}
2015-03-26 01:02:49 +03:00
#messages .message .ship,
#messages .message .audi > div {
2015-03-10 01:45:34 +03:00
cursor: pointer;
}
2015-04-28 22:00:46 +03:00
#messages .message.new {
border-top: 1px solid #e5e5e5;
}
2015-01-27 01:47:18 +03:00
.member {
width: 12rem;
margin: 0.3rem 0.6rem 0.3rem 0;
}
#messages {
height: auto;
}
2015-03-26 00:05:46 +03:00
.message.pending {
color: #ccc;
}
2015-03-26 01:02:49 +03:00
.message.say .mess {
font-style: italic;
}
2015-06-19 04:47:41 +03:00
.message.exp .mess {
font-family: monospace;
}
a {
text-decoration: underline;
color: inherit;
}
2015-05-07 04:01:36 +03:00
.sig,
.type {
margin-left: 1rem;
float: left;
width: 1rem;
}
.type {
height: 2rem;
}
.sig {
font-size: 2rem;
2015-06-09 04:14:18 +03:00
margin-left: 0.7rem;
2015-05-07 04:01:36 +03:00
margin-right: 0.3rem;
}
.sig:before {
content: "~";
}
.type.private:before {
2015-05-18 02:55:46 +03:00
content: "•";
font-size: 1rem;
2015-05-29 02:30:06 +03:00
line-height: 1.1rem;
2015-05-07 04:01:36 +03:00
}
.type.public:before {
content: "▒";
2015-05-29 02:30:06 +03:00
font-size: 0.8rem;
2015-06-09 04:14:18 +03:00
line-height: 1.2rem;
2015-05-07 04:01:36 +03:00
}
2015-01-27 01:47:18 +03:00
.mess,
.iden,
#station .member div,
#writing {
display: inline-block;
}
.mess,
#writing,
#length {
vertical-align: top;
}
2015-03-26 00:05:46 +03:00
.attr > div {
2015-05-29 02:30:06 +03:00
line-height: 1.4rem;
2015-03-26 00:05:46 +03:00
max-width: 16rem;
}
2015-02-19 01:25:58 +03:00
.attr {
2015-05-07 04:01:36 +03:00
text-align: left;
2015-03-06 06:58:23 +03:00
display: inline-block;
2015-05-07 04:24:43 +03:00
max-height: 1.2rem;
2015-03-06 06:58:23 +03:00
margin-right: 0.3rem;
2015-03-25 03:15:27 +03:00
min-width: 16rem;
2015-05-07 04:01:36 +03:00
background-color: #fff;
2015-02-19 01:25:58 +03:00
}
2015-01-27 01:47:18 +03:00
.attr .iden {
2015-05-20 00:40:12 +03:00
line-hieght: 1.4rem;
2015-01-27 01:47:18 +03:00
}
2015-05-07 04:01:36 +03:00
.audi,
.station .path {
2015-03-26 00:05:46 +03:00
white-space: nowrap;
2015-05-02 04:06:28 +03:00
overflow: hidden;
2015-05-07 04:01:36 +03:00
text-transform: uppercase;
letter-spacing: 0.05rem;
}
.audi {
margin-top: 1rem;
2015-05-02 04:06:28 +03:00
background-color: #fff;
2015-03-26 00:05:46 +03:00
}
.audi > div {
margin-right: 0.3rem;
2015-05-07 04:01:36 +03:00
max-width: 16rem;
display: block;
2015-03-26 00:05:46 +03:00
}
.iden > div {
2015-05-14 23:57:12 +03:00
max-width: 11rem;
2015-05-07 04:01:36 +03:00
display: inline-block;
2015-05-19 22:07:37 +03:00
font-size: 0.9rem;
2015-03-26 00:05:46 +03:00
}
.iden > div,
.audi > div {
background-color: #fff;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2015-03-27 01:31:07 +03:00
-webkit-transition: max-width 0.2s;
2015-03-26 00:05:46 +03:00
}
.audi > div:last-child {
margin-right: 0;
}
.iden > div:hover,
.audi > div:hover {
position: relative;
2015-03-27 01:31:07 +03:00
-webkit-transition: max-width 0.2s;
2015-03-26 00:05:46 +03:00
}
2015-01-27 01:47:18 +03:00
.mess {
letter-spacing: 0.03rem;
word-wrap: break-word;
2015-05-07 04:01:36 +03:00
margin-left: 16.3rem;
2015-01-27 01:47:18 +03:00
}
.mess,
#writing,
.iden > div:hover,
.audi > div:hover {
2015-05-07 04:01:36 +03:00
max-width: 42rem;
}
2015-06-23 08:15:17 +03:00
.iden > div:hover {
padding-right: 3rem;
}
2015-05-07 04:01:36 +03:00
.mess,
#writing {
font-size: 1.2rem;
}
2015-03-24 22:21:50 +03:00
#writing {
min-height: 1.6rem;
min-width: 1.3rem;
outline: none;
padding: 0.3rem 0.1rem;
margin-top: -0.3rem;
2015-05-17 23:27:59 +03:00
border-bottom: 3px solid #555;
2015-01-27 01:47:18 +03:00
}
.writing {
padding-top: 0.3rem;
}
.writing #length {
display: inline;
margin-left: 1rem;
margin-top: 1.2rem;
}
2015-05-07 04:01:36 +03:00
.writing .attr {
line-height: 1.6rem;
vertical-align: top;
margin-left: 2rem;
min-width: 14rem;
}
2015-03-24 22:21:50 +03:00
.writing .iden {
display: block;
width: 100%;
}
.writing .iden .ship {
margin-right: 0.3rem;
}
2015-03-06 06:58:23 +03:00
#audi {
2015-03-24 22:21:50 +03:00
display: inline-block;
margin-right: -0.2rem;
2015-05-17 23:27:59 +03:00
margin-bottom: 0.3rem;
2015-03-06 06:58:23 +03:00
outline: none;
2015-03-26 00:05:46 +03:00
overflow: hidden;
2015-05-19 22:07:37 +03:00
max-width: 12rem;
2015-05-17 23:27:59 +03:00
min-width: 1rem;
2015-05-07 04:01:36 +03:00
padding: 0.3rem 0.1rem 0.1rem 0;
2015-05-17 23:27:59 +03:00
border-bottom: 2px solid #555;
2015-03-06 06:58:23 +03:00
}
2015-04-08 00:02:40 +03:00
.valid-false {
2015-05-17 23:27:59 +03:00
color: #ff2f2f !important;
2015-03-07 22:09:30 +03:00
}
2015-01-27 01:47:18 +03:00
#scrolling {
display: none;
}
.scrolling #scrolling {
position: fixed;
bottom: 3rem;
left: 2rem;
height: 1rem;
padding: 1rem;
height: 2rem;
background-color: #f9f9f9;
font-weight: 500;
font-size: 0.8rem;
text-transform: uppercase;
}
2015-03-27 03:44:39 +03:00
@media only screen and (min-width: 1024px) {
#station-container:hover {
max-height: 30rem;
height: auto;
-webkit-transition: max-height 0.2s;
}
#station-container:hover #where .caret {
transform: rotate(90deg);
transform-origin: 0 50%;
-webkit-transform: rotate(90deg);
-webkit-transition: -webkit-transform 0.2s;
}
}
2015-03-26 01:47:29 +03:00
@media only screen and (max-width: 1170px) {
2015-04-07 23:47:46 +03:00
#station-container.open {
max-height: 30rem;
height: auto;
-webkit-transition: max-height 0.2s;
}
#station-container.open #where .caret {
transform: rotate(90deg);
transform-origin: 0 50%;
-webkit-transform: rotate(90deg);
-webkit-transition: -webkit-transform 0.2s;
}
2015-03-26 01:47:29 +03:00
#c,
#station-container {
width: 96%;
left: 0;
margin-left: 2%;
margin-right: 2%;
}
.mess,
#writing {
2015-05-07 04:01:36 +03:00
max-width: 60%;
line-height: 1.6rem;
2015-03-26 01:47:29 +03:00
}
.attr,
#stations,
#where {
width: 20%;
min-width: 20%;
}
#audience,
#who {
width: 60%;
}
#writing {
padding: 0.1rem;
}
2015-03-27 03:44:39 +03:00
#station-container.m-down,
#station-container.m-up {
2015-03-26 23:55:26 +03:00
position: absolute;
}
2015-03-27 03:44:39 +03:00
#station-container.m-down.m-fixed {
2015-03-26 23:55:26 +03:00
position: fixed;
top: 0;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.mess,
#writing {
max-width: 70%;
line-height: 1.2rem;
}
2015-03-27 03:44:39 +03:00
#stations,
#audience {
width: 96%;
}
#stations,
#audience,
.sour-ctrl input {
text-align: left;
}
2015-03-27 01:31:07 +03:00
#station {
cursor: pointer;
}
2015-03-27 03:44:39 +03:00
#station-container.open {
max-height: 30rem;
height: auto;
-webkit-transition: max-height 0.2s;
2015-03-27 01:31:07 +03:00
}
2015-03-27 03:44:39 +03:00
#station-container.open #where .caret {
transform: rotate(90deg);
transform-origin: 0 50%;
-webkit-transform: rotate(90deg);
-webkit-transition: -webkit-transform 0.2s;
2015-03-27 01:31:07 +03:00
}
2015-03-26 01:47:29 +03:00
}