-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
205 lines (189 loc) · 4.05 KB
/
blog.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>日志目录</title>
<style type="text/css">
a:link {
text-decoration: none;
color:#000;}
a:visited {
text-decoration: none;
color:#000;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.font1{
font-family: "黑体";
font-size: 30px;
text-align: center;
width: 100%;
}
.font2{
font-size: 24px;
text-align: left;
width: 100%;
font-family: "微软雅黑";
}
.font3{
font-size: 18px;
text-align: left;
width: 100%;
font-family: "微软雅黑";
}
.font4{
font-family: "黑体";
font-size: 24px;
text-align: center;
width: 100%;
}
.font5{
font-size: 18px;
text-align: right;
width: 100%;
font-family: "微软雅黑";
}
body {
background-repeat: repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-attachment: fixed;
background-image: url(picture/background.jpg);
}
#top {
position: fixed;
height: 35px;
z-index: 9;
left: 0;
top: 0;
width: 100%;
font-family: "华文细黑";
background-image: url(picture/background.jpg);
background-attachment: fixed;
}
#headportait
{
z-index: 10;
width: 35px;
height: 35px;
float: left;
margin-left: 2px;
margin-right: 2px;
}
#toptitle
{
z-index: 10;
height: 35px;
margin-left: 2px;
margin-right: 2px;
font-family: "微软雅黑";
font-size: 24px;
}
.icon
{
z-index: 10;
width: 35px;
height: 35px;
float: right;
margin-left: 2px;
margin-right: 2px;
}
.icon_picture{
width: 30px;
height: 30px;
}
#clearfix{
clear:both;
height:0;
}
#indexbody
{
z-index: 1;
top: 30px;
width: 100%;
height: 90%;
position:relative;
}
#content{
z-index:2;
position:relative;
top:-8px;
float: right;
width:100%;
height: 100%;
}
.Linetable
{
position: relative;
border: 0px;
height: 50px;
cellspacing: 0px;
left: 35%;
width: 30%;
margin-top:0px;
margin-bottom:0px;
border-spacing:0px;
}
.text
{
margin-top: 0px;
margin-bottom: 0px;
z-index: 2;
position: relative;
left: 20%;
width: 60%;
background-image: url(picture/wood.jpg);
}
.textTable
{
width:100%;
}
</style>
</head>
<body>
<div id="top">
<div id="headportait"><img src="picture/jiaxusp.png" class="icon_picture"/></div>
<div class="icon"><a href="mailto:[email protected]"><img src="picture/mail.png" class="icon_picture"/></a></div>
<div class="icon" ><a href="homework.html"><img src="picture/homework.png" class="icon_picture"/></a></div>
<div class="icon"><a href="blog.html"><img src="picture/blog.png" class="icon_picture"/></a></div>
<div class="icon"><a href="index.html"><img src="picture/index.png" class="icon_picture"/></a></div>
<div class="icon"><a href="aboutme.html"><img src="picture/aboutme.png" class="icon_picture"/></a></div>
<div id="toptitle">钱珺的个人日志</div>
</div>
<div id="clearfix"></div>
<div id="indexbody">
<hr width="100%" size="2" color="#660000"/>
<div id="content">
<table class="Linetable" >
<tr>
<td width="1" height="50" bgcolor="#660000" ></td>
<td height="50"></td>
<td width="1" height="50" bgcolor="#660000" ></td>
</tr>
</table>
<div id="blog" class="text">
<table class="textTable" id="blogTable">
<tr><td class="font1">个人日志</td></tr>
<tr><td class="font2"> 2014/7/2 <a href="blog1.html">《个人日志1》</a></td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font2"> </td></tr>
<tr><td class="font5">共1篇 </td></tr>
</table>
</div>
</div>
</div>
</body>
</html>