b83c572_old_3.css 22KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393
  1. /*body
  2. {
  3. text-align: center;
  4. }*/
  5. /*#container
  6. {
  7. text-align: left;
  8. position: relative;
  9. min-height: 100%;
  10. padding-bottom: 30px;
  11. min-height: 120px;
  12. width: 640px;
  13. margin-top: 45px;
  14. margin-left: auto;
  15. margin-right: auto;
  16. margin-bottom: 45px;
  17. padding: 10px;
  18. background-color: white;
  19. border: 0px solid #d5d5d5;
  20. border-radius: 7px;
  21. -moz-border-radius: 7px;
  22. -webkit-border-radius: 7px;
  23. -webkit-box-shadow: #666 0px 2px 3px;
  24. -moz-box-shadow: #666 0px 2px 3px;
  25. box-shadow: #666 0px 2px 3px;
  26. }
  27. #container h1
  28. {
  29. margin-top: 11px;
  30. }
  31. #container h2
  32. {
  33. margin-top: 0px;
  34. margin-bottom: 5px;
  35. font-size: 1.7em;
  36. text-shadow: 1px 1px 2px #666;
  37. }
  38. #container h3
  39. {
  40. text-shadow: 1px 1px 1px #666;
  41. }
  42. #container h4
  43. {
  44. }*/
  45. div.clearboth
  46. {
  47. clear: both;
  48. }
  49. /*.button {
  50. display: inline-block;
  51. line-height: 1;
  52. padding: 4px 7px;
  53. text-decoration: none;
  54. font-weight: bold;
  55. color: #fff;
  56. background-color: #39c;
  57. -moz-border-radius: 5px;
  58. -webkit-border-radius: 5px;
  59. -khtml-border-radius: 5px;
  60. border-radius: 5px;
  61. border: 1px solid #2b82ad;
  62. }
  63. input.button, button.button {
  64. border: 0px none;
  65. }
  66. .button:active {
  67. background-color: #39c9cc;
  68. }
  69. .button.active
  70. {
  71. background-color: #39C9CC;
  72. }*/
  73. /*#container a, #autoplay a
  74. {
  75. text-decoration: none;
  76. color: #00d0de;
  77. }*/
  78. #autoplay div.jp-audio a
  79. {
  80. color: black;
  81. }
  82. /*#container a.button, #autoplay a.button
  83. {
  84. color: white;
  85. }
  86. #container a:hover
  87. {
  88. text-decoration: underline;
  89. }
  90. #container #top-tabs, .top-tabs-right
  91. {
  92. float: left;
  93. list-style: none outside none;
  94. margin: -35px 16px 0 -6px;
  95. padding: 0;
  96. position: relative;
  97. }
  98. #container #top-tabs li
  99. {
  100. float: left;
  101. margin-left: 0px;
  102. padding-top: 3px;
  103. padding-left: 5px;
  104. padding-right: 5px;
  105. padding-bottom: 3px;
  106. background-color: #e9e9e9;
  107. border-top: 1px solid #d5d5d5;
  108. border-left: 1px solid #d5d5d5;
  109. border-right: 1px solid #d5d5d5;
  110. border-radius: 5px 5px 0px 0px;
  111. -moz-border-radius: 5px 5px 0px 0px;
  112. -webkit-border-radius: 5px 5px 0px 0px;
  113. }*/
  114. /* Noscript */
  115. div#noscript_warning
  116. {
  117. position: absolute;
  118. left: 15px;
  119. top: 15px;
  120. background-color: #fe4b4b;
  121. color: black;
  122. font-weight: bold;
  123. font-size: 110%;
  124. padding: 5px;
  125. z-index: 999;
  126. border-top: 1px solid #d5d5d5;
  127. border-left: 1px solid #d5d5d5;
  128. border-right: 1px solid #d5d5d5;
  129. -moz-border-radius: 5px;
  130. -webkit-border-radius: 5px;
  131. -khtml-border-radius: 5px;
  132. border-radius: 5px;
  133. }
  134. .top-tabs-right
  135. {
  136. list-style: none outside none;
  137. }
  138. .top-tabs-right li
  139. {
  140. float: left;
  141. padding-top: 3px;
  142. padding-left: 5px;
  143. padding-right: 5px;
  144. padding-bottom: 3px;
  145. background-color: #e9e9e9;
  146. border-top: 1px solid #d5d5d5;
  147. border-left: 1px solid #d5d5d5;
  148. border-right: 1px solid #d5d5d5;
  149. border-radius: 5px 5px 0px 0px;
  150. -moz-border-radius: 5px 5px 0px 0px;
  151. -webkit-border-radius: 5px 5px 0px 0px;
  152. }
  153. .top-tabs-right li.active
  154. {
  155. background-color: white;
  156. }
  157. /*#container #top-tabs li.active, .top-tabs-right ul.active, .top-tabs-right ul.active li
  158. {
  159. background-color: white;
  160. }
  161. #container #top-tabs li a, #container .top-tabs-right li a
  162. {
  163. text-decoration: none;
  164. color: black;
  165. }*/
  166. .top-tabs-right
  167. {
  168. float: right;
  169. margin-right: -5px;
  170. }
  171. .top-tabs-right.active
  172. {
  173. background-color: white;
  174. }
  175. #top_bar
  176. {
  177. width: 220px;
  178. background-color: white;
  179. padding: 0px;
  180. margin-left: auto;
  181. margin-right: auto;
  182. border-radius: 0px 0px 4px 4px;
  183. -moz-border-radius: 0px 0px 4px 4px;
  184. -webkit-border-radius: 0px 0px 4px 4px;
  185. text-align: center;
  186. }
  187. #top_search
  188. {
  189. float: left;
  190. width: 207px;
  191. background-color: white;
  192. padding: 0px;
  193. margin-left: auto;
  194. margin-right: auto;
  195. border-radius: 0px 0px 4px 4px;
  196. -moz-border-radius: 0px 0px 4px 4px;
  197. -webkit-border-radius: 0px 0px 4px 4px;
  198. text-align: center;
  199. }
  200. #top_search input[type="text"]
  201. {
  202. font-size: 12px;
  203. height: 12px;
  204. width: 120px;
  205. }
  206. #top_search input[type="submit"]
  207. {
  208. font-size: 12px;
  209. height: 16px;
  210. padding: 0 2px 1px;
  211. }
  212. #top_bar a
  213. {
  214. text-decoration: none;
  215. color: black;
  216. padding-left: 3px; padding-right: 3px;
  217. }
  218. /*#top_bar ul
  219. {
  220. text-align: center;
  221. margin-top: -5px;
  222. }
  223. #top_bar ul li
  224. {
  225. display: inline;
  226. float: left;
  227. list-style: none;
  228. padding-left: 6px;
  229. }
  230. #top_bar ul li a
  231. {
  232. text-decoration: none;
  233. color: black;
  234. }*/
  235. ul.inline
  236. {
  237. }
  238. ul.inline li
  239. {
  240. display: inline;
  241. }
  242. /* Messages flash */
  243. .message
  244. {
  245. -webkit-background-size: 40px 40px;
  246. -moz-background-size: 40px 40px;
  247. background-size: 40px 40px;
  248. background-image: -webkit-gradient(linear, left top, right bottom,
  249. color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  250. color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  251. color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
  252. to(transparent));
  253. background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  254. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  255. transparent 75%, transparent);
  256. background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  257. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  258. transparent 75%, transparent);
  259. background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  260. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  261. transparent 75%, transparent);
  262. background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  263. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  264. transparent 75%, transparent);
  265. background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  266. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  267. transparent 75%, transparent);
  268. -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  269. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  270. box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  271. width: 100%;
  272. border: 1px solid;
  273. color: #fff;
  274. padding: 15px;
  275. position: fixed;
  276. _position: absolute;
  277. text-shadow: 0 1px 0 rgba(0,0,0,.5);
  278. -webkit-animation: animate-bg 5s linear infinite;
  279. -moz-animation: animate-bg 5s linear infinite;
  280. }
  281. /*.info, .fos_user_info
  282. {
  283. background-color: #4ea5cd;
  284. border-color: #3b8eb5;
  285. }*/
  286. .error, .fos_user_error
  287. {
  288. background-color: #de4343;
  289. border-color: #c43d3d;
  290. }
  291. .warning, .fos_user_warning
  292. {
  293. background-color: #eaaf51;
  294. border-color: #d99a36;
  295. }
  296. .success, .fos_user_success
  297. {
  298. background-color: #61b832;
  299. border-color: #55a12c;
  300. }
  301. .message.info
  302. {
  303. background-color: #4ea5cd;
  304. border-color: #3b8eb5;
  305. }
  306. .message h3
  307. {
  308. margin: 0 0 5px 0;
  309. }
  310. .message p
  311. {
  312. margin: 0;
  313. }
  314. .message a.message-close
  315. {
  316. float: right;
  317. margin-top: -14px;
  318. margin-right: 18px;
  319. margin-bottom: -11px;
  320. }
  321. .message a.message-close img:HOVER
  322. {
  323. width: 52px;
  324. height: 52px;
  325. margin-bottom: -13px;
  326. }
  327. @-webkit-keyframes animate-bg
  328. {
  329. from {
  330. background-position: 0 0;
  331. }
  332. to {
  333. background-position: -80px 0;
  334. }
  335. }
  336. @-moz-keyframes animate-bg
  337. {
  338. from {
  339. background-position: 0 0;
  340. }
  341. to {
  342. background-position: -80px 0;
  343. }
  344. }
  345. /* Message flash end */
  346. #choose_language
  347. {
  348. float: right;
  349. margin-right: 5px;
  350. }
  351. #choose_language a
  352. {
  353. text-decoration: none;
  354. color: black;
  355. }
  356. .error_list
  357. {
  358. font-size: 87%;
  359. color: #dd0101;
  360. margin-left: 24px;
  361. margin-top: 2px;
  362. margin-bottom: 2px;
  363. margin-right: 2px;
  364. }
  365. .error_list li
  366. {
  367. list-style: url(/bundles/muzichcore/img/1323874685_warning.png);
  368. }
  369. /* Debut CSS pour tags */
  370. pre code {background: #ccc; padding:2px 0; display: block; margin-top:4px;}
  371. .ui-autocomplete {
  372. font-size:12px;
  373. border:1px solid #ddd;
  374. background:#fff;
  375. list-style:none;
  376. position: absolute;
  377. cursor: default;
  378. list-style-type: none;
  379. width: 300px;
  380. }
  381. .ui-autocomplete li {margin-right:8px; float: left;}
  382. .ui-autocomplete li a {display:block; padding:4px;}
  383. .ui-autocomplete li a.ui-state-hover,
  384. .ui-autocomplete li a:hover {background:#eee;}
  385. /**/
  386. /*ul.tagbox {
  387. cursor: text;
  388. border: none;
  389. overflow: hidden;
  390. padding: 0 0 1px 3px;
  391. margin-left: 0px;
  392. }
  393. ul.tagbox li {
  394. margin:0;
  395. }*/
  396. /*ul.tagbox li.tag {
  397. float: left;
  398. line-height: 1;
  399. list-style-type: none;
  400. margin-top: 3px;
  401. margin-right: 3px;
  402. font-size:13px;
  403. border: 1px solid #cad8f3;
  404. background: #dee7f8;
  405. margin-bottom: 1px;
  406. position: relative;
  407. display: inline-block;
  408. padding-left: 7px;
  409. padding-top: 4px;
  410. padding-right: 14px;
  411. padding-bottom: 4px;
  412. text-decoration: none;
  413. font-weight: bold;
  414. color: #fff;
  415. background-color: #39c;
  416. -moz-border-radius: 5px;
  417. -webkit-border-radius: 5px;
  418. -khtml-border-radius: 5px;
  419. border-radius: 5px;
  420. }
  421. ul.tagbox li.input {display:block; float:left;}
  422. ul.tagbox input:focus {
  423. border-color: #fff;
  424. }
  425. ul.tagbox input {
  426. width: 50px;
  427. margin: 0;
  428. border: 0;
  429. outline: 0;
  430. line-height:1.2;
  431. padding: 3px 0;
  432. font-size: 105%;
  433. }*/
  434. /*ul.tagbox a.close {
  435. position: absolute;
  436. right: 4px; top: 5px;
  437. display: block;
  438. text-indent:-9999px;
  439. cursor:pointer;
  440. width: 7px; height: 7px;
  441. font-size: 1px;
  442. background: url('/bundles/muzichcore/img/tag_close.gif');
  443. background-position: 0px 100%;
  444. margin-top: 2px;
  445. }*/
  446. /*ul.tagbox a.close:hover {
  447. background-position: 7px;
  448. } */
  449. /* Fin CSS pour tags */
  450. /* Debut CSS pour elements */
  451. /*li.element
  452. {
  453. list-style: none outside none;
  454. margin-top: 5px;
  455. margin-bottom: 10px;
  456. padding: 5px;
  457. }*/
  458. /*li.element a.favorite_link
  459. {
  460. position: relative;
  461. top: 0px;
  462. left: 483px;
  463. }*/
  464. /*#container li.element a.favorite_link:hover, #autoplay li.element a.favorite_link:hover
  465. {
  466. text-decoration: none;
  467. }*/
  468. li.element a.element_open
  469. {
  470. font-weight: bold;
  471. margin-top: 7px;
  472. }
  473. li.element div.element_embed
  474. {
  475. text-align: center;
  476. }
  477. /*li.element td.element_content
  478. {
  479. vertical-align: top;
  480. padding-left: 5px;
  481. width: 468px;
  482. }*/
  483. /*li.element span.element_name
  484. {
  485. }*/
  486. /*li.element td.element_thumbnail
  487. {
  488. background-image: url(/bundles/muzichcore/img/nothumb.png);
  489. background-repeat: no-repeat;
  490. width: 120px;
  491. height: 90px;
  492. vertical-align: top;
  493. }*/
  494. li.element img.element_thumbnail
  495. {
  496. width: 120px;
  497. height: 90px;
  498. }
  499. /*#container li.element span.element_name a, #autoplay li.element span.element_name a
  500. {
  501. color: black;
  502. }*/
  503. li.element img.play, li.element img.open
  504. {
  505. position: absolute;
  506. }
  507. /*ul.elements, ul#autoplay_element
  508. {
  509. margin-left: 0px;
  510. }*/
  511. /*ul.elements li.even
  512. {
  513. background-color: #d9f7ff;
  514. }*/
  515. /*.elements ul.element_tags
  516. {
  517. margin-top: 3px;
  518. margin-left: 0px;
  519. }
  520. .elements ul.element_tags li, ul#autoplay_element ul.element_tags li
  521. {
  522. display: inline;
  523. font-size: 90%;
  524. }
  525. ul.element_tags .button
  526. {
  527. padding: 2px 4px 2px 4px;
  528. font-size: 95%;
  529. }*/
  530. /* FIN CSS pour elements */
  531. span.help
  532. {
  533. font-size: 10px;
  534. padding-left: 18px;
  535. background-image: url(/bundles/muzichcore/img/1325329213_system-help.png);
  536. background-repeat: no-repeat;
  537. background-position: left top;
  538. }
  539. span.sinfo
  540. {
  541. font-size: 10px;
  542. padding-left: 18px;
  543. background-image: url(/bundles/muzichcore/img/1326549580_info.png);
  544. background-repeat: no-repeat;
  545. background-position: left top;
  546. }
  547. #bottomContainer a
  548. {
  549. text-decoration: none;
  550. color: black;
  551. }
  552. #bottomContainer
  553. {
  554. padding: 2px;
  555. font-size: 85%;
  556. text-align: center;
  557. }
  558. input.main
  559. {
  560. font-weight: bold;
  561. }
  562. input.clear, input.mytags
  563. {
  564. font-size: 80%;
  565. }
  566. ul.tagbox input[type="text"]
  567. {
  568. -moz-border-radius: 5px;
  569. -webkit-border-radius: 5px;
  570. -khtml-border-radius: 5px;
  571. border-radius: 5px;
  572. background-color: #bdf1fe;
  573. padding-left: 3px;
  574. }
  575. ul.tagbox li.input
  576. {
  577. padding-top: 2px;
  578. }
  579. ul.tagbox input[type="text"]
  580. {
  581. height: 16px;
  582. margin-top: 3px;
  583. width: 250px;
  584. color: #676767;
  585. font-weight: bold;
  586. }
  587. ul.tagbox input[type="text"]:FOCUS
  588. {
  589. background-image: linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  590. background-image: -o-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  591. background-image: -moz-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  592. background-image: -webkit-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  593. background-image: -ms-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  594. background-image: -webkit-gradient(
  595. linear,
  596. left bottom,
  597. right bottom,
  598. color-stop(0.1, rgb(137,232,253)),
  599. color-stop(0.49, rgb(168,238,255)),
  600. color-stop(1, rgb(189,241,254))
  601. );
  602. }
  603. div.tag_loader_div, div.loader
  604. {
  605. text-align: center;
  606. }
  607. .tag_loader, element_loader
  608. {
  609. margin-left: auto;
  610. marin-right: auto;
  611. }
  612. /*.element_name
  613. {
  614. font-weight: bold;
  615. }*/
  616. /*div.no_elements
  617. {
  618. text-align: center;
  619. background-color: #d9f7ff;
  620. }*/
  621. /* Recherche de tags dynamique */
  622. div.search_tag_list
  623. {
  624. position: absolute;
  625. background-color: white;
  626. width: 400px;
  627. padding: 5px;
  628. border: 0px solid #d5d5d5;
  629. border-radius: 7px;
  630. -moz-border-radius: 7px;
  631. -webkit-border-radius: 7px;
  632. -webkit-box-shadow: #666 0px 2px 3px;
  633. -moz-box-shadow: #666 0px 2px 3px;
  634. box-shadow: #666 0px 2px 3px;
  635. z-index: 1;
  636. }
  637. div.search_tag_list span.info
  638. {
  639. background-color: white;
  640. padding: 2px;
  641. }
  642. /*
  643. div.search_tag_list ul.search_tag_list
  644. {
  645. list-style-image: none;
  646. padding:0;
  647. margin:0;
  648. list-style-type:none;
  649. overflow: hidden;
  650. }*/
  651. /*div.search_tag_list ul.search_tag_list li
  652. {
  653. float: left;
  654. margin-right: 4px;
  655. margin-left: 4px;
  656. margin-top: 2px;
  657. margin-bottom: 2px;
  658. padding: 2px 4px 2px 4px;
  659. background-color: #d9f7ff;
  660. border-radius: 7px;
  661. -moz-border-radius: 7px;
  662. -webkit-border-radius: 7px;
  663. -webkit-box-shadow: #666 0px 2px 3px;
  664. -moz-box-shadow: #666 0px 2px 3px;
  665. box-shadow: #666 0px 2px 3px;
  666. }
  667. div.search_tag_list ul.search_tag_list li.new
  668. {
  669. font-weight: bold;
  670. background-color: #e0e0e0;
  671. }
  672. div.search_tag_list ul.search_tag_list li:hover
  673. {
  674. background-color: #74dffe;
  675. }
  676. div.search_tag_list span.info
  677. {
  678. text-shadow: 1px 1px 1px #666;
  679. font-weight: bold;
  680. }
  681. #container ul.search_tag_list li a
  682. {
  683. color: black;
  684. }
  685. #container ul.search_tag_list li a:hover
  686. {
  687. text-decoration: none;
  688. }*/
  689. .elements_loader_div
  690. {
  691. text-align: center;
  692. }
  693. .elements_loader_div img
  694. {
  695. margin-left: auto;
  696. margin-right: auto;
  697. }
  698. /* jConfirmAction */
  699. div.question {
  700. position: absolute;
  701. display: inline;
  702. text-align: center;
  703. width: 174px;
  704. font-size: 13px;
  705. line-height: 1.5em;
  706. background-color: #e6e6e6;
  707. border-radius: 7px;
  708. -moz-border-radius: 7px;
  709. -webkit-border-radius: 7px;
  710. -webkit-box-shadow: #666 0px 2px 3px;
  711. -moz-box-shadow: #666 0px 2px 3px;
  712. box-shadow: #666 0px 2px 3px;
  713. padding: 10px 10px 10px 10px;
  714. text-shadow: 0px 1px 0px #fff;
  715. margin-left: -7em;
  716. margin-top: -6em;
  717. opacity: 0;
  718. }
  719. div.question .yes, div.question .cancel {
  720. margin-top: .5em;
  721. margin-right: .5em;
  722. cursor: pointer;
  723. display: inline-block;
  724. width: 63px;
  725. height: 21px;
  726. color: #fff;
  727. text-shadow: 0px 1px 0px #000;
  728. background: url('/js/jConfirmAction/images/button.png') left top no-repeat;
  729. }
  730. div.question .title {
  731. font-size: 30px;
  732. margin-bottom: 1.5em;
  733. font-weight: bold;
  734. font-style: italic;
  735. text-shadow: 0px 2px 0px #fff;
  736. }
  737. /* Liste de tags */
  738. /*ul#favorite_tags
  739. {
  740. padding:0;
  741. margin:0;
  742. list-style-type:none;
  743. }
  744. ul#favorite_tags li
  745. {
  746. display: inline;
  747. margin-left: 2px;
  748. margin-top: 2px;
  749. float: left;
  750. }
  751. ul#favorite_tags li.list_length_big a.button
  752. {
  753. font-size: 16px;
  754. padding-top: 2px;
  755. padding-bottom: 2px;
  756. }
  757. ul#favorite_tags li.list_length_medium a.button
  758. {
  759. font-size: 15px;
  760. padding-top: 3px;
  761. padding-bottom: 3px;
  762. }*/
  763. a.more
  764. {
  765. margin-top: 5px;
  766. }
  767. /* POPIN BLOCK */
  768. #fade { /*--Masque opaque noir de fond--*/
  769. display: none; /*--masqué par défaut--*/
  770. background: #000;
  771. position: fixed; left: 0; top: 0;
  772. width: 100%; height: 100%;
  773. opacity: .80;
  774. z-index: 100001;
  775. }
  776. .popin_block{
  777. background: #fff;
  778. padding: 10px;
  779. border: 10px solid #ddd;
  780. float: left;
  781. font-size: 1.2em;
  782. position: fixed;
  783. top: 50%; left: 50%;
  784. z-index: 100002;
  785. /*--Les différentes définitions de Box Shadow en CSS3--*/
  786. -webkit-box-shadow: 0px 0px 20px #000;
  787. -moz-box-shadow: 0px 0px 20px #000;
  788. box-shadow: 0px 0px 20px #000;
  789. /*--Coins arrondis en CSS3--*/
  790. -webkit-border-radius: 10px;
  791. -moz-border-radius: 10px;
  792. border-radius: 10px;
  793. }
  794. .popin_block h2
  795. {
  796. margin-top: 0px;
  797. margin-bottom: 0px;
  798. }
  799. .popin_block p
  800. {
  801. margin-top: 5px;
  802. margin-bottom: 2px;
  803. }
  804. .popin_block div.tag
  805. {
  806. text-align: center;
  807. }
  808. .popin_block div.inputs
  809. {
  810. text-align: center;
  811. }
  812. .popin_block div.tag ul
  813. {
  814. margin-left: auto;
  815. margin-right: auto;
  816. margin-top: 5px;
  817. margin-bottom: 5px;
  818. }
  819. .popin_block div.inputs input
  820. {
  821. margin: 3px;
  822. }
  823. .popin_block textarea
  824. {
  825. width: 100%;
  826. height: 60px;
  827. }
  828. img.btn_close {
  829. float: right;
  830. margin: -55px -55px 0 0;
  831. }
  832. /*--Gérer la position fixed pour IE6--*/
  833. * html #fade {
  834. position: absolute;
  835. }
  836. * html .popup_block {
  837. position: absolute;
  838. }
  839. /* END POPIN BLOCK */
  840. /*#container a.element_edit_link
  841. {
  842. text-decoration: none;
  843. }*/
  844. /*div.display_more_elements
  845. {
  846. background-color: #D9F7FF;
  847. text-align: center;
  848. }*/
  849. /*input#element_add_url
  850. {
  851. width: 70%;
  852. font-size: 110%;
  853. font-weight: bold;
  854. }
  855. input#element_add_name
  856. {
  857. width: 100%;
  858. font-size: 110%;
  859. font-weight: bold;
  860. }*/
  861. label#element_add_url, label#element_add_name
  862. {
  863. }
  864. /* Commentaire */
  865. li.element div.comments
  866. {
  867. padding-left: 18px;
  868. padding-right: 18px;
  869. }
  870. div.comments ul.comments
  871. {
  872. margin: 0px 0px 0px 0px;
  873. }
  874. li.comment
  875. {
  876. list-style: none;
  877. padding-bottom: 4px;
  878. padding-top: 4px;
  879. border-bottom: 1px dotted #d9d9d9;
  880. }
  881. li.comment span.datesince
  882. {
  883. color: #868686;
  884. }
  885. /*
  886. div.comments form.add_comment textarea, div.comments form.edit_comment textarea
  887. {
  888. width: 80%;
  889. height: 48px;
  890. }*/
  891. div.comments form.add_comment div.buttons, div.comments form.edit_comment div.buttons
  892. {
  893. float: right;
  894. text-align: center;
  895. }
  896. /*div.comments form.add_comment div.buttons input, div.comments form.edit_comment div.buttons input
  897. {
  898. margin-top: 1px;
  899. margin-bottom: 1px;
  900. }*/
  901. div.comments_loader
  902. {
  903. text-align: center;
  904. }
  905. /* END commentaires */
  906. /* Ajouter tag d'élément a ses tags favoris */
  907. /*li.element a.tag_to_favorites, li.element img.tag_to_favorites
  908. {
  909. margin-left: -15px;
  910. margin-right: 4px;
  911. }*/
  912. /*li.element a.element_tag_large_for_fav_still
  913. {
  914. padding-right: 15px;
  915. }*/
  916. /* END Ajouter tag d'élément a ses tags favoris */
  917. div#added_element_to_group
  918. {
  919. padding: 20px;
  920. font-size: 115%;
  921. font-weight: bold;
  922. }
  923. input.intext
  924. {
  925. border: none;
  926. border-bottom-color: #000;
  927. border-bottom-style: dashed;
  928. border-bottom-width: 1px;
  929. width: 110px;
  930. text-align: center;
  931. margin-left: 15px;
  932. margin-right: 15px;
  933. font-weight: bold;
  934. }
  935. li.element table
  936. {
  937. width: 100%;
  938. }
  939. li.element td.right
  940. {
  941. text-align: center;
  942. vertical-align: top;
  943. }
  944. li.element td.right ul, li.element td.right ul li
  945. {
  946. margin: 0px;
  947. padding: 0px;
  948. }
  949. li.element td.right ul li
  950. {
  951. list-style-type: none;
  952. }
  953. li.element td.right ul li.vote
  954. {
  955. height: 25px;
  956. }
  957. li.element td.right span.score
  958. {
  959. font-size: 20px;
  960. font-weight: bold;
  961. }
  962. div.reputation
  963. {
  964. font-size: 110%;
  965. }
  966. div.reputation span.score
  967. {
  968. font-size: 125%;
  969. font-weight: bold;
  970. }
  971. div#events_container
  972. {
  973. text-align: left;
  974. }
  975. div#events_container_contained
  976. {
  977. margin-left: 0px;
  978. margin-right: auto;
  979. }
  980. /*div#events
  981. {
  982. width: 62px;
  983. position: absolute;
  984. margin-top: 50px;
  985. margin-left: 650px;
  986. _margin-left: 640px; pour >=ie6
  987. background-color: white;
  988. padding: 4px;
  989. border-top: 0px solid #d5d5d5;
  990. border-right: 0px solid #d5d5d5;
  991. border-bottom: 0px solid #d5d5d5;
  992. border-left: none;
  993. border-radius: 0px 5px 5px 0px;
  994. -moz-border-radius: 0px 5px 5px 0px;
  995. -webkit-border-radius: 0px 5px 5px 0px;
  996. -webkit-box-shadow: 2px 2px 2px #666;
  997. -moz-box-shadow: 2px 2px 2px #666 ;
  998. box-shadow: 2px 2px 2px #666;
  999. }*/
  1000. /*
  1001. div#events div.score img
  1002. {
  1003. margin-bottom: -5px;
  1004. }
  1005. div#events div.score span
  1006. {
  1007. font-weight: bold;
  1008. padding-bottom: 2px;
  1009. }
  1010. div#events div.comments img
  1011. {
  1012. margin-left: 3px;
  1013. margin-bottom: -4px;
  1014. }
  1015. div#events div.comments span
  1016. {
  1017. font-weight: bold;
  1018. margin-left: 5px;
  1019. }
  1020. div#events div.favorites img
  1021. {
  1022. margin-left: 3px;
  1023. margin-bottom: -2px;
  1024. }
  1025. div#events div.favorites span
  1026. {
  1027. font-weight: bold;
  1028. margin-left: 5px;
  1029. }
  1030. div#events div.follows img
  1031. {
  1032. margin-left: 3px;
  1033. margin-bottom: -2px;
  1034. }
  1035. div#events div.follows span
  1036. {
  1037. font-weight: bold;
  1038. margin-left: 5px;
  1039. }
  1040. div#events div.tags img
  1041. {
  1042. margin-left: 3px;
  1043. margin-bottom: -2px;
  1044. }
  1045. div#events div.tags span
  1046. {
  1047. font-weight: bold;
  1048. margin-left: 5px;
  1049. }*/
  1050. /*
  1051. * css mynetwork
  1052. */
  1053. ul#followers_users li.new
  1054. {
  1055. font-weight: bold;
  1056. }
  1057. /*
  1058. * Proposition de tags
  1059. */
  1060. li.tag_proposition span.button
  1061. {
  1062. font-size: 95%;
  1063. padding: 2px 4px;
  1064. }
  1065. li.tag_proposition:hover
  1066. {
  1067. background-color: #D5D5D5;
  1068. }
  1069. /* */
  1070. .button_green
  1071. {
  1072. background-color: #5ae959;
  1073. }
  1074. li.element.shadows
  1075. {
  1076. -moz-box-shadow: 3px 3px 3px #4F4F4F;
  1077. -webkit-box-shadow: 3px 3px 3px #4F4F4F;
  1078. box-shadow: 3px 3px 3px #4F4F4F;
  1079. }
  1080. ul#favorite_tags a.button.highlight
  1081. {
  1082. color: blue;
  1083. }
  1084. /*div#add_url_title
  1085. {
  1086. width: 510px;
  1087. font-weight: bold;
  1088. font-size: 15px;
  1089. white-space: nowrap;
  1090. overflow: hidden;
  1091. text-overflow: ellipsis;
  1092. }*/
  1093. div#autoplay
  1094. {
  1095. text-align: left;
  1096. padding-top: 0px;
  1097. }
  1098. a#autoplay_launch
  1099. {
  1100. float: right;
  1101. margin-top: -25px;
  1102. }
  1103. /*
  1104. div#autoplay.popin_block
  1105. {
  1106. width: 500px;
  1107. }*/
  1108. /*a#autoplay_previous
  1109. {
  1110. float: left;
  1111. text-decoration: none;
  1112. margin-left: -120px;
  1113. margin-top: 25px;
  1114. }
  1115. a#autoplay_next
  1116. {
  1117. float: right;
  1118. text-decoration: none;
  1119. margin-right: -120px;
  1120. margin-top: 25px;
  1121. }
  1122. a#autoplay_previous, a#autoplay_next, a#autoplay_close
  1123. {
  1124. background: #fff;
  1125. padding: 5px;
  1126. border: 10px solid #ddd;
  1127. z-index: 99999;
  1128. --Les différentes définitions de Box Shadow en CSS3--
  1129. -webkit-box-shadow: 0px 0px 20px #000;
  1130. -moz-box-shadow: 0px 0px 20px #000;
  1131. box-shadow: 0px 0px 20px #000;
  1132. --Coins arrondis en CSS3--
  1133. -webkit-border-radius: 10px;
  1134. -moz-border-radius: 10px;
  1135. border-radius: 10px;
  1136. }
  1137. a#autoplay_close
  1138. {
  1139. float: left;
  1140. text-decoration: none;
  1141. margin-top: 130px;
  1142. margin-left: -110px;
  1143. z-index: 99;
  1144. }*/
  1145. div#autoplay_title
  1146. {
  1147. font-weight: bold;
  1148. margin-left: 35px;
  1149. margin-right: 35px;
  1150. }
  1151. div#autoplay_player_container
  1152. {
  1153. text-align: center;
  1154. }
  1155. div#autoplay ul.elements, div#autoplay
  1156. {
  1157. margin-top: 0px;
  1158. }