-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (92 loc) · 1.34 KB
/
style.css
File metadata and controls
95 lines (92 loc) · 1.34 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
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
html{
background: #eee;
}
body{
position: relative;
}
#bg{
display: none;
z-index: -1;
margin-top: 0;
width: 100%;
height: 100%;
}
#wrapper{
position: relative;
}
#aboutBox{
position: absolute;
width: 600px;
margin: 0 auto;
margin-top: 10%;
margin-left: 30%;
margin-right: 30%;
padding: 20px;
background: rgba(0,0,0,0.3);
/*box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
opacity: 0;
}
p,a{
font-size: 1.3em;
line-height: 1.3em;
text-align: justify;
text-shadow: 0 2px 6px rgba(0,0,0,0.4);
color: #ffe;
}
#aboutTitle,#linkTitle,#lastest{
color:#fff;
}
#about{
color: #ffe;
}
.headline{
color:#fff;
font-size: 5em;
font-weight: 1;
}
.links li{
display: inline;
margin-right: 20px;
}
a:visited{
color:#ffe;
}
a:hover{
color: #fff;
text-decoration: none;
border-bottom:1px dashed #ddd;
/*-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
-ms-filter: blur(1px);
filter: blur(1px);*/
}
#titleList{
margin-left: 20px;
color: #fff;
}
#titleList li{
display: list-item;
list-style: square;
}
.post-title{
color: #ffe;
}
#bigTitleBox{
position: absolute;
top: -40px;
height: 40px;
width: 640px;
left: 0;
background: #000;
/*-webkit-filter: blur(5px);*/
opacity: 0.7;
background: #7DBB60;
/*box-shadow: 2px 0px 2px rgba(0,0,0,0.5);*/
}
#bigTitle{
position: absolute;
top:-43px;
color: #fff;
left: 15px;
}