-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
51 lines (43 loc) · 885 Bytes
/
Copy pathcss.css
File metadata and controls
51 lines (43 loc) · 885 Bytes
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
ul#menu_horizontal {
width : 200px;
height : 400px;
margin-left : auto;
margin-right : auto;
padding : 0;
background-color : #f4f9fd;
border : 1px dashed black;
list-style-type : none;
}
ul#menu_horizontal li {
padding : 0 0.5em;
line-height : 30px;
}
ul#menu_horizontal li.bouton_gauche {
# float : left;
# border-right : 1px dashed black;
}
ul#menu_horizontal li.bouton_droite {
# float : right;
# border-left : 1px dashed black;
}
ul#menu_horizontal a {
color : black;
text-decoration : none;
padding : 0 0.5em;
font : 0.8em "Terminus";
}
ul#menu_horizontal a:hover {
text-decoration : underline;
}
ul#menu_horizontal a img {
border : none;
padding : 0 0.3em;
}
table{
border-collapse : collapse;
background-color : #f4f9fd;
}
td, th{
font : 0.8em "Terminus";
border : 1px dashed black;
}