forked from soulaklabs/bitoduc.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitoduc.css
134 lines (115 loc) · 1.52 KB
/
bitoduc.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
132
133
134
body
{
background: #dfd5e5;
}
h1, h2, h3
{
color: #000020;
}
h3
{
margin-left: -10px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
text-decoration: none;
}
#tout
{
font-family: Georgia, “Nimbus Roman No9 L”, serif;
margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: #fff5f5;
padding: 50px;
box-shadow: 0px 0px 10px 0px #d8d8d8;
}
.groupe-lettre
{
margin: 10px;
background-color: #fff5f5;
padding-left: 40px;
padding-right: 30px;
padding-top: 12px;
padding-bottom: 20px;
box-shadow: 0px 0px 5px 0px #d0d0d0;
}
.definition
{
padding: 1px 2px 1px 2px;
margin-left: 10px;
}
.mot-français
{
color: #208f20;
}
.mot-anglais
{
color: #905050;
}
.genre
{
display: None;
}
.classe
{
display: None;
}
#intro
{
font-size: larger;
color: #905050;
margin: 50px;
}
#publicite
{
font-size: initial;
color: #905050;
margin: 50px;
}
#subtitle
{
color: #101010;
margin-left: 100px;
width : 50%;
}
.index
{
text-align: center;
}
.index a
{
font-size: larger;
color: black;
text-decoration: none;
margin-right: 5px;
position:relative;
}
.index a:hover
{
background-color: #999;
}
.bouton-gh
{
position: absolute;
top: 0; right: 0;
border: 0;
}
a
{
color: inherit;
}
dl {
list-style-type: disc;
}
dt:before {
content: "";
display: block;
}
dt:after {
content: ":";
}
dt, dd {
display: inline;
margin: 0;
}