main.css 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. #container
  2. {
  3. width: 640px;
  4. margin-top: 45px;
  5. margin-left: auto;
  6. margin-right: auto;
  7. margin-bottom: 45px;
  8. padding: 10px;
  9. background-color: white;
  10. border: 0px solid #d5d5d5;
  11. border-radius: 7px;
  12. -moz-border-radius: 7px;
  13. -webkit-border-radius: 7px;
  14. -webkit-box-shadow: #666 0px 2px 3px;
  15. -moz-box-shadow: #666 0px 2px 3px;
  16. box-shadow: #666 0px 2px 3px;
  17. }
  18. #container h1
  19. {
  20. }
  21. #container h2
  22. {
  23. margin-top: 5px;
  24. margin-bottom: 5px;
  25. text-shadow: 1px 1px 2px #666;
  26. }
  27. #container h3
  28. {
  29. text-shadow: 1px 1px 1px #666;
  30. }
  31. #container h4
  32. {
  33. }
  34. #container a
  35. {
  36. text-decoration: none;
  37. color: #00d0de;
  38. }
  39. #container #top-tabs, .top-tabs-right
  40. {
  41. float: left;
  42. list-style: none outside none;
  43. margin: -35px 16px 0 -6px;
  44. padding: 0;
  45. }
  46. #container #top-tabs li, .top-tabs-right
  47. {
  48. float: left;
  49. margin-left: 0px;
  50. padding-top: 3px;
  51. padding-left: 5px;
  52. padding-right: 5px;
  53. padding-bottom: 3px;
  54. background-color: #e9e9e9;
  55. border-top: 1px solid #d5d5d5;
  56. border-left: 1px solid #d5d5d5;
  57. border-right: 1px solid #d5d5d5;
  58. border-radius: 5px 5px 0px 0px;
  59. -moz-border-radius: 5px 5px 0px 0px;
  60. -webkit-border-radius: 5px 5px 0px 0px;
  61. }
  62. #container #top-tabs li.active, .top-tabs-right ul.active, .top-tabs-right ul.active li
  63. {
  64. background-color: white;
  65. }
  66. #container #top-tabs li a, #container .top-tabs-right li a
  67. {
  68. text-decoration: none;
  69. color: black;
  70. }
  71. .top-tabs-right
  72. {
  73. float: right;
  74. margin-right: -5px;
  75. }
  76. .top-tabs-right.active
  77. {
  78. background-color: white;
  79. }
  80. #top_bar
  81. {
  82. width: 220px;
  83. background-color: white;
  84. padding: 0px;
  85. margin-left: auto;
  86. margin-right: auto;
  87. border-radius: 0px 0px 4px 4px;
  88. -moz-border-radius: 0px 0px 4px 4px;
  89. -webkit-border-radius: 0px 0px 4px 4px;
  90. text-align: center;
  91. }
  92. #top_bar a
  93. {
  94. text-decoration: none;
  95. color: black;
  96. padding-left: 3px; padding-right: 3px;
  97. }
  98. /*#top_bar ul
  99. {
  100. text-align: center;
  101. margin-top: -5px;
  102. }
  103. #top_bar ul li
  104. {
  105. display: inline;
  106. float: left;
  107. list-style: none;
  108. padding-left: 6px;
  109. }
  110. #top_bar ul li a
  111. {
  112. text-decoration: none;
  113. color: black;
  114. }*/
  115. ul.inline
  116. {
  117. }
  118. ul.inline li
  119. {
  120. display: inline;
  121. }
  122. /* Messages flash */
  123. .message
  124. {
  125. -webkit-background-size: 40px 40px;
  126. -moz-background-size: 40px 40px;
  127. background-size: 40px 40px;
  128. background-image: -webkit-gradient(linear, left top, right bottom,
  129. color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  130. color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  131. color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
  132. to(transparent));
  133. background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  134. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  135. transparent 75%, transparent);
  136. background-image: -moz-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: -ms-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: -o-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: 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. -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  149. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  150. box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  151. width: 100%;
  152. border: 1px solid;
  153. color: #fff;
  154. padding: 15px;
  155. position: fixed;
  156. _position: absolute;
  157. text-shadow: 0 1px 0 rgba(0,0,0,.5);
  158. -webkit-animation: animate-bg 5s linear infinite;
  159. -moz-animation: animate-bg 5s linear infinite;
  160. }
  161. .info, .fos_user_info
  162. {
  163. background-color: #4ea5cd;
  164. border-color: #3b8eb5;
  165. }
  166. .error, .fos_user_error
  167. {
  168. background-color: #de4343;
  169. border-color: #c43d3d;
  170. }
  171. .warning, .fos_user_warning
  172. {
  173. background-color: #eaaf51;
  174. border-color: #d99a36;
  175. }
  176. .success, .fos_user_success
  177. {
  178. background-color: #61b832;
  179. border-color: #55a12c;
  180. }
  181. .message h3
  182. {
  183. margin: 0 0 5px 0;
  184. }
  185. .message p
  186. {
  187. margin: 0;
  188. }
  189. .message a.message-close
  190. {
  191. float: right;
  192. margin-top: -14px;
  193. margin-right: 18px;
  194. margin-bottom: -11px;
  195. }
  196. .message a.message-close img:HOVER
  197. {
  198. width: 52px;
  199. height: 52px;
  200. margin-bottom: -13px;
  201. }
  202. @-webkit-keyframes animate-bg
  203. {
  204. from {
  205. background-position: 0 0;
  206. }
  207. to {
  208. background-position: -80px 0;
  209. }
  210. }
  211. @-moz-keyframes animate-bg
  212. {
  213. from {
  214. background-position: 0 0;
  215. }
  216. to {
  217. background-position: -80px 0;
  218. }
  219. }
  220. /* Message flash end */
  221. #choose_language
  222. {
  223. float: right;
  224. margin-right: 5px;
  225. }
  226. #choose_language a
  227. {
  228. text-decoration: none;
  229. color: black;
  230. }
  231. .error_list
  232. {
  233. font-size: 87%;
  234. color: #dd0101;
  235. margin-left: 24px;
  236. margin-top: 2px;
  237. margin-bottom: 2px;
  238. margin-right: 2px;
  239. }
  240. .error_list li
  241. {
  242. list-style: url(/bundles/muzichcore/img/1323874685_warning.png);
  243. }
  244. /* Debut CSS pour tags */
  245. pre code {background: #ccc; padding:2px 0; display: block; margin-top:4px;}
  246. .ui-autocomplete {
  247. font-size:12px;
  248. border:1px solid #ddd;
  249. background:#fff;
  250. list-style:none;
  251. position: absolute;
  252. cursor: default;
  253. }
  254. .ui-autocomplete li {margin:0;}
  255. .ui-autocomplete li a {display:block; padding:4px;}
  256. .ui-autocomplete li a.ui-state-hover,
  257. .ui-autocomplete li a:hover {background:#eee;}
  258. /**/
  259. ul.tagbox {
  260. background: #fff;
  261. cursor: text;
  262. border: 1px solid #ccc;
  263. overflow: hidden;
  264. padding: 0 0 1px 3px;
  265. min-height:48px;
  266. }
  267. ul.tagbox li {
  268. margin:0;
  269. }
  270. ul.tagbox li.tag {
  271. float: left;
  272. line-height: 1;
  273. padding: 3px 6px;
  274. list-style-type: none;
  275. margin-top: 3px;
  276. margin-right: 3px;
  277. }
  278. ul.tagbox li.tag {
  279. -moz-border-radius: 2px;
  280. -webkit-border-radius: 2px;
  281. border-radius: 2px;
  282. display:block;
  283. font-size:13px;
  284. border: 1px solid #cad8f3;
  285. background: #dee7f8;
  286. padding: 2px;
  287. margin-bottom: 1px;
  288. padding-right: 15px;
  289. position: relative;
  290. }
  291. ul.tagbox li.input {display:block; float:left;}
  292. ul.tagbox input:focus {
  293. border-color: #fff;
  294. }
  295. ul.tagbox input {
  296. width: 50px;
  297. margin: 0;
  298. border: 0;
  299. outline: 0;
  300. line-height:1.2;
  301. padding: 3px 0;
  302. font-size:12px;
  303. }
  304. ul.tagbox a.close {
  305. position: absolute;
  306. right: 4px; top: 5px;
  307. display: block;
  308. text-indent:-9999px;
  309. cursor:pointer;
  310. width: 7px; height: 7px;
  311. font-size: 1px;
  312. background: url('/bundles/muzichcore/img/tag_close.gif');
  313. }
  314. ul.tagbox a.close:hover {
  315. background-position: 7px;
  316. }
  317. /* Fin CSS pour tags */
  318. /* Debut CSS pour elements */
  319. li.element
  320. {
  321. margin-top: 5px;
  322. margin-bottom: 5px;
  323. }
  324. ul.elements li.even
  325. {
  326. background-color: #d9f7ff;
  327. }
  328. .elements ul.element_tags
  329. {
  330. margin-left: 10px;
  331. margin-top: 0px;
  332. margin-bottom: 0px;
  333. }
  334. .elements ul.element_tags li
  335. {
  336. display: inline;
  337. font-size: 90%;
  338. }
  339. /* FIN CSS pour elements */