bigbluebutton-Github/bigbluebutton-html5/app/client/stylesheets/chat.less

304 lines
6.2 KiB
Plaintext
Raw Normal View History

@import "variables";
2014-12-12 03:35:10 +08:00
2015-05-25 11:24:21 +08:00
@media @desktop-portrait, @landscape {
.privateChatTab {
order: 1;
-webkit-order: 1;
-ms-flex-order: 1;
-ms-order: 1;
2015-06-09 07:29:49 +08:00
border-bottom: 1px solid #E5E5E5;
2015-05-25 11:24:21 +08:00
min-width: 205px;
2015-05-29 05:19:51 +08:00
height: 45px;
min-height: 45px;
2015-05-25 11:24:21 +08:00
.btn {
&:hover {
color: #3896D3;
background-color:white;
border-bottom: 1px solid #E5E5E5;
}
&:focus {
background-color:white;
border-bottom: 1px solid #E5E5E5;
}
padding: 0.625rem 0.5rem 0.6875rem 0.5rem;
2015-05-25 11:24:21 +08:00
background-color: inherit;
margin: 0;
height: 45px;
outline: none;
min-width: 50px;
2015-05-25 11:24:21 +08:00
}
span {
position: relative;
font-size: 18px;
bottom: 9px;
left: 2px;
}
i {
position: relative;
right: 2px;
font-size: 18px;
bottom: 4px;
}
}
.privateChatName {
width: calc(~'100% - 105px');
min-width: 101px;
text-align: right;
2015-05-25 11:24:21 +08:00
float: right;
padding: 0.65rem 1.25rem 0.6rem 0.3rem;
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2015-05-25 11:24:21 +08:00
}
}
.toPublic .unreadChatNumber {
@media @desktop-portrait, @landscape {
padding: 2px;
position: absolute;
top: 31%;
left: 100%;
margin: 0;
2015-05-25 11:24:21 +08:00
}
}
2014-12-12 03:35:10 +08:00
#chat {
@media @landscape {
-webkit-flex: 1 1;
-moz-flex: 1 1;
-ms-flex: 1 1;
flex: 1 1;
height: 100%;
2015-06-09 07:29:49 +08:00
border-top: 0px;
border-right: 0px;
border-top-left-radius: 0px;
overflow: hidden;
}
2015-05-19 23:53:17 +08:00
order: 3;
2014-12-12 03:35:10 +08:00
}
.chat {
list-style: none;
margin: 0px;
padding: 0px;
2015-06-09 07:29:49 +08:00
height: 100%;
2015-03-04 05:26:50 +08:00
@media @desktop-portrait, @landscape {
li {
margin: 0px;
padding: 15px;
word-wrap: break-word;
2015-05-07 13:33:13 +08:00
// &:nth-child(even) {
// background-color: rgb(245,245,245);
// }
2015-03-04 05:26:50 +08:00
table {
width: 100%;
}
2014-12-12 10:11:15 +08:00
}
}
2014-12-12 03:35:10 +08:00
}
2015-05-25 11:24:21 +08:00
.chatBodyContainer {
2015-05-29 05:19:51 +08:00
@media @desktop-portrait, @landscape {
2015-05-25 11:24:21 +08:00
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column;
flex-flow: column;
2015-05-07 13:33:13 +08:00
height: calc(~'100% - 70px');
2015-05-25 11:24:21 +08:00
width: 100%;
}
}
#chatbody {
2015-05-29 05:19:51 +08:00
@media @desktop-portrait, @landscape {
2015-05-25 11:24:21 +08:00
order: 2;
-webkit-order: 2;
-ms-flex-order: 2;
-ms-order: 2;
shrink: 1;
-webkit-shrink: 1;
-moz-shrink: 1;
grow:1;
-webkit-grow: 1;
-moz-grow: 1;
2015-06-09 07:29:49 +08:00
height: calc(~'100% - 45px');
}
2015-05-09 01:13:21 +08:00
overflow-y: auto;
2014-12-12 03:35:10 +08:00
padding-left: 0px;
padding-right: 0px;
@media @desktop-portrait, @mobile-portrait {
max-height: 46vw; // for longer chatbody a scrollbar appears
overflow-y: scroll;
}
2014-12-12 03:35:10 +08:00
}
.chat-input-wrapper {
padding-top:10px;
padding-left:10px;
padding-right:10px;
}
2015-03-31 06:48:25 +08:00
.disabledChat {
background-color: grey;
width: 100% !important;
}
#fontSizeTable {
2015-05-12 22:48:11 +08:00
border: 1px solid white;
2015-05-07 06:08:49 +08:00
height: 80px;
2015-05-12 22:48:11 +08:00
margin-bottom: 0px;
2015-05-07 06:08:49 +08:00
overflow: hidden;
@media @phone-portrait-with-keyboard, @phone-portrait {
width: 100px;
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
width: calc(~'100% - 70px');
}
@media @desktop-portrait, @phone-landscape, @tablet-landscape, @desktop-landscape {
width: calc(~'100% - 70px');
}
2015-05-07 06:08:49 +08:00
.displayButtons {
@media @phone-portrait-with-keyboard, @phone-portrait {
height: 35px;
width: 35px;
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
height: 70px;
width: 84px;
}
@media @desktop-portrait, @phone-landscape, @tablet-landscape, @desktop-landscape {
height: 35px;
width: 84px;
}
2015-05-12 22:48:11 +08:00
margin: 0px;
padding: 0px;
text-align: center;
i {
@media @phone-portrait-with-keyboard, @phone-portrait {
font-size: 16px; // overrides the value from Foundation
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
font-size: 30px; // overrides the value from Foundation
}
@media @desktop-portrait, @phone-landscape, @tablet-landscape, @desktop-landscape {
font-size: 16px; // overrides the value from Foundation
}
}
}
#displayLabel {
2015-05-07 06:08:49 +08:00
text-align: center;
//width: 169px;
2015-03-17 21:45:49 +08:00
}
}
2014-12-12 03:35:10 +08:00
#newMessageInput {
display: block;
float: left;
2015-01-16 23:59:50 +08:00
width: 75%;
2014-12-12 03:35:10 +08:00
resize: none;
padding-top: 0px;
padding-bottom: 0px;
2015-05-07 13:33:13 +08:00
2014-12-12 03:35:10 +08:00
border:1px solid extract(@lightGrey, 3);
2015-05-07 13:33:13 +08:00
margin: 0px;
2015-03-14 04:18:50 +08:00
@media @landscape {
height: 100%; /* same height as send button */
}
2015-03-03 00:08:08 +08:00
@media @mobile-portrait {
font-size: 4vw;
height: 8vw;
2015-03-03 00:08:08 +08:00
}
@media @mobile-portrait-with-keyboard {
font-size: 4.5vh;
height: 25vh;
}
2015-03-03 00:08:08 +08:00
@media @desktop-portrait {
font-size: 25px;
2015-03-14 04:18:50 +08:00
height: 60px; /* same height as send button */
}
2014-12-12 03:35:10 +08:00
}
.panel-footer {
bottom: 0px;
position: relative;
background: extract(@white, 1);
2015-05-07 13:33:13 +08:00
padding: 0;
border-top: 1px solid extract(@lightGrey, 3);
2014-12-12 03:35:10 +08:00
}
#sendMessageButton {
width: 25%;
2015-07-30 06:37:41 +08:00
color: extract(@white, 1);
background-color: #3896D3;
2015-05-07 13:33:13 +08:00
font-weight: bold;
height: 50px;
margin: 0px;
border: 1px solid extract(@lightGrey, 3);
@media @desktop-portrait {
font-size: 30px;
&:hover {
background: #3A82D4;
}
padding-left: 7%;
}
@media @phone-portrait {
font-size: 20px;
padding-left: 5%;
}
@media @tablet-portrait {
font-size: 25px;
padding-left: 7%;
}
@media @phone-portrait-with-keyboard {
font-size: 20px;
padding-left: 7%;
}
@media @tablet-portrait-with-keyboard {
font-size: 25px;
padding-left: 7%;
}
@media @landscape {
padding: 0px;
position: absolute;
bottom: 10px;
&:hover {
background: #3A82D4;
}
}
@media @phone-landscape {
font-size: 14px;
}
@media @tablet-landscape {
font-size: 18px;
}
@media @desktop-landscape {
font-size: 15px;
}
2014-12-12 03:35:10 +08:00
}
2014-12-12 10:11:15 +08:00
.timestamp {
text-align: right;
}
#chatbar-contents {
@media @landscape {
min-width: 140px;
}
}
.button-group {
@media @landscape {
height: 100%;
}
}
#chatInput {
@media @landscape {
height: 100%;
padding-bottom: 10px;
}
}