install.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. html {
  2. background: #f1f1f1;
  3. margin: 0 20px;
  4. }
  5. body {
  6. background: #fff;
  7. color: #444;
  8. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  9. margin: 140px auto 25px;
  10. padding: 20px 20px 10px 20px;
  11. max-width: 700px;
  12. -webkit-font-smoothing: subpixel-antialiased;
  13. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  14. }
  15. a {
  16. color: #0073aa;
  17. }
  18. a:hover,
  19. a:active {
  20. color: #00a0d2;
  21. }
  22. a:focus {
  23. color: #124964;
  24. box-shadow:
  25. 0 0 0 1px #5b9dd9,
  26. 0 0 2px 1px rgba(30, 140, 190, 0.8);
  27. }
  28. .ie8 a:focus {
  29. outline: #5b9dd9 solid 1px;
  30. }
  31. h1, h2 {
  32. border-bottom: 1px solid #ddd;
  33. clear: both;
  34. color: #666;
  35. font-size: 24px;
  36. padding: 0;
  37. padding-bottom: 7px;
  38. font-weight: 400;
  39. }
  40. h3 {
  41. font-size: 16px;
  42. }
  43. p, li, dd, dt {
  44. padding-bottom: 2px;
  45. font-size: 14px;
  46. line-height: 1.5;
  47. }
  48. code, .code {
  49. font-family: Consolas, Monaco, monospace;
  50. }
  51. ul, ol, dl {
  52. padding: 5px 5px 5px 22px;
  53. }
  54. a img {
  55. border: 0
  56. }
  57. abbr {
  58. border: 0;
  59. font-variant: normal;
  60. }
  61. fieldset {
  62. border: 0;
  63. padding: 0;
  64. margin: 0;
  65. }
  66. label {
  67. cursor: pointer;
  68. }
  69. #logo {
  70. margin: 6px 0 14px 0;
  71. padding: 0 0 7px 0;
  72. border-bottom: none;
  73. text-align: center
  74. }
  75. #logo a {
  76. background-image: url(../images/w-logo-blue.png?ver=20131202);
  77. background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
  78. background-size: 84px;
  79. background-position: center top;
  80. background-repeat: no-repeat;
  81. color: #444; /* same as login.css */
  82. height: 84px;
  83. font-size: 20px;
  84. font-weight: 400;
  85. line-height: 1.3;
  86. margin: -130px auto 25px;
  87. padding: 0;
  88. text-decoration: none;
  89. width: 84px;
  90. text-indent: -9999px;
  91. outline: none;
  92. overflow: hidden;
  93. display: block;
  94. }
  95. .step {
  96. margin: 20px 0 15px;
  97. }
  98. .step, th {
  99. text-align: left;
  100. padding: 0;
  101. }
  102. .language-chooser.wp-core-ui .step .button.button-large {
  103. height: 36px;
  104. font-size: 14px;
  105. line-height: 2.35714285;
  106. vertical-align: middle;
  107. }
  108. textarea {
  109. border: 1px solid #ddd;
  110. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  111. width: 100%;
  112. box-sizing: border-box;
  113. }
  114. .form-table {
  115. border-collapse: collapse;
  116. margin-top: 1em;
  117. width: 100%;
  118. }
  119. .form-table td {
  120. margin-bottom: 9px;
  121. padding: 10px 20px 10px 0;
  122. font-size: 14px;
  123. vertical-align: top
  124. }
  125. .form-table th {
  126. font-size: 14px;
  127. text-align: left;
  128. padding: 10px 20px 10px 0;
  129. width: 140px;
  130. vertical-align: top;
  131. }
  132. .form-table code {
  133. line-height: 1.28571428;
  134. font-size: 14px;
  135. }
  136. .form-table p {
  137. margin: 4px 0 0 0;
  138. font-size: 11px;
  139. }
  140. .form-table input {
  141. line-height: 1.33333333;
  142. font-size: 15px;
  143. padding: 3px 5px;
  144. border: 1px solid #ddd;
  145. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  146. }
  147. input,
  148. submit {
  149. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  150. }
  151. .form-table input[type=text],
  152. .form-table input[type=email],
  153. .form-table input[type=url],
  154. .form-table input[type=password],
  155. #pass-strength-result {
  156. width: 218px;
  157. }
  158. .form-table th p {
  159. font-weight: 400;
  160. }
  161. .form-table.install-success th,
  162. .form-table.install-success td {
  163. vertical-align: middle;
  164. padding: 16px 20px 16px 0;
  165. }
  166. .form-table.install-success td p {
  167. margin: 0;
  168. font-size: 14px;
  169. }
  170. .form-table.install-success td code {
  171. margin: 0;
  172. font-size: 18px;
  173. }
  174. #error-page {
  175. margin-top: 50px;
  176. }
  177. #error-page p {
  178. font-size: 14px;
  179. line-height: 1.28571428;
  180. margin: 25px 0 20px;
  181. }
  182. #error-page code, .code {
  183. font-family: Consolas, Monaco, monospace;
  184. }
  185. .message {
  186. border-left: 4px solid #dc3232;
  187. padding: .7em .6em;
  188. background-color: #fbeaea;
  189. }
  190. /* rtl:ignore */
  191. #dbname,
  192. #uname,
  193. #pwd,
  194. #dbhost,
  195. #prefix,
  196. #user_login,
  197. #admin_email,
  198. #pass1,
  199. #pass2 {
  200. direction: ltr;
  201. }
  202. /* localization */
  203. body.rtl,
  204. .rtl textarea,
  205. .rtl input,
  206. .rtl submit {
  207. font-family: Tahoma, sans-serif;
  208. }
  209. :lang(he-il) body.rtl,
  210. :lang(he-il) .rtl textarea,
  211. :lang(he-il) .rtl input,
  212. :lang(he-il) .rtl submit {
  213. font-family: Arial, sans-serif;
  214. }
  215. @media only screen and (max-width: 799px) {
  216. body {
  217. margin-top: 115px;
  218. }
  219. #logo a {
  220. margin: -125px auto 30px;
  221. }
  222. }
  223. @media screen and (max-width: 782px) {
  224. .form-table {
  225. margin-top: 0;
  226. }
  227. .form-table th,
  228. .form-table td {
  229. display: block;
  230. width: auto;
  231. vertical-align: middle;
  232. }
  233. .form-table th {
  234. padding: 20px 0 0;
  235. }
  236. .form-table td {
  237. padding: 5px 0;
  238. border: 0;
  239. margin: 0;
  240. }
  241. textarea,
  242. input {
  243. font-size: 16px;
  244. }
  245. .form-table td input[type="text"],
  246. .form-table td input[type="email"],
  247. .form-table td input[type="url"],
  248. .form-table td input[type="password"],
  249. .form-table td select,
  250. .form-table td textarea,
  251. .form-table span.description {
  252. width: 100%;
  253. font-size: 16px;
  254. line-height: 1.5;
  255. padding: 7px 10px;
  256. display: block;
  257. max-width: none;
  258. box-sizing: border-box;
  259. }
  260. .wp-pwd #pass1 {
  261. padding-right: 50px;
  262. }
  263. .wp-pwd .button.wp-hide-pw {
  264. right: 0;
  265. }
  266. #pass-strength-result {
  267. width: 100%;
  268. }
  269. }
  270. body.language-chooser {
  271. max-width: 300px;
  272. }
  273. .language-chooser select {
  274. padding: 8px;
  275. width: 100%;
  276. display: block;
  277. border: 1px solid #ddd;
  278. background-color: #fff;
  279. color: #32373c;
  280. font-size: 16px;
  281. font-family: Arial, sans-serif;
  282. font-weight: 400;
  283. }
  284. .language-chooser p {
  285. text-align: right;
  286. }
  287. .screen-reader-input,
  288. .screen-reader-text {
  289. border: 0;
  290. clip: rect(1px, 1px, 1px, 1px);
  291. -webkit-clip-path: inset(50%);
  292. clip-path: inset(50%);
  293. height: 1px;
  294. margin: -1px;
  295. overflow: hidden;
  296. padding: 0;
  297. position: absolute;
  298. width: 1px;
  299. word-wrap: normal !important;
  300. }
  301. .spinner {
  302. background: url(../images/spinner.gif) no-repeat;
  303. background-size: 20px 20px;
  304. visibility: hidden;
  305. opacity: 0.7;
  306. filter: alpha(opacity=70);
  307. width: 20px;
  308. height: 20px;
  309. margin: 2px 5px 0;
  310. }
  311. .step .spinner {
  312. display: inline-block;
  313. vertical-align: middle;
  314. margin-right: 15px;
  315. }
  316. .button.hide-if-no-js,
  317. .hide-if-no-js {
  318. display: none;
  319. }
  320. /**
  321. * HiDPI Displays
  322. */
  323. @media print,
  324. (-webkit-min-device-pixel-ratio: 1.25),
  325. (min-resolution: 120dpi) {
  326. .spinner {
  327. background-image: url(../images/spinner-2x.gif);
  328. }
  329. }