-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpgfr.css
96 lines (77 loc) · 1.71 KB
/
pgfr.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
p, li, li p {
text-align: justify;
}
div.item-list li, div.pgSideNav, li.pgSideNav .pgSideNav li {
text-align:left;
}
.form-text {
font-size: 0.8em;
width: 140px;
border: 1px solid #7A7A7A;
background: #FFFFFF;
padding: 2px;
}
.form-password{
font-size: 0.8em;
width: 140px;
border: 1px solid #7A7A7A;
background: #FFFFFF;
padding: 2px;
}
textarea,select,input,.form-radio{
font-size: 1.0em;
/*width: 140px;*/
border: 1px solid #7A7A7A;
background: #FFFFFF;
padding: 2px;
}
.form-submit{
font-size: 0.8em;
width: 140px;
border: 1px solid #7A7A7A;
background: #dddddd;
padding: 2px;
}
hr{
color: #DADADA;
size: 1px;
}
.plop{
color: #FF0000;
}
h1.plop a:link{
color: #EC5800;
text-decoration: none;
text-align: left;
}
h1.plop a:hover{
color: #EC5800;
text-decoration: underline;
}
div.contentsLink{
text-align: right;
}
/*Win IE fix \*/
* html #pgTopNav { height: 1%; margin-top: 0px; }
* html .pgTopNav { height: 1%; margin-top: 0px; }
/*End Win IE fix*/
/*Win IE fix \*/
* html #pgTopNavLeft { height: 1%; }
* html .pgTopNavLeft { height: 1%; }
/*End Win IE fix*/
/*Win IE fix \*/
* html #pgTopNavRight { height: 1%; }
* html .pgTopNavRight { height: 1%; }
/*End Win IE fix*/
/*Win IE fix \*/
* html #pgTopNavList { height: 1%; margin-bottom: -2px; }
* html #pgTopNavList li { margin: 0 0.5em 0 -0.5em; }
* html .pgTopNavList { height: 1%; margin-bottom: -2px; }
* html .pgTopNavList li { margin: 0 0.5em 0 -0.5em; }
/* specifique à drupal */
li.leaf{
list-style-type: none;
}
li.collapsed, li.expanded{
list-style-type: none;
}