style.css
984 Bytes
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#wrap-1 {
width: 100% !important;
}
#wrap-2 {
width: 100%;
position: absolute;
margin: 0px;
padding: 0px;
}
#content {
box-shadow: none;
margin: 0px;
padding: 0px;
}
.box-1 {
margin: 0px;
}
body {
background: none;
width: 100%;
height: 100%;
}
.lobby-notes {
width: 100%;
height: 100%;
font-size: 24px;
}
#lobby-note-elements {
list-style: none;
margin-left: 30px;
margin-right: 30px;
padding: 0px;
}
#lobby-note-elements .title {
font-weight: bold;
}
#lobby-note-elements .created_by {
font-size: 12px;
}
#lobby-note-elements li {
border-top: solid #1759b2;
background-color: #f4f8fa;
padding: 10px;
width: 100%;
text-align: justify;
margin-top: 30px;
}
.lobby-header{
text-align: center;
}
#content .lobby-header h1{
text-align: center;
font-size: 30px;
}
.lobby-header img{
position: absolute;
left: 0px;
top: 0px;
margin-left: 30px;
}
.lobby-header .before{
float: left;
margin-left: 200px;
}