install-rtl.css 5.9 KB

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