-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (65 loc) · 1.45 KB
/
style.css
File metadata and controls
69 lines (65 loc) · 1.45 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
63
64
65
66
67
68
69
@media screen and (min-width: 768px) {
#index_wrapper {
margin: 2% 0 0 25%;
padding: 0 5%;
}
#header {
position: fixed;
top: 0;
bottom: 0;
width: 30%;
}
#header #sitename{
margin: 5em 5% 0 0;
text-align: right;
}
#header #description {
text-align: right;
}
#header #socialapp{
text-align: right;
}
}
#header {
background: #ccc;
color: #fff;
padding: 1em 0;
text-align: center;
}
#header #sitename{
font-size: 2.4em;
font-weight: bold;
color: #df2d4f;
}
#header #description{
font-size: 1.2em;
margin: 0.8em 5% 0 0;
}
#header #socialapp{
font-size: 0.8em;
margin: 0.8em 5% 0 0;
}
#header #socialapp a{
padding: 0.1em 0.4em;
background: #df2d4f;
color: #fff;
}
#content_list { margin:1em;}
#content_list a{text-decoration: none;overflow: hidden;display: block;margin-top:0.4em;padding:0.4em 0.6em;border:1px solid #eee ;box-shadow: 2px 2px 1px #ccc;}
#content_list a:hover {background:#eee;}
#content_list .post_time {color:#808080;}
#pading_nav {margin:2em 1em;}
#pading_nav a{
font-size: 0.8em;
margin-right:0.2em;
padding: 0.1em 0.4em;
color: #df2d4f;
border:1px solid #eee;
}
#pading_nav a:hover{
border:1px solid #df2d4f;
text-decoration:none;
}
#powerby { text-align: center; margin-top: 2em; padding:20px 0; font-size: 0.8em;}
#wrapper {width:80%; margin:0 auto;}
#back_index {font-size:0.6em;margin:5em 0 2em 0;padding:1em 0;text-align:center; border-width:1px 0;border-style:solid;border-color:#eee;}