[ Index ] |
|
Code source de Seagull 0.6.1 |
1 /*******************************************************/ 2 /* MEDIA / FILE MANAGER */ 3 /*******************************************************/ 4 /*******************************************************/ 5 /* NAVIGATION FOR MODULE */ 6 /*******************************************************/ 7 8 /* Main Module Navigation */ 9 #module_navigation{ 10 margin:10px 0 25px 0; 11 padding:5px; 12 text-align:center; 13 background-color:#f0ffd9; 14 border:1px solid #c6d7aa; 15 height: 75px; 16 } 17 18 #module_navigation li{ 19 display: inline; 20 list-style-type: none; 21 float:left; 22 margin:0 16px 0 6px; 23 } 24 25 #module_navigation span{ 26 margin:8px 0 0 0; 27 display:block; 28 } 29 30 31 /* Hides from IE Mac \*/ 32 * html #module_navigation {height: 1%;} 33 #event_navigation{display:block;} 34 /* End Hack */ 35 36 /*******************************************************/ 37 /* SELECT FILE TYPE - NARROW RESULTS */ 38 /*******************************************************/ 39 40 #view_type{ 41 margin:10px 0 25px 0; 42 padding:10px; 43 background-color:#E0EFB8; 44 border:1px solid #C3CEA5; 45 height: 75px; 46 } 47 #view_type img{ 48 margin:auto 0 -8px 0; 49 } 50 #view_type a{ 51 font-size:0.9em; 52 color:#333333; 53 text-decoration:none; 54 } 55 #view_type a:hover{ 56 color:#0066CC; 57 } 58 #view_type:after{ 59 content: "."; 60 display: block; 61 height: 0; 62 clear: both; 63 visibility:hidden; 64 } 65 #view_type{ 66 display: inline-block; 67 } 68 /* Hides from IE Mac */ 69 * html #view_type { 70 height: 1%; 71 } 72 #view_type{ 73 display:block; 74 } 75 /* End Hack */ 76 77 78 #view_type span{ 79 float:left; 80 color:#5F7032; 81 font-size:1em; 82 font-weight:bold; 83 margin:12px 10px 0 0; 84 } 85 #view_type input{ 86 margin:0; 87 padding:0; 88 border:1px solid #C3CEA5; 89 } 90 .doc_icon{ 91 width:70px; 92 text-align:center; 93 margin:0 0 8px 0; 94 } 95 .doc_name{ 96 text-align:center; 97 color:#5F7032; 98 font-size:0.9em; 99 } 100 .file_type_icon{ 101 float:left; 102 } 103 104 #keyword_div{ 105 float:left; 106 margin:12px 10px 0 0; 107 } 108 #keyword_div label{ 109 text-align:center; 110 color:#5F7032; 111 font-size:0.9em; 112 font-weight:bold; 113 } 114 #submit_div{ 115 float:left; 116 margin:12px 10px 0 0; 117 118 } 119 120 121 /*******************************************************/ 122 /* THUMBNAIL CREATION */ 123 /*******************************************************/ 124 .complete_thumb{ 125 float:left; 126 margin:0; 127 padding:10px 0 10px 0; 128 } 129 .complete_thumb_highlighted{ 130 float:left; 131 margin:0 10px 10px 0; 132 padding:14px 10px 4px 10px; 133 background-color:#F6F5F2; 134 border:1px solid #D9D8CB; 135 height:100px; 136 width:20%; 137 } 138 div.complete_thumb_highlighted input{ 139 margin:0 0 4px 0; 140 padding:0; 141 border:1px solid #C3CEA5; 142 } 143 .thumb img{ 144 border:1px solid #666666; 145 margin:0; 146 padding:1px; 147 background-color:#FFFFFF; 148 vertical-align:bottom; 149 } 150 div.thumb{ 151 float:left; 152 border-bottom:1px solid #E5E5E5; 153 border-right:1px solid #E5E5E5; 154 background-color:#CCCCCC; 155 margin:0; 156 padding:0 2px 2px 0; 157 } 158 .thumb img:hover{ 159 border:1px solid #000000; 160 } 161 162 .thumb_title{ 163 margin:0; 164 padding:8px 0 0 0; 165 clear:both; 166 float:left; 167 } 168 169 .thumb_title h1{ 170 margin:0; 171 padding:0 0 0 0; 172 color:#333333; 173 font-weight:bold; 174 font-size:1em; 175 } 176 .thumb_title h2{ 177 margin:0; 178 padding:0 0 8px 0; 179 color:#666666; 180 font-weight:normal; 181 font-size:1em; 182 } 183 .thumb_title h3{ 184 margin:0; 185 padding:0; 186 color:#666666; 187 font-weight:normal; 188 font-size:1em; 189 } 190 .thumb_title a{ 191 text-decoration:none; 192 color:#666666; 193 } 194 .thumb_title a:hover{ 195 text-decoration:underline; 196 } 197 img.overlap{ 198 margin:-40px 0 0 0; 199 display:block; 200 position:relative; 201 top:42px; 202 left:2px; 203 z-index:3; 204 } 205 div.cb{ 206 clear:both; 207 } 208 div.selection_options{ 209 float:left; 210 margin:0 0 0 10px; 211 } 212 div.selection_options > input{ 213 margin:0; 214 padding:0; 215 } 216 div.selection_options > label{ 217 color:#666666; 218 font-size:0.9em; 219 font-weight:bold; 220 } 221 222 223 /*******************************************************/ 224 /* MEDIA LIST */ 225 /*******************************************************/ 226 227 .default_table{ 228 margin:0; 229 padding:10px; 230 background-color:#F3F3EC; 231 border:1px solid #999791; 232 } 233 .default_table table{ 234 margin:0; 235 padding:0; 236 border:0; 237 width:100%; 238 } 239 .default_table caption{ 240 color:#9CB20A; 241 font-size:1em; 242 text-align:left; 243 margin:0 0 10px 0; 244 } 245 .default_table th{ 246 margin:0; 247 padding:3px; 248 text-align:left; 249 color:#666666; 250 font-weight:bold; 251 border:0; 252 } 253 .default_table tr{ 254 margin:0; 255 padding:0; 256 text-align:left; 257 } 258 .default_table td{ 259 margin:0; 260 padding:3px 10px 3px 3px ; 261 border-left:0; 262 border-right:0; 263 border-top:1px solid #999791; 264 border-bottom:6px solid #F3F3EC; 265 background-color:#fff; 266 color:#855F48; 267 } 268 .default_table a{ 269 color:#0066CC; 270 text-decoration:underline; 271 } 272 .default_table a:hover{ 273 color:#CC3300; 274 } 275 td.icon_in_table{ 276 text-align:center; 277 } 278 279 /*******************************************************/ 280 /* MEDIA ADD */ 281 /*******************************************************/ 282 #add_edit_form form{ 283 margin:0; 284 padding:10px; 285 } 286 #add_edit_form label{ 287 font-weight:bold; 288 color:#333333; 289 font-size:0.9em; 290 margin:0; 291 padding:0; 292 background-color:#f0ffd9; 293 background-image:url("<?php echo $baseUrl; ?>/images/cal_event_bg_2.jpg"); 294 background-position:top left; 295 background-repeat:repeat-x; 296 padding:4px; 297 border:1px solid #999999; 298 border-top:1px solid #fff; 299 border-left:1px solid #fff; 300 } 301 #add_edit_form textarea{ 302 margin:0; 303 padding:0; 304 } 305 #add_edit_form input, select{ 306 border:1px solid #999999; 307 padding:2px; 308 font-size:0.9em; 309 color:#333333; 310 } 311 .form_section{ 312 margin:10px 0 0 0; 313 background-color:#f0ffd9; 314 border:1px solid #D0DCE0; 315 padding:10px; 316 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |