install.css 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  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. p
  59. {
  60. line-height: 20px;
  61. padding-bottom: 20px;
  62. }
  63. ul a
  64. {
  65. background: url(../images/blue-arrow.png) no-repeat right 6px;
  66. padding-right: 10px;
  67. }
  68. ul, ol
  69. {
  70. padding-left: 20px;
  71. }
  72. li
  73. {
  74. padding-bottom: 18px;
  75. }
  76. ol li
  77. {
  78. list-style-type: decimal;
  79. }
  80. ul li
  81. {
  82. list-style-type: none;
  83. }
  84. #symfony-header
  85. {
  86. position: relative;
  87. padding: 30px 30px 20px 30px;
  88. }
  89. #symfony-wrapper
  90. {
  91. width: 970px;
  92. margin: 0 auto;
  93. }
  94. #symfony-content
  95. {
  96. background-color: white;
  97. border: 1px solid #DFDFDF;
  98. padding: 50px;
  99. -moz-border-radius: 16px;
  100. -webkit-border-radius: 16px;
  101. border-radius: 16px;
  102. margin-bottom: 20px;
  103. }
  104. #symfony-header
  105. {
  106. position: relative;
  107. padding: 30px 30px 20px 30px;
  108. }
  109. #symfony-wrapper
  110. {
  111. width: 970px;
  112. margin: 0 auto;
  113. }
  114. #symfony-content
  115. {
  116. background-color: white;
  117. border: 1px solid #DFDFDF;
  118. padding: 50px;
  119. -moz-border-radius: 16px;
  120. -webkit-border-radius: 16px;
  121. border-radius: 16px;
  122. margin-bottom: 20px;
  123. }
  124. html, body
  125. {
  126. background-color: #EFEFEF;
  127. }
  128. body
  129. {
  130. font-size: 14px;
  131. font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  132. color: #313131;
  133. }
  134. a
  135. {
  136. color: #08C;
  137. text-decoration: none;
  138. }
  139. a:hover
  140. {
  141. text-decoration: underline;
  142. }
  143. strong
  144. {
  145. font-weight: bold;
  146. }
  147. #symfony-header
  148. {
  149. position: relative;
  150. padding: 30px 30px 20px 30px;
  151. }
  152. #symfony-wrapper
  153. {
  154. width: 970px;
  155. margin: 0 auto;
  156. }
  157. #symfony-content
  158. {
  159. background-color: white;
  160. border: 1px solid #DFDFDF;
  161. padding: 50px;
  162. -moz-border-radius: 16px;
  163. -webkit-border-radius: 16px;
  164. border-radius: 16px;
  165. margin-bottom: 20px;
  166. }
  167. html, body
  168. {
  169. background-color: #EFEFEF;
  170. }
  171. body
  172. {
  173. font-size: 14px;
  174. font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  175. color: #313131;
  176. }
  177. a
  178. {
  179. color: #08C;
  180. text-decoration: none;
  181. }
  182. a:hover
  183. {
  184. text-decoration: underline;
  185. }
  186. strong
  187. {
  188. font-weight: bold;
  189. }
  190. #symfony-header
  191. {
  192. position: relative;
  193. padding: 30px 30px 20px 30px;
  194. }
  195. #symfony-wrapper
  196. {
  197. width: 970px;
  198. margin: 0 auto;
  199. }
  200. #symfony-content
  201. {
  202. background-color: white;
  203. border: 1px solid #DFDFDF;
  204. padding: 50px;
  205. -moz-border-radius: 16px;
  206. -webkit-border-radius: 16px;
  207. border-radius: 16px;
  208. margin-bottom: 5px;
  209. }
  210. #symfony-search
  211. {
  212. position: absolute;
  213. top: 50px;
  214. right: 30px;
  215. }
  216. #symfony-search-field
  217. {
  218. width: 190px;
  219. }
  220. #symfony-search label
  221. {
  222. display: block;
  223. float: left;
  224. width: 20px;
  225. height: 25px;
  226. background: url(../images/search.png) no-repeat left 5px;
  227. }
  228. #symfony-search label span
  229. {
  230. display: none;
  231. }
  232. input[type=text]
  233. {
  234. border: 1px solid #DADADA;
  235. background: white url(../images/field-background.gif) repeat-x left top;
  236. padding: 5px 6px;
  237. color: #565656;
  238. font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  239. font-size: 12px;
  240. }
  241. .symfony-button-grey,
  242. .symfony-button-green
  243. {
  244. font-size: 0.85em;
  245. font-weight: bold;
  246. cursor: pointer;
  247. display: inline-block;
  248. outline: none;
  249. text-align: center;
  250. text-transform: uppercase;
  251. padding: 3px 10px;
  252. text-shadow: 0 1px 1px rgba(0,0,0,.3);
  253. -webkit-border-radius: 4px;
  254. -moz-border-radius: 4px;
  255. border-radius: 4px;
  256. }
  257. .symfony-button-grey
  258. {
  259. color: #868686;
  260. font-weight: normal;
  261. padding: 5px 10px;
  262. border: solid 1px #d7d7d7;
  263. background: #ffffff;
  264. background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  265. background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  266. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
  267. }
  268. .symfony-button-green
  269. {
  270. padding: 5px 12px;
  271. color: white;
  272. border: solid 1px #a7da39;
  273. background: #a7da39;
  274. background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211));
  275. background: -moz-linear-gradient(top, #a7da39, #6a9211);
  276. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211');
  277. }
  278. #symfony-wrapper
  279. {
  280. padding-top: 50px;
  281. }
  282. .symfony-blocks-install
  283. {
  284. overflow:hidden;
  285. }
  286. .symfony-blocks-install .symfony-block-logo
  287. {
  288. float: left;
  289. width: 358px;
  290. }
  291. .symfony-blocks-install .symfony-block-content
  292. {
  293. float: left;
  294. width: 510px;
  295. }
  296. .symfony-install-continue
  297. {
  298. font-size: 0.95em;
  299. padding-left: 0;
  300. }
  301. .symfony-install-continue li
  302. {
  303. padding-bottom: 10px;
  304. }
  305. .version
  306. {
  307. text-align: right;
  308. font-size: 10px;
  309. margin-right: 20px;
  310. }