-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (81 loc) · 1.05 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
90
91
92
93
94
95
96
#all
{
font-size: 18;
font-family:Lekton,Times New Roman,sans-serif;
font-weight:500;
}
#download a
{
color: black;
font-size: 16;
text-align: right;
}
p
{
margin: 6px;
padding: 6px;
}
#head
{
color: black;
font-size:2em;
font-weight: 900;
text-decoration:none;
}
#under_head
{
font-size:20;
font-weight: 450;
}
#under_under_head
{
font-size:13;
font-weight: 200;
}
#titles h1
{
font-size: 30;
text-decoration: none;
font-weight: bold;
}
#fooder
{
color: silver;
font-size:15;
}
/* navi */
#navi ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navi li
{
margin: 0 0 .2em 0;
}
#navi a
{
font-size: 20;
display: block;
color: black;
background-color: #d3d3d3;
width: 170px;
/* height: 50px; */
padding: .2em .8em;
text-decoration: none;
}
#navi a:hover
{
background-color: #9e9e9e;
background-image: url('hover.jpg');
color: #FFF;
text-decoration:overline underline;
}
.content-section {
display: none;
}
#home {
display: block;
}
/* navi ende */