-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
62 lines (61 loc) · 1.03 KB
/
index.css
File metadata and controls
62 lines (61 loc) · 1.03 KB
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
/**
* @name: ./index.css
* @author: unasm<[email protected]>
* @since : 2014-04-28 16:24:25
*/
li{
list-style-type:none;
}
html{
margin:0;
padding:0;
background-color:#E6E6E6;
font-family:'sorts-mill-goudy','Bookman Old Style',serif;
min-height:100%;
height:100%;
}
.clearfix:after{
visibility:hidden;
display:block;
content:"";
height:0px;
clear:both;
}
body{
width:960px;
margin:0px auto;
border-left:1px solid #8d8d8d;
border-right:1px solid #8d8d8d;
padding:0 5%;
box-shadow:0 0 2px #8d8d8d;
background-color:white;
min-height:100%;
height:100%;
}
ul li{
margin:10px 0;
}
nav a{
color:black;
text-decoration:none;
display:block;
margin:10px 0;
}
a:hover{
text-decoration:underline;
}
/****self的开始********/
.self > *{
float:left;
}
.self article{
width:600px;
line-height:1.6em;
text-indent:2em;
font-size:1.2em;
}
firgure img{
width:200px;
border-radius:5px;
}
/**************/