main.css 12KB

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