-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·61 lines (58 loc) · 785 Bytes
/
style.css
File metadata and controls
executable file
·61 lines (58 loc) · 785 Bytes
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
* {
font-family: georgia;
font-size: 1.0em;
}
div.main {
width:720px;
margin: auto;
}
span.date {
float: right;
text-align: right;
}
h1 {
font-size: 1.2em;
}
h2 {
font-size: 1.1em;
font-style: italic;
}
h3 {
font-size: 1.0em;
}
span.print-button {
float: right;
}
div.title {
text-align: center;
clear: right;
}
div.indent {
margin-left: 50px;
}
div.section {
margin-left: 70px;
}
div.item {
margin-top: 20px;
text-indent: -20px;
}
p {
text-indent: -20px;
}
div.noindent p {
text-indent: 0px;
}
div.noindent {
margin-left: 50px;
}
span.author_icon {
background-color: lightgrey;
font-family: sans-serif;
color: grey;
font-size: 10px;
padding: 8px;
border-radius:8px;
margin-left: -70px;
float: left;
}