forked from 0918nobita/Tea-tango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (59 loc) · 1 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
body {
color: rgb(74, 74, 74);
background-color: #FFF6DB;
font-family: 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
margin: 0;
padding: 0;
}
#header {
position: fixed;
background-color: white;
width: 100%;
height: 1.8em;
text-align: center;
font-size: 2em;
color: #2F95FB;
z-index: 1;
}
#headerMenu {
position: fixed;
top: 2.5em;
left: 0;
list-style: none;
width: 100%;
height: 4em;
background-color: #2F95FB;
z-index: 1;
}
.headerMenuButton {
display: block;
float: left;
text-align: center;
color: white;
width: 25%;
}
#titleBar {
position: fixed;
top: 6.5em;
width: 100%;
color: white;
padding-top: 0.5em;
padding-left: 2em;
padding-bottom: 0.5em;
background-color: #4FB5FF;
z-index: 1;
}
#main {
position: absolute;
top: 9em;
padding-left: 1em;
padding-right: 1em;
margin-bottom: 3em;
}
#letsstartButton a {
position: relative;
background-color: #FFAC37;
color: white;
font-size: 2em;
padding: 0.1em;
}