-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (48 loc) · 983 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#wrapperUser{
width:900px;
margin:auto;
}
#wrapper{
width:880px;
margin:auto;
}
a,p{font-family: 'Trebuchet MS', Helvetica, sans-serif;color:#444;}
a:hover{color:#888;}
h1{margin:auto;float:left;}
.subscriberContainer{
float:left;
height: 230px;
padding: 10px 10px 0 0;
width: 264px;
}
#localview{float:right;}
.publisherContainer{
background: none repeat scroll 0 0 #000000;
border-radius: 10px 10px 10px 10px;
margin: -140px 110px;
padding: 10px;
}
.rightbox{clear: both;
float: left;
margin:30px 16px;
}
#subscribers{
clear: both;
float: left;
margin: 15px 0;
}
ul{background: none repeat scroll 0 0 #3674df;
height: 35px;
margin: 0;
padding: 0;
width: 264px;}
li{
display: block;
float: left;
margin: 0;
padding: 7px 21px;
}
li a{text-decoration:none;color:#fff;}
li a:hover{text-decoration:underline;color:#444;}
#streams{clear:both;float:right;margin:50px 0;}
.users{width:150px;height:150px;background:#000;}