-
Notifications
You must be signed in to change notification settings - Fork 0
/
style0.css
113 lines (109 loc) · 2.72 KB
/
style0.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/* Bookdown formatting to your taste */
.book .book-body .page-wrapper .page-inner {
max-width: 810px !important;
}
.book .book-body .page-wrapper .page-inner section.normal a {
color: #00abcc;
}
.book .book-summary ul.summary li a:hover, .book .book-summary ul.summary li.active>a {
color: #00abcc;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
/* Special boxes */
.info {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-info.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.note {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-note.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.warning {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-warning.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.error {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-error.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.win {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-win.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.mac {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-mac.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.linux {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-linux.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.tuto {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-tuto.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.assign {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-assign.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.assign2 {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-assign2.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.challenge {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-challenge.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.challenge2 {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-challenge2.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}