reactjs-chatapp
Version:
Most popular chat component for react!
168 lines (145 loc) • 2.64 kB
CSS
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*{
font-family: Roboto, Arial;
}
body{
width:100%;
height:100%;
}
.container{
width:960px;
margin:0 auto;
}
header#Header{
}
#Header_Content{
background:#1d9e74;
padding:50px 0;
}
#Header_Content_KEmoji{
float:left;
width:400px;
}
#Header_Content_Description{
float:left;
width:550px;
margin-left:10px;
}
#Header_Content_Description p{
text-align:center;
color:#eee;
margin-top:10px;
padding:10px;
font-size:1.3em;
}
.clearfix{
clear:both;
display:block;
}
h2{
font-size:5em;
text-align:center;
color:#eee;
font-weight:400;
}
h4{
font-size:1.2em;
color:#000;
font-weight:400;
margin:10px 0;
}
.TwoButtons{
display:block;
text-align:center;
margin-top:20px;
}
.TwoButtons .btn{
margin:0 10px;
}
.btn{
display:inline-block;
padding:0 30px;
height:60px;
line-height:60px;
border:2px solid #eee;
text-decoration: none;
color:#eee;
border-radius:4px;
font-size:1.8em;
}
.btn:hover{
border-color:#eee;
background:#eee;
color:#444;
}
.table{
width:100%;
border:1px solid #eee;
border-radius:2px;
padding:5px;
font-weight:300;
line-height:1.4em;
}
.table th{
text-align:left;
font-weight:400;
padding:20px;
border-right:1px solid #eee;
}
.table td{
padding:20px;
border-right:1px solid #eee;
vertical-align: middle;
}
.table tr{
padding:10px;
border-bottom:1px solid #eee;
}
.generatorparams{
margin:20px 0;
margin-bottom:40px;
}
.generatorparams i{
font-weight:400;
}