-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgarden.css
More file actions
59 lines (48 loc) · 759 Bytes
/
garden.css
File metadata and controls
59 lines (48 loc) · 759 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
html {
cursor: url('0/img/leaf.png'), auto;
}
body {
color: #006400;
margin: 1em 2em;
}
img.favicon {
border: unset !important;
padding: unset !important;
display: inline;
width: 1.6ch;
height: 1.6ch;
}
a>img {
border: blue 3px dashed;
padding: 1px;
}
a:visited>img {
border: purple 3px;
}
code {
background-color: #f5f5f5;
border: 1px solid #e0e0e0;
border-radius: 4px;
padding: 2px 4px;
}
img {
max-inline-size: 100%;
block-size: auto;
}
.comma-seperated>* {
display: inline-block;
}
.comma-seperated>*:not(:last-child)::after {
content: ", ";
}
.iframe .noiframe {
display: none;
}
.iframe h2 {
font-size: large;
}
blockquote {
border-left: 2px dotted #006400;
padding-left: 1em;
margin-left: 0;
}