-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpygtktutfr.css
49 lines (42 loc) · 874 Bytes
/
pygtktutfr.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
/*
* feuille de style pour tutoriel pygtk
*/
body {
background : #fdfbf4 ;
color:#000000 ;
font-family : "Bitstream Vera Serif" , "Times new roman", serif ;
font-size : 1em;
}
a { color : #0000FF ;}
a:visited { color : #840084 ;}
a:hover {color : #0000FF ;}
*[class~="surname"]:lang(fr) { font-variant: small-caps; }
.programlisting {
background: #EEEED9;
color : black ;
padding-top : 1ex ;
padding-bottom : 1ex ;
}
.trad {font-style : italic;}
.localisation {
font-size : 0.9em;
background : #C5C7A5;
color : #635E50;
padding : 0.3em;
}
.informaltable table{
border-collapse: collapse;
border : medium solid #505040;
}
.informaltable td {
padding : 0.5ex ;
border : thin solid #505040;
}
.tableinfo table{
border-collapse: collapse;
border : medium solid #505040;
}
.tableinfo td {
padding : 0.5ex ;
border : thin solid #505040;
}