PluginProbe
HAL / 2.3
HAL v2.3
trunk 1.0 1.1 1.2 1.3 1.4 1.4.2 1.4.3 1.4.4 2.0 2.0.1 2.0.10 2.0.2 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2 2.3 2.4 2.4.1 2.4.2 2.5 All 30 releases
← All changes | css/style.css +140 -52 1.02.3 View file →
@@ -1,95 +1,183 @@
1 -#keys {
1 +/* Page HAL CSS */
2 +
3 +#wphal-keys {
2 4 text-align : justify;
3 5 word-wrap: break-word;
4 6 }
5 7
6 -#keys a{
8 +#wphal-keys a{
7 9 text-decoration:none;
8 10 white-space: nowrap;
9 11 }
10 12
11 -.form-table td span{
12 - font-style: italic; !important
13 +#wphal-aut{
14 + max-height : 500px;
15 + overflow: auto;
13 16 }
14 17
15 -.doc-content{
16 - max-height: 200px;
18 +#wphal-discipline{
19 + max-height : 500px;
17 20 overflow: auto;
18 - padding-left: 20px;
19 21 }
20 22
21 -.doc-header{
22 - padding: 10px;
23 - margin: 0px;
24 - font-size: 14px;
25 - font-weight: bold;
26 - line-height: 16px;
27 - text-transform: uppercase;
28 - border-radius: 4px 4px 0px 0px;
29 - border-bottom: 1px solid #EBEBEB;
30 - background-color: #F7F7F7;
23 +#wphal-keyw{
24 + max-height : 500px;
25 + overflow: auto;
31 26 }
32 27
33 -.doc-group{
34 - margin: 10px 0px;
35 - padding: 0px;
36 - border-radius: 4px;
37 - border: 1px solid #DDD;
28 +#wphal-rev{
29 + max-height : 500px;
30 + overflow: auto;
38 31 }
39 32
40 -.doc-nb{
41 - float: right;
42 - color: #999;
43 - font-weight: normal;
44 - text-transform: lowercase;
45 - font-size: 12px;
33 +#wphal-an{
34 + max-height : 500px;
35 + overflow: auto;
46 36 }
47 37
48 -#aut{
49 - height : 500px;
38 +#wphal-institu{
39 + max-height : 500px;
50 40 overflow: auto;
51 41 }
52 42
53 -#discipline{
54 - height : 500px;
43 +#wphal-labo{
44 + max-height : 500px;
55 45 overflow: auto;
56 46 }
57 47
58 -#keyw{
59 - height : 500px;
48 +#wphal-dpt{
49 + max-height : 500px;
60 50 overflow: auto;
61 51 }
62 52
63 -#rev{
64 - height : 500px;
53 +#wphal-rteam{
54 + max-height : 500px;
65 55 overflow: auto;
66 56 }
67 57
68 -#an{
69 - height : 500px;
58 +.grp-content{
59 + max-height : 250px;
70 60 overflow: auto;
71 61 }
72 62
73 -#institu{
74 - height : 500px;
75 - overflow: auto;
63 +
64 +ul.wphal-discipline li{
65 + list-style: none !important;
76 66 }
77 67
78 -#labo{
79 - height : 500px;
80 - overflow: auto;
68 +#wphal-menu, #wphal-menu ul{
69 + padding: 5px;
70 + margin: 0;
71 + list-style: none;
81 72 }
82 73
83 -#dpt{
84 - height : 500px;
85 - overflow: auto;
74 +
75 +#wphal-menu li {
76 + display: inline-block;
77 + padding-right: 10px;
86 78 }
79 +#wphal-menu li ul {
80 + padding: 8px 8px 8px 16px;
81 + background: #fff;
82 + border : 1px solid #BEBEBE;
83 + -webkit-border-radius: 5px;
84 + -moz-border-radius: 5px;
85 + border-radius: 5px;
86 +}
87 87
88 -#rteam{
89 - height : 500px;
90 - overflow: auto;
88 +#wphal-menu a {
89 + border-bottom: none !important;
90 + text-decoration: none !important;
91 + display: block;
91 92 }
93 +#wphal-menu ul {
94 + position: absolute;
95 + left: -999em;
96 + text-align: left;
97 + width: 450px;
98 + padding: 5px;
99 +}
100 +#wphal-menu li:hover ul {
101 + left: auto;
102 +}
92 103
93 -#toto{
94 - height: 500px;
104 +.wphal-pagination {
105 + text-align: center;
106 + margin: 20px;
107 +}
108 +
109 +.wphal-pagination a, .wphal-pagination li {
110 + background: #fff;
111 + display: inline-block;
112 + padding: 4px 8px;
113 + border-bottom: none !important;
114 + text-decoration: none !important;
115 + line-height: 1.5em;
116 + -webkit-border-radius: 3px;
117 + -moz-border-radius: 3px;
118 + border-radius: 3px;
119 +}
120 +
121 +.wphal-pagination .disabled {
122 + pointer-events: none;
123 +}
124 +
125 +.wphal-pagination a:hover {
126 + background-color: #BEBEBE;
127 + color: #fff;
128 +}
129 +
130 +.wphal-pagination .active a{
131 + background: #BEBEBE;
132 +}
133 +
134 +#wphal-content button{
135 + margin : 5px;
136 +}
137 +
138 +.wphal-infocontact {
139 + margin-bottom : 15px;
140 +}
141 +
142 +.grp-div .wphal-titre-groupe{
143 + padding: 10px;
144 + margin: 0;
145 + font-size: 14px;
146 + font-weight: bold;
147 + line-height: 16px;
148 + background-color: #f7f7f7;
149 + text-transform: uppercase;
150 + -webkit-border-radius: 4px 4px 0 0;
151 + -moz-border-radius: 4px 4px 0 0;
152 + border-radius: 4px 4px 0 0;
153 + border-bottom: 1px solid #ebebeb;
154 +}
155 +
156 +.grp-div .grp-content {
157 + padding-top: 10px;
158 + padding-bottom: 10px;
159 +}
160 +
161 +.wphal-nbmetadata {
162 + float:right;
163 + color:#999999;
164 + font-weight:normal;
165 + text-transform: lowercase;
166 + font-size: 12px;
167 +}
168 +
169 +.wphal-nbtot {
170 + font-weight: bold;
171 + font-size: x-large;
172 +}
173 +
174 +
175 +/* Widget CSS */
176 +
177 +.widhal-li {
178 + padding-bottom : 5px;
179 +}
180 +
181 +.widhal-ul {
182 +
95 183 }