-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·93 lines (90 loc) · 2.06 KB
/
style.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
.UMONS {
display: none;
}
.noinstitution {
display: block;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.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;
}
.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;
}