-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
89 lines (73 loc) · 1.56 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
88
89
body{
margin: 0;
}
#Header{
background-image: url(img/background.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height:650px;
/*margin: 10pt;*/
margin-bottom: 0;
margin-left: 0;
display: table;
vertical-align: middle;
text-align: center;
}
#Header_title{
display: inline-block;
width: 50%;
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
}
#Header_title > h1{
margin: 0 0 0 0;
font-size: 48pt;
font-family: 微軟正黑體;
padding: 15px 0 15px 15px;
}
#Header_title > h2{
margin: 0 0 0 0;
font-family: 微軟正黑體;
font-size: 18pt;
padding: 15px 0 15px 15px;
}
/*=================================================*/
#Header_select_bar{
font-family: Yu Gothic;
font-size: 24pt;
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
}
#Header_select_bar ul{
border-style: solid;
border-width: 0 0 0 1px;
padding-left: 0;
margin:0 0 10pt 0pt;
padding: 10pt 0 10pt 18pt;
list-style-type: none;
width:100%;
}
#Header_select_bar ul > li{
text-align: left;
width: 40%;
}
#Header_select_bar ul > li a{
color: rgba(0,0,0,1);
display: block;
text-align: left;
text-decoration: none;
}
#Header_select_bar ul > li a:hover{
background-color: rgba(80,255,80,0.4);
}
#Header_select_bar ul > li a:active{
background-color: rgba(0,255,0,0.7);
}
/*=================================================*/