You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
2.3 KiB
135 lines
2.3 KiB
body, html{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body{
|
|
font-size:20px;
|
|
text-shadow: 1px 1px #ddd;
|
|
font-family: times, 'times new roman', helvetica,serif;
|
|
line-height:1.5em;
|
|
color:#444;
|
|
background:#fff;
|
|
padding:20px;
|
|
}
|
|
|
|
|
|
#message-form textarea{
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
|
|
display: block;
|
|
outline:none;
|
|
width: 98%;
|
|
margin: 0 auto;
|
|
line-height: 40px;
|
|
border:none;
|
|
-webkit-border-radius: 13px;
|
|
-moz-border-radius: 13px;
|
|
border-radius: 13px;
|
|
font-family: inherit;
|
|
font-size: 20px;
|
|
|
|
-moz-box-shadow:0 0 23px #bbb;
|
|
-webkit-box-shadow:0 0 23px #bbb;
|
|
box-shadow:0 0 23px #bbb;
|
|
|
|
}
|
|
|
|
|
|
#message-form .send-button {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
outline: none;
|
|
//border: 1px solid #bbb;
|
|
border:0;
|
|
-webkit-border-radius: 13px;
|
|
-moz-border-radius: 13px;
|
|
border-radius: 13px;
|
|
height:40px;
|
|
width:100%;
|
|
display: block;
|
|
font-family: inherit;
|
|
font-size: 20px;
|
|
font-weight:bold;
|
|
text-shadow: 0 0 23px #888;
|
|
background-color:#fff;
|
|
|
|
-moz-box-shadow:0 0 23px #bbb;
|
|
-webkit-box-shadow:0 0 23px #bbb;
|
|
box-shadow:0 0 23px #bbb;
|
|
|
|
}
|
|
|
|
select{
|
|
width:100%;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin: 1.5em 0;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
h2{
|
|
margin: 0 0 20px;
|
|
font-size: 40px;
|
|
text-shadow: 0px 0px 23px #bbb;
|
|
}
|
|
|
|
hr{
|
|
height:10px;
|
|
border: 10;
|
|
width:87%;
|
|
background-image: url(css/bg1.gif);
|
|
|
|
}
|
|
|
|
.messages ul{
|
|
width:100%;
|
|
padding:0px;
|
|
}
|
|
.messages li{
|
|
list-style: none;
|
|
width:100%;
|
|
}
|
|
.messages .message-block {
|
|
padding:30px;
|
|
word-wrap:break-word;
|
|
overflow: visible;
|
|
-moz-box-shadow:0 0 23px #bbb;
|
|
-webkit-box-shadow:0 0 23px #bbb;
|
|
box-shadow:0 0 23px #bbb;
|
|
-webkit-border-top-left-radius:123px;
|
|
-webkit-border-top-right-radius:123px;
|
|
-webkit-border-bottom-right-radius:123px;
|
|
-webkit-border-bottom-left-radius:123px;
|
|
-moz-border-radius-bottomright:123px;
|
|
-moz-border-radius-bottomleft:123px;
|
|
-moz-border-top-left-radius:123px;
|
|
-moz-border-top-right-radius:123px;
|
|
border-top-left-radius:123px;
|
|
border-top-right-radius:123px;
|
|
border-bottom-right-radius:123px;
|
|
border-bottom-left-radius:123px;
|
|
background:#fff;
|
|
}
|
|
.node, .hops {
|
|
font-size:10px;
|
|
}
|
|
.message-text {
|
|
font-size: 25px;
|
|
}
|
|
.date-sender {
|
|
font-size: 15px;
|
|
}
|
|
#outbox{
|
|
display:none;
|
|
}
|
|
#header{
|
|
width:100%;
|
|
text-align: center;
|
|
}
|
|
|
|
|