| @@ -0,0 +1,120 @@ | ||
| /*------------------------------------------------------------------------------ | ||
| 27.0 - Localization | ||
| ------------------------------------------------------------------------------*/ | ||
|
|
||
| /* RTL except Hebrew (see below): Tahoma as the first font; */ | ||
| body.rtl, | ||
| body.rtl .press-this a.wp-switch-editor { | ||
| font-family: Tahoma, Arial, sans-serif; | ||
| } | ||
|
|
||
| /* Arial is best for RTL headings. */ | ||
| .rtl h1, | ||
| .rtl h2, | ||
| .rtl h3, | ||
| .rtl h4, | ||
| .rtl h5, | ||
| .rtl h6 { | ||
| font-family: Arial, sans-serif; | ||
| font-weight: 600; | ||
| } | ||
|
|
||
| /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */ | ||
| body.locale-he-il, | ||
| body.locale-he-il .press-this a.wp-switch-editor { | ||
| font-family: Arial, sans-serif; | ||
| } | ||
|
|
||
| /* he_IL: Have <em> be bold rather than italic. */ | ||
| .locale-he-il em { | ||
| font-style: normal; | ||
| font-weight: 600; | ||
| } | ||
|
|
||
| /* zh_CN: Remove italic properties. */ | ||
| .locale-zh-cn .howto, | ||
| .locale-zh-cn .tablenav .displaying-num, | ||
| .locale-zh-cn .js .input-with-default-title, | ||
| .locale-zh-cn .link-to-original, | ||
| .locale-zh-cn .inline-edit-row fieldset span.title, | ||
| .locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | ||
| .locale-zh-cn #utc-time, | ||
| .locale-zh-cn #local-time, | ||
| .locale-zh-cn p.install-help, | ||
| .locale-zh-cn p.help, | ||
| .locale-zh-cn p.description, | ||
| .locale-zh-cn span.description, | ||
| .locale-zh-cn .form-wrap p { | ||
| font-style: normal; | ||
| } | ||
|
|
||
| /* zh_CN: Enlarge dashboard widget 'Configure' link */ | ||
| .locale-zh-cn .hdnle a { font-size: 12px; } | ||
|
|
||
| /* zn_CH: Enlarge font size, set font-size: normal */ | ||
| .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } | ||
|
|
||
| /* zh_CN: Enlarge font-size. */ | ||
| .locale-zh-cn #sort-buttons { font-size: 1em !important; } | ||
|
|
||
| /* de_DE: Text needs more space for translation */ | ||
| .locale-de-de #customize-header-actions .button, | ||
| .locale-de-de-formal #customize-header-actions .button { | ||
| padding: 0 5px 1px; /* default 0 10px 1px */ | ||
| } | ||
| .locale-de-de #customize-header-actions .spinner, | ||
| .locale-de-de-formal #customize-header-actions .spinner { | ||
| margin: 16px 3px 0; /* default 16px 4px 0 5px */ | ||
| } | ||
|
|
||
| /* ru_RU: Text needs more room to breathe. */ | ||
| .locale-ru-ru #adminmenu { | ||
| width: inherit; /* back-compat for pre-3.2 */ | ||
| } | ||
| .locale-ru-ru #adminmenu, | ||
| .locale-ru-ru #wpbody { | ||
| margin-right: 0; /* back-compat for pre-3.2 */ | ||
| } | ||
| .locale-ru-ru .inline-edit-row fieldset label span.title, | ||
| .locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend { | ||
| width: 8em; /* default 6em */ | ||
| } | ||
| .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap { | ||
| margin-right: 8em; /* default 6em */ | ||
| } | ||
| .locale-ru-ru.post-php .tagsdiv .newtag, | ||
| .locale-ru-ru.post-new-php .tagsdiv .newtag { | ||
| width: 165px; /* default 180px - 15px */ | ||
| } | ||
| .locale-ru-ru.press-this .posting { | ||
| margin-left: 277px; /* default 252px + 25px */ | ||
| } | ||
| .locale-ru-ru .press-this-sidebar { | ||
| width: 265px; /* default 240px + 25px */ | ||
| } | ||
| .locale-ru-ru #customize-header-actions .button { | ||
| padding: 0 5px 1px; /* default 0 10px 1px */ | ||
| } | ||
| .locale-ru-ru #customize-header-actions .spinner { | ||
| margin: 16px 3px 0; /* default 16px 4px 0 5px */ | ||
| } | ||
|
|
||
| /* lt_LT: QuickEdit */ | ||
| .locale-lt-lt .inline-edit-row fieldset label span.title, | ||
| .locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend { | ||
| width: 8em; /* default 6em */ | ||
| } | ||
| .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { | ||
| margin-right: 8em; /* default 6em */ | ||
| } | ||
|
|
||
| @media screen and (max-width: 782px) { | ||
| .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap, | ||
| .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { | ||
| margin-right: 0; | ||
| } | ||
| } |
| @@ -0,0 +1,120 @@ | ||
| /*------------------------------------------------------------------------------ | ||
| 27.0 - Localization | ||
| ------------------------------------------------------------------------------*/ | ||
|
|
||
| /* RTL except Hebrew (see below): Tahoma as the first font; */ | ||
| body.rtl, | ||
| body.rtl .press-this a.wp-switch-editor { | ||
| font-family: Tahoma, Arial, sans-serif; | ||
| } | ||
|
|
||
| /* Arial is best for RTL headings. */ | ||
| .rtl h1, | ||
| .rtl h2, | ||
| .rtl h3, | ||
| .rtl h4, | ||
| .rtl h5, | ||
| .rtl h6 { | ||
| font-family: Arial, sans-serif; | ||
| font-weight: 600; | ||
| } | ||
|
|
||
| /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */ | ||
| body.locale-he-il, | ||
| body.locale-he-il .press-this a.wp-switch-editor { | ||
| font-family: Arial, sans-serif; | ||
| } | ||
|
|
||
| /* he_IL: Have <em> be bold rather than italic. */ | ||
| .locale-he-il em { | ||
| font-style: normal; | ||
| font-weight: 600; | ||
| } | ||
|
|
||
| /* zh_CN: Remove italic properties. */ | ||
| .locale-zh-cn .howto, | ||
| .locale-zh-cn .tablenav .displaying-num, | ||
| .locale-zh-cn .js .input-with-default-title, | ||
| .locale-zh-cn .link-to-original, | ||
| .locale-zh-cn .inline-edit-row fieldset span.title, | ||
| .locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | ||
| .locale-zh-cn #utc-time, | ||
| .locale-zh-cn #local-time, | ||
| .locale-zh-cn p.install-help, | ||
| .locale-zh-cn p.help, | ||
| .locale-zh-cn p.description, | ||
| .locale-zh-cn span.description, | ||
| .locale-zh-cn .form-wrap p { | ||
| font-style: normal; | ||
| } | ||
|
|
||
| /* zh_CN: Enlarge dashboard widget 'Configure' link */ | ||
| .locale-zh-cn .hdnle a { font-size: 12px; } | ||
|
|
||
| /* zn_CH: Enlarge font size, set font-size: normal */ | ||
| .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } | ||
|
|
||
| /* zh_CN: Enlarge font-size. */ | ||
| .locale-zh-cn #sort-buttons { font-size: 1em !important; } | ||
|
|
||
| /* de_DE: Text needs more space for translation */ | ||
| .locale-de-de #customize-header-actions .button, | ||
| .locale-de-de-formal #customize-header-actions .button { | ||
| padding: 0 5px 1px; /* default 0 10px 1px */ | ||
| } | ||
| .locale-de-de #customize-header-actions .spinner, | ||
| .locale-de-de-formal #customize-header-actions .spinner { | ||
| margin: 16px 3px 0; /* default 16px 4px 0 5px */ | ||
| } | ||
|
|
||
| /* ru_RU: Text needs more room to breathe. */ | ||
| .locale-ru-ru #adminmenu { | ||
| width: inherit; /* back-compat for pre-3.2 */ | ||
| } | ||
| .locale-ru-ru #adminmenu, | ||
| .locale-ru-ru #wpbody { | ||
| margin-left: 0; /* back-compat for pre-3.2 */ | ||
| } | ||
| .locale-ru-ru .inline-edit-row fieldset label span.title, | ||
| .locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend { | ||
| width: 8em; /* default 6em */ | ||
| } | ||
| .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap { | ||
| margin-left: 8em; /* default 6em */ | ||
| } | ||
| .locale-ru-ru.post-php .tagsdiv .newtag, | ||
| .locale-ru-ru.post-new-php .tagsdiv .newtag { | ||
| width: 165px; /* default 180px - 15px */ | ||
| } | ||
| .locale-ru-ru.press-this .posting { | ||
| margin-right: 277px; /* default 252px + 25px */ | ||
| } | ||
| .locale-ru-ru .press-this-sidebar { | ||
| width: 265px; /* default 240px + 25px */ | ||
| } | ||
| .locale-ru-ru #customize-header-actions .button { | ||
| padding: 0 5px 1px; /* default 0 10px 1px */ | ||
| } | ||
| .locale-ru-ru #customize-header-actions .spinner { | ||
| margin: 16px 3px 0; /* default 16px 4px 0 5px */ | ||
| } | ||
|
|
||
| /* lt_LT: QuickEdit */ | ||
| .locale-lt-lt .inline-edit-row fieldset label span.title, | ||
| .locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend { | ||
| width: 8em; /* default 6em */ | ||
| } | ||
| .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { | ||
| margin-left: 8em; /* default 6em */ | ||
| } | ||
|
|
||
| @media screen and (max-width: 782px) { | ||
| .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap, | ||
| .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, | ||
| .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { | ||
| margin-left: 0; | ||
| } | ||
| } |
| @@ -0,0 +1,263 @@ | ||
| @import url(forms-rtl.css); | ||
| @import url(l10n-rtl.css); | ||
|
|
||
| html, | ||
| body { | ||
| height: 100%; | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
|
|
||
| body { | ||
| background: #f1f1f1; | ||
| min-width: 0; | ||
| color: #444; | ||
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | ||
| font-size: 13px; | ||
| line-height: 1.4em; | ||
| } | ||
|
|
||
| a { | ||
| color: #0073aa; | ||
| -webkit-transition-property: border, background, color; | ||
| transition-property: border, background, color; | ||
| -webkit-transition-duration: .05s; | ||
| transition-duration: .05s; | ||
| -webkit-transition-timing-function: ease-in-out; | ||
| transition-timing-function: ease-in-out; | ||
| } | ||
|
|
||
| a { | ||
| outline: 0; | ||
| } | ||
|
|
||
| a:hover, | ||
| a:active { | ||
| color: #00a0d2; | ||
| } | ||
|
|
||
| a:focus { | ||
| color: #124964; | ||
| -webkit-box-shadow: | ||
| 0 0 0 1px #5b9dd9, | ||
| 0 0 2px 1px rgba(30, 140, 190, .8); | ||
| box-shadow: | ||
| 0 0 0 1px #5b9dd9, | ||
| 0 0 2px 1px rgba(30, 140, 190, .8); | ||
| } | ||
|
|
||
| .ie8 a:focus { | ||
| outline: #5b9dd9 solid 1px; | ||
| } | ||
|
|
||
| p { | ||
| line-height: 1.5; | ||
| } | ||
|
|
||
| .login .message, | ||
| .login #login_error { | ||
| border-right: 4px solid #00a0d2; | ||
| padding: 12px; | ||
| margin-right: 0; | ||
| margin-bottom: 20px; | ||
| background-color: #fff; | ||
| -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); | ||
| box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); | ||
| } | ||
|
|
||
| .login #login_error { | ||
| border-right-color: #dc3232; | ||
| } | ||
|
|
||
| #loginform p.submit, | ||
| .login-action-lostpassword p.submit { | ||
| border: none; | ||
| margin: -10px 0 20px; /* May want to revisit this */ | ||
| } | ||
|
|
||
| .login * { | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
|
|
||
| .login form { | ||
| margin-top: 20px; | ||
| margin-right: 0; | ||
| padding: 26px 24px 46px; | ||
| font-weight: 400; | ||
| overflow: hidden; | ||
| background: #fff; | ||
| -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13); | ||
| box-shadow: 0 1px 3px rgba(0,0,0,0.13); | ||
| } | ||
|
|
||
| .login form .forgetmenot { | ||
| font-weight: 400; | ||
| float: right; | ||
| margin-bottom: 0; | ||
| } | ||
|
|
||
| .login .button-primary { | ||
| float: left; | ||
| } | ||
|
|
||
| #login form p { | ||
| margin-bottom: 0; | ||
| } | ||
|
|
||
| #login form p.submit { | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
|
|
||
| .login label { | ||
| color: #72777c; | ||
| font-size: 14px; | ||
| } | ||
|
|
||
| .login form .forgetmenot label { | ||
| font-size: 12px; | ||
| line-height: 19px; | ||
| } | ||
|
|
||
| .login h1 { | ||
| text-align: center; | ||
| } | ||
|
|
||
| .login h1 a { | ||
| background-image: url(../images/w-logo-blue.png?ver=20131202); | ||
| background-image: none, url(../images/wordpress-logo.svg?ver=20131107); | ||
| -webkit-background-size: 84px; | ||
| background-size: 84px; | ||
| background-position: center top; | ||
| background-repeat: no-repeat; | ||
| color: #444; | ||
| height: 84px; | ||
| font-size: 20px; | ||
| font-weight: 400; | ||
| line-height: 1.3em; | ||
| margin: 0 auto 25px; | ||
| padding: 0; | ||
| text-decoration: none; | ||
| width: 84px; | ||
| text-indent: -9999px; | ||
| outline: none; | ||
| overflow: hidden; | ||
| display: block; | ||
| } | ||
|
|
||
| #login { | ||
| width: 320px; | ||
| padding: 8% 0 0; | ||
| margin: auto; | ||
| } | ||
|
|
||
| .login #nav, | ||
| .login #backtoblog { | ||
| font-size: 13px; | ||
| padding: 0 24px 0; | ||
| } | ||
|
|
||
| .login #nav { | ||
| margin: 24px 0 0 0; | ||
| } | ||
|
|
||
| #backtoblog { | ||
| margin: 16px 0; | ||
| } | ||
|
|
||
| .login #nav a, | ||
| .login #backtoblog a { | ||
| text-decoration: none; | ||
| color: #555d66; | ||
| } | ||
|
|
||
| .login #nav a:hover, | ||
| .login #backtoblog a:hover, | ||
| .login h1 a:hover { | ||
| color: #00a0d2; | ||
| } | ||
|
|
||
| .login #nav a:focus, | ||
| .login #backtoblog a:focus, | ||
| .login h1 a:focus { | ||
| color: #124964; | ||
| } | ||
|
|
||
| .login form .input, | ||
| .login input[type="text"] { | ||
| font-size: 24px; | ||
| width: 100%; | ||
| padding: 3px; | ||
| margin: 2px 0 16px 6px; | ||
| } | ||
|
|
||
| .login form .input, | ||
| .login input[type="text"], | ||
| .login form input[type="checkbox"] { | ||
| background: #fbfbfb; | ||
| } | ||
|
|
||
| .ie7 .login form .input, | ||
| .ie8 .login form .input { | ||
| font-family: sans-serif; | ||
| } | ||
|
|
||
| .login-action-rp input[type="text"] { | ||
| -webkit-box-shadow: none; | ||
| box-shadow: none; | ||
| margin: 0; | ||
| } | ||
|
|
||
| .login #pass-strength-result { | ||
| font-weight: 600; | ||
| margin: -1px 0 16px 5px; | ||
| padding: 6px 5px; | ||
| text-align: center; | ||
| width: 100%; | ||
| } | ||
|
|
||
| body.interim-login { | ||
| height: auto; | ||
| } | ||
|
|
||
| .interim-login #login { | ||
| padding: 0; | ||
| margin: 5px auto 20px; | ||
| } | ||
|
|
||
| .interim-login.login h1 a { | ||
| width: auto; | ||
| } | ||
|
|
||
| .interim-login #login_error, | ||
| .interim-login.login .message { | ||
| margin: 0 0 16px; | ||
| } | ||
|
|
||
| .interim-login.login form { | ||
| margin: 0; | ||
| } | ||
|
|
||
| @-ms-viewport { | ||
| width: device-width; | ||
| } | ||
|
|
||
| @media screen and ( max-height: 550px ) { | ||
| #login { | ||
| padding: 20px 0; | ||
| } | ||
| } | ||
|
|
||
| @media screen and ( max-width: 782px ) { | ||
| .interim-login input[type=checkbox] { | ||
| height: 16px; | ||
| width: 16px; | ||
| } | ||
|
|
||
| .interim-login input[type=checkbox]:checked:before { | ||
| width: 16px; | ||
| font: normal 21px/1 dashicons; | ||
| margin: -3px -4px 0 0; | ||
| } | ||
| } |
| @@ -0,0 +1,263 @@ | ||
| @import url(forms.css); | ||
| @import url(l10n.css); | ||
|
|
||
| html, | ||
| body { | ||
| height: 100%; | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
|
|
||
| body { | ||
| background: #f1f1f1; | ||
| min-width: 0; | ||
| color: #444; | ||
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | ||
| font-size: 13px; | ||
| line-height: 1.4em; | ||
| } | ||
|
|
||
| a { | ||
| color: #0073aa; | ||
| -webkit-transition-property: border, background, color; | ||
| transition-property: border, background, color; | ||
| -webkit-transition-duration: .05s; | ||
| transition-duration: .05s; | ||
| -webkit-transition-timing-function: ease-in-out; | ||
| transition-timing-function: ease-in-out; | ||
| } | ||
|
|
||
| a { | ||
| outline: 0; | ||
| } | ||
|
|
||
| a:hover, | ||
| a:active { | ||
| color: #00a0d2; | ||
| } | ||
|
|
||
| a:focus { | ||
| color: #124964; | ||
| -webkit-box-shadow: | ||
| 0 0 0 1px #5b9dd9, | ||
| 0 0 2px 1px rgba(30, 140, 190, .8); | ||
| box-shadow: | ||
| 0 0 0 1px #5b9dd9, | ||
| 0 0 2px 1px rgba(30, 140, 190, .8); | ||
| } | ||
|
|
||
| .ie8 a:focus { | ||
| outline: #5b9dd9 solid 1px; | ||
| } | ||
|
|
||
| p { | ||
| line-height: 1.5; | ||
| } | ||
|
|
||
| .login .message, | ||
| .login #login_error { | ||
| border-left: 4px solid #00a0d2; | ||
| padding: 12px; | ||
| margin-left: 0; | ||
| margin-bottom: 20px; | ||
| background-color: #fff; | ||
| -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); | ||
| box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); | ||
| } | ||
|
|
||
| .login #login_error { | ||
| border-left-color: #dc3232; | ||
| } | ||
|
|
||
| #loginform p.submit, | ||
| .login-action-lostpassword p.submit { | ||
| border: none; | ||
| margin: -10px 0 20px; /* May want to revisit this */ | ||
| } | ||
|
|
||
| .login * { | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
|
|
||
| .login form { | ||
| margin-top: 20px; | ||
| margin-left: 0; | ||
| padding: 26px 24px 46px; | ||
| font-weight: 400; | ||
| overflow: hidden; | ||
| background: #fff; | ||
| -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13); | ||
| box-shadow: 0 1px 3px rgba(0,0,0,0.13); | ||
| } | ||
|
|
||
| .login form .forgetmenot { | ||
| font-weight: 400; | ||
| float: left; | ||
| margin-bottom: 0; | ||
| } | ||
|
|
||
| .login .button-primary { | ||
| float: right; | ||
| } | ||
|
|
||
| #login form p { | ||
| margin-bottom: 0; | ||
| } | ||
|
|
||
| #login form p.submit { | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
|
|
||
| .login label { | ||
| color: #72777c; | ||
| font-size: 14px; | ||
| } | ||
|
|
||
| .login form .forgetmenot label { | ||
| font-size: 12px; | ||
| line-height: 19px; | ||
| } | ||
|
|
||
| .login h1 { | ||
| text-align: center; | ||
| } | ||
|
|
||
| .login h1 a { | ||
| background-image: url(../images/w-logo-blue.png?ver=20131202); | ||
| background-image: none, url(../images/wordpress-logo.svg?ver=20131107); | ||
| -webkit-background-size: 84px; | ||
| background-size: 84px; | ||
| background-position: center top; | ||
| background-repeat: no-repeat; | ||
| color: #444; | ||
| height: 84px; | ||
| font-size: 20px; | ||
| font-weight: 400; | ||
| line-height: 1.3em; | ||
| margin: 0 auto 25px; | ||
| padding: 0; | ||
| text-decoration: none; | ||
| width: 84px; | ||
| text-indent: -9999px; | ||
| outline: none; | ||
| overflow: hidden; | ||
| display: block; | ||
| } | ||
|
|
||
| #login { | ||
| width: 320px; | ||
| padding: 8% 0 0; | ||
| margin: auto; | ||
| } | ||
|
|
||
| .login #nav, | ||
| .login #backtoblog { | ||
| font-size: 13px; | ||
| padding: 0 24px 0; | ||
| } | ||
|
|
||
| .login #nav { | ||
| margin: 24px 0 0 0; | ||
| } | ||
|
|
||
| #backtoblog { | ||
| margin: 16px 0; | ||
| } | ||
|
|
||
| .login #nav a, | ||
| .login #backtoblog a { | ||
| text-decoration: none; | ||
| color: #555d66; | ||
| } | ||
|
|
||
| .login #nav a:hover, | ||
| .login #backtoblog a:hover, | ||
| .login h1 a:hover { | ||
| color: #00a0d2; | ||
| } | ||
|
|
||
| .login #nav a:focus, | ||
| .login #backtoblog a:focus, | ||
| .login h1 a:focus { | ||
| color: #124964; | ||
| } | ||
|
|
||
| .login form .input, | ||
| .login input[type="text"] { | ||
| font-size: 24px; | ||
| width: 100%; | ||
| padding: 3px; | ||
| margin: 2px 6px 16px 0; | ||
| } | ||
|
|
||
| .login form .input, | ||
| .login input[type="text"], | ||
| .login form input[type="checkbox"] { | ||
| background: #fbfbfb; | ||
| } | ||
|
|
||
| .ie7 .login form .input, | ||
| .ie8 .login form .input { | ||
| font-family: sans-serif; | ||
| } | ||
|
|
||
| .login-action-rp input[type="text"] { | ||
| -webkit-box-shadow: none; | ||
| box-shadow: none; | ||
| margin: 0; | ||
| } | ||
|
|
||
| .login #pass-strength-result { | ||
| font-weight: 600; | ||
| margin: -1px 5px 16px 0; | ||
| padding: 6px 5px; | ||
| text-align: center; | ||
| width: 100%; | ||
| } | ||
|
|
||
| body.interim-login { | ||
| height: auto; | ||
| } | ||
|
|
||
| .interim-login #login { | ||
| padding: 0; | ||
| margin: 5px auto 20px; | ||
| } | ||
|
|
||
| .interim-login.login h1 a { | ||
| width: auto; | ||
| } | ||
|
|
||
| .interim-login #login_error, | ||
| .interim-login.login .message { | ||
| margin: 0 0 16px; | ||
| } | ||
|
|
||
| .interim-login.login form { | ||
| margin: 0; | ||
| } | ||
|
|
||
| @-ms-viewport { | ||
| width: device-width; | ||
| } | ||
|
|
||
| @media screen and ( max-height: 550px ) { | ||
| #login { | ||
| padding: 20px 0; | ||
| } | ||
| } | ||
|
|
||
| @media screen and ( max-width: 782px ) { | ||
| .interim-login input[type=checkbox] { | ||
| height: 16px; | ||
| width: 16px; | ||
| } | ||
|
|
||
| .interim-login input[type=checkbox]:checked:before { | ||
| width: 16px; | ||
| font: normal 21px/1 dashicons; | ||
| margin: -3px 0 0 -4px; | ||
| } | ||
| } |
| @@ -0,0 +1,122 @@ | ||
| /* | ||
| Press This TinyMCE editor styles :) | ||
| */ | ||
|
|
||
|
|
||
| /** | ||
| * Links | ||
| */ | ||
| a { | ||
| color: #0073aa; | ||
| } | ||
|
|
||
| a:visited { | ||
| color: #0073aa; | ||
| } | ||
|
|
||
| a:hover, | ||
| a:focus, | ||
| a:active { | ||
| color: #00a0d2; | ||
| } | ||
|
|
||
|
|
||
| /** | ||
| * Lists | ||
| */ | ||
| ul, | ||
| ol { | ||
| margin: 0 3em 1.5em 0; | ||
| } | ||
|
|
||
| ul { | ||
| list-style: disc; | ||
| } | ||
|
|
||
| ol { | ||
| list-style: decimal; | ||
| } | ||
|
|
||
| li > ul, | ||
| li > ol { | ||
| margin-bottom: 0; | ||
| margin-right: 1.5em; | ||
| } | ||
|
|
||
| dt { | ||
| font-weight: 700; | ||
| } | ||
|
|
||
| dd { | ||
| margin: 0 1.5em 1.5em; | ||
| } | ||
|
|
||
|
|
||
| /** | ||
| * Media | ||
| * | ||
| * Basic image and object styles | ||
| */ | ||
| img { | ||
| max-width: 100%; | ||
| height: auto; | ||
| } | ||
|
|
||
| /* Makes sure embeds and iframes fit inside their containers */ | ||
| embed, | ||
| iframe, | ||
| object { | ||
| max-width: 100%; | ||
| } | ||
|
|
||
|
|
||
| /** | ||
| * TinyMCE styles | ||
| * | ||
| * Pretty dang good. | ||
| */ | ||
| body { | ||
| color: #404040; | ||
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | ||
| font-size: 20px; | ||
| font-weight: 400; | ||
| line-height: 1.6; | ||
| } | ||
| @media (max-width: 900px) { | ||
| body#tinymce { | ||
| padding-top: 30px !important; | ||
| } | ||
| } | ||
| @media (max-width: 640px) { | ||
| body { | ||
| font-size: 16px; | ||
| } | ||
| } | ||
| @media (max-width: 320px) { | ||
| body { | ||
| margin: 0 15px; | ||
| } | ||
| } | ||
|
|
||
| #tinymce b, | ||
| #tinymce strong { | ||
| /* overrides TinyMCE's !important. Woohoo. */ | ||
| font-weight: 700 !important; | ||
| } | ||
|
|
||
| blockquote { | ||
| margin: 1em 1.5em; | ||
| color: #9ea7af; | ||
| font-size: em(25px); | ||
| font-style: italic; | ||
| } | ||
| @media (max-width: 900px) { | ||
| blockquote { | ||
| margin: 1.5em 1em; | ||
| } | ||
| } | ||
|
|
||
| ul, | ||
| ol { | ||
| margin: 0 .75em 1.5em 0; | ||
| } |
| @@ -0,0 +1,122 @@ | ||
| /* | ||
| Press This TinyMCE editor styles :) | ||
| */ | ||
|
|
||
|
|
||
| /** | ||
| * Links | ||
| */ | ||
| a { | ||
| color: #0073aa; | ||
| } | ||
|
|
||
| a:visited { | ||
| color: #0073aa; | ||
| } | ||
|
|
||
| a:hover, | ||
| a:focus, | ||
| a:active { | ||
| color: #00a0d2; | ||
| } | ||
|
|
||
|
|
||
| /** | ||
| * Lists | ||
| */ | ||
| ul, | ||
| ol { | ||
| margin: 0 0 1.5em 3em; | ||
| } | ||
|
|
||
| ul { | ||
| list-style: disc; | ||
| } | ||
|
|
||
| ol { | ||
| list-style: decimal; | ||
| } | ||
|
|
||
| li > ul, | ||
| li > ol { | ||
| margin-bottom: 0; | ||
| margin-left: 1.5em; | ||
| } | ||
|
|
||
| dt { | ||
| font-weight: 700; | ||
| } | ||
|
|
||
| dd { | ||
| margin: 0 1.5em 1.5em; | ||
| } | ||
|
|
||
|
|
||
| /** | ||
| * Media | ||
| * | ||
| * Basic image and object styles | ||
| */ | ||
| img { | ||
| max-width: 100%; | ||
| height: auto; | ||
| } | ||
|
|
||
| /* Makes sure embeds and iframes fit inside their containers */ | ||
| embed, | ||
| iframe, | ||
| object { | ||
| max-width: 100%; | ||
| } | ||
|
|
||
|
|
||
| /** | ||
| * TinyMCE styles | ||
| * | ||
| * Pretty dang good. | ||
| */ | ||
| body { | ||
| color: #404040; | ||
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | ||
| font-size: 20px; | ||
| font-weight: 400; | ||
| line-height: 1.6; | ||
| } | ||
| @media (max-width: 900px) { | ||
| body#tinymce { | ||
| padding-top: 30px !important; | ||
| } | ||
| } | ||
| @media (max-width: 640px) { | ||
| body { | ||
| font-size: 16px; | ||
| } | ||
| } | ||
| @media (max-width: 320px) { | ||
| body { | ||
| margin: 0 15px; | ||
| } | ||
| } | ||
|
|
||
| #tinymce b, | ||
| #tinymce strong { | ||
| /* overrides TinyMCE's !important. Woohoo. */ | ||
| font-weight: 700 !important; | ||
| } | ||
|
|
||
| blockquote { | ||
| margin: 1em 1.5em; | ||
| color: #9ea7af; | ||
| font-size: em(25px); | ||
| font-style: italic; | ||
| } | ||
| @media (max-width: 900px) { | ||
| blockquote { | ||
| margin: 1.5em 1em; | ||
| } | ||
| } | ||
|
|
||
| ul, | ||
| ol { | ||
| margin: 0 0 1.5em .75em; | ||
| } |
| @@ -0,0 +1,55 @@ | ||
| /*------------------------------------------------------------------------------ | ||
| 28.0 - Site Icon | ||
| ------------------------------------------------------------------------------*/ | ||
|
|
||
| .site-icon-preview .favicon-preview { | ||
| margin: 5px 0 20px; | ||
| overflow: hidden; | ||
| position: relative; | ||
| max-width: 180px; | ||
| } | ||
|
|
||
| .site-icon-preview .favicon, | ||
| .site-icon-preview .browser-title { | ||
| height: 16px; | ||
| right: 88px; | ||
| overflow: hidden; | ||
| position: absolute; | ||
| top: 16px; | ||
| } | ||
|
|
||
| .site-icon-preview .favicon { | ||
| width: 16px; | ||
| } | ||
|
|
||
| .site-icon-preview .browser-title { | ||
| right: 109px; | ||
| width: 72px; | ||
| white-space: nowrap; | ||
| } | ||
|
|
||
| .site-icon-preview .app-icon-preview { | ||
| background-color: #000; | ||
| -webkit-border-radius: 16px; | ||
| border-radius: 16px; | ||
| height: 64px; | ||
| overflow: hidden; | ||
| width: 64px; | ||
| margin-top: 5px; | ||
| } | ||
|
|
||
| /* rtl:ignore */ | ||
| .site-icon-preview .favicon, | ||
| .site-icon-preview .app-icon-preview { | ||
| direction: ltr; | ||
| } | ||
|
|
||
| .customize-control-site_icon .favicon-preview { | ||
| float: right; | ||
| margin-left: 12px; | ||
| margin-bottom: 0; | ||
| } | ||
|
|
||
| .customize-control-site_icon .app-icon-preview { | ||
| margin-top: 9px; | ||
| } |
| @@ -0,0 +1,55 @@ | ||
| /*------------------------------------------------------------------------------ | ||
| 28.0 - Site Icon | ||
| ------------------------------------------------------------------------------*/ | ||
|
|
||
| .site-icon-preview .favicon-preview { | ||
| margin: 5px 0 20px; | ||
| overflow: hidden; | ||
| position: relative; | ||
| max-width: 180px; | ||
| } | ||
|
|
||
| .site-icon-preview .favicon, | ||
| .site-icon-preview .browser-title { | ||
| height: 16px; | ||
| left: 88px; | ||
| overflow: hidden; | ||
| position: absolute; | ||
| top: 16px; | ||
| } | ||
|
|
||
| .site-icon-preview .favicon { | ||
| width: 16px; | ||
| } | ||
|
|
||
| .site-icon-preview .browser-title { | ||
| left: 109px; | ||
| width: 72px; | ||
| white-space: nowrap; | ||
| } | ||
|
|
||
| .site-icon-preview .app-icon-preview { | ||
| background-color: #000; | ||
| -webkit-border-radius: 16px; | ||
| border-radius: 16px; | ||
| height: 64px; | ||
| overflow: hidden; | ||
| width: 64px; | ||
| margin-top: 5px; | ||
| } | ||
|
|
||
| /* rtl:ignore */ | ||
| .site-icon-preview .favicon, | ||
| .site-icon-preview .app-icon-preview { | ||
| direction: ltr; | ||
| } | ||
|
|
||
| .customize-control-site_icon .favicon-preview { | ||
| float: left; | ||
| margin-right: 12px; | ||
| margin-bottom: 0; | ||
| } | ||
|
|
||
| .customize-control-site_icon .app-icon-preview { | ||
| margin-top: 9px; | ||
| } |