main.css 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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. }
  257. .ui-autocomplete li {margin:0;}
  258. .ui-autocomplete li a {display:block; padding:4px;}
  259. .ui-autocomplete li a.ui-state-hover,
  260. .ui-autocomplete li a:hover {background:#eee;}
  261. /**/
  262. ul.tagbox {
  263. background: #fff;
  264. cursor: text;
  265. border: 1px solid #ccc;
  266. overflow: hidden;
  267. padding: 0 0 1px 3px;
  268. min-height:48px;
  269. }
  270. ul.tagbox li {
  271. margin:0;
  272. }
  273. ul.tagbox li.tag {
  274. float: left;
  275. line-height: 1;
  276. padding: 3px 6px;
  277. list-style-type: none;
  278. margin-top: 3px;
  279. margin-right: 3px;
  280. }
  281. ul.tagbox li.tag {
  282. -moz-border-radius: 2px;
  283. -webkit-border-radius: 2px;
  284. border-radius: 2px;
  285. display:block;
  286. font-size:13px;
  287. border: 1px solid #cad8f3;
  288. background: #dee7f8;
  289. padding: 2px;
  290. margin-bottom: 1px;
  291. padding-right: 15px;
  292. position: relative;
  293. }
  294. ul.tagbox li.input {display:block; float:left;}
  295. ul.tagbox input:focus {
  296. border-color: #fff;
  297. }
  298. ul.tagbox input {
  299. width: 50px;
  300. margin: 0;
  301. border: 0;
  302. outline: 0;
  303. line-height:1.2;
  304. padding: 3px 0;
  305. font-size:12px;
  306. }
  307. ul.tagbox a.close {
  308. position: absolute;
  309. right: 4px; top: 5px;
  310. display: block;
  311. text-indent:-9999px;
  312. cursor:pointer;
  313. width: 7px; height: 7px;
  314. font-size: 1px;
  315. background: url('/bundles/muzichcore/img/tag_close.gif');
  316. }
  317. ul.tagbox a.close:hover {
  318. background-position: 7px;
  319. }
  320. /* Fin CSS pour tags */
  321. /* Debut CSS pour elements */
  322. li.element
  323. {
  324. margin-top: 5px;
  325. margin-bottom: 5px;
  326. }
  327. ul.elements li.even
  328. {
  329. background-color: #d9f7ff;
  330. }
  331. .elements ul.element_tags
  332. {
  333. margin-left: 10px;
  334. margin-top: 0px;
  335. margin-bottom: 0px;
  336. }
  337. .elements ul.element_tags li
  338. {
  339. display: inline;
  340. font-size: 90%;
  341. }
  342. /* FIN CSS pour elements */
  343. span.help
  344. {
  345. font-size: 10px;
  346. padding-left: 18px;
  347. background-image: url(/bundles/muzichcore/img/1325329213_system-help.png);
  348. background-repeat: no-repeat;
  349. background-position: left top;
  350. }
  351. span.sinfo
  352. {
  353. font-size: 10px;
  354. padding-left: 18px;
  355. background-image: url(/bundles/muzichcore/img/1326549580_info.png);
  356. background-repeat: no-repeat;
  357. background-position: left top;
  358. }
  359. #bottomContainer a
  360. {
  361. text-decoration: none;
  362. color: black;
  363. }
  364. #bottomContainer
  365. {
  366. padding: 2px;
  367. font-size: 85%;
  368. text-align: center;
  369. }