3a5c85c_old_3.css 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392
  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. 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. font-size: 110%;
  964. }
  965. div.reputation span.score
  966. {
  967. font-size: 125%;
  968. font-weight: bold;
  969. }
  970. div#events_container
  971. {
  972. text-align: left;
  973. }
  974. div#events_container_contained
  975. {
  976. margin-left: 0px;
  977. margin-right: auto;
  978. }
  979. /*div#events
  980. {
  981. width: 62px;
  982. position: absolute;
  983. margin-top: 50px;
  984. margin-left: 650px;
  985. _margin-left: 640px; pour >=ie6
  986. background-color: white;
  987. padding: 4px;
  988. border-top: 0px solid #d5d5d5;
  989. border-right: 0px solid #d5d5d5;
  990. border-bottom: 0px solid #d5d5d5;
  991. border-left: none;
  992. border-radius: 0px 5px 5px 0px;
  993. -moz-border-radius: 0px 5px 5px 0px;
  994. -webkit-border-radius: 0px 5px 5px 0px;
  995. -webkit-box-shadow: 2px 2px 2px #666;
  996. -moz-box-shadow: 2px 2px 2px #666 ;
  997. box-shadow: 2px 2px 2px #666;
  998. }*/
  999. /*
  1000. div#events div.score img
  1001. {
  1002. margin-bottom: -5px;
  1003. }
  1004. div#events div.score span
  1005. {
  1006. font-weight: bold;
  1007. padding-bottom: 2px;
  1008. }
  1009. div#events div.comments img
  1010. {
  1011. margin-left: 3px;
  1012. margin-bottom: -4px;
  1013. }
  1014. div#events div.comments span
  1015. {
  1016. font-weight: bold;
  1017. margin-left: 5px;
  1018. }
  1019. div#events div.favorites img
  1020. {
  1021. margin-left: 3px;
  1022. margin-bottom: -2px;
  1023. }
  1024. div#events div.favorites span
  1025. {
  1026. font-weight: bold;
  1027. margin-left: 5px;
  1028. }
  1029. div#events div.follows img
  1030. {
  1031. margin-left: 3px;
  1032. margin-bottom: -2px;
  1033. }
  1034. div#events div.follows span
  1035. {
  1036. font-weight: bold;
  1037. margin-left: 5px;
  1038. }
  1039. div#events div.tags img
  1040. {
  1041. margin-left: 3px;
  1042. margin-bottom: -2px;
  1043. }
  1044. div#events div.tags span
  1045. {
  1046. font-weight: bold;
  1047. margin-left: 5px;
  1048. }*/
  1049. /*
  1050. * css mynetwork
  1051. */
  1052. ul#followers_users li.new
  1053. {
  1054. font-weight: bold;
  1055. }
  1056. /*
  1057. * Proposition de tags
  1058. */
  1059. li.tag_proposition span.button
  1060. {
  1061. font-size: 95%;
  1062. padding: 2px 4px;
  1063. }
  1064. li.tag_proposition:hover
  1065. {
  1066. background-color: #D5D5D5;
  1067. }
  1068. /* */
  1069. .button_green
  1070. {
  1071. background-color: #5ae959;
  1072. }
  1073. li.element.shadows
  1074. {
  1075. -moz-box-shadow: 3px 3px 3px #4F4F4F;
  1076. -webkit-box-shadow: 3px 3px 3px #4F4F4F;
  1077. box-shadow: 3px 3px 3px #4F4F4F;
  1078. }
  1079. ul#favorite_tags a.button.highlight
  1080. {
  1081. color: blue;
  1082. }
  1083. /*div#add_url_title
  1084. {
  1085. width: 510px;
  1086. font-weight: bold;
  1087. font-size: 15px;
  1088. white-space: nowrap;
  1089. overflow: hidden;
  1090. text-overflow: ellipsis;
  1091. }*/
  1092. div#autoplay
  1093. {
  1094. text-align: left;
  1095. padding-top: 0px;
  1096. }
  1097. a#autoplay_launch
  1098. {
  1099. float: right;
  1100. margin-top: -25px;
  1101. }
  1102. div#autoplay.popin_block
  1103. {
  1104. width: 500px;
  1105. }
  1106. a#autoplay_previous
  1107. {
  1108. float: left;
  1109. text-decoration: none;
  1110. margin-left: -120px;
  1111. margin-top: 25px;
  1112. }
  1113. a#autoplay_next
  1114. {
  1115. float: right;
  1116. text-decoration: none;
  1117. margin-right: -120px;
  1118. margin-top: 25px;
  1119. }
  1120. a#autoplay_previous, a#autoplay_next, a#autoplay_close
  1121. {
  1122. background: #fff;
  1123. padding: 5px;
  1124. border: 10px solid #ddd;
  1125. z-index: 99999;
  1126. /*--Les différentes définitions de Box Shadow en CSS3--*/
  1127. -webkit-box-shadow: 0px 0px 20px #000;
  1128. -moz-box-shadow: 0px 0px 20px #000;
  1129. box-shadow: 0px 0px 20px #000;
  1130. /*--Coins arrondis en CSS3--*/
  1131. -webkit-border-radius: 10px;
  1132. -moz-border-radius: 10px;
  1133. border-radius: 10px;
  1134. }
  1135. a#autoplay_close
  1136. {
  1137. float: left;
  1138. text-decoration: none;
  1139. margin-top: 130px;
  1140. margin-left: -110px;
  1141. z-index: 99;
  1142. }
  1143. div#autoplay_title
  1144. {
  1145. font-weight: bold;
  1146. margin-left: 35px;
  1147. margin-right: 35px;
  1148. }
  1149. div#autoplay_player_container
  1150. {
  1151. text-align: center;
  1152. }
  1153. div#autoplay ul.elements, div#autoplay
  1154. {
  1155. margin-top: 0px;
  1156. }