This repository was archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (104 loc) · 1.57 KB
/
Copy pathstyle.css
File metadata and controls
120 lines (104 loc) · 1.57 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
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
body {
position: relative;
width: 100%;
margin: 0;
padding: 0;
float: left;
font-family: 'Dosis', sans-serif;
font-size: 16pt;
color: #333;
}
a {
color: #19A3FF;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
hr {
color: #dee;
border: none;
border-top: 1px dashed #aaa;
margin: 40px 0 40px 0;
}
div.inner {
margin: 0 auto;
width: 1024px;
height: auto;
}
div.head {
top: 0px;
position: relative;
height: 260px;
width: 100%;
background-color: #19A3FF;
color: #fff;
float: left;
display: block;
font-size: 2em;
}
div.head h1 {
position: relative;
display: block;
margin-bottom: 0px;
}
.slogan {
position: relative;
margin-top: -25px;
margin-left: 20px;
font-size: 0.75em;
font-weight: 200;
float: left;
}
div.content {
position: relative;
float: left;
width: 100%;
min-height: 500px;
padding: 40px 0px 40px 0px;
display: block;
background-color: #fff;
}
pre {
position: relative;
font-size: 0.75em;
text-indent: 0px;
float: left;
padding: 0.5em;
margin: 0.5em 0 0.5em 0;
background-color: #eef;
}
div.foot {
position: relative;
float: left;
background-color: #0F1929;
height: 180px;
padding: 40px 0px 20px 0px;
width: 100%;
color: #9ab;
}
div.parallax {
padding: 5px;
background-color: #19A3FF;
width: 250px;
color: #fff;
text-align: center;
float: left;
}
div.parallax-bar {
padding: 5px;
background-color: #dee;
width: 100%;
color: #fff;
float: left;
clear: left;
}
div.foot a {
color: #9ab;
text-decoration: none;
}
div.foot a:hover {
color: #fff;
text-decoration: underline;
}