Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .chat-area span{
- color: dimgray;
- }
- .chat-area .user{
- float: right;
- text-align: left;
- }
- .chat-area .friend{
- float: left;
- }
- .results tr[visible='false'],
- .no-result{
- display:none;
- }
- .results tr[visible='true']{
- display:table-row;
- }
- .youtube-video {
- float: left;
- width:66%;
- height: 0;
- /*margin-left: 10px;*/
- /*position:relative;
- padding-bottom:56.25%;
- padding-top:30px;
- height:0;
- overflow:hidden;
- width: 100%;*/
- }
- .youtube-video iframe {
- width:98%;
- min-height:500px;
- /*position:absolute;
- top:0;
- left:0;
- width:450px;*/
- }
- .chat {
- /*float: left;
- width:34%;
- margin:auto;
- position: relative;*/
- float: right;
- width:33%;
- }
- .chat .chat-self{
- float: right;
- margin-left: 55px;
- }
- .chat .chat-self p{
- background: lightblue;
- border: 0px;
- border-radius: 3px;
- text-align: center;
- width: 100%;
- padding: 5px;
- }
- .chat .chat-friend p{
- background: lightgray;
- border: 3px;
- width: 100%;
- border-radius: 3px;
- padding: 5px;
- text-align: center;
- }
- .name-tag span{
- text-align: right;
- }
- .chat .chat-area{
- width: 400px;
- height: 450px;
- padding: 10px;
- border: 1px solid #ccc;
- border-radius: 2px;
- overflow-y: scroll;
- position: relative;
- }
- .chat-area::-webkit-scrollbar{
- width: 10px;
- }
- .chat-area::-webkit-scrollbar-thumb{
- border-radius: 5px;
- background: rgba(0,0,0,.1);
- }
- .chat .chat-area a{
- color:pink;
- }
- .chat .chat-area p{
- margin: 2px 0;
- }
- .chat .entry {
- width: 100%;
- height: 40px;
- margin-left: 0px;
- display: inline-block;
- padding: 3px;
- margin-top: 5px;
- resize: none;
- border: 1px solid #ccc;
- border-radius: 3px;
- font: Tahoma, sans-serif;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /*.container {
- min-width: 98%;
- margin-right:50px;
- margin-left: auto;
- padding-right: 0px;
- padding-left: 15px;
- width: 100%;
- }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement