main.css 17KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031
  1. #container
  2. {
  3. position: relative;
  4. min-height: 100%;
  5. padding-bottom: 30px;
  6. width: 640px;
  7. margin-top: 45px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. margin-bottom: 45px;
  11. padding: 10px;
  12. background-color: white;
  13. border: 0px solid #d5d5d5;
  14. border-radius: 7px;
  15. -moz-border-radius: 7px;
  16. -webkit-border-radius: 7px;
  17. -webkit-box-shadow: #666 0px 2px 3px;
  18. -moz-box-shadow: #666 0px 2px 3px;
  19. box-shadow: #666 0px 2px 3px;
  20. }
  21. #container h1
  22. {
  23. margin-top: 11px;
  24. }
  25. #container h2
  26. {
  27. margin-top: 0px;
  28. margin-bottom: 5px;
  29. font-size: 1.7em;
  30. text-shadow: 1px 1px 2px #666;
  31. }
  32. #container h3
  33. {
  34. text-shadow: 1px 1px 1px #666;
  35. }
  36. #container h4
  37. {
  38. }
  39. div.clearboth
  40. {
  41. clear: both;
  42. }
  43. .button {
  44. display: inline-block;
  45. line-height: 1;
  46. padding: 4px 7px;
  47. text-decoration: none;
  48. font-weight: bold;
  49. color: #fff;
  50. background-color: #39c;
  51. -moz-border-radius: 5px;
  52. -webkit-border-radius: 5px;
  53. -khtml-border-radius: 5px;
  54. border-radius: 5px;
  55. border: 1px solid #2b82ad;
  56. }
  57. input.button, button.button {
  58. border: 0px none;
  59. }
  60. .button:active {
  61. background-color: #39c9cc;
  62. }
  63. .button.active
  64. {
  65. background-color: #39C9CC;
  66. }
  67. #container a
  68. {
  69. text-decoration: none;
  70. color: #00d0de;
  71. }
  72. #container a.button
  73. {
  74. color: white;
  75. }
  76. #container a:hover
  77. {
  78. text-decoration: underline;
  79. }
  80. #container #top-tabs, .top-tabs-right
  81. {
  82. float: left;
  83. list-style: none outside none;
  84. margin: -35px 16px 0 -6px;
  85. padding: 0;
  86. }
  87. #container #top-tabs li
  88. {
  89. float: left;
  90. margin-left: 0px;
  91. padding-top: 3px;
  92. padding-left: 5px;
  93. padding-right: 5px;
  94. padding-bottom: 3px;
  95. background-color: #e9e9e9;
  96. border-top: 1px solid #d5d5d5;
  97. border-left: 1px solid #d5d5d5;
  98. border-right: 1px solid #d5d5d5;
  99. border-radius: 5px 5px 0px 0px;
  100. -moz-border-radius: 5px 5px 0px 0px;
  101. -webkit-border-radius: 5px 5px 0px 0px;
  102. }
  103. /* Noscript */
  104. div#noscript_warning
  105. {
  106. position: absolute;
  107. left: 15px;
  108. top: 15px;
  109. background-color: #fe4b4b;
  110. color: black;
  111. font-weight: bold;
  112. font-size: 110%;
  113. padding: 5px;
  114. z-index: 999;
  115. border-top: 1px solid #d5d5d5;
  116. border-left: 1px solid #d5d5d5;
  117. border-right: 1px solid #d5d5d5;
  118. -moz-border-radius: 5px;
  119. -webkit-border-radius: 5px;
  120. -khtml-border-radius: 5px;
  121. border-radius: 5px;
  122. }
  123. .top-tabs-right
  124. {
  125. list-style: none outside none;
  126. }
  127. .top-tabs-right li
  128. {
  129. float: left;
  130. padding-top: 3px;
  131. padding-left: 5px;
  132. padding-right: 5px;
  133. padding-bottom: 3px;
  134. background-color: #e9e9e9;
  135. border-top: 1px solid #d5d5d5;
  136. border-left: 1px solid #d5d5d5;
  137. border-right: 1px solid #d5d5d5;
  138. border-radius: 5px 5px 0px 0px;
  139. -moz-border-radius: 5px 5px 0px 0px;
  140. -webkit-border-radius: 5px 5px 0px 0px;
  141. }
  142. .top-tabs-right li.active
  143. {
  144. background-color: white;
  145. }
  146. #container #top-tabs li.active, .top-tabs-right ul.active, .top-tabs-right ul.active li
  147. {
  148. background-color: white;
  149. }
  150. #container #top-tabs li a, #container .top-tabs-right li a
  151. {
  152. text-decoration: none;
  153. color: black;
  154. }
  155. .top-tabs-right
  156. {
  157. float: right;
  158. margin-right: -5px;
  159. }
  160. .top-tabs-right.active
  161. {
  162. background-color: white;
  163. }
  164. #top_bar
  165. {
  166. width: 220px;
  167. background-color: white;
  168. padding: 0px;
  169. margin-left: auto;
  170. margin-right: auto;
  171. border-radius: 0px 0px 4px 4px;
  172. -moz-border-radius: 0px 0px 4px 4px;
  173. -webkit-border-radius: 0px 0px 4px 4px;
  174. text-align: center;
  175. }
  176. #top_bar a
  177. {
  178. text-decoration: none;
  179. color: black;
  180. padding-left: 3px; padding-right: 3px;
  181. }
  182. /*#top_bar ul
  183. {
  184. text-align: center;
  185. margin-top: -5px;
  186. }
  187. #top_bar ul li
  188. {
  189. display: inline;
  190. float: left;
  191. list-style: none;
  192. padding-left: 6px;
  193. }
  194. #top_bar ul li a
  195. {
  196. text-decoration: none;
  197. color: black;
  198. }*/
  199. ul.inline
  200. {
  201. }
  202. ul.inline li
  203. {
  204. display: inline;
  205. }
  206. /* Messages flash */
  207. .message
  208. {
  209. -webkit-background-size: 40px 40px;
  210. -moz-background-size: 40px 40px;
  211. background-size: 40px 40px;
  212. background-image: -webkit-gradient(linear, left top, right bottom,
  213. color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  214. color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  215. color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
  216. to(transparent));
  217. background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  218. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  219. transparent 75%, transparent);
  220. background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  221. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  222. transparent 75%, transparent);
  223. background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  224. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  225. transparent 75%, transparent);
  226. background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  227. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  228. transparent 75%, transparent);
  229. background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  230. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  231. transparent 75%, transparent);
  232. -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  233. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  234. box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  235. width: 100%;
  236. border: 1px solid;
  237. color: #fff;
  238. padding: 15px;
  239. position: fixed;
  240. _position: absolute;
  241. text-shadow: 0 1px 0 rgba(0,0,0,.5);
  242. -webkit-animation: animate-bg 5s linear infinite;
  243. -moz-animation: animate-bg 5s linear infinite;
  244. }
  245. .info, .fos_user_info
  246. {
  247. background-color: #4ea5cd;
  248. border-color: #3b8eb5;
  249. }
  250. .error, .fos_user_error
  251. {
  252. background-color: #de4343;
  253. border-color: #c43d3d;
  254. }
  255. .warning, .fos_user_warning
  256. {
  257. background-color: #eaaf51;
  258. border-color: #d99a36;
  259. }
  260. .success, .fos_user_success
  261. {
  262. background-color: #61b832;
  263. border-color: #55a12c;
  264. }
  265. .message h3
  266. {
  267. margin: 0 0 5px 0;
  268. }
  269. .message p
  270. {
  271. margin: 0;
  272. }
  273. .message a.message-close
  274. {
  275. float: right;
  276. margin-top: -14px;
  277. margin-right: 18px;
  278. margin-bottom: -11px;
  279. }
  280. .message a.message-close img:HOVER
  281. {
  282. width: 52px;
  283. height: 52px;
  284. margin-bottom: -13px;
  285. }
  286. @-webkit-keyframes animate-bg
  287. {
  288. from {
  289. background-position: 0 0;
  290. }
  291. to {
  292. background-position: -80px 0;
  293. }
  294. }
  295. @-moz-keyframes animate-bg
  296. {
  297. from {
  298. background-position: 0 0;
  299. }
  300. to {
  301. background-position: -80px 0;
  302. }
  303. }
  304. /* Message flash end */
  305. #choose_language
  306. {
  307. float: right;
  308. margin-right: 5px;
  309. }
  310. #choose_language a
  311. {
  312. text-decoration: none;
  313. color: black;
  314. }
  315. .error_list
  316. {
  317. font-size: 87%;
  318. color: #dd0101;
  319. margin-left: 24px;
  320. margin-top: 2px;
  321. margin-bottom: 2px;
  322. margin-right: 2px;
  323. }
  324. .error_list li
  325. {
  326. list-style: url(/bundles/muzichcore/img/1323874685_warning.png);
  327. }
  328. /* Debut CSS pour tags */
  329. pre code {background: #ccc; padding:2px 0; display: block; margin-top:4px;}
  330. .ui-autocomplete {
  331. font-size:12px;
  332. border:1px solid #ddd;
  333. background:#fff;
  334. list-style:none;
  335. position: absolute;
  336. cursor: default;
  337. list-style-type: none;
  338. width: 300px;
  339. }
  340. .ui-autocomplete li {margin-right:8px; float: left;}
  341. .ui-autocomplete li a {display:block; padding:4px;}
  342. .ui-autocomplete li a.ui-state-hover,
  343. .ui-autocomplete li a:hover {background:#eee;}
  344. /**/
  345. ul.tagbox {
  346. cursor: text;
  347. border: none;
  348. overflow: hidden;
  349. padding: 0 0 1px 3px;
  350. margin-left: 0px;
  351. }
  352. ul.tagbox li {
  353. margin:0;
  354. }
  355. ul.tagbox li.tag {
  356. float: left;
  357. line-height: 1;
  358. list-style-type: none;
  359. margin-top: 3px;
  360. margin-right: 3px;
  361. font-size:13px;
  362. border: 1px solid #cad8f3;
  363. background: #dee7f8;
  364. margin-bottom: 1px;
  365. position: relative;
  366. display: inline-block;
  367. padding-left: 7px;
  368. padding-top: 4px;
  369. padding-right: 14px;
  370. padding-bottom: 4px;
  371. text-decoration: none;
  372. font-weight: bold;
  373. color: #fff;
  374. background-color: #39c;
  375. -moz-border-radius: 5px;
  376. -webkit-border-radius: 5px;
  377. -khtml-border-radius: 5px;
  378. border-radius: 5px;
  379. }
  380. ul.tagbox li.input {display:block; float:left;}
  381. ul.tagbox input:focus {
  382. border-color: #fff;
  383. }
  384. ul.tagbox input {
  385. width: 50px;
  386. margin: 0;
  387. border: 0;
  388. outline: 0;
  389. line-height:1.2;
  390. padding: 3px 0;
  391. font-size: 105%;
  392. }
  393. ul.tagbox a.close {
  394. position: absolute;
  395. right: 4px; top: 5px;
  396. display: block;
  397. text-indent:-9999px;
  398. cursor:pointer;
  399. width: 7px; height: 7px;
  400. font-size: 1px;
  401. background: url('/bundles/muzichcore/img/tag_close.gif');
  402. background-position: 0px 100%;
  403. margin-top: 2px;
  404. }
  405. ul.tagbox a.close:hover {
  406. background-position: 7px;
  407. }
  408. /* Fin CSS pour tags */
  409. /* Debut CSS pour elements */
  410. li.element
  411. {
  412. list-style: none outside none;
  413. margin-top: 5px;
  414. margin-bottom: 5px;
  415. padding: 5px;
  416. }
  417. li.element a.favorite_link
  418. {
  419. position: relative;
  420. top: 0px;
  421. left: 483px;
  422. }
  423. #container li.element a.favorite_link:hover
  424. {
  425. text-decoration: none;
  426. }
  427. li.element a.element_open
  428. {
  429. font-weight: bold;
  430. margin-top: 7px;
  431. }
  432. li.element div.element_embed
  433. {
  434. text-align: center;
  435. }
  436. li.element td.element_content
  437. {
  438. vertical-align: top;
  439. padding-left: 5px;
  440. }
  441. li.element span.element_name
  442. {
  443. margin-left: -20px;
  444. }
  445. li.element td.element_thumbnail
  446. {
  447. background-image: url(/bundles/muzichcore/img/nothumb.png);
  448. background-repeat: no-repeat;
  449. width: 120px;
  450. height: 90px;
  451. vertical-align: top;
  452. }
  453. li.element img.element_thumbnail
  454. {
  455. width: 120px;
  456. height: 90px;
  457. }
  458. #container li.element span.element_name a
  459. {
  460. color: black;
  461. }
  462. li.element img.play, li.element img.open
  463. {
  464. position: absolute;
  465. }
  466. ul.elements
  467. {
  468. margin-left: 0px;
  469. }
  470. ul.elements li.even
  471. {
  472. background-color: #d9f7ff;
  473. }
  474. .elements ul.element_tags
  475. {
  476. margin-top: 3px;
  477. margin-left: 0px;
  478. }
  479. .elements ul.element_tags li
  480. {
  481. display: inline;
  482. font-size: 90%;
  483. }
  484. ul.element_tags .button
  485. {
  486. padding: 2px 4px 2px 4px;
  487. font-size: 95%;
  488. }
  489. /* FIN CSS pour elements */
  490. span.help
  491. {
  492. font-size: 10px;
  493. padding-left: 18px;
  494. background-image: url(/bundles/muzichcore/img/1325329213_system-help.png);
  495. background-repeat: no-repeat;
  496. background-position: left top;
  497. }
  498. span.sinfo
  499. {
  500. font-size: 10px;
  501. padding-left: 18px;
  502. background-image: url(/bundles/muzichcore/img/1326549580_info.png);
  503. background-repeat: no-repeat;
  504. background-position: left top;
  505. }
  506. #bottomContainer a
  507. {
  508. text-decoration: none;
  509. color: black;
  510. }
  511. #bottomContainer
  512. {
  513. padding: 2px;
  514. font-size: 85%;
  515. text-align: center;
  516. }
  517. input.main
  518. {
  519. font-weight: bold;
  520. }
  521. input.clear, input.mytags
  522. {
  523. font-size: 80%;
  524. }
  525. ul.tagbox input[type="text"]
  526. {
  527. -moz-border-radius: 5px;
  528. -webkit-border-radius: 5px;
  529. -khtml-border-radius: 5px;
  530. border-radius: 5px;
  531. background-color: #bdf1fe;
  532. padding-left: 3px;
  533. }
  534. ul.tagbox li.input
  535. {
  536. padding-top: 2px;
  537. }
  538. ul.tagbox input[type="text"]
  539. {
  540. height: 16px;
  541. margin-top: 3px;
  542. width: 250px;
  543. color: #676767;
  544. font-weight: bold;
  545. }
  546. ul.tagbox input[type="text"]:FOCUS
  547. {
  548. background-image: linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  549. background-image: -o-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  550. background-image: -moz-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  551. background-image: -webkit-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  552. background-image: -ms-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  553. background-image: -webkit-gradient(
  554. linear,
  555. left bottom,
  556. right bottom,
  557. color-stop(0.1, rgb(137,232,253)),
  558. color-stop(0.49, rgb(168,238,255)),
  559. color-stop(1, rgb(189,241,254))
  560. );
  561. }
  562. div.tag_loader_div, div.loader
  563. {
  564. text-align: center;
  565. }
  566. .tag_loader, element_loader
  567. {
  568. margin-left: auto;
  569. marin-right: auto;
  570. }
  571. .element_name
  572. {
  573. font-weight: bold;
  574. }
  575. div.no_elements
  576. {
  577. text-align: center;
  578. background-color: #d9f7ff;
  579. }
  580. /* Recherche de tags dynamique */
  581. div.search_tag_list
  582. {
  583. position: absolute;
  584. background-color: white;
  585. width: 400px;
  586. padding: 5px;
  587. border: 0px solid #d5d5d5;
  588. border-radius: 7px;
  589. -moz-border-radius: 7px;
  590. -webkit-border-radius: 7px;
  591. -webkit-box-shadow: #666 0px 2px 3px;
  592. -moz-box-shadow: #666 0px 2px 3px;
  593. box-shadow: #666 0px 2px 3px;
  594. z-index: 1;
  595. }
  596. div.search_tag_list span.info
  597. {
  598. background-color: white;
  599. padding: 2px;
  600. }
  601. div.search_tag_list ul.search_tag_list
  602. {
  603. list-style-image: none;
  604. padding:0;
  605. margin:0;
  606. list-style-type:none;
  607. overflow: hidden;
  608. }
  609. div.search_tag_list ul.search_tag_list li
  610. {
  611. float: left;
  612. margin-right: 4px;
  613. margin-left: 4px;
  614. margin-top: 2px;
  615. margin-bottom: 2px;
  616. padding: 2px 4px 2px 4px;
  617. background-color: #d9f7ff;
  618. border-radius: 7px;
  619. -moz-border-radius: 7px;
  620. -webkit-border-radius: 7px;
  621. -webkit-box-shadow: #666 0px 2px 3px;
  622. -moz-box-shadow: #666 0px 2px 3px;
  623. box-shadow: #666 0px 2px 3px;
  624. }
  625. div.search_tag_list ul.search_tag_list li.new
  626. {
  627. font-weight: bold;
  628. background-color: #e0e0e0;
  629. }
  630. div.search_tag_list ul.search_tag_list li:hover
  631. {
  632. background-color: #74dffe;
  633. }
  634. div.search_tag_list span.info
  635. {
  636. text-shadow: 1px 1px 1px #666;
  637. font-weight: bold;
  638. }
  639. #container ul.search_tag_list li a
  640. {
  641. color: black;
  642. }
  643. #container ul.search_tag_list li a:hover
  644. {
  645. text-decoration: none;
  646. }
  647. .elements_loader_div
  648. {
  649. text-align: center;
  650. }
  651. .elements_loader_div img
  652. {
  653. margin-left: auto;
  654. margin-right: auto;
  655. }
  656. /* jConfirmAction */
  657. div.question {
  658. position: absolute;
  659. display: inline;
  660. text-align: center;
  661. width: 174px;
  662. height: 78px;
  663. font-size: 13px;
  664. line-height: 1.5em;
  665. background: url('/js/jConfirmAction/images/bubble.png') left top no-repeat;
  666. padding: 10px 0 0 0;
  667. text-shadow: 0px 1px 0px #fff;
  668. margin-left: -7em;
  669. margin-top: -6em;
  670. opacity: 0;
  671. }
  672. div.question .yes, div.question .cancel {
  673. margin-top: .5em;
  674. margin-right: .5em;
  675. cursor: pointer;
  676. display: inline-block;
  677. width: 63px;
  678. height: 21px;
  679. color: #fff;
  680. text-shadow: 0px 1px 0px #000;
  681. background: url('/js/jConfirmAction/images/button.png') left top no-repeat;
  682. }
  683. div.question .title {
  684. font-size: 30px;
  685. margin-bottom: 1.5em;
  686. font-weight: bold;
  687. font-style: italic;
  688. text-shadow: 0px 2px 0px #fff;
  689. }
  690. /* Liste de tags */
  691. ul#favorite_tags
  692. {
  693. padding:0;
  694. margin:0;
  695. list-style-type:none;
  696. }
  697. ul#favorite_tags li
  698. {
  699. display: inline;
  700. margin-left: 2px;
  701. margin-top: 2px;
  702. float:left; /*pour IE*/
  703. }
  704. a.more
  705. {
  706. margin-top: 5px;
  707. }
  708. /* POPIN BLOCK */
  709. #fade { /*--Masque opaque noir de fond--*/
  710. display: none; /*--masqué par défaut--*/
  711. background: #000;
  712. position: fixed; left: 0; top: 0;
  713. width: 100%; height: 100%;
  714. opacity: .80;
  715. z-index: 9999;
  716. }
  717. .popin_block{
  718. background: #fff;
  719. padding: 10px;
  720. border: 10px solid #ddd;
  721. float: left;
  722. font-size: 1.2em;
  723. position: fixed;
  724. top: 50%; left: 50%;
  725. z-index: 99999;
  726. /*--Les différentes définitions de Box Shadow en CSS3--*/
  727. -webkit-box-shadow: 0px 0px 20px #000;
  728. -moz-box-shadow: 0px 0px 20px #000;
  729. box-shadow: 0px 0px 20px #000;
  730. /*--Coins arrondis en CSS3--*/
  731. -webkit-border-radius: 10px;
  732. -moz-border-radius: 10px;
  733. border-radius: 10px;
  734. }
  735. .popin_block h2
  736. {
  737. margin-top: 0px;
  738. margin-bottom: 0px;
  739. }
  740. .popin_block p
  741. {
  742. margin-top: 5px;
  743. margin-bottom: 2px;
  744. }
  745. .popin_block div.tag
  746. {
  747. text-align: center;
  748. }
  749. .popin_block div.inputs
  750. {
  751. text-align: center;
  752. }
  753. .popin_block div.tag ul
  754. {
  755. margin-left: auto;
  756. margin-right: auto;
  757. margin-top: 5px;
  758. margin-bottom: 5px;
  759. }
  760. .popin_block div.inputs input
  761. {
  762. margin: 3px;
  763. }
  764. .popin_block textarea
  765. {
  766. width: 100%;
  767. height: 60px;
  768. }
  769. img.btn_close {
  770. float: right;
  771. margin: -55px -55px 0 0;
  772. }
  773. /*--Gérer la position fixed pour IE6--*/
  774. * html #fade {
  775. position: absolute;
  776. }
  777. * html .popup_block {
  778. position: absolute;
  779. }
  780. /* END POPIN BLOCK */
  781. #container a.element_edit_link
  782. {
  783. text-decoration: none;
  784. }
  785. div.display_more_elements
  786. {
  787. background-color: #D9F7FF;
  788. text-align: center;
  789. }
  790. input#element_add_url, input#element_add_name
  791. {
  792. width: 70%;
  793. font-size: 110%;
  794. font-weight: bold;
  795. }
  796. label#element_add_url, label#element_add_name
  797. {
  798. }
  799. /* Commentaire */
  800. li.element div.comments
  801. {
  802. padding-left: 18px;
  803. padding-right: 18px;
  804. }
  805. div.comments ul.comments
  806. {
  807. margin: 0px 0px 0px 0px;
  808. }
  809. li.comment
  810. {
  811. list-style: none;
  812. padding-bottom: 4px;
  813. padding-top: 4px;
  814. border-bottom: 1px dotted #d9d9d9;
  815. }
  816. li.comment span.datesince
  817. {
  818. color: #868686;
  819. }
  820. div.comments form.add_comment textarea, div.comments form.edit_comment textarea
  821. {
  822. width: 80%;
  823. height: 48px;
  824. }
  825. div.comments form.add_comment div.buttons, div.comments form.edit_comment div.buttons
  826. {
  827. float: right;
  828. text-align: center;
  829. }
  830. div.comments form.add_comment div.buttons input, div.comments form.edit_comment div.buttons input
  831. {
  832. margin-top: 1px;
  833. margin-bottom: 1px;
  834. }
  835. div.comments_loader
  836. {
  837. text-align: center;
  838. }
  839. /* END commentaires */
  840. /* Ajouter tag d'élément a ses tags favoris */
  841. li.element a.tag_to_favorites
  842. {
  843. margin-left: -15px;
  844. margin-right: 4px;
  845. }
  846. li.element a.element_tag_large_for_fav
  847. {
  848. padding-right: 15px;
  849. }
  850. /* END Ajouter tag d'élément a ses tags favoris */
  851. div#added_element_to_group
  852. {
  853. background-color: #E3F6FD;
  854. padding: 20px;
  855. font-size: 115%;
  856. font-weight: bold;
  857. }