forked from dmpop/pygmynote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
100 lines (89 loc) · 1.36 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
/*
Basic Tags
*/
body {
font: 13px/175% 'open Sans', sans-serif;
text-align: justify;
background-color: #4a525a;
}
h1 {
color: #cfcfcf;
font: 51px 'Open Sans', sans-serif;
font-weight: 700;
text-align: center;
margin-bottom: 11px;
padding-bottom: 11px;
padding-left: 0px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: thick dotted;
letter-spacing: 21px;
}
a {
color: #e3e3e3;
}
a.title {
text-decoration: none;
}
h2 {
color: #e3e3e3;
font: 29px/50% 'Open Sans', sans-serif;
font-weight: 400;
text-align: left;
margin-top: 39px;
margin-bottom: 7px;
line-height: 100%;
text-shadow: 1px 1px 1px #101010;
letter-spacing: 7px;
}
p {
color: #cfcfcf;
width: 500px;
text-align: justify;
}
img.dropshadow {
box-shadow: 5px 5px 25px -2px #333;
}
img {
vertical-align: text-bottom;
}
/*
Main Tags
*/
#content {
position: absolute;
top: 10%;
left: 50%;
margin-top: -75px;
margin-left: -250px;
width: 500px;
height: auto;
color: #e3e3e3;
}
.text {
width: 430px;
height: auto;
text-align: left;
padding: 0px;
margin: 0px;
margin-right: 20px;
color: inherit;
float: left;
}
.center {
width: 430px;
height: auto;
text-align: center;
padding: 0px;
margin-left: auto;
margin-right: auto;
}
.footer {
width: 515px;
text-align: center;
font-family: monospace;
font-size: 11px;
margin: 0px;
margin-top: 15px;
}