-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
205 lines (155 loc) · 2.85 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
@import "http://";
@charset "utf-8";
/***** default styles
*******************************************/
body {
font-size: 13px;
*font-size: small; /* IE7 */
*font: x-small; /* IE6 */
}
* {line-height: 1.6;font-size: 100%;}
/***** text styles
*******************************************/
.old {
color: #b0b0b0;
}
html {
padding: 0;
margin: 0;
}
body {
text-align: center;
color: #5D5D5D;
margin:0 auto;
padding:0;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;
}
p {
line-height: 1.9;
text-align: justify;
text-justify: distribute;
}
p, ul, ol, dl, table, pre {
font-size: 100%;
letter-spacing: 0.02em;
}
img {border: 0; vertical-align: bottom;}
/***** Link styles
*******************************************/
#out a {text-decoration: none;}
#out a:link {
color: #337ED2;
border-bottom: 1px solid #56AEE1;
}
#out a:visited {
color: #56AEE1;
border-bottom: 1px solid #56AEE1;
}
#out a:hover {
color: #337ED2;
border-bottom: 1px solid #337ED2;
}
/***** layout styles
*******************************************/
#out {
margin:30px auto 10px auto;
text-align: left;
width:950px;
}
#head {
letter-spacing: 0.1em;
text-align: left;
margin:0px auto 20px auto;
padding:10px 0 20px 20px;
border-bottom: 2px solid #cccccc;
}
#menu {
text-align:right;
font-size:87%;
color:#CCCCCC;
}
h1 {
font-size: 160%;
font-weight:normal;
margin:0 0 5px 0;
padding:0;
}
h2 {
font-size: 100%;
font-weight:normal;
margin:0;
padding:0;
}
h3 {
font-size: 130%;
font-weight:normal;
margin:2.5em 0 1em 0;
padding:0 0 0 10px;
border-left: 3px solid #cccccc;
}
h4 {
font-size: 130%;
font-weight:normal;
margin:2.5em 0 1em 0;
padding:0 0 5px 10px;
border-bottom: 1px solid #cccccc;
}
#main{
letter-spacing: 0.1em;
font-size: 110%;
margin:0 3em;
line-height: 1.9;
}
#main ul {
margin:0 5px 5px 0;
padding: 3px;
list-style: circle;
}
#main li {
margin: 0.5em 0 0.5em 1.5em;
letter-spacing: 0.02em;
padding: 0.3em 0 0.3em 0.1em;
}
.member-table td {
padding: 0 1em;
}
.member-table tr.school td:first-child {
padding-left: 0;
font-weight: bold;
}
.member-table tr:not(.school) td:last-child {
text-align: right;
}
.resume table th {
text-align: center;
}
.resume table td, .resume table th {
padding: 0.2em 0.5em;
border: solid black 1px;
}
.resume table {
border: solid 2px black;
border-collapse: collapse;
}
#footer {
margin: 3em 0 0 0;
padding: 1.5em 0 1em 0em;
border-top: 2px solid #cccccc;
line-height: 1.9;
text-align: center;
letter-spacing: 0.1em;
}
.copyright {
font-size: 75%;
margin: 0 15px 0 0;
padding: 10px 0 30px 0;
text-align: right;
color:#888888;
letter-spacing: 0.1em;
}
.copyright a:link,a:visited,a:hover {
color: #888888;
border-bottom:none;
text-decoration: none;
}
/* Copyright (C) Net Mania. All Rights Reserved. http://www.netmania.jp/ */