old.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 h3
  302. {
  303. margin: 0 0 5px 0;
  304. }
  305. .message p
  306. {
  307. margin: 0;
  308. }
  309. .message a.message-close
  310. {
  311. float: right;
  312. margin-top: -14px;
  313. margin-right: 18px;
  314. margin-bottom: -11px;
  315. }
  316. .message a.message-close img:HOVER
  317. {
  318. width: 52px;
  319. height: 52px;
  320. margin-bottom: -13px;
  321. }
  322. @-webkit-keyframes animate-bg
  323. {
  324. from {
  325. background-position: 0 0;
  326. }
  327. to {
  328. background-position: -80px 0;
  329. }
  330. }
  331. @-moz-keyframes animate-bg
  332. {
  333. from {
  334. background-position: 0 0;
  335. }
  336. to {
  337. background-position: -80px 0;
  338. }
  339. }
  340. /* Message flash end */
  341. #choose_language
  342. {
  343. float: right;
  344. margin-right: 5px;
  345. }
  346. #choose_language a
  347. {
  348. text-decoration: none;
  349. color: black;
  350. }
  351. .error_list
  352. {
  353. font-size: 87%;
  354. color: #dd0101;
  355. margin-left: 24px;
  356. margin-top: 2px;
  357. margin-bottom: 2px;
  358. margin-right: 2px;
  359. }
  360. .error_list li
  361. {
  362. list-style: url(/bundles/muzichcore/img/1323874685_warning.png);
  363. }
  364. /* Debut CSS pour tags */
  365. pre code {background: #ccc; padding:2px 0; display: block; margin-top:4px;}
  366. .ui-autocomplete {
  367. font-size:12px;
  368. border:1px solid #ddd;
  369. background:#fff;
  370. list-style:none;
  371. position: absolute;
  372. cursor: default;
  373. list-style-type: none;
  374. width: 300px;
  375. }
  376. .ui-autocomplete li {margin-right:8px; float: left;}
  377. .ui-autocomplete li a {display:block; padding:4px;}
  378. .ui-autocomplete li a.ui-state-hover,
  379. .ui-autocomplete li a:hover {background:#eee;}
  380. /**/
  381. /*ul.tagbox {
  382. cursor: text;
  383. border: none;
  384. overflow: hidden;
  385. padding: 0 0 1px 3px;
  386. margin-left: 0px;
  387. }
  388. ul.tagbox li {
  389. margin:0;
  390. }*/
  391. /*ul.tagbox li.tag {
  392. float: left;
  393. line-height: 1;
  394. list-style-type: none;
  395. margin-top: 3px;
  396. margin-right: 3px;
  397. font-size:13px;
  398. border: 1px solid #cad8f3;
  399. background: #dee7f8;
  400. margin-bottom: 1px;
  401. position: relative;
  402. display: inline-block;
  403. padding-left: 7px;
  404. padding-top: 4px;
  405. padding-right: 14px;
  406. padding-bottom: 4px;
  407. text-decoration: none;
  408. font-weight: bold;
  409. color: #fff;
  410. background-color: #39c;
  411. -moz-border-radius: 5px;
  412. -webkit-border-radius: 5px;
  413. -khtml-border-radius: 5px;
  414. border-radius: 5px;
  415. }
  416. ul.tagbox li.input {display:block; float:left;}
  417. ul.tagbox input:focus {
  418. border-color: #fff;
  419. }
  420. ul.tagbox input {
  421. width: 50px;
  422. margin: 0;
  423. border: 0;
  424. outline: 0;
  425. line-height:1.2;
  426. padding: 3px 0;
  427. font-size: 105%;
  428. }*/
  429. /*ul.tagbox a.close {
  430. position: absolute;
  431. right: 4px; top: 5px;
  432. display: block;
  433. text-indent:-9999px;
  434. cursor:pointer;
  435. width: 7px; height: 7px;
  436. font-size: 1px;
  437. background: url('/bundles/muzichcore/img/tag_close.gif');
  438. background-position: 0px 100%;
  439. margin-top: 2px;
  440. }*/
  441. /*ul.tagbox a.close:hover {
  442. background-position: 7px;
  443. } */
  444. /* Fin CSS pour tags */
  445. /* Debut CSS pour elements */
  446. /*li.element
  447. {
  448. list-style: none outside none;
  449. margin-top: 5px;
  450. margin-bottom: 10px;
  451. padding: 5px;
  452. }*/
  453. /*li.element a.favorite_link
  454. {
  455. position: relative;
  456. top: 0px;
  457. left: 483px;
  458. }*/
  459. #container li.element a.favorite_link:hover, #autoplay li.element a.favorite_link:hover
  460. {
  461. text-decoration: none;
  462. }
  463. li.element a.element_open
  464. {
  465. font-weight: bold;
  466. margin-top: 7px;
  467. }
  468. li.element div.element_embed
  469. {
  470. text-align: center;
  471. }
  472. /*li.element td.element_content
  473. {
  474. vertical-align: top;
  475. padding-left: 5px;
  476. width: 468px;
  477. }*/
  478. /*li.element span.element_name
  479. {
  480. }*/
  481. /*li.element td.element_thumbnail
  482. {
  483. background-image: url(/bundles/muzichcore/img/nothumb.png);
  484. background-repeat: no-repeat;
  485. width: 120px;
  486. height: 90px;
  487. vertical-align: top;
  488. }*/
  489. li.element img.element_thumbnail
  490. {
  491. width: 120px;
  492. height: 90px;
  493. }
  494. #container li.element span.element_name a, #autoplay li.element span.element_name a
  495. {
  496. color: black;
  497. }
  498. li.element img.play, li.element img.open
  499. {
  500. position: absolute;
  501. }
  502. /*ul.elements, ul#autoplay_element
  503. {
  504. margin-left: 0px;
  505. }*/
  506. /*ul.elements li.even
  507. {
  508. background-color: #d9f7ff;
  509. }*/
  510. /*.elements ul.element_tags
  511. {
  512. margin-top: 3px;
  513. margin-left: 0px;
  514. }
  515. .elements ul.element_tags li, ul#autoplay_element ul.element_tags li
  516. {
  517. display: inline;
  518. font-size: 90%;
  519. }
  520. ul.element_tags .button
  521. {
  522. padding: 2px 4px 2px 4px;
  523. font-size: 95%;
  524. }*/
  525. /* FIN CSS pour elements */
  526. span.help
  527. {
  528. font-size: 10px;
  529. padding-left: 18px;
  530. background-image: url(/bundles/muzichcore/img/1325329213_system-help.png);
  531. background-repeat: no-repeat;
  532. background-position: left top;
  533. }
  534. span.sinfo
  535. {
  536. font-size: 10px;
  537. padding-left: 18px;
  538. background-image: url(/bundles/muzichcore/img/1326549580_info.png);
  539. background-repeat: no-repeat;
  540. background-position: left top;
  541. }
  542. #bottomContainer a
  543. {
  544. text-decoration: none;
  545. color: black;
  546. }
  547. #bottomContainer
  548. {
  549. padding: 2px;
  550. font-size: 85%;
  551. text-align: center;
  552. }
  553. input.main
  554. {
  555. font-weight: bold;
  556. }
  557. input.clear, input.mytags
  558. {
  559. font-size: 80%;
  560. }
  561. ul.tagbox input[type="text"]
  562. {
  563. -moz-border-radius: 5px;
  564. -webkit-border-radius: 5px;
  565. -khtml-border-radius: 5px;
  566. border-radius: 5px;
  567. background-color: #bdf1fe;
  568. padding-left: 3px;
  569. }
  570. ul.tagbox li.input
  571. {
  572. padding-top: 2px;
  573. }
  574. ul.tagbox input[type="text"]
  575. {
  576. height: 16px;
  577. margin-top: 3px;
  578. width: 250px;
  579. color: #676767;
  580. font-weight: bold;
  581. }
  582. ul.tagbox input[type="text"]:FOCUS
  583. {
  584. background-image: linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  585. background-image: -o-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  586. background-image: -moz-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  587. background-image: -webkit-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  588. background-image: -ms-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  589. background-image: -webkit-gradient(
  590. linear,
  591. left bottom,
  592. right bottom,
  593. color-stop(0.1, rgb(137,232,253)),
  594. color-stop(0.49, rgb(168,238,255)),
  595. color-stop(1, rgb(189,241,254))
  596. );
  597. }
  598. div.tag_loader_div, div.loader
  599. {
  600. text-align: center;
  601. }
  602. .tag_loader, element_loader
  603. {
  604. margin-left: auto;
  605. marin-right: auto;
  606. }
  607. /*.element_name
  608. {
  609. font-weight: bold;
  610. }*/
  611. /*div.no_elements
  612. {
  613. text-align: center;
  614. background-color: #d9f7ff;
  615. }*/
  616. /* Recherche de tags dynamique */
  617. div.search_tag_list
  618. {
  619. position: absolute;
  620. background-color: white;
  621. width: 400px;
  622. padding: 5px;
  623. border: 0px solid #d5d5d5;
  624. border-radius: 7px;
  625. -moz-border-radius: 7px;
  626. -webkit-border-radius: 7px;
  627. -webkit-box-shadow: #666 0px 2px 3px;
  628. -moz-box-shadow: #666 0px 2px 3px;
  629. box-shadow: #666 0px 2px 3px;
  630. z-index: 1;
  631. }
  632. div.search_tag_list span.info
  633. {
  634. background-color: white;
  635. padding: 2px;
  636. }
  637. /*
  638. div.search_tag_list ul.search_tag_list
  639. {
  640. list-style-image: none;
  641. padding:0;
  642. margin:0;
  643. list-style-type:none;
  644. overflow: hidden;
  645. }*/
  646. /*div.search_tag_list ul.search_tag_list li
  647. {
  648. float: left;
  649. margin-right: 4px;
  650. margin-left: 4px;
  651. margin-top: 2px;
  652. margin-bottom: 2px;
  653. padding: 2px 4px 2px 4px;
  654. background-color: #d9f7ff;
  655. border-radius: 7px;
  656. -moz-border-radius: 7px;
  657. -webkit-border-radius: 7px;
  658. -webkit-box-shadow: #666 0px 2px 3px;
  659. -moz-box-shadow: #666 0px 2px 3px;
  660. box-shadow: #666 0px 2px 3px;
  661. }
  662. div.search_tag_list ul.search_tag_list li.new
  663. {
  664. font-weight: bold;
  665. background-color: #e0e0e0;
  666. }
  667. div.search_tag_list ul.search_tag_list li:hover
  668. {
  669. background-color: #74dffe;
  670. }
  671. div.search_tag_list span.info
  672. {
  673. text-shadow: 1px 1px 1px #666;
  674. font-weight: bold;
  675. }
  676. #container ul.search_tag_list li a
  677. {
  678. color: black;
  679. }
  680. #container ul.search_tag_list li a:hover
  681. {
  682. text-decoration: none;
  683. }*/
  684. .elements_loader_div
  685. {
  686. text-align: center;
  687. }
  688. .elements_loader_div img
  689. {
  690. margin-left: auto;
  691. margin-right: auto;
  692. }
  693. /* jConfirmAction */
  694. div.question {
  695. position: absolute;
  696. display: inline;
  697. text-align: center;
  698. width: 174px;
  699. font-size: 13px;
  700. line-height: 1.5em;
  701. background-color: #e6e6e6;
  702. border-radius: 7px;
  703. -moz-border-radius: 7px;
  704. -webkit-border-radius: 7px;
  705. -webkit-box-shadow: #666 0px 2px 3px;
  706. -moz-box-shadow: #666 0px 2px 3px;
  707. box-shadow: #666 0px 2px 3px;
  708. padding: 10px 10px 10px 10px;
  709. text-shadow: 0px 1px 0px #fff;
  710. margin-left: -7em;
  711. margin-top: -6em;
  712. opacity: 0;
  713. }
  714. div.question .yes, div.question .cancel {
  715. margin-top: .5em;
  716. margin-right: .5em;
  717. cursor: pointer;
  718. display: inline-block;
  719. width: 63px;
  720. height: 21px;
  721. color: #fff;
  722. text-shadow: 0px 1px 0px #000;
  723. background: url('/js/jConfirmAction/images/button.png') left top no-repeat;
  724. }
  725. div.question .title {
  726. font-size: 30px;
  727. margin-bottom: 1.5em;
  728. font-weight: bold;
  729. font-style: italic;
  730. text-shadow: 0px 2px 0px #fff;
  731. }
  732. /* Liste de tags */
  733. /*ul#favorite_tags
  734. {
  735. padding:0;
  736. margin:0;
  737. list-style-type:none;
  738. }
  739. ul#favorite_tags li
  740. {
  741. display: inline;
  742. margin-left: 2px;
  743. margin-top: 2px;
  744. float: left;
  745. }
  746. ul#favorite_tags li.list_length_big a.button
  747. {
  748. font-size: 16px;
  749. padding-top: 2px;
  750. padding-bottom: 2px;
  751. }
  752. ul#favorite_tags li.list_length_medium a.button
  753. {
  754. font-size: 15px;
  755. padding-top: 3px;
  756. padding-bottom: 3px;
  757. }*/
  758. a.more
  759. {
  760. margin-top: 5px;
  761. }
  762. /* POPIN BLOCK */
  763. #fade { /*--Masque opaque noir de fond--*/
  764. display: none; /*--masqué par défaut--*/
  765. background: #000;
  766. position: fixed; left: 0; top: 0;
  767. width: 100%; height: 100%;
  768. opacity: .80;
  769. z-index: 9999;
  770. }
  771. .popin_block{
  772. background: #fff;
  773. padding: 10px;
  774. border: 10px solid #ddd;
  775. float: left;
  776. font-size: 1.2em;
  777. position: fixed;
  778. top: 50%; left: 50%;
  779. z-index: 99999;
  780. /*--Les différentes définitions de Box Shadow en CSS3--*/
  781. -webkit-box-shadow: 0px 0px 20px #000;
  782. -moz-box-shadow: 0px 0px 20px #000;
  783. box-shadow: 0px 0px 20px #000;
  784. /*--Coins arrondis en CSS3--*/
  785. -webkit-border-radius: 10px;
  786. -moz-border-radius: 10px;
  787. border-radius: 10px;
  788. }
  789. .popin_block h2
  790. {
  791. margin-top: 0px;
  792. margin-bottom: 0px;
  793. }
  794. .popin_block p
  795. {
  796. margin-top: 5px;
  797. margin-bottom: 2px;
  798. }
  799. .popin_block div.tag
  800. {
  801. text-align: center;
  802. }
  803. .popin_block div.inputs
  804. {
  805. text-align: center;
  806. }
  807. .popin_block div.tag ul
  808. {
  809. margin-left: auto;
  810. margin-right: auto;
  811. margin-top: 5px;
  812. margin-bottom: 5px;
  813. }
  814. .popin_block div.inputs input
  815. {
  816. margin: 3px;
  817. }
  818. .popin_block textarea
  819. {
  820. width: 100%;
  821. height: 60px;
  822. }
  823. img.btn_close {
  824. float: right;
  825. margin: -55px -55px 0 0;
  826. }
  827. /*--Gérer la position fixed pour IE6--*/
  828. * html #fade {
  829. position: absolute;
  830. }
  831. * html .popup_block {
  832. position: absolute;
  833. }
  834. /* END POPIN BLOCK */
  835. #container a.element_edit_link
  836. {
  837. text-decoration: none;
  838. }
  839. div.display_more_elements
  840. {
  841. background-color: #D9F7FF;
  842. text-align: center;
  843. }
  844. /*input#element_add_url
  845. {
  846. width: 70%;
  847. font-size: 110%;
  848. font-weight: bold;
  849. }
  850. input#element_add_name
  851. {
  852. width: 100%;
  853. font-size: 110%;
  854. font-weight: bold;
  855. }*/
  856. label#element_add_url, label#element_add_name
  857. {
  858. }
  859. /* Commentaire */
  860. li.element div.comments
  861. {
  862. padding-left: 18px;
  863. padding-right: 18px;
  864. }
  865. div.comments ul.comments
  866. {
  867. margin: 0px 0px 0px 0px;
  868. }
  869. li.comment
  870. {
  871. list-style: none;
  872. padding-bottom: 4px;
  873. padding-top: 4px;
  874. border-bottom: 1px dotted #d9d9d9;
  875. }
  876. li.comment span.datesince
  877. {
  878. color: #868686;
  879. }
  880. /*
  881. div.comments form.add_comment textarea, div.comments form.edit_comment textarea
  882. {
  883. width: 80%;
  884. height: 48px;
  885. }*/
  886. div.comments form.add_comment div.buttons, div.comments form.edit_comment div.buttons
  887. {
  888. float: right;
  889. text-align: center;
  890. }
  891. /*div.comments form.add_comment div.buttons input, div.comments form.edit_comment div.buttons input
  892. {
  893. margin-top: 1px;
  894. margin-bottom: 1px;
  895. }*/
  896. div.comments_loader
  897. {
  898. text-align: center;
  899. }
  900. /* END commentaires */
  901. /* Ajouter tag d'élément a ses tags favoris */
  902. /*li.element a.tag_to_favorites, li.element img.tag_to_favorites
  903. {
  904. margin-left: -15px;
  905. margin-right: 4px;
  906. }*/
  907. li.element a.element_tag_large_for_fav
  908. {
  909. padding-right: 15px;
  910. }
  911. /*li.element a.element_tag_large_for_fav_still
  912. {
  913. padding-right: 15px;
  914. }*/
  915. /* END Ajouter tag d'élément a ses tags favoris */
  916. div#added_element_to_group
  917. {
  918. background-color: #E3F6FD;
  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. padding-left: 15px;
  965. font-size: 110%;
  966. }
  967. div.reputation span.score
  968. {
  969. font-size: 125%;
  970. font-weight: bold;
  971. }
  972. div#events_container
  973. {
  974. text-align: left;
  975. }
  976. div#events_container_contained
  977. {
  978. margin-left: 0px;
  979. margin-right: auto;
  980. }
  981. /*div#events
  982. {
  983. width: 62px;
  984. position: absolute;
  985. margin-top: 50px;
  986. margin-left: 650px;
  987. _margin-left: 640px; pour >=ie6
  988. background-color: white;
  989. padding: 4px;
  990. border-top: 0px solid #d5d5d5;
  991. border-right: 0px solid #d5d5d5;
  992. border-bottom: 0px solid #d5d5d5;
  993. border-left: none;
  994. border-radius: 0px 5px 5px 0px;
  995. -moz-border-radius: 0px 5px 5px 0px;
  996. -webkit-border-radius: 0px 5px 5px 0px;
  997. -webkit-box-shadow: 2px 2px 2px #666;
  998. -moz-box-shadow: 2px 2px 2px #666 ;
  999. box-shadow: 2px 2px 2px #666;
  1000. }*/
  1001. /*
  1002. div#events div.score img
  1003. {
  1004. margin-bottom: -5px;
  1005. }
  1006. div#events div.score span
  1007. {
  1008. font-weight: bold;
  1009. padding-bottom: 2px;
  1010. }
  1011. div#events div.comments img
  1012. {
  1013. margin-left: 3px;
  1014. margin-bottom: -4px;
  1015. }
  1016. div#events div.comments span
  1017. {
  1018. font-weight: bold;
  1019. margin-left: 5px;
  1020. }
  1021. div#events div.favorites img
  1022. {
  1023. margin-left: 3px;
  1024. margin-bottom: -2px;
  1025. }
  1026. div#events div.favorites span
  1027. {
  1028. font-weight: bold;
  1029. margin-left: 5px;
  1030. }
  1031. div#events div.follows img
  1032. {
  1033. margin-left: 3px;
  1034. margin-bottom: -2px;
  1035. }
  1036. div#events div.follows span
  1037. {
  1038. font-weight: bold;
  1039. margin-left: 5px;
  1040. }
  1041. div#events div.tags img
  1042. {
  1043. margin-left: 3px;
  1044. margin-bottom: -2px;
  1045. }
  1046. div#events div.tags span
  1047. {
  1048. font-weight: bold;
  1049. margin-left: 5px;
  1050. }*/
  1051. /*
  1052. * css mynetwork
  1053. */
  1054. ul#followers_users li.new
  1055. {
  1056. font-weight: bold;
  1057. }
  1058. /*
  1059. * Proposition de tags
  1060. */
  1061. li.tag_proposition span.button
  1062. {
  1063. font-size: 95%;
  1064. padding: 2px 4px;
  1065. }
  1066. li.tag_proposition:hover
  1067. {
  1068. background-color: #c0f2ff;
  1069. }
  1070. /* */
  1071. .button_green
  1072. {
  1073. background-color: #5ae959;
  1074. }
  1075. li.element.shadows
  1076. {
  1077. -moz-box-shadow: 3px 3px 3px #4F4F4F;
  1078. -webkit-box-shadow: 3px 3px 3px #4F4F4F;
  1079. box-shadow: 3px 3px 3px #4F4F4F;
  1080. }
  1081. ul#favorite_tags a.button.highlight
  1082. {
  1083. color: blue;
  1084. }
  1085. div#add_url_title
  1086. {
  1087. width: 510px;
  1088. font-weight: bold;
  1089. font-size: 15px;
  1090. white-space: nowrap;
  1091. overflow: hidden;
  1092. text-overflow: ellipsis;
  1093. }
  1094. div#autoplay
  1095. {
  1096. text-align: left;
  1097. padding-top: 0px;
  1098. }
  1099. a#autoplay_launch
  1100. {
  1101. float: right;
  1102. margin-top: -25px;
  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. }