123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767 |
- /*! This file is auto-generated */
- /* Include margin and padding in the width calculation of input and textarea. */
- input,
- select,
- textarea,
- button {
- box-sizing: border-box;
- font-family: inherit;
- font-size: inherit;
- font-weight: inherit;
- }
- textarea,
- input {
- font-size: 14px;
- }
- textarea {
- overflow: auto;
- padding: 2px 6px;
- /* inherits font size 14px */
- line-height: 1.42857143; /* 20px */
- resize: vertical;
- }
- label {
- cursor: pointer;
- }
- input,
- select {
- margin: 0 1px;
- }
- textarea.code {
- padding: 4px 6px 1px;
- }
- input[type="text"],
- input[type="password"],
- input[type="color"],
- input[type="date"],
- input[type="datetime"],
- input[type="datetime-local"],
- input[type="email"],
- input[type="month"],
- input[type="number"],
- input[type="search"],
- input[type="tel"],
- input[type="time"],
- input[type="url"],
- input[type="week"],
- select,
- textarea {
- box-shadow: 0 0 0 transparent;
- border-radius: 4px;
- border: 1px solid #8c8f94;
- background-color: #fff;
- color: #2c3338;
- }
- input[type="text"],
- input[type="password"],
- input[type="date"],
- input[type="datetime"],
- input[type="datetime-local"],
- input[type="email"],
- input[type="month"],
- input[type="number"],
- input[type="search"],
- input[type="tel"],
- input[type="time"],
- input[type="url"],
- input[type="week"] {
- padding: 0 8px;
- /* inherits font size 14px */
- line-height: 2; /* 28px */
- /* Only necessary for IE11 */
- min-height: 30px;
- }
- ::-webkit-datetime-edit {
- /* inherits font size 14px */
- line-height: 1.85714286; /* 26px */
- }
- input[type="text"]:focus,
- input[type="password"]:focus,
- input[type="color"]:focus,
- input[type="date"]:focus,
- input[type="datetime"]:focus,
- input[type="datetime-local"]:focus,
- input[type="email"]:focus,
- input[type="month"]:focus,
- input[type="number"]:focus,
- input[type="search"]:focus,
- input[type="tel"]:focus,
- input[type="time"]:focus,
- input[type="url"]:focus,
- input[type="week"]:focus,
- input[type="checkbox"]:focus,
- input[type="radio"]:focus,
- select:focus,
- textarea:focus {
- border-color: #2271b1;
- box-shadow: 0 0 0 1px #2271b1;
- /* Only visible in Windows High Contrast mode */
- outline: 2px solid transparent;
- }
- /* rtl:ignore */
- input[type="email"],
- input[type="url"] {
- direction: ltr;
- }
- input[type="checkbox"],
- input[type="radio"] {
- border: 1px solid #8c8f94;
- border-radius: 4px;
- background: #fff;
- color: #50575e;
- clear: none;
- cursor: pointer;
- display: inline-block;
- line-height: 0;
- height: 1rem;
- margin: -0.25rem 0 0 0.25rem;
- outline: 0;
- padding: 0 !important;
- text-align: center;
- vertical-align: middle;
- width: 1rem;
- min-width: 1rem;
- -webkit-appearance: none;
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
- transition: .05s border-color ease-in-out;
- }
- input[type="radio"]:checked + label:before {
- color: #8c8f94;
- }
- .wp-core-ui input[type="reset"]:hover,
- .wp-core-ui input[type="reset"]:active {
- color: #135e96;
- }
- td > input[type="checkbox"],
- .wp-admin p input[type="checkbox"],
- .wp-admin p input[type="radio"] {
- margin-top: 0;
- }
- .wp-admin p label input[type="checkbox"] {
- margin-top: -4px;
- }
- .wp-admin p label input[type="radio"] {
- margin-top: -2px;
- }
- input[type="radio"] {
- border-radius: 50%;
- margin-left: 0.25rem;
- /* 10px not sure if still necessary, comes from the MP6 redesign in r26072 */
- line-height: 0.71428571;
- }
- input[type="checkbox"]:checked::before,
- input[type="radio"]:checked::before {
- float: right;
- display: inline-block;
- vertical-align: middle;
- width: 1rem;
- speak: never;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- input[type="checkbox"]:checked::before {
- /* Use the "Yes" SVG Dashicon */
- content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
- margin: -0.1875rem -0.25rem 0 0;
- height: 1.3125rem;
- width: 1.3125rem;
- }
- input[type="radio"]:checked::before {
- content: "";
- border-radius: 50%;
- width: 0.5rem; /* 8px */
- height: 0.5rem; /* 8px */
- margin: 0.1875rem; /* 3px */
- background-color: #3582c4;
- /* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */
- line-height: 1.14285714;
- }
- @-moz-document url-prefix() {
- input[type="checkbox"],
- input[type="radio"],
- .form-table input.tog {
- margin-bottom: -1px;
- }
- }
- /* Search */
- input[type="search"] {
- -webkit-appearance: textfield;
- }
- input[type="search"]::-webkit-search-decoration {
- display: none;
- }
- .wp-admin input[type="file"] {
- padding: 3px 0;
- cursor: pointer;
- }
- input.readonly,
- input[readonly],
- textarea.readonly,
- textarea[readonly] {
- background-color: #f0f0f1;
- }
- ::-webkit-input-placeholder {
- color: #646970;
- }
- ::-moz-placeholder {
- color: #646970;
- opacity: 1;
- }
- :-ms-input-placeholder {
- color: #646970;
- }
- .form-invalid .form-required,
- .form-invalid .form-required:focus,
- .form-invalid.form-required input,
- .form-invalid.form-required input:focus,
- .form-invalid.form-required select,
- .form-invalid.form-required select:focus {
- border-color: #d63638 !important;
- box-shadow: 0 0 2px rgba(214, 54, 56, 0.8);
- }
- .form-table .form-required.form-invalid td:after {
- content: "\f534";
- font: normal 20px/1 dashicons;
- color: #d63638;
- margin-right: -25px;
- vertical-align: middle;
- }
- /* Adjust error indicator for password layout */
- .form-table .form-required.user-pass1-wrap.form-invalid td:after {
- content: "";
- }
- .form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
- content: "\f534";
- font: normal 20px/1 dashicons;
- color: #d63638;
- margin: 0 -29px 0 6px;
- vertical-align: middle;
- }
- .form-input-tip {
- color: #646970;
- }
- input:disabled,
- input.disabled,
- select:disabled,
- select.disabled,
- textarea:disabled,
- textarea.disabled {
- background: rgba(255, 255, 255, 0.5);
- border-color: rgba(220, 220, 222, 0.75);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
- color: rgba(44, 51, 56, 0.5);
- }
- input[type="file"]:disabled,
- input[type="file"].disabled,
- input[type="range"]:disabled,
- input[type="range"].disabled {
- background: none;
- box-shadow: none;
- cursor: default;
- }
- input[type="checkbox"]:disabled,
- input[type="checkbox"].disabled,
- input[type="radio"]:disabled,
- input[type="radio"].disabled,
- input[type="checkbox"]:disabled:checked:before,
- input[type="checkbox"].disabled:checked:before,
- input[type="radio"]:disabled:checked:before,
- input[type="radio"].disabled:checked:before {
- opacity: 0.7;
- }
- /*------------------------------------------------------------------------------
- 2.0 - Forms
- ------------------------------------------------------------------------------*/
- /* Select styles are based on the default button in buttons.css */
- .wp-core-ui select {
- font-size: 14px;
- line-height: 2; /* 28px */
- color: #2c3338;
- border-color: #8c8f94;
- box-shadow: none;
- border-radius: 3px;
- padding: 0 8px 0 24px;
- min-height: 30px;
- max-width: 25rem;
- -webkit-appearance: none;
- /* The SVG is arrow-down-alt2 from Dashicons. */
- background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 55%;
- background-size: 16px 16px;
- cursor: pointer;
- vertical-align: middle;
- }
- .wp-core-ui select:hover {
- color: #2271b1;
- }
- .wp-core-ui select:focus {
- border-color: #2271b1;
- color: #0a4b78;
- box-shadow: 0 0 0 1px #2271b1;
- }
- .wp-core-ui select:active {
- border-color: #8c8f94;
- box-shadow: none;
- }
- .wp-core-ui select.disabled,
- .wp-core-ui select:disabled {
- color: #a7aaad;
- border-color: #dcdcde;
- background-color: #f6f7f7;
- /* The SVG is arrow-down-alt2 from Dashicons. */
- background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E');
- box-shadow: none;
- text-shadow: 0 1px 0 #fff;
- cursor: default;
- transform: none;
- }
- /* Reset Firefox inner outline that appears on :focus. */
- /* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
- .wp-core-ui select:-moz-focusring {
- color: transparent;
- text-shadow: 0 0 0 #0a4b78;
- }
- /* Remove background focus style from IE11 while keeping focus style available on option elements. */
- .wp-core-ui select::-ms-value {
- background: transparent;
- color: #50575e;
- }
- .wp-core-ui select:hover::-ms-value {
- color: #2271b1;
- }
- .wp-core-ui select:focus::-ms-value {
- color: #0a4b78;
- }
- .wp-core-ui select.disabled::-ms-value,
- .wp-core-ui select:disabled::-ms-value {
- color: #a7aaad;
- }
- /* Hide the native down arrow for select element on IE. */
- .wp-core-ui select::-ms-expand {
- display: none;
- }
- .wp-admin .button-cancel {
- display: inline-block;
- min-height: 28px;
- padding: 0 5px;
- line-height: 2;
- }
- .meta-box-sortables select {
- max-width: 100%;
- }
- .meta-box-sortables input {
- vertical-align: middle;
- }
- .misc-pub-post-status select {
- margin-top: 0;
- }
- .wp-core-ui select[multiple] {
- height: auto;
- padding-left: 8px;
- background: #fff;
- }
- .submit {
- padding: 1.5em 0;
- margin: 5px 0;
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
- border: none;
- }
- form p.submit a.cancel:hover {
- text-decoration: none;
- }
- p.submit {
- text-align: right;
- max-width: 100%;
- margin-top: 20px;
- padding-top: 10px;
- }
- .textright p.submit {
- border: none;
- text-align: left;
- }
- table.form-table + p.submit,
- table.form-table + input + p.submit,
- table.form-table + input + input + p.submit {
- border-top: none;
- padding-top: 0;
- }
- #minor-publishing-actions input,
- #major-publishing-actions input,
- #minor-publishing-actions .preview {
- text-align: center;
- }
- textarea.all-options,
- input.all-options {
- width: 250px;
- }
- input.large-text,
- textarea.large-text {
- width: 99%;
- }
- .regular-text {
- width: 25em;
- }
- input.small-text {
- width: 50px;
- padding: 0 6px;
- }
- label input.small-text {
- margin-top: -4px;
- }
- input[type="number"].small-text {
- width: 65px;
- padding-left: 0;
- }
- input.tiny-text {
- width: 35px;
- }
- input[type="number"].tiny-text {
- width: 45px;
- padding-left: 0;
- }
- #doaction,
- #doaction2,
- #post-query-submit {
- margin: 0 0 0 8px;
- }
- /* @since 5.7.0 secondary bulk action controls require JS. */
- .no-js label[for="bulk-action-selector-bottom"],
- .no-js select#bulk-action-selector-bottom,
- .no-js input#doaction2,
- .no-js label[for="new_role2"],
- .no-js select#new_role2,
- .no-js input#changeit2 {
- display: none;
- }
- .tablenav .actions select {
- float: right;
- margin-left: 6px;
- max-width: 12.5rem;
- }
- #timezone_string option {
- margin-right: 1em;
- }
- .wp-hide-pw > .dashicons,
- .wp-cancel-pw > .dashicons {
- position: relative;
- top: 3px;
- width: 1.25rem;
- height: 1.25rem;
- top: 0.25rem;
- font-size: 20px;
- }
- .wp-cancel-pw .dashicons-no {
- display: none;
- }
- label,
- #your-profile label + a {
- vertical-align: middle;
- }
- fieldset label,
- #your-profile label + a {
- vertical-align: middle;
- }
- .options-media-php [for*="_size_"] {
- min-width: 10em;
- vertical-align: baseline;
- }
- .options-media-php .small-text[name*="_size_"] {
- margin: 0 0 1em;
- }
- .wp-generate-pw {
- margin-top: 1em;
- }
- .wp-pwd {
- margin-top: 1em;
- }
- #misc-publishing-actions label {
- vertical-align: baseline;
- }
- #pass-strength-result {
- background-color: #f0f0f1;
- border: 1px solid #dcdcde;
- color: #1d2327;
- margin: -1px 1px 5px;
- padding: 3px 5px;
- text-align: center;
- width: 25em;
- box-sizing: border-box;
- opacity: 0;
- }
- #pass-strength-result.short {
- background-color: #ffabaf;
- border-color: #e65054;
- opacity: 1;
- }
- #pass-strength-result.bad {
- background-color: #facfd2;
- border-color: #f86368;
- opacity: 1;
- }
- #pass-strength-result.good {
- background-color: #f5e6ab;
- border-color: #f0c33c;
- opacity: 1;
- }
- #pass-strength-result.strong {
- background-color: #b8e6bf;
- border-color: #68de7c;
- opacity: 1;
- }
- .password-input-wrapper input {
- font-family: Consolas, Monaco, monospace;
- }
- #pass1.short, #pass1-text.short {
- border-color: #e65054;
- }
- #pass1.bad, #pass1-text.bad {
- border-color: #f86368;
- }
- #pass1.good, #pass1-text.good {
- border-color: #f0c33c;
- }
- #pass1.strong, #pass1-text.strong {
- border-color: #68de7c;
- }
- .pw-weak {
- display: none;
- }
- .indicator-hint {
- padding-top: 8px;
- }
- .wp-pwd [type="text"],
- .wp-pwd [type="password"] {
- margin-bottom: 0;
- /* Same height as the buttons */
- min-height: 30px;
- }
- /* Hide the Edge "reveal password" native button */
- .wp-pwd input::-ms-reveal {
- display: none;
- }
- #pass1-text,
- .show-password #pass1 {
- display: none;
- }
- #pass1-text::-ms-clear {
- display: none;
- }
- .show-password #pass1-text {
- display: inline-block;
- }
- p.search-box {
- float: left;
- margin: 0;
- }
- .network-admin.themes-php p.search-box {
- clear: right;
- }
- .search-box input[name="s"],
- .tablenav .search-plugins input[name="s"],
- .tagsdiv .newtag {
- float: right;
- margin: 0 0 0 4px;
- }
- .js.plugins-php .search-box .wp-filter-search {
- margin: 0;
- width: 280px;
- }
- input[type="text"].ui-autocomplete-loading,
- input[type="email"].ui-autocomplete-loading {
- background-image: url(../images/loading.gif);
- background-repeat: no-repeat;
- background-position: left center;
- visibility: visible;
- }
- input.ui-autocomplete-input.open {
- border-bottom-color: transparent;
- }
- ul#add-to-blog-users {
- margin: 0 14px 0 0;
- }
- .ui-autocomplete {
- padding: 0;
- margin: 0;
- list-style: none;
- position: absolute;
- z-index: 10000;
- border: 1px solid #4f94d4;
- box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
- background-color: #fff;
- }
- .ui-autocomplete li {
- margin-bottom: 0;
- padding: 4px 10px;
- white-space: nowrap;
- text-align: right;
- cursor: pointer;
- }
- /* Colors for the wplink toolbar autocomplete. */
- .ui-autocomplete .ui-state-focus {
- background-color: #dcdcde;
- }
- /* Colors for the tags autocomplete. */
- .wp-tags-autocomplete .ui-state-focus,
- .wp-tags-autocomplete [aria-selected="true"] {
- background-color: #2271b1;
- color: #fff;
- /* Only visible in Windows High Contrast mode */
- outline: 2px solid transparent;
- }
- /*------------------------------------------------------------------------------
- 15.0 - Comments Screen
- ------------------------------------------------------------------------------*/
- .form-table {
- border-collapse: collapse;
- margin-top: 0.5em;
- width: 100%;
- clear: both;
- }
- .form-table,
- .form-table td,
- .form-table th,
- .form-table td p {
- font-size: 14px;
- }
- .form-table td {
- margin-bottom: 9px;
- padding: 15px 10px;
- line-height: 1.3;
- vertical-align: middle;
- }
- .form-table th,
- .form-wrap label {
- color: #1d2327;
- font-weight: 400;
- text-shadow: none;
- vertical-align: baseline;
- }
- .form-table th {
- vertical-align: top;
- text-align: right;
- padding: 20px 0 20px 10px;
- width: 200px;
- line-height: 1.3;
- font-weight: 600;
- }
- .form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */
- .form-table .td-full {
- width: auto;
- padding: 20px 0 20px 10px;
- font-weight: 400;
- }
- .form-table td p {
- margin-top: 4px;
- margin-bottom: 0;
- }
- .form-table .date-time-doc {
- margin-top: 1em;
- }
- .form-table p.timezone-info {
- margin: 1em 0;
- }
- .form-table td fieldset label {
- margin: 0.35em 0 0.5em !important;
- display: inline-block;
- }
- .form-table td fieldset p label {
- margin-top: 0 !important;
- }
- .form-table td fieldset label,
- .form-table td fieldset p,
- .form-table td fieldset li {
- line-height: 1.4;
- }
- .form-table input.tog,
- .form-table input[type="radio"] {
- margin-top: -4px;
- margin-left: 4px;
- float: none;
- }
- .form-table .pre {
- padding: 8px;
- margin: 0;
- }
- table.form-table td .updated {
- font-size: 13px;
- }
- table.form-table td .updated p {
- font-size: 13px;
- margin: 0.3em 0;
- }
- /*------------------------------------------------------------------------------
- 18.0 - Users
- ------------------------------------------------------------------------------*/
- #profile-page .form-table textarea {
- width: 500px;
- margin-bottom: 6px;
- }
- #profile-page .form-table #rich_editing {
- margin-left: 5px
- }
- #your-profile legend {
- font-size: 22px;
- }
- #display_name {
- width: 15em;
- }
- #adduser .form-field input,
- #createuser .form-field input {
- width: 25em;
- }
- .color-option {
- display: inline-block;
- width: 24%;
- padding: 5px 15px 15px;
- box-sizing: border-box;
- margin-bottom: 3px;
- }
- .color-option:hover,
- .color-option.selected {
- background: #dcdcde;
- }
- .color-palette {
- width: 100%;
- border-spacing: 0;
- border-collapse: collapse;
- }
- .color-palette td {
- height: 20px;
- padding: 0;
- border: none;
- }
- .color-option {
- cursor: pointer;
- }
- .create-application-password .form-field {
- max-width: 25em;
- }
- .create-application-password label {
- font-weight: 600;
- }
- .create-application-password p.submit {
- margin-bottom: 0;
- padding-bottom: 0;
- display: block;
- }
- #application-passwords-section .notice {
- margin-top: 20px;
- margin-bottom: 0;
- }
- .application-password-display input.code {
- width: 19em;
- }
- .auth-app-card.card {
- max-width: 768px;
- }
- .authorize-application-php .form-wrap p {
- display: block;
- }
- /*------------------------------------------------------------------------------
- 19.0 - Tools
- ------------------------------------------------------------------------------*/
- .tool-box .title {
- margin: 8px 0;
- font-size: 18px;
- font-weight: 400;
- line-height: 24px;
- }
- .label-responsive {
- vertical-align: middle;
- }
- #export-filters p {
- margin: 0 0 1em;
- }
- #export-filters p.submit {
- margin: 7px 0 5px;
- }
- /* Card styles */
- .card {
- position: relative;
- margin-top: 20px;
- padding: 0.7em 2em 1em;
- min-width: 255px;
- max-width: 520px;
- border: 1px solid #c3c4c7;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
- background: #fff;
- box-sizing: border-box;
- }
- /* Press this styles */
- .pressthis h4 {
- margin: 2em 0 1em;
- }
- .pressthis textarea {
- width: 100%;
- font-size: 1em;
- }
- #pressthis-code-wrap {
- overflow: auto;
- }
- .pressthis-bookmarklet-wrapper {
- margin: 20px 0 8px;
- vertical-align: top;
- position: relative;
- z-index: 1;
- }
- .pressthis-bookmarklet,
- .pressthis-bookmarklet:hover,
- .pressthis-bookmarklet:focus,
- .pressthis-bookmarklet:active {
- display: inline-block;
- position: relative;
- cursor: move;
- color: #2c3338;
- background: #dcdcde;
- border-radius: 5px;
- border: 1px solid #c3c4c7;
- font-style: normal;
- line-height: 16px;
- font-size: 14px;
- text-decoration: none;
- }
- .pressthis-bookmarklet:active {
- outline: none;
- }
- .pressthis-bookmarklet:after {
- content: "";
- width: 70%;
- height: 55%;
- z-index: -1;
- position: absolute;
- left: 10px;
- bottom: 9px;
- background: transparent;
- transform: skew(-20deg) rotate(-6deg);
- box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
- }
- .pressthis-bookmarklet:hover:after {
- transform: skew(-20deg) rotate(-9deg);
- box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
- }
- .pressthis-bookmarklet span {
- display: inline-block;
- margin: 0;
- padding: 0 9px 8px 12px;
- }
- .pressthis-bookmarklet span:before {
- color: #787c82;
- font: normal 20px/1 dashicons;
- content: "\f157";
- position: relative;
- display: inline-block;
- top: 4px;
- margin-left: 4px;
- }
- .pressthis-js-toggle {
- margin-right: 10px;
- padding: 0;
- height: auto;
- vertical-align: top;
- }
- /* to override the button class being applied */
- .pressthis-js-toggle.button.button {
- margin-right: 10px;
- padding: 0;
- height: auto;
- vertical-align: top;
- }
- .pressthis-js-toggle .dashicons {
- margin: 5px 7px 6px 8px;
- color: #50575e;
- }
- /*------------------------------------------------------------------------------
- 20.0 - Settings
- ------------------------------------------------------------------------------*/
- .timezone-info code {
- white-space: nowrap;
- }
- .defaultavatarpicker .avatar {
- margin: 2px 0;
- vertical-align: middle;
- }
- .options-general-php .date-time-text {
- display: inline-block;
- min-width: 10em;
- }
- .options-general-php input.small-text {
- width: 56px;
- margin: -2px 0;
- }
- .options-general-php .spinner {
- float: none;
- margin: -3px 3px 0;
- }
- .settings-php .language-install-spinner,
- .options-general-php .language-install-spinner {
- display: inline-block;
- float: none;
- margin: -3px 5px 0;
- vertical-align: middle;
- }
- .form-table.permalink-structure .available-structure-tags li {
- float: right;
- margin-left: 5px;
- }
- /*------------------------------------------------------------------------------
- 21.0 - Network Admin
- ------------------------------------------------------------------------------*/
- .setup-php textarea {
- max-width: 100%;
- }
- .form-field #site-address {
- max-width: 25em;
- }
- .form-field #domain {
- max-width: 22em;
- }
- .form-field #site-title,
- .form-field #admin-email,
- .form-field #path,
- .form-field #blog_registered,
- .form-field #blog_last_updated {
- max-width: 25em;
- }
- .form-field #path {
- margin-bottom: 5px;
- }
- #search-users,
- #search-sites {
- max-width: 60%;
- }
- /*------------------------------------------------------------------------------
- Credentials check dialog for Install and Updates
- ------------------------------------------------------------------------------*/
- .request-filesystem-credentials-dialog {
- display: none;
- /* The customizer uses visibility: hidden on the body for full-overlays. */
- visibility: visible;
- }
- .request-filesystem-credentials-dialog .notification-dialog {
- top: 10%;
- max-height: 85%;
- }
- .request-filesystem-credentials-dialog-content {
- margin: 25px;
- }
- #request-filesystem-credentials-title {
- font-size: 1.3em;
- margin: 1em 0;
- }
- .request-filesystem-credentials-form legend {
- font-size: 1em;
- padding: 1.33em 0;
- font-weight: 600;
- }
- .request-filesystem-credentials-form input[type="text"],
- .request-filesystem-credentials-form input[type="password"] {
- display: block;
- }
- .request-filesystem-credentials-dialog input[type="text"],
- .request-filesystem-credentials-dialog input[type="password"] {
- width: 100%;
- }
- .request-filesystem-credentials-form .field-title {
- font-weight: 600;
- }
- .request-filesystem-credentials-dialog label[for="hostname"],
- .request-filesystem-credentials-dialog label[for="public_key"],
- .request-filesystem-credentials-dialog label[for="private_key"] {
- display: block;
- margin-bottom: 1em;
- }
- .request-filesystem-credentials-dialog .ftp-username,
- .request-filesystem-credentials-dialog .ftp-password {
- float: right;
- width: 48%;
- }
- .request-filesystem-credentials-dialog .ftp-password {
- margin-right: 4%;
- }
- .request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons {
- text-align: left;
- }
- .request-filesystem-credentials-dialog label[for="ftp"] {
- margin-left: 10px;
- }
- .request-filesystem-credentials-dialog #auth-keys-desc {
- margin-bottom: 0;
- }
- #request-filesystem-credentials-dialog .button:not(:last-child) {
- margin-left: 10px;
- }
- #request-filesystem-credentials-form .cancel-button {
- display: none;
- }
- #request-filesystem-credentials-dialog .cancel-button {
- display: inline;
- }
- .request-filesystem-credentials-dialog .ftp-username,
- .request-filesystem-credentials-dialog .ftp-password {
- float: none;
- width: auto;
- }
- .request-filesystem-credentials-dialog .ftp-username {
- margin-bottom: 1em;
- }
- .request-filesystem-credentials-dialog .ftp-password {
- margin: 0;
- }
- .request-filesystem-credentials-dialog .ftp-password em {
- color: #8c8f94;
- }
- .request-filesystem-credentials-dialog label {
- display: block;
- line-height: 1.5;
- margin-bottom: 1em;
- }
- .request-filesystem-credentials-form legend {
- padding-bottom: 0;
- }
- .request-filesystem-credentials-form #ssh-keys legend {
- font-size: 1.3em;
- }
- .request-filesystem-credentials-form .notice {
- margin: 0 0 20px;
- clear: both;
- }
- /*------------------------------------------------------------------------------
- Privacy Policy settings screen
- ------------------------------------------------------------------------------*/
- .tools-privacy-policy-page form {
- margin-bottom: 1.3em;
- }
- .tools-privacy-policy-page input.button {
- margin: 0 6px 0 1px;
- }
- .tools-privacy-policy-page select {
- margin: 0 6px 0.5em 1px;
- }
- .tools-privacy-edit {
- margin: 1.5em 0;
- }
- .tools-privacy-policy-page span {
- line-height: 2;
- }
- .privacy_requests .column-email {
- width: 40%;
- }
- .privacy_requests .column-type {
- text-align: center;
- }
- .privacy_requests thead td:first-child,
- .privacy_requests tfoot td:first-child {
- border-right: 4px solid #fff;
- }
- .privacy_requests tbody th {
- border-right: 4px solid #fff;
- background: #fff;
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- }
- .privacy_requests .row-actions {
- color: #787c82;
- }
- .privacy_requests .row-actions.processing {
- position: static;
- }
- .privacy_requests tbody .has-request-results th {
- box-shadow: none;
- }
- .privacy_requests tbody .request-results th .notice {
- margin: 0 0 5px;
- }
- .privacy_requests tbody td {
- background: #fff;
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- }
- .privacy_requests tbody .has-request-results td {
- box-shadow: none;
- }
- .privacy_requests .next_steps .button {
- word-wrap: break-word;
- white-space: normal;
- }
- .privacy_requests .status-request-confirmed th,
- .privacy_requests .status-request-confirmed td {
- background-color: #fff;
- border-right-color: #72aee6;
- }
- .privacy_requests .status-request-failed th,
- .privacy_requests .status-request-failed td {
- background-color: #f6f7f7;
- border-right-color: #d63638;
- }
- .privacy_requests .export_personal_data_failed a {
- vertical-align: baseline;
- }
- .status-label {
- font-weight: 600;
- }
- .status-label.status-request-pending {
- font-weight: 400;
- font-style: italic;
- color: #646970;
- }
- .status-label.status-request-failed {
- color: #d63638;
- font-weight: 600;
- }
- .wp-privacy-request-form {
- clear: both;
- }
- .wp-privacy-request-form-field {
- margin: 1.5em 0;
- }
- .wp-privacy-request-form input {
- margin: 0;
- }
- .email-personal-data::before {
- display: inline-block;
- font: normal 20px/1 dashicons;
- margin: 3px -2px 0 5px;
- speak: never;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- vertical-align: top;
- }
- .email-personal-data--sending::before {
- color: #d63638;
- content: "\f463";
- animation: rotation 2s infinite linear;
- }
- .email-personal-data--sent::before {
- color: #68de7c;
- content: "\f147";
- }
- /* =Media Queries
- -------------------------------------------------------------- */
- @media screen and (max-width: 782px) {
- /* Input Elements */
- textarea {
- -webkit-appearance: none;
- }
- input[type="text"],
- input[type="password"],
- input[type="date"],
- input[type="datetime"],
- input[type="datetime-local"],
- input[type="email"],
- input[type="month"],
- input[type="number"],
- input[type="search"],
- input[type="tel"],
- input[type="time"],
- input[type="url"],
- input[type="week"] {
- -webkit-appearance: none;
- padding: 3px 10px;
- /* Only necessary for IE11 */
- min-height: 40px;
- }
- ::-webkit-datetime-edit {
- line-height: 1.875; /* 30px */
- }
- input[type="checkbox"],
- .widefat th input[type="checkbox"],
- .widefat thead td input[type="checkbox"],
- .widefat tfoot td input[type="checkbox"] {
- -webkit-appearance: none;
- }
- .widefat th input[type="checkbox"],
- .widefat thead td input[type="checkbox"],
- .widefat tfoot td input[type="checkbox"] {
- margin-bottom: 8px;
- }
- input[type="checkbox"]:checked:before,
- .widefat th input[type="checkbox"]:before,
- .widefat thead td input[type="checkbox"]:before,
- .widefat tfoot td input[type="checkbox"]:before {
- width: 1.875rem;
- height: 1.875rem;
- margin: -0.1875rem -0.3125rem;
- }
- input[type="radio"],
- input[type="checkbox"] {
- height: 1.5625rem;
- width: 1.5625rem;
- }
- .wp-admin p input[type="checkbox"],
- .wp-admin p input[type="radio"] {
- margin-top: -0.1875rem;
- }
- input[type="radio"]:checked:before {
- vertical-align: middle;
- width: 0.5625rem;
- height: 0.5625rem;
- margin: 0.4375rem;
- line-height: 0.76190476;
- }
- .wp-upload-form input[type="submit"] {
- margin-top: 10px;
- }
- .wp-core-ui select,
- .wp-admin .form-table select {
- min-height: 40px;
- font-size: 16px;
- line-height: 1.625; /* 26px */
- padding: 5px 8px 5px 24px;
- }
- .wp-admin .button-cancel {
- margin-bottom: 0;
- padding: 2px 0;
- font-size: 14px;
- vertical-align: middle;
- }
- #adduser .form-field input,
- #createuser .form-field input {
- width: 100%;
- }
- .form-table {
- box-sizing: border-box;
- }
- .form-table th,
- .form-table td,
- .label-responsive {
- display: block;
- width: auto;
- vertical-align: middle;
- }
- .label-responsive {
- margin: 0.5em 0;
- }
- .export-filters li {
- margin-bottom: 0;
- }
- .form-table .color-palette td {
- display: table-cell;
- width: 15px;
- }
- .form-table table.color-palette {
- margin-left: 10px;
- }
- textarea,
- input {
- font-size: 16px;
- }
- .form-table td input[type="text"],
- .form-table td input[type="email"],
- .form-table td input[type="password"],
- .form-table td select,
- .form-table td textarea,
- .form-table span.description,
- #profile-page .form-table textarea {
- width: 100%;
- display: block;
- max-width: none;
- box-sizing: border-box;
- }
- .form-table .form-required.form-invalid td:after {
- float: left;
- margin: -30px 0 0 3px;
- }
- input[type="text"].small-text,
- input[type="search"].small-text,
- input[type="password"].small-text,
- input[type="number"].small-text,
- input[type="number"].small-text,
- .form-table input[type="text"].small-text {
- width: auto;
- max-width: 4.375em; /* 70px, enough for 4 digits to fit comfortably */
- display: inline;
- padding: 3px 6px;
- margin: 0 3px;
- }
- .form-table .regular-text ~ input[type="text"].small-text {
- margin-top: 5px;
- }
- #pass-strength-result {
- width: 100%;
- box-sizing: border-box;
- padding: 8px;
- }
- p.search-box {
- float: none;
- position: absolute;
- bottom: 0;
- width: 98%;
- height: 90px;
- margin-bottom: 20px;
- }
- p.search-box input[name="s"] {
- float: none;
- width: 100%;
- margin-bottom: 10px;
- vertical-align: middle;
- }
- p.search-box input[type="submit"] {
- margin-bottom: 10px;
- }
- .form-table span.description {
- display: inline;
- padding: 4px 0 0;
- line-height: 1.4;
- font-size: 14px;
- }
- .form-table th {
- padding: 10px 0 0;
- border-bottom: 0;
- }
- .form-table td {
- margin-bottom: 0;
- padding: 4px 0 6px;
- }
- .form-table.permalink-structure td code {
- margin-right: 32px;
- display: inline-block;
- }
- .form-table.permalink-structure td input[type="text"] {
- margin-right: 32px;
- margin-top: 4px;
- width: 96%;
- }
- .form-table input.regular-text {
- width: 100%;
- }
- .form-table label {
- font-size: 14px;
- }
- .background-position-control .button-group > label {
- font-size: 0;
- }
- .form-table fieldset label {
- display: block;
- }
- #utc-time,
- #local-time {
- display: block;
- float: none;
- margin-top: 0.5em;
- }
- .form-field #domain {
- max-width: none;
- }
- /* New Password */
- .wp-pwd {
- position: relative;
- }
- /* Needs higher specificity than normal input type text and password. */
- #profile-page .form-table #pass1 {
- padding-left: 90px;
- }
- .wp-pwd button.button {
- background: transparent;
- border: 1px solid transparent;
- box-shadow: none;
- line-height: 2;
- margin: 0;
- padding: 5px 9px;
- position: absolute;
- left: 0;
- top: 0;
- width: 2.375rem;
- height: 2.375rem;
- min-width: 40px;
- min-height: 40px;
- }
- .wp-pwd button.wp-hide-pw {
- left: 2.5rem;
- }
- .wp-pwd button.button:hover,
- .wp-pwd button.button:focus {
- background: transparent;
- }
- .wp-pwd button.button:active {
- background: transparent;
- box-shadow: none;
- transform: none;
- }
- .wp-pwd .button .text {
- display: none;
- }
- .wp-pwd [type="text"],
- .wp-pwd [type="password"] {
- line-height: 2;
- padding-left: 5rem;
- }
- .wp-cancel-pw .dashicons-no {
- display: inline-block;
- }
- .options-general-php input[type="text"].small-text {
- max-width: 6.25em;
- margin: 0;
- }
- /* Privacy Policy settings screen */
- .tools-privacy-policy-page form.wp-create-privacy-page {
- margin-bottom: 1em;
- }
- .tools-privacy-policy-page input#set-page,
- .tools-privacy-policy-page select {
- margin: 10px 0 0;
- }
- .tools-privacy-policy-page .wp-create-privacy-page span {
- display: block;
- margin-bottom: 1em;
- }
- .tools-privacy-policy-page .wp-create-privacy-page .button {
- margin-right: 0;
- }
- .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
- display: table-cell;
- }
- .wp-list-table.privacy_requests.widefat th input,
- .wp-list-table.privacy_requests.widefat thead td input {
- margin-right: 5px;
- }
- .wp-privacy-request-form-field input[type="text"] {
- width: 100%;
- margin-bottom: 10px;
- vertical-align: middle;
- }
- .regular-text {
- max-width: 100%;
- }
- }
- @media only screen and (max-width: 768px) {
- .form-field input[type="text"],
- .form-field input[type="email"],
- .form-field input[type="password"],
- .form-field select,
- .form-field textarea {
- width: 99%;
- }
- .form-wrap .form-field {
- padding: 0;
- }
- }
- @media only screen and (max-height: 480px), screen and (max-width: 450px) {
- /* Request Credentials / File Editor Warning */
- .request-filesystem-credentials-dialog .notification-dialog,
- .file-editor-warning .notification-dialog {
- width: 100%;
- height: 100%;
- max-height: 100%;
- position: fixed;
- top: 0;
- margin: 0;
- right: 0;
- }
- }
- /* Smartphone */
- @media screen and (max-width: 600px) {
- /* Color Picker Options */
- .color-option {
- width: 49%;
- }
- }
- @media only screen and (max-width: 320px) {
- .options-general-php .date-time-text.date-time-custom-text {
- min-width: 0;
- margin-left: 0.5em;
- }
- }
- @keyframes rotation {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(-359deg);
- }
- }
|