main.css 19KB

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