old.css 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389
  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. div.search_tag_list ul.search_tag_list
  638. {
  639. list-style-image: none;
  640. padding:0;
  641. margin:0;
  642. list-style-type:none;
  643. overflow: hidden;
  644. }
  645. div.search_tag_list ul.search_tag_list li
  646. {
  647. float: left;
  648. margin-right: 4px;
  649. margin-left: 4px;
  650. margin-top: 2px;
  651. margin-bottom: 2px;
  652. padding: 2px 4px 2px 4px;
  653. background-color: #d9f7ff;
  654. border-radius: 7px;
  655. -moz-border-radius: 7px;
  656. -webkit-border-radius: 7px;
  657. -webkit-box-shadow: #666 0px 2px 3px;
  658. -moz-box-shadow: #666 0px 2px 3px;
  659. box-shadow: #666 0px 2px 3px;
  660. }
  661. div.search_tag_list ul.search_tag_list li.new
  662. {
  663. font-weight: bold;
  664. background-color: #e0e0e0;
  665. }
  666. div.search_tag_list ul.search_tag_list li:hover
  667. {
  668. background-color: #74dffe;
  669. }
  670. div.search_tag_list span.info
  671. {
  672. text-shadow: 1px 1px 1px #666;
  673. font-weight: bold;
  674. }
  675. #container ul.search_tag_list li a
  676. {
  677. color: black;
  678. }
  679. #container ul.search_tag_list li a:hover
  680. {
  681. text-decoration: none;
  682. }
  683. .elements_loader_div
  684. {
  685. text-align: center;
  686. }
  687. .elements_loader_div img
  688. {
  689. margin-left: auto;
  690. margin-right: auto;
  691. }
  692. /* jConfirmAction */
  693. div.question {
  694. position: absolute;
  695. display: inline;
  696. text-align: center;
  697. width: 174px;
  698. font-size: 13px;
  699. line-height: 1.5em;
  700. background-color: #e6e6e6;
  701. border-radius: 7px;
  702. -moz-border-radius: 7px;
  703. -webkit-border-radius: 7px;
  704. -webkit-box-shadow: #666 0px 2px 3px;
  705. -moz-box-shadow: #666 0px 2px 3px;
  706. box-shadow: #666 0px 2px 3px;
  707. padding: 10px 10px 10px 10px;
  708. text-shadow: 0px 1px 0px #fff;
  709. margin-left: -7em;
  710. margin-top: -6em;
  711. opacity: 0;
  712. }
  713. div.question .yes, div.question .cancel {
  714. margin-top: .5em;
  715. margin-right: .5em;
  716. cursor: pointer;
  717. display: inline-block;
  718. width: 63px;
  719. height: 21px;
  720. color: #fff;
  721. text-shadow: 0px 1px 0px #000;
  722. background: url('/js/jConfirmAction/images/button.png') left top no-repeat;
  723. }
  724. div.question .title {
  725. font-size: 30px;
  726. margin-bottom: 1.5em;
  727. font-weight: bold;
  728. font-style: italic;
  729. text-shadow: 0px 2px 0px #fff;
  730. }
  731. /* Liste de tags */
  732. ul#favorite_tags
  733. {
  734. padding:0;
  735. margin:0;
  736. list-style-type:none;
  737. }
  738. ul#favorite_tags li
  739. {
  740. display: inline;
  741. margin-left: 2px;
  742. margin-top: 2px;
  743. float: left; /*pour IE*/
  744. }
  745. ul#favorite_tags li.list_length_big a.button
  746. {
  747. font-size: 16px;
  748. padding-top: 2px;
  749. padding-bottom: 2px;
  750. }
  751. ul#favorite_tags li.list_length_medium a.button
  752. {
  753. font-size: 15px;
  754. padding-top: 3px;
  755. padding-bottom: 3px;
  756. }
  757. a.more
  758. {
  759. margin-top: 5px;
  760. }
  761. /* POPIN BLOCK */
  762. #fade { /*--Masque opaque noir de fond--*/
  763. display: none; /*--masqué par défaut--*/
  764. background: #000;
  765. position: fixed; left: 0; top: 0;
  766. width: 100%; height: 100%;
  767. opacity: .80;
  768. z-index: 9999;
  769. }
  770. .popin_block{
  771. background: #fff;
  772. padding: 10px;
  773. border: 10px solid #ddd;
  774. float: left;
  775. font-size: 1.2em;
  776. position: fixed;
  777. top: 50%; left: 50%;
  778. z-index: 99999;
  779. /*--Les différentes définitions de Box Shadow en CSS3--*/
  780. -webkit-box-shadow: 0px 0px 20px #000;
  781. -moz-box-shadow: 0px 0px 20px #000;
  782. box-shadow: 0px 0px 20px #000;
  783. /*--Coins arrondis en CSS3--*/
  784. -webkit-border-radius: 10px;
  785. -moz-border-radius: 10px;
  786. border-radius: 10px;
  787. }
  788. .popin_block h2
  789. {
  790. margin-top: 0px;
  791. margin-bottom: 0px;
  792. }
  793. .popin_block p
  794. {
  795. margin-top: 5px;
  796. margin-bottom: 2px;
  797. }
  798. .popin_block div.tag
  799. {
  800. text-align: center;
  801. }
  802. .popin_block div.inputs
  803. {
  804. text-align: center;
  805. }
  806. .popin_block div.tag ul
  807. {
  808. margin-left: auto;
  809. margin-right: auto;
  810. margin-top: 5px;
  811. margin-bottom: 5px;
  812. }
  813. .popin_block div.inputs input
  814. {
  815. margin: 3px;
  816. }
  817. .popin_block textarea
  818. {
  819. width: 100%;
  820. height: 60px;
  821. }
  822. img.btn_close {
  823. float: right;
  824. margin: -55px -55px 0 0;
  825. }
  826. /*--Gérer la position fixed pour IE6--*/
  827. * html #fade {
  828. position: absolute;
  829. }
  830. * html .popup_block {
  831. position: absolute;
  832. }
  833. /* END POPIN BLOCK */
  834. #container a.element_edit_link
  835. {
  836. text-decoration: none;
  837. }
  838. div.display_more_elements
  839. {
  840. background-color: #D9F7FF;
  841. text-align: center;
  842. }
  843. input#element_add_url
  844. {
  845. width: 70%;
  846. font-size: 110%;
  847. font-weight: bold;
  848. }
  849. input#element_add_name
  850. {
  851. width: 100%;
  852. font-size: 110%;
  853. font-weight: bold;
  854. }
  855. label#element_add_url, label#element_add_name
  856. {
  857. }
  858. /* Commentaire */
  859. li.element div.comments
  860. {
  861. padding-left: 18px;
  862. padding-right: 18px;
  863. }
  864. div.comments ul.comments
  865. {
  866. margin: 0px 0px 0px 0px;
  867. }
  868. li.comment
  869. {
  870. list-style: none;
  871. padding-bottom: 4px;
  872. padding-top: 4px;
  873. border-bottom: 1px dotted #d9d9d9;
  874. }
  875. li.comment span.datesince
  876. {
  877. color: #868686;
  878. }
  879. /*
  880. div.comments form.add_comment textarea, div.comments form.edit_comment textarea
  881. {
  882. width: 80%;
  883. height: 48px;
  884. }*/
  885. div.comments form.add_comment div.buttons, div.comments form.edit_comment div.buttons
  886. {
  887. float: right;
  888. text-align: center;
  889. }
  890. /*div.comments form.add_comment div.buttons input, div.comments form.edit_comment div.buttons input
  891. {
  892. margin-top: 1px;
  893. margin-bottom: 1px;
  894. }*/
  895. div.comments_loader
  896. {
  897. text-align: center;
  898. }
  899. /* END commentaires */
  900. /* Ajouter tag d'élément a ses tags favoris */
  901. /*li.element a.tag_to_favorites, li.element img.tag_to_favorites
  902. {
  903. margin-left: -15px;
  904. margin-right: 4px;
  905. }*/
  906. li.element a.element_tag_large_for_fav
  907. {
  908. padding-right: 15px;
  909. }
  910. /*li.element a.element_tag_large_for_fav_still
  911. {
  912. padding-right: 15px;
  913. }*/
  914. /* END Ajouter tag d'élément a ses tags favoris */
  915. div#added_element_to_group
  916. {
  917. background-color: #E3F6FD;
  918. padding: 20px;
  919. font-size: 115%;
  920. font-weight: bold;
  921. }
  922. input.intext
  923. {
  924. border: none;
  925. border-bottom-color: #000;
  926. border-bottom-style: dashed;
  927. border-bottom-width: 1px;
  928. width: 110px;
  929. text-align: center;
  930. margin-left: 15px;
  931. margin-right: 15px;
  932. font-weight: bold;
  933. }
  934. li.element table
  935. {
  936. width: 100%;
  937. }
  938. li.element td.right
  939. {
  940. text-align: center;
  941. vertical-align: top;
  942. }
  943. li.element td.right ul, li.element td.right ul li
  944. {
  945. margin: 0px;
  946. padding: 0px;
  947. }
  948. li.element td.right ul li
  949. {
  950. list-style-type: none;
  951. }
  952. li.element td.right ul li.vote
  953. {
  954. height: 25px;
  955. }
  956. li.element td.right span.score
  957. {
  958. font-size: 20px;
  959. font-weight: bold;
  960. }
  961. div.reputation
  962. {
  963. padding-left: 15px;
  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: #c0f2ff;
  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. span#add_url_title
  1085. {
  1086. font-weight: bold;
  1087. font-size: 15px;
  1088. }
  1089. div#autoplay
  1090. {
  1091. text-align: left;
  1092. padding-top: 0px;
  1093. }
  1094. a#autoplay_launch
  1095. {
  1096. float: right;
  1097. margin-top: -25px;
  1098. }
  1099. div#autoplay.popin_block
  1100. {
  1101. width: 500px;
  1102. }
  1103. a#autoplay_previous
  1104. {
  1105. float: left;
  1106. text-decoration: none;
  1107. margin-left: -120px;
  1108. margin-top: 25px;
  1109. }
  1110. a#autoplay_next
  1111. {
  1112. float: right;
  1113. text-decoration: none;
  1114. margin-right: -120px;
  1115. margin-top: 25px;
  1116. }
  1117. a#autoplay_previous, a#autoplay_next, a#autoplay_close
  1118. {
  1119. background: #fff;
  1120. padding: 5px;
  1121. border: 10px solid #ddd;
  1122. z-index: 99999;
  1123. /*--Les différentes définitions de Box Shadow en CSS3--*/
  1124. -webkit-box-shadow: 0px 0px 20px #000;
  1125. -moz-box-shadow: 0px 0px 20px #000;
  1126. box-shadow: 0px 0px 20px #000;
  1127. /*--Coins arrondis en CSS3--*/
  1128. -webkit-border-radius: 10px;
  1129. -moz-border-radius: 10px;
  1130. border-radius: 10px;
  1131. }
  1132. a#autoplay_close
  1133. {
  1134. float: left;
  1135. text-decoration: none;
  1136. margin-top: 130px;
  1137. margin-left: -110px;
  1138. z-index: 99;
  1139. }
  1140. div#autoplay_title
  1141. {
  1142. font-weight: bold;
  1143. margin-left: 35px;
  1144. margin-right: 35px;
  1145. }
  1146. div#autoplay_player_container
  1147. {
  1148. text-align: center;
  1149. }
  1150. div#autoplay ul.elements, div#autoplay
  1151. {
  1152. margin-top: 0px;
  1153. }