install.css 5.8 KB

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