main.css 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. #container
  2. {
  3. position: relative;
  4. min-height: 100%;
  5. padding-bottom: 30px;
  6. width: 640px;
  7. margin-top: 45px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. margin-bottom: 45px;
  11. padding: 10px;
  12. background-color: white;
  13. border: 0px solid #d5d5d5;
  14. border-radius: 7px;
  15. -moz-border-radius: 7px;
  16. -webkit-border-radius: 7px;
  17. -webkit-box-shadow: #666 0px 2px 3px;
  18. -moz-box-shadow: #666 0px 2px 3px;
  19. box-shadow: #666 0px 2px 3px;
  20. }
  21. #container h1
  22. {
  23. }
  24. #container h2
  25. {
  26. margin-top: 5px;
  27. margin-bottom: 5px;
  28. font-size: 1.7em;
  29. text-shadow: 1px 1px 2px #666;
  30. }
  31. #container h3
  32. {
  33. text-shadow: 1px 1px 1px #666;
  34. }
  35. #container h4
  36. {
  37. }
  38. div.clearboth
  39. {
  40. clear: both;
  41. }
  42. .button {
  43. display: inline-block;
  44. line-height: 1;
  45. padding: 4px 7px;
  46. text-decoration: none;
  47. font-weight: bold;
  48. color: #fff;
  49. background-color: #39c;
  50. -moz-border-radius: 5px;
  51. -webkit-border-radius: 5px;
  52. -khtml-border-radius: 5px;
  53. border-radius: 5px;
  54. border: 1px solid #2b82ad;
  55. }
  56. input.button, button.button {
  57. border: 0px none;
  58. }
  59. .button:active {
  60. background-color: #39c9cc;
  61. }
  62. .button.active
  63. {
  64. background-color: #39C9CC;
  65. }
  66. #container a
  67. {
  68. text-decoration: none;
  69. color: #00d0de;
  70. }
  71. #container a.button
  72. {
  73. color: white;
  74. }
  75. #container a:hover
  76. {
  77. text-decoration: underline;
  78. }
  79. #container #top-tabs, .top-tabs-right
  80. {
  81. float: left;
  82. list-style: none outside none;
  83. margin: -35px 16px 0 -6px;
  84. padding: 0;
  85. }
  86. #container #top-tabs li, .top-tabs-right
  87. {
  88. float: left;
  89. margin-left: 0px;
  90. padding-top: 3px;
  91. padding-left: 5px;
  92. padding-right: 5px;
  93. padding-bottom: 3px;
  94. background-color: #e9e9e9;
  95. border-top: 1px solid #d5d5d5;
  96. border-left: 1px solid #d5d5d5;
  97. border-right: 1px solid #d5d5d5;
  98. border-radius: 5px 5px 0px 0px;
  99. -moz-border-radius: 5px 5px 0px 0px;
  100. -webkit-border-radius: 5px 5px 0px 0px;
  101. }
  102. #container #top-tabs li.active, .top-tabs-right ul.active, .top-tabs-right ul.active li
  103. {
  104. background-color: white;
  105. }
  106. #container #top-tabs li a, #container .top-tabs-right li a
  107. {
  108. text-decoration: none;
  109. color: black;
  110. }
  111. .top-tabs-right
  112. {
  113. float: right;
  114. margin-right: -5px;
  115. }
  116. .top-tabs-right.active
  117. {
  118. background-color: white;
  119. }
  120. #top_bar
  121. {
  122. width: 220px;
  123. background-color: white;
  124. padding: 0px;
  125. margin-left: auto;
  126. margin-right: auto;
  127. border-radius: 0px 0px 4px 4px;
  128. -moz-border-radius: 0px 0px 4px 4px;
  129. -webkit-border-radius: 0px 0px 4px 4px;
  130. text-align: center;
  131. }
  132. #top_bar a
  133. {
  134. text-decoration: none;
  135. color: black;
  136. padding-left: 3px; padding-right: 3px;
  137. }
  138. /*#top_bar ul
  139. {
  140. text-align: center;
  141. margin-top: -5px;
  142. }
  143. #top_bar ul li
  144. {
  145. display: inline;
  146. float: left;
  147. list-style: none;
  148. padding-left: 6px;
  149. }
  150. #top_bar ul li a
  151. {
  152. text-decoration: none;
  153. color: black;
  154. }*/
  155. ul.inline
  156. {
  157. }
  158. ul.inline li
  159. {
  160. display: inline;
  161. }
  162. /* Messages flash */
  163. .message
  164. {
  165. -webkit-background-size: 40px 40px;
  166. -moz-background-size: 40px 40px;
  167. background-size: 40px 40px;
  168. background-image: -webkit-gradient(linear, left top, right bottom,
  169. color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  170. color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  171. color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
  172. to(transparent));
  173. background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  174. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  175. transparent 75%, transparent);
  176. background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  177. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  178. transparent 75%, transparent);
  179. background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  180. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  181. transparent 75%, transparent);
  182. background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  183. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  184. transparent 75%, transparent);
  185. background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  186. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  187. transparent 75%, transparent);
  188. -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  189. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  190. box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  191. width: 100%;
  192. border: 1px solid;
  193. color: #fff;
  194. padding: 15px;
  195. position: fixed;
  196. _position: absolute;
  197. text-shadow: 0 1px 0 rgba(0,0,0,.5);
  198. -webkit-animation: animate-bg 5s linear infinite;
  199. -moz-animation: animate-bg 5s linear infinite;
  200. }
  201. .info, .fos_user_info
  202. {
  203. background-color: #4ea5cd;
  204. border-color: #3b8eb5;
  205. }
  206. .error, .fos_user_error
  207. {
  208. background-color: #de4343;
  209. border-color: #c43d3d;
  210. }
  211. .warning, .fos_user_warning
  212. {
  213. background-color: #eaaf51;
  214. border-color: #d99a36;
  215. }
  216. .success, .fos_user_success
  217. {
  218. background-color: #61b832;
  219. border-color: #55a12c;
  220. }
  221. .message h3
  222. {
  223. margin: 0 0 5px 0;
  224. }
  225. .message p
  226. {
  227. margin: 0;
  228. }
  229. .message a.message-close
  230. {
  231. float: right;
  232. margin-top: -14px;
  233. margin-right: 18px;
  234. margin-bottom: -11px;
  235. }
  236. .message a.message-close img:HOVER
  237. {
  238. width: 52px;
  239. height: 52px;
  240. margin-bottom: -13px;
  241. }
  242. @-webkit-keyframes animate-bg
  243. {
  244. from {
  245. background-position: 0 0;
  246. }
  247. to {
  248. background-position: -80px 0;
  249. }
  250. }
  251. @-moz-keyframes animate-bg
  252. {
  253. from {
  254. background-position: 0 0;
  255. }
  256. to {
  257. background-position: -80px 0;
  258. }
  259. }
  260. /* Message flash end */
  261. #choose_language
  262. {
  263. float: right;
  264. margin-right: 5px;
  265. }
  266. #choose_language a
  267. {
  268. text-decoration: none;
  269. color: black;
  270. }
  271. .error_list
  272. {
  273. font-size: 87%;
  274. color: #dd0101;
  275. margin-left: 24px;
  276. margin-top: 2px;
  277. margin-bottom: 2px;
  278. margin-right: 2px;
  279. }
  280. .error_list li
  281. {
  282. list-style: url(/bundles/muzichcore/img/1323874685_warning.png);
  283. }
  284. /* Debut CSS pour tags */
  285. pre code {background: #ccc; padding:2px 0; display: block; margin-top:4px;}
  286. .ui-autocomplete {
  287. font-size:12px;
  288. border:1px solid #ddd;
  289. background:#fff;
  290. list-style:none;
  291. position: absolute;
  292. cursor: default;
  293. list-style-type: none;
  294. width: 300px;
  295. }
  296. .ui-autocomplete li {margin-right:8px; float: left;}
  297. .ui-autocomplete li a {display:block; padding:4px;}
  298. .ui-autocomplete li a.ui-state-hover,
  299. .ui-autocomplete li a:hover {background:#eee;}
  300. /**/
  301. ul.tagbox {
  302. background: #fff;
  303. cursor: text;
  304. border: none;
  305. overflow: hidden;
  306. padding: 0 0 1px 3px;
  307. margin-left: 0px;
  308. }
  309. ul.tagbox li {
  310. margin:0;
  311. }
  312. ul.tagbox li.tag {
  313. float: left;
  314. line-height: 1;
  315. list-style-type: none;
  316. margin-top: 3px;
  317. margin-right: 3px;
  318. font-size:13px;
  319. border: 1px solid #cad8f3;
  320. background: #dee7f8;
  321. margin-bottom: 1px;
  322. position: relative;
  323. display: inline-block;
  324. padding-left: 7px;
  325. padding-top: 4px;
  326. padding-right: 14px;
  327. padding-bottom: 4px;
  328. text-decoration: none;
  329. font-weight: bold;
  330. color: #fff;
  331. background-color: #39c;
  332. -moz-border-radius: 5px;
  333. -webkit-border-radius: 5px;
  334. -khtml-border-radius: 5px;
  335. border-radius: 5px;
  336. }
  337. ul.tagbox li.input {display:block; float:left;}
  338. ul.tagbox input:focus {
  339. border-color: #fff;
  340. }
  341. ul.tagbox input {
  342. width: 50px;
  343. margin: 0;
  344. border: 0;
  345. outline: 0;
  346. line-height:1.2;
  347. padding: 3px 0;
  348. font-size:12px;
  349. }
  350. ul.tagbox a.close {
  351. position: absolute;
  352. right: 4px; top: 5px;
  353. display: block;
  354. text-indent:-9999px;
  355. cursor:pointer;
  356. width: 7px; height: 7px;
  357. font-size: 1px;
  358. background: url('/bundles/muzichcore/img/tag_close.gif');
  359. background-position: 0px 100%;
  360. margin-top: 2px;
  361. }
  362. ul.tagbox a.close:hover {
  363. background-position: 7px;
  364. }
  365. /* Fin CSS pour tags */
  366. /* Debut CSS pour elements */
  367. li.element
  368. {
  369. list-style: none outside none;
  370. margin-top: 5px;
  371. margin-bottom: 5px;
  372. padding: 5px;
  373. }
  374. li.element a.favorite_link
  375. {
  376. position: relative;
  377. top: 0px;
  378. left: 483px;
  379. }
  380. li.element a.element_open
  381. {
  382. font-weight: bold;
  383. margin-top: 7px;
  384. }
  385. li.element div.element_embed
  386. {
  387. text-align: center;
  388. }
  389. li.element td.element_content
  390. {
  391. vertical-align: top;
  392. padding-left: 5px;
  393. }
  394. li.element span.element_name
  395. {
  396. margin-left: -20px;
  397. }
  398. li.element td.element_thumbnail
  399. {
  400. background-image: url(/bundles/muzichcore/img/nothumb.png);
  401. width: 120px;
  402. height: 90px;
  403. }
  404. li.element img.element_thumbnail
  405. {
  406. width: 120px;
  407. height: 90px;
  408. }
  409. #container li.element span.element_name a
  410. {
  411. color: black;
  412. }
  413. li.element img.play, li.element img.open
  414. {
  415. position: absolute;
  416. }
  417. ul.elements
  418. {
  419. margin-left: 0px;
  420. }
  421. ul.elements li.even
  422. {
  423. background-color: #d9f7ff;
  424. }
  425. .elements ul.element_tags
  426. {
  427. margin-left: 10px;
  428. margin-top: 0px;
  429. margin-bottom: 0px;
  430. }
  431. .elements ul.element_tags li
  432. {
  433. display: inline;
  434. font-size: 90%;
  435. }
  436. /* FIN CSS pour elements */
  437. span.help
  438. {
  439. font-size: 10px;
  440. padding-left: 18px;
  441. background-image: url(/bundles/muzichcore/img/1325329213_system-help.png);
  442. background-repeat: no-repeat;
  443. background-position: left top;
  444. }
  445. span.sinfo
  446. {
  447. font-size: 10px;
  448. padding-left: 18px;
  449. background-image: url(/bundles/muzichcore/img/1326549580_info.png);
  450. background-repeat: no-repeat;
  451. background-position: left top;
  452. }
  453. #bottomContainer a
  454. {
  455. text-decoration: none;
  456. color: black;
  457. }
  458. #bottomContainer
  459. {
  460. padding: 2px;
  461. font-size: 85%;
  462. text-align: center;
  463. }
  464. input.main
  465. {
  466. font-weight: bold;
  467. }
  468. input.clear, input.mytags
  469. {
  470. font-size: 80%;
  471. }
  472. ul.tagbox input[type="text"]
  473. {
  474. -moz-border-radius: 5px;
  475. -webkit-border-radius: 5px;
  476. -khtml-border-radius: 5px;
  477. border-radius: 5px;
  478. background-color: #bdf1fe;
  479. padding-left: 3px;
  480. }
  481. ul.tagbox li.input
  482. {
  483. padding-top: 2px;
  484. }
  485. ul.tagbox input[type="text"]
  486. {
  487. height: 14px;
  488. margin-top: 3px;
  489. width: 200px;
  490. color: #676767;
  491. font-weight: bold;
  492. }
  493. ul.tagbox input[type="text"]:FOCUS
  494. {
  495. background-image: linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  496. background-image: -o-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  497. background-image: -moz-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  498. background-image: -webkit-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  499. background-image: -ms-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  500. background-image: -webkit-gradient(
  501. linear,
  502. left bottom,
  503. right bottom,
  504. color-stop(0.1, rgb(137,232,253)),
  505. color-stop(0.49, rgb(168,238,255)),
  506. color-stop(1, rgb(189,241,254))
  507. );
  508. }
  509. div.tag_loader_div, div.loader
  510. {
  511. text-align: center;
  512. }
  513. .tag_loader, element_loader
  514. {
  515. margin-left: auto;
  516. marin-right: auto;
  517. }
  518. .element_name
  519. {
  520. font-weight: bold;
  521. }
  522. div.no_elements
  523. {
  524. text-align: center;
  525. background-color: #d9f7ff;
  526. }
  527. /* Recherche de tags dynamique */
  528. div.search_tag_list
  529. {
  530. position: absolute;
  531. background-color: white;
  532. width: 400px;
  533. padding: 2px;
  534. border: 0px solid #d5d5d5;
  535. border-radius: 7px;
  536. -moz-border-radius: 7px;
  537. -webkit-border-radius: 7px;
  538. -webkit-box-shadow: #666 0px 2px 3px;
  539. -moz-box-shadow: #666 0px 2px 3px;
  540. box-shadow: #666 0px 2px 3px;
  541. z-index: 1;
  542. }
  543. div.search_tag_list span.info
  544. {
  545. background-color: white;
  546. padding: 2px;
  547. }
  548. div.search_tag_list ul.search_tag_list
  549. {
  550. list-style-image: none;
  551. padding:0;
  552. margin:0;
  553. list-style-type:none;
  554. overflow: hidden;
  555. }
  556. div.search_tag_list ul.search_tag_list li
  557. {
  558. float: left;
  559. margin-right: 4px;
  560. margin-left: 4px;
  561. margin-top: 2px;
  562. margin-bottom: 2px;
  563. padding: 2px;
  564. background-color: #d9f7ff;
  565. }
  566. div.search_tag_list ul.search_tag_list li:hover
  567. {
  568. background-color: #74dffe;
  569. }
  570. #container ul.search_tag_list li a
  571. {
  572. color: black;
  573. }
  574. .elements_loader_div
  575. {
  576. text-align: center;
  577. }
  578. .elements_loader_div img
  579. {
  580. margin-left: auto;
  581. margin-right: auto;
  582. }
  583. /* jConfirmAction */
  584. div.question {
  585. position: absolute;
  586. display: inline;
  587. text-align: center;
  588. width: 174px;
  589. height: 78px;
  590. font-size: 13px;
  591. line-height: 1.5em;
  592. background: url('/js/jConfirmAction/images/bubble.png') left top no-repeat;
  593. padding: 10px 0 0 0;
  594. text-shadow: 0px 1px 0px #fff;
  595. margin-left: -7em;
  596. margin-top: -6em;
  597. opacity: 0;
  598. }
  599. div.question .yes, .cancel {
  600. margin-top: .5em;
  601. margin-right: .5em;
  602. cursor: pointer;
  603. display: inline-block;
  604. width: 63px;
  605. height: 21px;
  606. color: #fff;
  607. text-shadow: 0px 1px 0px #000;
  608. background: url('/js/jConfirmAction/images/button.png') left top no-repeat;
  609. }
  610. div.question .title {
  611. font-size: 30px;
  612. margin-bottom: 1.5em;
  613. font-weight: bold;
  614. font-style: italic;
  615. text-shadow: 0px 2px 0px #fff;
  616. }
  617. /* Liste de tags */
  618. ul#favorite_tags
  619. {
  620. padding:0;
  621. margin:0;
  622. list-style-type:none;
  623. }
  624. ul#favorite_tags li
  625. {
  626. display: inline;
  627. margin-left: 2px;
  628. margin-top: 2px;
  629. float:left; /*pour IE*/
  630. }