-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathetudes.css
More file actions
79 lines (62 loc) · 941 Bytes
/
Copy pathetudes.css
File metadata and controls
79 lines (62 loc) · 941 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
padding: 0;
margin: 0;
overflow: hidden;
}
h1, h3 {
position: fixed;
color: black;
width: calc(100% - 1.5em);
left: 0;
margin: 0;
margin-right: 1em;
z-index: 2;
text-align: center;
font-family: Cordana, Calibri, sans-serif;
font-size: 2em;
font-weight: normal;
}
h3 {
width: 100%;
top: 2.5em;
font-size: 1.25em;
opacity: 0.75;
}
a {
float: left;
font-size: 80%;
padding: 0.2em 0.5em;
text-decoration: none;
color: black;
}
a:hover {
background: CornFlowerBlue;
}
.white, .white a {
color: white;
}
.gray, .gray a {
color: gray;
}
sup {
padding-left: 0.1em;
font-size: 65%;
}
.credits {
text-align: center;
font-family: Cordana, Calibri, sans-serif;
position: absolute;
width: 100%;
bottom: 0.5em;
}
.credits a {
float: none;
font-size: 100%;
text-decoration: none;
padding: 0;
border-bottom: dotted 1px gray;
}
.credits a:hover {
background: none;
color: white;
}