-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbms.css
More file actions
67 lines (55 loc) · 796 Bytes
/
bms.css
File metadata and controls
67 lines (55 loc) · 796 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
div.bms{
width: 100%;
overflow: auto;
margin: 5px 0px 10px;
}
div.bmsleft{
float: left;
width: 120px;
}
div.bmsright{
float: left;
width: 600px;
margin: 0px 20px 0px;
}
div.bmstbox{
padding: 6px;
background-color: #666699;
color: #ffffff;
}
div.bmstitle{
width: 48%;
text-align: center;
float: left;
}
div.bmsgenre{
font-size: smaller;
float: left;
width: 24%;
}
div.bmsdl{
font-size: smaller;
text-align: right;
}
div.bmstbox a{
color: #ffffff;
}
div.bmscm{
border-width: 1px;
border-color: #666699;
border-style: dotted;
background-color: #f8f8ff;
padding: 5px;
font-size: 12px;
}
div.bmsir{
}
div.bmsir table{
font-size: 10px;
line-height: 10px;
}
div.bmsmv{
text-align: right;
line-height: 20px;
font-size: smaller;
}