| 1 |
/* Page HAL CSS */ |
| 2 |
|
| 3 |
#wphal-keys { |
| 4 |
text-align : justify; |
| 5 |
word-wrap: break-word; |
| 6 |
} |
| 7 |
|
| 8 |
#wphal-keys a{ |
| 9 |
text-decoration:none; |
| 10 |
white-space: nowrap; |
| 11 |
} |
| 12 |
|
| 13 |
#wphal-aut{ |
| 14 |
max-height : 500px; |
| 15 |
overflow: auto; |
| 16 |
} |
| 17 |
|
| 18 |
#wphal-discipline{ |
| 19 |
max-height : 500px; |
| 20 |
overflow: auto; |
| 21 |
} |
| 22 |
|
| 23 |
#wphal-keyw{ |
| 24 |
max-height : 500px; |
| 25 |
overflow: auto; |
| 26 |
} |
| 27 |
|
| 28 |
#wphal-rev{ |
| 29 |
max-height : 500px; |
| 30 |
overflow: auto; |
| 31 |
} |
| 32 |
|
| 33 |
#wphal-an{ |
| 34 |
max-height : 500px; |
| 35 |
overflow: auto; |
| 36 |
} |
| 37 |
|
| 38 |
#wphal-institu{ |
| 39 |
max-height : 500px; |
| 40 |
overflow: auto; |
| 41 |
} |
| 42 |
|
| 43 |
#wphal-labo{ |
| 44 |
max-height : 500px; |
| 45 |
overflow: auto; |
| 46 |
} |
| 47 |
|
| 48 |
#wphal-dpt{ |
| 49 |
max-height : 500px; |
| 50 |
overflow: auto; |
| 51 |
} |
| 52 |
|
| 53 |
#wphal-rteam{ |
| 54 |
max-height : 500px; |
| 55 |
overflow: auto; |
| 56 |
} |
| 57 |
|
| 58 |
.grp-content{ |
| 59 |
max-height : 250px; |
| 60 |
overflow: auto; |
| 61 |
} |
| 62 |
|
| 63 |
|
| 64 |
ul.wphal-discipline li{ |
| 65 |
list-style: none !important; |
| 66 |
} |
| 67 |
|
| 68 |
#wphal-menu, #wphal-menu ul{ |
| 69 |
padding: 5px; |
| 70 |
margin: 0; |
| 71 |
list-style: none; |
| 72 |
} |
| 73 |
|
| 74 |
|
| 75 |
#wphal-menu li { |
| 76 |
display: inline-block; |
| 77 |
padding-right: 10px; |
| 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 |
|
| 88 |
#wphal-menu a { |
| 89 |
border-bottom: none !important; |
| 90 |
text-decoration: none !important; |
| 91 |
display: block; |
| 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 |
} |
| 103 |
|
| 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 |
|
| 183 |
} |