-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css~
130 lines (121 loc) · 2.41 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
html {
margin: 0;
padding: 0;
}
body {
font: 16px sans-serif;
line-height: 1.88889;
color: #092463;
margin: 0;
padding: 0;
line-height: 1.25em;
min-width: 900px;
}
header {
margin: 0 auto;
max-width: 800px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
header h1 {
border-top: 4px solid white;
font-size: 90px;
display: inline-block;
min-height: 70px;
margin: 55px auto 0;
padding: 0 10px;
z-index: 2;
cursor: pointer;
}
header h1:after {
background-color: #7B94CE;
content: '';
height: 2px;
left: 0;
margin-top: -3px;
position: absolute;
width: 100%;
z-index: -1;
}
header h2 {
color: #7B94CE;
font-size: 22px;
font-style: italic;
font-weight: 400;
margin: -5px auto 0;
}
.article {
font-size: 17px;
color: #777777;
background: #EEEEEE;
width: 200px;
height: 200px;
margin: 10px;
padding: 10px;
text-align: center;
cursor: pointer;
}
.article:hover {
background: #DDDDDD;
}
#text {
font: 16px sans-serif;
color: #222;
font-weight: 400;
}
#t {
font-size: 20px;
}
#a {
color: #2B4685;
font-size: 13px;
}
#date {
position: relative;
top: 170px;
}
#about {
font-size: 18px;
color: #6A83BD;
position: fixed;
left: 56px;
top: 39px;
cursor: pointer;
}
#leftt, #leftb, #rightt, #rightb, #topl, #topr, #botl, #botr {
background: #7B94CE;
position: fixed;
}
#leftt, #leftb, #rightt, #rightb { width: 2px; }
#leftt { left: 56px; top: 56px; height: 150px;}
#leftb { left: 56px; bottom: 56px; height: 150px;}
#rightt { right: 56px; top: 56px; height: 150px;}
#rightb { right: 56px; bottom: 56px; height: 150px;}
#topl, #topr, #botl, #botr { height: 2px; }
#topl { top: 56px; left: 56px; width: 150px; }
#topr { top: 56px; right: 56px; width: 150px; }
#botl { bottom: 56px; left: 56px; width: 150px; }
#botr { bottom: 56px; right: 56px; width: 150px; }
.intro {
text-align: center;
}
.body {
margin: 56px 240px 58px 240px;
}
.end {
position: fixed;
left: 59px;
right: 59px;
bottom: 58px;
height: 300px;
background: #FFFFFF;
background: -moz-linear-gradient(bottom, rgba(255,255,255,1.0) 0%, rgba(255,255,255,0.0) 100%);
background: -webkit-gradient(linear, right bottom, left bottom,
from(rgba(255,255,255,1.0)), to(rgba(255,255,255,0.0)));
filter: progid:DXImageTransform.Microsoft.gradient(
gradientType=1, startColor=0, endColorStr=#FFFFFF);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(
gradientType=1, startColor=0, endColorStr=#FFFFFF);
}