old.css 22KB

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