configure.css 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 2.8.2r1
  6. Reset
  7. */
  8. html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
  9. html, body
  10. {
  11. background-color: #EFEFEF;
  12. }
  13. body
  14. {
  15. font-size: 14px;
  16. font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  17. color: #313131;
  18. }
  19. a
  20. {
  21. color: #08C;
  22. text-decoration: none;
  23. }
  24. a:hover
  25. {
  26. text-decoration: underline;
  27. }
  28. strong
  29. {
  30. font-weight: bold;
  31. }
  32. em
  33. {
  34. font-style: italic;
  35. }
  36. h1, h2, h3
  37. {
  38. font-family: Georgia, "Times New Roman", Times, serif;
  39. color: #404040;
  40. }
  41. h1
  42. {
  43. font-size: 45px;
  44. padding-bottom: 30px;
  45. }
  46. h2
  47. {
  48. font-weight: bold;
  49. color: #FFFFFF;
  50. /* Font is duplicated of body (sans-serif) */
  51. font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  52. margin-bottom: 10px;
  53. background-color: #aacd4e;
  54. padding: 2px 4px;
  55. display: inline-block;
  56. text-transform: uppercase;
  57. }
  58. h2.configure-error
  59. {
  60. background-color: #CC514F;
  61. }
  62. p
  63. {
  64. line-height: 20px;
  65. padding-bottom: 20px;
  66. }
  67. ul a
  68. {
  69. background: url(../images/blue-arrow.png) no-repeat right 6px;
  70. padding-right: 10px;
  71. }
  72. ul, ol
  73. {
  74. padding-left: 20px;
  75. }
  76. li
  77. {
  78. padding-bottom: 18px;
  79. }
  80. ol li
  81. {
  82. list-style-type: decimal;
  83. }
  84. ul li
  85. {
  86. list-style-type: none;
  87. }
  88. #symfony-header
  89. {
  90. position: relative;
  91. padding: 30px 30px 20px 30px;
  92. }
  93. #symfony-wrapper
  94. {
  95. width: 970px;
  96. margin: 0 auto;
  97. }
  98. #symfony-content
  99. {
  100. background-color: white;
  101. border: 1px solid #DFDFDF;
  102. padding: 50px;
  103. -moz-border-radius: 16px;
  104. -webkit-border-radius: 16px;
  105. border-radius: 16px;
  106. margin-bottom: 20px;
  107. }
  108. #symfony-header
  109. {
  110. position: relative;
  111. padding: 30px 30px 20px 30px;
  112. }
  113. #symfony-wrapper
  114. {
  115. width: 970px;
  116. margin: 0 auto;
  117. }
  118. #symfony-content
  119. {
  120. background-color: white;
  121. border: 1px solid #DFDFDF;
  122. padding: 50px;
  123. -moz-border-radius: 16px;
  124. -webkit-border-radius: 16px;
  125. border-radius: 16px;
  126. margin-bottom: 20px;
  127. }
  128. html, body
  129. {
  130. background-color: #EFEFEF;
  131. }
  132. body
  133. {
  134. font-size: 14px;
  135. font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  136. color: #313131;
  137. }
  138. a
  139. {
  140. color: #08C;
  141. text-decoration: none;
  142. }
  143. a:hover
  144. {
  145. text-decoration: underline;
  146. }
  147. strong
  148. {
  149. font-weight: bold;
  150. }
  151. #symfony-header
  152. {
  153. position: relative;
  154. padding: 30px 30px 20px 30px;
  155. }
  156. #symfony-wrapper
  157. {
  158. width: 970px;
  159. margin: 0 auto;
  160. }
  161. #symfony-content
  162. {
  163. background-color: white;
  164. border: 1px solid #DFDFDF;
  165. padding: 50px;
  166. -moz-border-radius: 16px;
  167. -webkit-border-radius: 16px;
  168. border-radius: 16px;
  169. margin-bottom: 20px;
  170. }
  171. html, body
  172. {
  173. background-color: #EFEFEF;
  174. }
  175. body
  176. {
  177. font-size: 14px;
  178. font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  179. color: #313131;
  180. }
  181. a
  182. {
  183. color: #08C;
  184. text-decoration: none;
  185. }
  186. a:hover
  187. {
  188. text-decoration: underline;
  189. }
  190. strong
  191. {
  192. font-weight: bold;
  193. }
  194. #symfony-header
  195. {
  196. position: relative;
  197. padding: 30px 30px 20px 30px;
  198. }
  199. #symfony-wrapper
  200. {
  201. width: 970px;
  202. margin: 0 auto;
  203. }
  204. #symfony-content
  205. {
  206. background-color: white;
  207. border: 1px solid #DFDFDF;
  208. padding: 50px;
  209. -moz-border-radius: 16px;
  210. -webkit-border-radius: 16px;
  211. border-radius: 16px;
  212. margin-bottom: 5px;
  213. }
  214. #symfony-search
  215. {
  216. position: absolute;
  217. top: 50px;
  218. right: 30px;
  219. }
  220. #symfony-search-field
  221. {
  222. width: 190px;
  223. }
  224. #symfony-search label
  225. {
  226. display: block;
  227. float: left;
  228. width: 20px;
  229. height: 25px;
  230. background: url(../images/search.png) no-repeat left 5px;
  231. }
  232. #symfony-search label span
  233. {
  234. display: none;
  235. }
  236. input[type=text]
  237. {
  238. border: 1px solid #DADADA;
  239. background: white url(../images/field-background.gif) repeat-x left top;
  240. padding: 5px 6px;
  241. color: #565656;
  242. font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  243. font-size: 12px;
  244. }
  245. .symfony-button-grey,
  246. .symfony-button-green
  247. {
  248. font-size: 0.85em;
  249. font-weight: bold;
  250. cursor: pointer;
  251. display: inline-block;
  252. outline: none;
  253. text-align: center;
  254. text-transform: uppercase;
  255. padding: 3px 10px;
  256. text-shadow: 0 1px 1px rgba(0,0,0,.3);
  257. -webkit-border-radius: 4px;
  258. -moz-border-radius: 4px;
  259. border-radius: 4px;
  260. }
  261. .symfony-button-grey
  262. {
  263. color: #868686;
  264. font-weight: normal;
  265. padding: 5px 10px;
  266. border: solid 1px #d7d7d7;
  267. background: #ffffff;
  268. background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  269. background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  270. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
  271. }
  272. .symfony-button-green
  273. {
  274. padding: 5px 12px;
  275. color: white;
  276. border: solid 1px #a7da39;
  277. background: #a7da39;
  278. background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211));
  279. background: -moz-linear-gradient(top, #a7da39, #6a9211);
  280. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211');
  281. }
  282. .symfony-block-steps span
  283. {
  284. display: inline-block;
  285. padding: 2px 3px;
  286. font-size: 11px;
  287. line-height: 15px;
  288. color: #868686;
  289. font-weight: bold;
  290. text-transform: uppercase;
  291. }
  292. .symfony-block-steps span.selected
  293. {
  294. background-color: #aacd4e;
  295. color: #FFFFFF;
  296. }
  297. h1
  298. {
  299. margin-top: 10px;
  300. font-size: 26px;
  301. }
  302. .symfony-form-row
  303. {
  304. padding-bottom: 40px;
  305. }
  306. .symfony-form-column
  307. {
  308. width: 430px;
  309. float: left;
  310. }
  311. .symfony-form-footer
  312. {
  313. padding-top: 20px;
  314. clear: both;
  315. }
  316. .symfony-form-field
  317. {
  318. height: 20px;
  319. }
  320. .symfony-form-row label
  321. {
  322. display: block;
  323. padding-bottom: 8px;
  324. }
  325. .symfony-form-field input[type=text],
  326. .symfony-form-field input[type=password],
  327. .symfony-form-field textarea,
  328. .symfony-form-field select
  329. {
  330. font-size: 13px;
  331. color: #565656;
  332. width: 200px;
  333. }
  334. .symfony-form-field input[type=text],
  335. .symfony-form-field input[type=password],
  336. .symfony-form-field textarea
  337. {
  338. border: 1px solid #dadada;
  339. background: #FFFFFF url(../images/background-textfield.gif) repeat-x left top;
  340. width: 194px;
  341. padding: 5px 6px;
  342. }
  343. .symfony-form-errors ul
  344. {
  345. padding: 0;
  346. }
  347. .symfony-form-errors li
  348. {
  349. background: url(../images/notification.gif) no-repeat left 6px;
  350. font-size: 11px;
  351. line-height: 16px;
  352. color: #759e1a;
  353. padding: 10px 25px;
  354. }
  355. .symfony-configuration
  356. {
  357. margin: 10px 0;
  358. width: 100%;
  359. height: 240px;
  360. }
  361. .version
  362. {
  363. text-align: right;
  364. font-size: 10px;
  365. margin-right: 20px;
  366. }