-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
87 lines (80 loc) · 1.13 KB
/
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
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
79
80
81
82
83
84
85
86
87
#topbar1
{
position: absolute;
opacity: 0.8;
background-color: black;
width:100%;
height: 100px;
left: 0px;
top: 0px;
}
#tb1t1
{
font-family: 'Forte' , sans-serif;
font-size:76px;
color: white;
margin-left: 50px;
vertical-align: middle;
opacity: 1;
}
#tb1t2
{
font-family: 'Forte' , sans-serif;
font-size:35px;
color: white;
vertical-align: middle;
opacity: 1;
}
#ma1d1, #ma1d3
{
position: relative;
top: 100px;
width: 396px;
height:366px;
float: left;
border-style: solid;
border-width: 17px;
border-color: #575757;
border-radius: 20px;
opacity: 0.7;
padding: 5px;
padding-right: 0px;
}
#ma1d2
{
position: relative;
top: 100px;
width: 400px;
height: 400px;
float: left;
}
#bottombar1
{
position: absolute;
opacity: 0.9;
background-color: black;
width:100%;
height: 152px;
left: 0px;
top: 530px;
}
#bb1d1 , #bb1d2
{
position: relative;
width: 100px;
height:50px;
border-style: solid;
border-color: black;
border-width: 10px;
}
#bottombar1 div .a
{
color: white;
border-style: solid;
border-radius: 10px;
border-color: white;
border-width: 10px;
width: 100px;
height: 80px;
color: white;
}