-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoulibre-dark.css
68 lines (54 loc) · 2.38 KB
/
toulibre-dark.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
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("toulibre.org") {
body
{
background-color: #222 !important;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAAB20lEQVRIx4XWuZXDMAwE0C0SAQtggIIYoAAEU+aKOHhYojTrYP2+QfOW/5QIJOih/q8HwF/pb3EX+UPIveYcQGgEHiu9hI+ihEc5Jz5KBIlRRRaJ1JtoSAl5Hw96hLB1/up1tnIXOck5jZQy+3iU2hAOKSH1JvwxHsp+5TLF5MOl1/MQXsVs1miXc+KDbYydyMeUgpPQreZ7fWidbNhkXNJSeAhc6qHmHD8AYovunYyEACWEbyIhNeB9fRrH3hFi0bGPLuEW7xCNaohw1vAlS805nfsrTspclB/hVdoqusg53eH7FWot+wjYpOViX8KbFFKTwlnzvj65P9H/vD0/hibYBGhPwlPO8TmxRsaxsNnrUmUXpNhirlJMPr6Hqq9k5Xn/8iYQHYIuQsWFC6Z87IOxLxHphSY4SpuiU87xJnJr5axfeRd+lnMExXpEWPpuZ1v7qZdNBOjiHzDREHX5fs5Zz9p6X0vVKbKKchlSl5rv+3p//FJ/PYvoKryI8vs+2G9lzRmnEKkh+BU8yDk515jDj/HAswu7CCz6U/Mxb/PnC9N41ndpU4hUU7JGk/C9PmP/M2xZYdvBW2PObyf1IUiIzoHmHW9yTncliYs9A9tVNppdShfgQaTLMf+j3X723tLeHgAAAABJRU5ErkJggg==) !important;
background-clip: border-box !important;
background-origin: padding-box !important;
background-attachment: scroll !important;
background-repeat: repeat !important;
background-size: auto !important;
background-position: left top !important;
color: #eee !important;
text-shadow: 1px 1px 1px black !important;
}
div.header{
background-color: #262626 !important;
border-radius: 20px !important;
max-width: 80em !important;
margin: auto !important;
}
h1, h2, h3, h4{
color: #F56B0F !important;
border-bottom-color: #777 !important;
box-shadow: 2px 2px 2px black !important;
}
div.menu a{
color: #000 !important;
}
strong, b{
color: #8195BE !important;
}
div.contents {
background: transparent !important;
padding: 10px !important;
border-bottom: medium none !important;
max-width: 80em !important;
margin: auto !important;
}
div.menu{
position: fixed !important;
background-color: rgba(245, 107, 15, 0.8) !important;
color: #383838 !important;
border-radius: 20px !important;
box-shadow: 2px 2px 2px silver !important;
text-shadow: 1px 1px 1px #565656 !important;
}
.inline td, .inline th{
border: 2px ridge #777 !important;
}
.inline th{
color: #8195BE !important;
}
}