|
27
|
1 |
/* actu */ |
|
|
2 |
.actu { |
|
|
3 |
float: left; |
|
|
4 |
position: relative; |
|
|
5 |
} |
|
37
|
6 |
.actu .voile{ |
|
|
7 |
width: 100%; |
|
|
8 |
height: 100%; |
|
|
9 |
position: absolute; |
|
|
10 |
background-color: #c51810; |
|
|
11 |
top: 0; |
|
|
12 |
left: 0; |
|
|
13 |
zoom: 1; |
|
|
14 |
filter: alpha(opacity=30); |
|
|
15 |
opacity: 0.3; |
|
|
16 |
display: none; |
|
|
17 |
} |
|
27
|
18 |
.inner-actu{ |
|
|
19 |
width: 100%; |
|
|
20 |
background-color:rgba(0,0,0,.7); |
|
|
21 |
height: 40px; |
|
|
22 |
position: absolute; |
|
|
23 |
bottom: 0; |
|
|
24 |
} |
|
|
25 |
.inner-actu h2{ |
|
|
26 |
color: #FFF; |
|
|
27 |
line-height: 40px; |
|
37
|
28 |
font-size: 20px; |
|
27
|
29 |
padding-left: 10px; |
|
|
30 |
} |
|
|
31 |
.inner-actu h2 a{ |
|
|
32 |
color: #FFF; |
|
|
33 |
text-decoration: none; |
|
|
34 |
} |
|
37
|
35 |
.actu .links{ |
|
27
|
36 |
display: none; |
|
|
37 |
position: absolute; |
|
|
38 |
bottom: 0; |
|
|
39 |
right: 0; |
|
|
40 |
} |
|
37
|
41 |
.actu.selected .links, .actu.selected .voile{ |
|
27
|
42 |
display: block; |
|
|
43 |
} |
|
37
|
44 |
.actu .links li{ |
|
27
|
45 |
float: left; |
|
|
46 |
margin: 0 0 1px 1px; |
|
|
47 |
} |
|
37
|
48 |
.actu .links a{ |
|
27
|
49 |
display: block; |
|
|
50 |
width: 28px; |
|
|
51 |
height: 28px; |
|
|
52 |
background-color: #007dad; |
|
|
53 |
background-repeat: no-repeat; |
|
|
54 |
} |
|
37
|
55 |
.actu .links a:hover{ |
|
27
|
56 |
background-color: #4FA3C4; |
|
|
57 |
} |
|
37
|
58 |
.actu .links a.trash{ |
|
27
|
59 |
background-image: url(../img/home-button-trash.png); |
|
|
60 |
background-position: 8px 5px; |
|
|
61 |
} |
|
37
|
62 |
.actu .links a.file{ |
|
27
|
63 |
background-image: url(../img/home-button-file.png); |
|
|
64 |
background-position: 2px 6px; |
|
|
65 |
text-decoration: none; |
|
|
66 |
position: relative; |
|
|
67 |
} |
|
37
|
68 |
.actu .links a.file span{ |
|
27
|
69 |
color: #0F85B2; |
|
|
70 |
display: block; |
|
|
71 |
font-size: 11px; |
|
|
72 |
left: 8px; |
|
|
73 |
position: absolute; |
|
|
74 |
text-align: center; |
|
|
75 |
top: 6px; |
|
|
76 |
width: 18px; |
|
|
77 |
} |
|
37
|
78 |
.actu .links a.comment{ |
|
27
|
79 |
background-image: url(../img/home-button-comment.png); |
|
|
80 |
background-position: 4px 6px; |
|
|
81 |
} |
|
|
82 |
/* treemap */ |
|
|
83 |
.actus{ |
|
|
84 |
position: relative; |
|
37
|
85 |
} |
|
27
|
86 |
.actu{ |
|
|
87 |
position: absolute; |
|
|
88 |
overflow: hidden; |
|
|
89 |
float: none; |
|
|
90 |
} |
|
37
|
91 |
|
|
|
92 |
/* Treemap 2 */ |
|
|
93 |
|
|
|
94 |
.cluster-article { |
|
|
95 |
position: absolute; overflow: hidden; |
|
27
|
96 |
} |
|
37
|
97 |
|
|
|
98 |
.cluster-article p { |
|
|
99 |
position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px; overflow: hidden; |
|
27
|
100 |
} |
|
37
|
101 |
|
|
|
102 |
.abstract { |
|
|
103 |
position: absolute; bottom: 40px; left: 0; right: 0; padding: 4px; background: rgba(0,0,0,0.7); |
|
|
104 |
color: #ffffff; font-size: 12px; text-shadow: 1px 1px 1px #000000; display: none; |
|
27
|
105 |
} |
|
37
|
106 |
|
|
|
107 |
.actu.selected .abstract { |
|
|
108 |
display: block; |
|
27
|
109 |
} |
|
37
|
110 |
|
|
|
111 |
body { font-size: 62.5%; } |
|
|
112 |
|
|
|
113 |
input.text { margin-bottom:12px; width:95%; padding: .4em; } |
|
|
114 |
fieldset { padding:0; border:0; margin-top:25px; } |
|
|
115 |
div#users-contain { width: 350px; margin: 20px 0; } |
|
|
116 |
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; } |
|
|
117 |
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; } |
|
|
118 |
.ui-dialog .ui-state-error { padding: .3em; } |
|
|
119 |
.validateTips { border: 1px solid transparent; padding: 0.3em; } |