main.css 9.1KB

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