-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle0.css
executable file
·131 lines (127 loc) · 3.21 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/* Bookdown formatting to slightly better match UMONS style */
.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;
}
.bdd {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-bdd.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;
}
.sv {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-sv.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}
.svbox {
padding: 1em 1em 1em 4em;
margin-bottom: 5px;
background: #f5f5f5 url("images/block-svbox.png") left center/3em no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
}