-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold_style.css
More file actions
81 lines (67 loc) · 885 Bytes
/
old_style.css
File metadata and controls
81 lines (67 loc) · 885 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
80
81
html {
/*background-image: url(yarnbackground.jpg);*/
/*color:white;*/
}
a:link {
/*color: red;*/
}
a:visited {
/*color: green;*/
}
a:hover {
color: purple;
}
a:active {
color: blue;
}
body {
max-width: 90%;
}
#close-up {
display: block;
margin: auto
}
div a:before {
content: '';
display: block;
padding: 6px;
}
footer {
max-width: 15%;
display: block;
margin: auto;
}
.pretty-words {
font-family: helvetica;
}
#spinning-title {
font-family: fantasy;
}
a.source {
display: flex;
justify-content: center;
}
#spindle {
max-width: 300px;
height: auto;
display: block;
margin: auto;
}
table {
border: 1px solid white;
padding: 10px;
}
td {
border:1px solid white;
}
@media screen and (max-width: 340px) {
body {
flex-direction: column;
}
#spinning-title {
font-size: 20px;
}
img {
width: 100%;
}
}