OSDN Git Service

6a06d5fceb9797d7f29cae1bfeea8ed4206a30b4
[webchat/WebChat.git] / public / stylesheets / enter.css
1 #namelist ul{
2         list-style: none;
3 }
4 #namelist ul li {
5         display: inline;
6         margin-right:1em;
7 }
8
9 #whisper_list ul{
10         list-style: none;
11 }
12 #whisper_list ul li {
13         display: inline;
14         margin-right:1em;
15 }
16
17 textarea[name="message"]{
18         width:50em;
19         height:3.6em;
20         line-height:1.2em;
21         font-size:inherit;
22 }
23
24 input[name="message"],input[name="mailto"]{
25         width:600px;
26 }
27
28 #whisper{
29         font-size:70%;
30 }
31
32 #help_frame{
33         border:solid;
34         background-color:white;
35         position:absolute;
36         left:49%;
37         width:50%;
38         height: 30em;
39         overflow: auto;
40 }