-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (82 loc) · 1.82 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
@charset "UTF-8";
/*--- init ---*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;
}
body{
line-height:1.5; background:#fff; margin:1.5em 0;
}
table{
border-collapse:separate; border-spacing:0;
}
caption, th, td{
text-align:left; font-weight:400;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q{
quotes:"" "";
}
a img{
border:none;
}
/*--- style ---*/
html, body{
background: #fff;
height: 100%;
color: #444;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
font-size: 14px;
margin: 0px;
padding: 0px;
}
a:link {
color: #444;
text-decoration: none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
filter: alpha(opacity=40); /* IE */
-moz-opacity:0.4; /* Firefox(old) */
-khtml-opacity: 0.4; /* Safari(old) */
opacity: 0.4;
text-decoration: none;
}
a:visited { color: #444; }
.bold { font-weight:bold; }
div#wrapper {
min-height: 100%;
width: 100%;
}
header{
text-align: center;
}
#header-bar {
background: #444;
height: 5px;
margin-bottom: 20px;
}
#logo {
font-size: 2em;
}
#content {
margin: 50px;
}
article {
margin-top: 20px;
padding: 20px;
border: solid 1px #888;
}
#page-nav {
margin-top: 20px;
text-align: center;
}
footer {
font-size: 0.8em;
text-align: center;
}