main.css 9.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  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. #container a
  38. {
  39. text-decoration: none;
  40. color: #00d0de;
  41. }
  42. #container a:hover
  43. {
  44. text-decoration: underline;
  45. }
  46. #container #top-tabs, .top-tabs-right
  47. {
  48. float: left;
  49. list-style: none outside none;
  50. margin: -35px 16px 0 -6px;
  51. padding: 0;
  52. }
  53. #container #top-tabs li, .top-tabs-right
  54. {
  55. float: left;
  56. margin-left: 0px;
  57. padding-top: 3px;
  58. padding-left: 5px;
  59. padding-right: 5px;
  60. padding-bottom: 3px;
  61. background-color: #e9e9e9;
  62. border-top: 1px solid #d5d5d5;
  63. border-left: 1px solid #d5d5d5;
  64. border-right: 1px solid #d5d5d5;
  65. border-radius: 5px 5px 0px 0px;
  66. -moz-border-radius: 5px 5px 0px 0px;
  67. -webkit-border-radius: 5px 5px 0px 0px;
  68. }
  69. #container #top-tabs li.active, .top-tabs-right ul.active, .top-tabs-right ul.active li
  70. {
  71. background-color: white;
  72. }
  73. #container #top-tabs li a, #container .top-tabs-right li a
  74. {
  75. text-decoration: none;
  76. color: black;
  77. }
  78. .top-tabs-right
  79. {
  80. float: right;
  81. margin-right: -5px;
  82. }
  83. .top-tabs-right.active
  84. {
  85. background-color: white;
  86. }
  87. #top_bar
  88. {
  89. width: 220px;
  90. background-color: white;
  91. padding: 0px;
  92. margin-left: auto;
  93. margin-right: auto;
  94. border-radius: 0px 0px 4px 4px;
  95. -moz-border-radius: 0px 0px 4px 4px;
  96. -webkit-border-radius: 0px 0px 4px 4px;
  97. text-align: center;
  98. }
  99. #top_bar a
  100. {
  101. text-decoration: none;
  102. color: black;
  103. padding-left: 3px; padding-right: 3px;
  104. }
  105. /*#top_bar ul
  106. {
  107. text-align: center;
  108. margin-top: -5px;
  109. }
  110. #top_bar ul li
  111. {
  112. display: inline;
  113. float: left;
  114. list-style: none;
  115. padding-left: 6px;
  116. }
  117. #top_bar ul li a
  118. {
  119. text-decoration: none;
  120. color: black;
  121. }*/
  122. ul.inline
  123. {
  124. }
  125. ul.inline li
  126. {
  127. display: inline;
  128. }
  129. /* Messages flash */
  130. .message
  131. {
  132. -webkit-background-size: 40px 40px;
  133. -moz-background-size: 40px 40px;
  134. background-size: 40px 40px;
  135. background-image: -webkit-gradient(linear, left top, right bottom,
  136. color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  137. color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  138. color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
  139. to(transparent));
  140. background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  141. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  142. transparent 75%, transparent);
  143. background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  144. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  145. transparent 75%, transparent);
  146. background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  147. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  148. transparent 75%, transparent);
  149. background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  150. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  151. transparent 75%, transparent);
  152. background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  153. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  154. transparent 75%, transparent);
  155. -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  156. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  157. box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  158. width: 100%;
  159. border: 1px solid;
  160. color: #fff;
  161. padding: 15px;
  162. position: fixed;
  163. _position: absolute;
  164. text-shadow: 0 1px 0 rgba(0,0,0,.5);
  165. -webkit-animation: animate-bg 5s linear infinite;
  166. -moz-animation: animate-bg 5s linear infinite;
  167. }
  168. .info, .fos_user_info
  169. {
  170. background-color: #4ea5cd;
  171. border-color: #3b8eb5;
  172. }
  173. .error, .fos_user_error
  174. {
  175. background-color: #de4343;
  176. border-color: #c43d3d;
  177. }
  178. .warning, .fos_user_warning
  179. {
  180. background-color: #eaaf51;
  181. border-color: #d99a36;
  182. }
  183. .success, .fos_user_success
  184. {
  185. background-color: #61b832;
  186. border-color: #55a12c;
  187. }
  188. .message h3
  189. {
  190. margin: 0 0 5px 0;
  191. }
  192. .message p
  193. {
  194. margin: 0;
  195. }
  196. .message a.message-close
  197. {
  198. float: right;
  199. margin-top: -14px;
  200. margin-right: 18px;
  201. margin-bottom: -11px;
  202. }
  203. .message a.message-close img:HOVER
  204. {
  205. width: 52px;
  206. height: 52px;
  207. margin-bottom: -13px;
  208. }
  209. @-webkit-keyframes animate-bg
  210. {
  211. from {
  212. background-position: 0 0;
  213. }
  214. to {
  215. background-position: -80px 0;
  216. }
  217. }
  218. @-moz-keyframes animate-bg
  219. {
  220. from {
  221. background-position: 0 0;
  222. }
  223. to {
  224. background-position: -80px 0;
  225. }
  226. }
  227. /* Message flash end */
  228. #choose_language
  229. {
  230. float: right;
  231. margin-right: 5px;
  232. }
  233. #choose_language a
  234. {
  235. text-decoration: none;
  236. color: black;
  237. }
  238. .error_list
  239. {
  240. font-size: 87%;
  241. color: #dd0101;
  242. margin-left: 24px;
  243. margin-top: 2px;
  244. margin-bottom: 2px;
  245. margin-right: 2px;
  246. }
  247. .error_list li
  248. {
  249. list-style: url(/bundles/muzichcore/img/1323874685_warning.png);
  250. }
  251. /* Debut CSS pour tags */
  252. pre code {background: #ccc; padding:2px 0; display: block; margin-top:4px;}
  253. .ui-autocomplete {
  254. font-size:12px;
  255. border:1px solid #ddd;
  256. background:#fff;
  257. list-style:none;
  258. position: absolute;
  259. cursor: default;
  260. list-style-type: none;
  261. width: 300px;
  262. }
  263. .ui-autocomplete li {margin-right:8px; float: left;}
  264. .ui-autocomplete li a {display:block; padding:4px;}
  265. .ui-autocomplete li a.ui-state-hover,
  266. .ui-autocomplete li a:hover {background:#eee;}
  267. /**/
  268. ul.tagbox {
  269. background: #fff;
  270. cursor: text;
  271. border: 1px solid #ccc;
  272. overflow: hidden;
  273. padding: 0 0 1px 3px;
  274. }
  275. ul.tagbox li {
  276. margin:0;
  277. }
  278. ul.tagbox li.tag {
  279. float: left;
  280. line-height: 1;
  281. padding: 3px 6px;
  282. list-style-type: none;
  283. margin-top: 3px;
  284. margin-right: 3px;
  285. }
  286. ul.tagbox li.tag {
  287. -moz-border-radius: 2px;
  288. -webkit-border-radius: 2px;
  289. border-radius: 2px;
  290. display:block;
  291. font-size:13px;
  292. border: 1px solid #cad8f3;
  293. background: #dee7f8;
  294. padding: 2px;
  295. margin-bottom: 1px;
  296. padding-right: 15px;
  297. position: relative;
  298. }
  299. ul.tagbox li.input {display:block; float:left;}
  300. ul.tagbox input:focus {
  301. border-color: #fff;
  302. }
  303. ul.tagbox input {
  304. width: 50px;
  305. margin: 0;
  306. border: 0;
  307. outline: 0;
  308. line-height:1.2;
  309. padding: 3px 0;
  310. font-size:12px;
  311. }
  312. ul.tagbox a.close {
  313. position: absolute;
  314. right: 4px; top: 5px;
  315. display: block;
  316. text-indent:-9999px;
  317. cursor:pointer;
  318. width: 7px; height: 7px;
  319. font-size: 1px;
  320. background: url('/bundles/muzichcore/img/tag_close.gif');
  321. }
  322. ul.tagbox a.close:hover {
  323. background-position: 7px;
  324. }
  325. /* Fin CSS pour tags */
  326. /* Debut CSS pour elements */
  327. li.element
  328. {
  329. margin-top: 5px;
  330. margin-bottom: 5px;
  331. padding: 5px;
  332. }
  333. li.element a.favorite_link
  334. {
  335. float: right;
  336. }
  337. li.element a.element_open
  338. {
  339. float: right;
  340. font-weight: bold;
  341. }
  342. li.element div.element_embed
  343. {
  344. text-align: center;
  345. }
  346. ul.elements li.even
  347. {
  348. background-color: #d9f7ff;
  349. }
  350. .elements ul.element_tags
  351. {
  352. margin-left: 10px;
  353. margin-top: 0px;
  354. margin-bottom: 0px;
  355. }
  356. .elements ul.element_tags li
  357. {
  358. display: inline;
  359. font-size: 90%;
  360. }
  361. /* FIN CSS pour elements */
  362. span.help
  363. {
  364. font-size: 10px;
  365. padding-left: 18px;
  366. background-image: url(/bundles/muzichcore/img/1325329213_system-help.png);
  367. background-repeat: no-repeat;
  368. background-position: left top;
  369. }
  370. span.sinfo
  371. {
  372. font-size: 10px;
  373. padding-left: 18px;
  374. background-image: url(/bundles/muzichcore/img/1326549580_info.png);
  375. background-repeat: no-repeat;
  376. background-position: left top;
  377. }
  378. #bottomContainer a
  379. {
  380. text-decoration: none;
  381. color: black;
  382. }
  383. #bottomContainer
  384. {
  385. padding: 2px;
  386. font-size: 85%;
  387. text-align: center;
  388. }
  389. input.main
  390. {
  391. font-weight: bold;
  392. }
  393. input.clear, input.mytags
  394. {
  395. font-size: 80%;
  396. }
  397. ul.tagbox, ul.tagbox input[type="text"]
  398. {
  399. background-color: #bdf1fe;
  400. }
  401. ul.tagbox input[type="text"]
  402. {
  403. height: 14px;
  404. margin-top: 3px;
  405. width: 150px;
  406. color: #676767;
  407. font-weight: bold;
  408. }
  409. ul.tagbox input[type="text"]:FOCUS
  410. {
  411. background-image: linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  412. background-image: -o-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  413. background-image: -moz-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  414. background-image: -webkit-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  415. background-image: -ms-linear-gradient(left , rgb(137,232,253) 10%, rgb(168,238,255) 49%, rgb(189,241,254) 100%);
  416. background-image: -webkit-gradient(
  417. linear,
  418. left bottom,
  419. right bottom,
  420. color-stop(0.1, rgb(137,232,253)),
  421. color-stop(0.49, rgb(168,238,255)),
  422. color-stop(1, rgb(189,241,254))
  423. );
  424. }
  425. .tag_loader
  426. {
  427. float: right;
  428. margin-top: 36px;
  429. margin-left: 5px;
  430. }
  431. .element_name
  432. {
  433. font-weight: bold;
  434. }
  435. div.no_elements
  436. {
  437. text-align: center;
  438. background-color: #d9f7ff;
  439. }
  440. /* Recherche de tags dynamique */
  441. div.search_tag_list
  442. {
  443. position: absolute;
  444. background-color: red;
  445. }