-
Notifications
You must be signed in to change notification settings - Fork 266
/
clover.css
80 lines (68 loc) · 1.21 KB
/
clover.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
/* Dashed list items */
section ul li {
list-style-type: none;
}
section ul li:before {
content: "—";
margin-left: -20px;
position: absolute;
}
/* Centered images */
.book img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Images with border */
.book img.border {
border: 1px #e9e9e9 solid;
border-radius: 5px;
}
.book.color-theme-2 img.border {
border: none;
background: #fffffa;
}
/* Images groups in instructions */
.book .image-group {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.book .image-group img {
align-self: center;
margin: 0 10px;
width: 300px;
margin-bottom: 0.85em;
}
.book.color-theme-2 img.big-clover {
/* change image for black background */
content:url(assets/clover42-black.png);
}
footer {
margin-top: 35px;
border-top: 1px solid #e9e9e9;
font-size: smaller !important;
padding-top: .85em
}
footer img {
float: left;
margin-right: .85em;
}
/*Assemble clover 4.2 article*/
.type_table tr td {
padding: 14px 20px;
}
table.versions td {
text-align: center;
background: white;
}
table.versions .subversion {
font-size: 80%;
}
.circle {
width: 0.8em;
height: 0.8em;
border-radius: 50%;
display: inline-block;
margin-right: 0.5em;
}