Use numeric font weights instead of keywords.

When Open Sans was in use, the `300`, `400`, and `600` weights were loaded. `400` is the equivalent of `normal`; however, `bold` is equivalent to `700`, not `600`. With the move to system fonts, we need to be specific rather than relying on the lack of a `700` weight. Not all system fonts include a `600` weight; in those instances, they will use the `bold`/`700` weight.

The WordPress CSS Coding Standards have been updated accordingly.

props coderste.
see #36753.

Built from https://develop.svn.wordpress.org/trunk@37740


git-svn-id: http://core.svn.wordpress.org/trunk@37705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2016-06-17 18:37:28 +00:00
parent 9afeafeff2
commit 8776694a33
74 changed files with 187 additions and 187 deletions

View File

@ -136,13 +136,13 @@
.about-wrap code,
.about-wrap ol li p {
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.about-wrap .about-description,
.about-wrap .about-text {
margin-top: 1.4em;
font-weight: normal;
font-weight: 400;
line-height: 1.6em;
font-size: 19px;
}
@ -325,7 +325,7 @@
.about-wrap .return-to-dashboard {
margin: 30px -5px 0 0;
font-size: 14px;
font-weight: bold;
font-weight: 600;
}
.about-wrap .return-to-dashboard a {
@ -387,7 +387,7 @@
.about-wrap .wp-person .web {
margin: 6px 0 2px;
font-size: 16px;
font-weight: normal;
font-weight: 400;
line-height: 2em;
text-decoration: none;
}
@ -412,11 +412,11 @@
.freedoms-php .about-wrap ol li {
list-style-type: decimal;
font-weight: bold;
font-weight: 600;
}
.freedoms-php .about-wrap ol p {
font-weight: normal;
font-weight: 400;
margin: 0.6em 0;
}

File diff suppressed because one or more lines are too long

View File

@ -136,13 +136,13 @@
.about-wrap code,
.about-wrap ol li p {
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.about-wrap .about-description,
.about-wrap .about-text {
margin-top: 1.4em;
font-weight: normal;
font-weight: 400;
line-height: 1.6em;
font-size: 19px;
}
@ -325,7 +325,7 @@
.about-wrap .return-to-dashboard {
margin: 30px 0 0 -5px;
font-size: 14px;
font-weight: bold;
font-weight: 600;
}
.about-wrap .return-to-dashboard a {
@ -387,7 +387,7 @@
.about-wrap .wp-person .web {
margin: 6px 0 2px;
font-size: 16px;
font-weight: normal;
font-weight: 400;
line-height: 2em;
text-decoration: none;
}
@ -412,11 +412,11 @@
.freedoms-php .about-wrap ol li {
list-style-type: decimal;
font-weight: bold;
font-weight: 600;
}
.freedoms-php .about-wrap ol p {
font-weight: normal;
font-weight: 400;
margin: 0.6em 0;
}

File diff suppressed because one or more lines are too long

View File

@ -437,7 +437,7 @@ code {
.subsubsub a .count,
.subsubsub a.current .count {
color: #555d66; /* #f1f1f1 background */
font-weight: normal;
font-weight: 400;
}
.subsubsub a.current {
@ -581,7 +581,7 @@ code {
padding-right: 25px;
color: #555d66;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.wrap .add-new-h2, /* deprecated */
@ -1056,7 +1056,7 @@ th.action-links {
line-height: 1;
text-align: center;
text-decoration: inherit;
font-weight: normal;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
}
@ -1861,7 +1861,7 @@ html.wp-toolbar {
.widefat th,
.widefat thead td,
.widefat tfoot td {
font-weight: normal;
font-weight: 400;
}
.widefat thead tr th,
@ -1968,7 +1968,7 @@ html.wp-toolbar {
.hndle a {
font-size: 11px;
font-weight: normal;
font-weight: 400;
}
.postbox .handlediv {
@ -2379,7 +2379,7 @@ div.star-holder .star-rating {
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: normal;
font-weight: 400;
font-style: normal;
vertical-align: top;
-webkit-transition: color .1s ease-in 0;
@ -2407,7 +2407,7 @@ div.star-holder .star-rating {
}
div.action-links {
font-weight: normal;
font-weight: 400;
margin: 6px 0 0;
}
@ -2455,7 +2455,7 @@ div.action-links {
#plugin-information-title h2 {
font-size: 1em;
font-weight: bold;
font-weight: 600;
padding: 0;
margin: 0;
max-width: 680px;
@ -2594,7 +2594,7 @@ div.action-links {
}
#plugin-information .fyi h3 {
font-weight: bold;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
color: #666;
@ -3104,7 +3104,7 @@ img {
#templateside .highlight {
border: none;
font-weight: bold;
font-weight: 600;
}
.nonessential {

File diff suppressed because one or more lines are too long

View File

@ -437,7 +437,7 @@ code {
.subsubsub a .count,
.subsubsub a.current .count {
color: #555d66; /* #f1f1f1 background */
font-weight: normal;
font-weight: 400;
}
.subsubsub a.current {
@ -581,7 +581,7 @@ code {
padding-left: 25px;
color: #555d66;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.wrap .add-new-h2, /* deprecated */
@ -1056,7 +1056,7 @@ th.action-links {
line-height: 1;
text-align: center;
text-decoration: inherit;
font-weight: normal;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
}
@ -1861,7 +1861,7 @@ html.wp-toolbar {
.widefat th,
.widefat thead td,
.widefat tfoot td {
font-weight: normal;
font-weight: 400;
}
.widefat thead tr th,
@ -1968,7 +1968,7 @@ html.wp-toolbar {
.hndle a {
font-size: 11px;
font-weight: normal;
font-weight: 400;
}
.postbox .handlediv {
@ -2379,7 +2379,7 @@ div.star-holder .star-rating {
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: normal;
font-weight: 400;
font-style: normal;
vertical-align: top;
-webkit-transition: color .1s ease-in 0;
@ -2407,7 +2407,7 @@ div.star-holder .star-rating {
}
div.action-links {
font-weight: normal;
font-weight: 400;
margin: 6px 0 0;
}
@ -2455,7 +2455,7 @@ div.action-links {
#plugin-information-title h2 {
font-size: 1em;
font-weight: bold;
font-weight: 600;
padding: 0;
margin: 0;
max-width: 680px;
@ -2594,7 +2594,7 @@ div.action-links {
}
#plugin-information .fyi h3 {
font-weight: bold;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
color: #666;
@ -3104,7 +3104,7 @@ img {
#templateside .highlight {
border: none;
font-weight: bold;
font-weight: 600;
}
.nonessential {

File diff suppressed because one or more lines are too long

View File

@ -576,7 +576,7 @@ p.customize-section-description {
}
.customize-control .attachment-title {
font-weight: bold;
font-weight: 600;
margin: 0;
padding: 5px 10px;
}
@ -1010,7 +1010,7 @@ p.customize-section-description {
left: 10px;
top: 50%;
margin-top: -14px;
font-weight: normal;
font-weight: 400;
}
.control-section-themes .accordion-section-title:before {

File diff suppressed because one or more lines are too long

View File

@ -576,7 +576,7 @@ p.customize-section-description {
}
.customize-control .attachment-title {
font-weight: bold;
font-weight: 600;
margin: 0;
padding: 5px 10px;
}
@ -1010,7 +1010,7 @@ p.customize-section-description {
right: 10px;
top: 50%;
margin-top: -14px;
font-weight: normal;
font-weight: 400;
}
.control-section-themes .accordion-section-title:before {

File diff suppressed because one or more lines are too long

View File

@ -511,7 +511,7 @@
#available-menu-items .cannot-expand .accordion-section-title .no-items {
float: left;
color: #555d66;
font-weight: normal;
font-weight: 400;
margin-right: 5px;
}

View File

@ -511,7 +511,7 @@
#available-menu-items .cannot-expand .accordion-section-title .no-items {
float: right;
color: #555d66;
font-weight: normal;
font-weight: 400;
margin-left: 5px;
}

View File

@ -114,7 +114,7 @@
.welcome-panel h2 {
margin: 0;
font-size: 21px;
font-weight: normal;
font-weight: 400;
line-height: 1.2;
}
@ -342,7 +342,7 @@ body #dashboard-widgets .postbox form .submit {
}
#dashboard_primary .rss-widget a {
font-weight: normal;
font-weight: 400;
}
#dashboard_primary .rss-widget span,
@ -400,7 +400,7 @@ body #dashboard-widgets .postbox form .submit {
margin: 0 0 10px;
padding: 0;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
/* Dashboard right now - Colors */
@ -534,7 +534,7 @@ form.initial-form.quickpress-open input#title {
}
#dashboard_primary a.rsswidget {
font-weight: normal;
font-weight: 400;
}
#dashboard_quick_press .drafts ul {
@ -570,7 +570,7 @@ form.initial-form.quickpress-open input#title {
margin: 0 12px 8px;
padding: 0;
font-size: 14px;
font-weight: normal;
font-weight: 400;
color: #23282d;
}
@ -829,7 +829,7 @@ form.initial-form.quickpress-open input#title {
#latest-comments #the-comment-list .comment-meta cite {
font-style: normal;
font-weight: normal;
font-weight: 400;
}
#latest-comments #the-comment-list .comment-item blockquote,

View File

@ -114,7 +114,7 @@
.welcome-panel h2 {
margin: 0;
font-size: 21px;
font-weight: normal;
font-weight: 400;
line-height: 1.2;
}
@ -342,7 +342,7 @@ body #dashboard-widgets .postbox form .submit {
}
#dashboard_primary .rss-widget a {
font-weight: normal;
font-weight: 400;
}
#dashboard_primary .rss-widget span,
@ -400,7 +400,7 @@ body #dashboard-widgets .postbox form .submit {
margin: 0 0 10px;
padding: 0;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
/* Dashboard right now - Colors */
@ -534,7 +534,7 @@ form.initial-form.quickpress-open input#title {
}
#dashboard_primary a.rsswidget {
font-weight: normal;
font-weight: 400;
}
#dashboard_quick_press .drafts ul {
@ -570,7 +570,7 @@ form.initial-form.quickpress-open input#title {
margin: 0 12px 8px;
padding: 0;
font-size: 14px;
font-weight: normal;
font-weight: 400;
color: #23282d;
}
@ -829,7 +829,7 @@ form.initial-form.quickpress-open input#title {
#latest-comments #the-comment-list .comment-meta cite {
font-style: normal;
font-weight: normal;
font-weight: 400;
}
#latest-comments #the-comment-list .comment-item blockquote,

View File

@ -3,7 +3,7 @@
div#media-upload-header {
margin: 0;
padding: 5px 5px 0;
font-weight: bold;
font-weight: 600;
position: relative;
border-bottom: 1px solid #ddd;
background: #f9f9f9;
@ -19,7 +19,7 @@ div#media-upload-header {
padding-right: 10px;
list-style: none;
font-size: 12px;
font-weight: normal;
font-weight: 400;
}
#sidemenu a {
@ -46,7 +46,7 @@ div#media-upload-header {
}
#sidemenu a.current {
font-weight: normal;
font-weight: 400;
padding-right: 6px;
padding-left: 6px;
border: 1px solid #ddd;
@ -89,7 +89,7 @@ th {
.media-upload-form label.form-help, td.help {
font-family: sans-serif;
font-style: italic;
font-weight: normal;
font-weight: 400;
}
.media-upload-form p.help {
@ -187,7 +187,7 @@ span.required {
#media-upload label.help {
font-family: sans-serif;
font-style: italic;
font-weight: normal;
font-weight: 400;
}
#media-upload .ui-sortable .media-item {
@ -294,7 +294,7 @@ h4.media-sub-title {
h3.media-title,
h4.media-sub-title {
font-family: Georgia,"Times New Roman",Times,serif;
font-weight: normal;
font-weight: 400;
color: #5A5A5A;
}

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
div#media-upload-header {
margin: 0;
padding: 5px 5px 0;
font-weight: bold;
font-weight: 600;
position: relative;
border-bottom: 1px solid #ddd;
background: #f9f9f9;
@ -19,7 +19,7 @@ div#media-upload-header {
padding-left: 10px;
list-style: none;
font-size: 12px;
font-weight: normal;
font-weight: 400;
}
#sidemenu a {
@ -46,7 +46,7 @@ div#media-upload-header {
}
#sidemenu a.current {
font-weight: normal;
font-weight: 400;
padding-left: 6px;
padding-right: 6px;
border: 1px solid #ddd;
@ -89,7 +89,7 @@ th {
.media-upload-form label.form-help, td.help {
font-family: sans-serif;
font-style: italic;
font-weight: normal;
font-weight: 400;
}
.media-upload-form p.help {
@ -187,7 +187,7 @@ span.required {
#media-upload label.help {
font-family: sans-serif;
font-style: italic;
font-weight: normal;
font-weight: 400;
}
#media-upload .ui-sortable .media-item {
@ -294,7 +294,7 @@ h4.media-sub-title {
h3.media-title,
h4.media-sub-title {
font-family: Georgia,"Times New Roman",Times,serif;
font-weight: normal;
font-weight: 400;
color: #5A5A5A;
}

File diff suppressed because one or more lines are too long

View File

@ -114,12 +114,12 @@ input#link_url {
}
#editable-post-name {
font-weight: bold;
font-weight: 600;
}
#editable-post-name input {
font-size: 13px;
font-weight: normal;
font-weight: 400;
height: 22px;
margin: 0;
width: 16em;
@ -1170,7 +1170,7 @@ table.links-table {
}
.links-table th {
font-weight: normal;
font-weight: 400;
text-align: right;
vertical-align: top;
min-width: 80px;

File diff suppressed because one or more lines are too long

View File

@ -114,12 +114,12 @@ input#link_url {
}
#editable-post-name {
font-weight: bold;
font-weight: 600;
}
#editable-post-name input {
font-size: 13px;
font-weight: normal;
font-weight: 400;
height: 22px;
margin: 0;
width: 16em;
@ -1170,7 +1170,7 @@ table.links-table {
}
.links-table th {
font-weight: normal;
font-weight: 400;
text-align: left;
vertical-align: top;
min-width: 80px;

File diff suppressed because one or more lines are too long

View File

@ -632,7 +632,7 @@ ul#add-to-blog-users {
.form-table th,
.form-wrap label {
color: #23282d;
font-weight: normal;
font-weight: 400;
text-shadow: none;
vertical-align: baseline;
}
@ -759,7 +759,7 @@ table.form-table td .updated p {
.tool-box .title {
margin: 8px 0;
font-size: 18px;
font-weight: normal;
font-weight: 400;
line-height: 24px;
}

View File

@ -632,7 +632,7 @@ ul#add-to-blog-users {
.form-table th,
.form-wrap label {
color: #23282d;
font-weight: normal;
font-weight: 400;
text-shadow: none;
vertical-align: baseline;
}
@ -759,7 +759,7 @@ table.form-table td .updated p {
.tool-box .title {
margin: 8px 0;
font-size: 18px;
font-weight: normal;
font-weight: 400;
line-height: 24px;
}

View File

@ -638,7 +638,7 @@ input[type="password"],
.mce-close {
font-family: 'tinymce', Arial;
font-style: normal;
font-weight: normal;
font-weight: 400;
font-variant: normal;
font-size: 16px;
margin-right: 0;

View File

@ -638,7 +638,7 @@ input[type="password"],
.mce-close {
font-family: 'tinymce', Arial;
font-style: normal;
font-weight: normal;
font-weight: 400;
font-variant: normal;
font-size: 16px;
margin-left: 0;

View File

@ -45,7 +45,7 @@ h1, h2 {
font-size: 24px;
padding: 0;
padding-bottom: 7px;
font-weight: normal;
font-weight: 400;
}
h3 {
@ -100,7 +100,7 @@ label {
color: #444; /* same as login.css */
height: 84px;
font-size: 20px;
font-weight: normal;
font-weight: 400;
line-height: 1.3em;
margin: -130px auto 25px;
padding: 0;
@ -192,7 +192,7 @@ submit {
}
.form-table th p {
font-weight: normal;
font-weight: 400;
}
.form-table.install-success th,
@ -406,7 +406,7 @@ body.language-chooser {
color: #32373c;
font-size: 16px;
font-family: Arial, sans-serif;
font-weight: normal;
font-weight: 400;
}
.language-chooser p {

View File

@ -45,7 +45,7 @@ h1, h2 {
font-size: 24px;
padding: 0;
padding-bottom: 7px;
font-weight: normal;
font-weight: 400;
}
h3 {
@ -100,7 +100,7 @@ label {
color: #444; /* same as login.css */
height: 84px;
font-size: 20px;
font-weight: normal;
font-weight: 400;
line-height: 1.3em;
margin: -130px auto 25px;
padding: 0;
@ -192,7 +192,7 @@ submit {
}
.form-table th p {
font-weight: normal;
font-weight: 400;
}
.form-table.install-success th,
@ -406,7 +406,7 @@ body.language-chooser {
color: #32373c;
font-size: 16px;
font-family: Arial, sans-serif;
font-weight: normal;
font-weight: 400;
}
.language-chooser p {

View File

@ -16,7 +16,7 @@ body.rtl .press-this a.wp-switch-editor {
.rtl h5,
.rtl h6 {
font-family: Arial, sans-serif;
font-weight: bold;
font-weight: 600;
}
/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
@ -28,7 +28,7 @@ body.locale-he-il .press-this a.wp-switch-editor {
/* he_IL: Have <em> be bold rather than italic. */
.locale-he-il em {
font-style: normal;
font-weight: bold;
font-weight: 600;
}
/* zh_CN: Remove italic properties. */

View File

@ -1 +1 @@
.locale-he-il em,.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button,.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:700}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-weight:700}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-right:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-left:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-right:0}}
.locale-he-il em,.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button,.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:600}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-weight:600}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-right:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-left:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-right:0}}

View File

@ -16,7 +16,7 @@ body.rtl .press-this a.wp-switch-editor {
.rtl h5,
.rtl h6 {
font-family: Arial, sans-serif;
font-weight: bold;
font-weight: 600;
}
/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
@ -28,7 +28,7 @@ body.locale-he-il .press-this a.wp-switch-editor {
/* he_IL: Have <em> be bold rather than italic. */
.locale-he-il em {
font-style: normal;
font-weight: bold;
font-weight: 600;
}
/* zh_CN: Remove italic properties. */

View File

@ -1 +1 @@
.locale-he-il em,.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button,.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:700}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-weight:700}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-left:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-right:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-left:0}}
.locale-he-il em,.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button,.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:600}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-weight:600}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-left:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-right:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-left:0}}

View File

@ -700,7 +700,7 @@ th.asc a:focus span.sorting-indicator {
background: #e5e5e5;
font-size: 16px;
line-height: 1;
font-weight: normal;
font-weight: 400;
text-align: center;
}

View File

@ -700,7 +700,7 @@ th.asc a:focus span.sorting-indicator {
background: #e5e5e5;
font-size: 16px;
line-height: 1;
font-weight: normal;
font-weight: 400;
text-align: center;
}

View File

@ -83,7 +83,7 @@ p {
margin-top: 20px;
margin-right: 0;
padding: 26px 24px 46px;
font-weight: normal;
font-weight: 400;
overflow: hidden;
background: #fff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
@ -91,7 +91,7 @@ p {
}
.login form .forgetmenot {
font-weight: normal;
font-weight: 400;
float: right;
margin-bottom: 0;
}
@ -133,7 +133,7 @@ p {
color: #444;
height: 84px;
font-size: 20px;
font-weight: normal;
font-weight: 400;
line-height: 1.3em;
margin: 0 auto 25px;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -83,7 +83,7 @@ p {
margin-top: 20px;
margin-left: 0;
padding: 26px 24px 46px;
font-weight: normal;
font-weight: 400;
overflow: hidden;
background: #fff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
@ -91,7 +91,7 @@ p {
}
.login form .forgetmenot {
font-weight: normal;
font-weight: 400;
float: left;
margin-bottom: 0;
}
@ -133,7 +133,7 @@ p {
color: #444;
height: 84px;
font-size: 20px;
font-weight: normal;
font-weight: 400;
line-height: 1.3em;
margin: 0 auto 25px;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -813,7 +813,7 @@ border color while dragging a file over the uploader drop area */
}
.edit-attachment-frame .attachment-info .filename {
font-weight: normal;
font-weight: 400;
color: #666;
}

View File

@ -813,7 +813,7 @@ border color while dragging a file over the uploader drop area */
}
.edit-attachment-frame .attachment-info .filename {
font-weight: normal;
font-weight: 400;
color: #666;
}

View File

@ -71,7 +71,7 @@ ul.add-menu-item-tabs li {
.is-submenu {
color: #555d66; /* #fafafa background */
font-style: italic;
font-weight: normal;
font-weight: 400;
margin-right: 4px;
}
@ -215,7 +215,7 @@ ul.add-menu-item-tabs li {
}
.menu-location-title label {
font-weight: bold;
font-weight: 600;
}
.menu-location-menus select {

File diff suppressed because one or more lines are too long

View File

@ -71,7 +71,7 @@ ul.add-menu-item-tabs li {
.is-submenu {
color: #555d66; /* #fafafa background */
font-style: italic;
font-weight: normal;
font-weight: 400;
margin-left: 4px;
}
@ -215,7 +215,7 @@ ul.add-menu-item-tabs li {
}
.menu-location-title label {
font-weight: bold;
font-weight: 600;
}
.menu-location-menus select {

File diff suppressed because one or more lines are too long

View File

@ -81,7 +81,7 @@ abbr[title] {
b,
strong {
font-weight: bold;
font-weight: 700;
}
dfn {
@ -232,7 +232,7 @@ textarea {
}
optgroup {
font-weight: bold;
font-weight: 700;
}
table {
@ -2072,7 +2072,7 @@ html {
display: inline-block;
margin: 0 8px 0 0;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.setting-modal {

View File

@ -81,7 +81,7 @@ abbr[title] {
b,
strong {
font-weight: bold;
font-weight: 700;
}
dfn {
@ -232,7 +232,7 @@ textarea {
}
optgroup {
font-weight: bold;
font-weight: 700;
}
table {
@ -2072,7 +2072,7 @@ html {
display: inline-block;
margin: 0 0 0 8px;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.setting-modal {

View File

@ -149,7 +149,7 @@ body.folded .revisions .loading-indicator {
}
.revisions-controls .author-card .author-name {
font-weight: bold;
font-weight: 600;
}
.comparing-two-revisions .diff-meta-to strong {

File diff suppressed because one or more lines are too long

View File

@ -149,7 +149,7 @@ body.folded .revisions .loading-indicator {
}
.revisions-controls .author-card .author-name {
font-weight: bold;
font-weight: 600;
}
.comparing-two-revisions .diff-meta-to strong {

File diff suppressed because one or more lines are too long

View File

@ -723,7 +723,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-overlay .theme-tags span {
color: #444;
font-weight: bold;
font-weight: 600;
margin-left: 5px;
}
@ -732,7 +732,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
border: 1px solid #eee;
border-right: 4px solid #00a0d2;
font-size: 14px;
font-weight: normal;
font-weight: 400;
margin-top: 30px;
padding: 10px 20px 10px 10px;
}

File diff suppressed because one or more lines are too long

View File

@ -723,7 +723,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-overlay .theme-tags span {
color: #444;
font-weight: bold;
font-weight: 600;
margin-right: 5px;
}
@ -732,7 +732,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
border: 1px solid #eee;
border-left: 4px solid #00a0d2;
font-size: 14px;
font-weight: normal;
font-weight: 400;
margin-top: 30px;
padding: 10px 10px 10px 20px;
}

File diff suppressed because one or more lines are too long

View File

@ -369,7 +369,7 @@ div#widgets-right .closed .widgets-sortables {
/* Dragging widgets over the available widget area show's a "Deactivate" message */
#removing-widget {
display: none;
font-weight: normal;
font-weight: 400;
padding-right: 15px;
font-size: 12px;
line-height: 1;

View File

@ -369,7 +369,7 @@ div#widgets-right .closed .widgets-sortables {
/* Dragging widgets over the available widget area show's a "Deactivate" message */
#removing-widget {
display: none;
font-weight: normal;
font-weight: 400;
padding-left: 15px;
font-size: 12px;
line-height: 1;

View File

@ -8,7 +8,7 @@
text-transform: none;
letter-spacing: normal;
font-size: 13px;
font-weight: normal;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
line-height: 32px;
-webkit-border-radius: 0;
@ -83,7 +83,7 @@ html:lang(he-il) .rtl #wpadminbar * {
direction: rtl;
color: #ccc;
font-size: 13px;
font-weight: normal;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
line-height: 32px;
height: 32px;
@ -182,7 +182,7 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .quicklinks .menupop ul li a strong {
font-weight: bold;
font-weight: 600;
}
#wpadminbar .quicklinks .menupop ul li .ab-item,
@ -366,7 +366,7 @@ html:lang(he-il) .rtl #wpadminbar * {
display: inline;
padding: 2px 5px;
font-size: 10px;
font-weight: bold;
font-weight: 600;
-webkit-border-radius: 10px;
border-radius: 10px;
}
@ -720,7 +720,7 @@ html:lang(he-il) .rtl #wpadminbar * {
width: auto;
display: block;
font-size: 14px;
font-weight: bold;
font-weight: 600;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #0073aa;
@ -807,7 +807,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar * {
font-size: 14px;
font-weight: normal;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
line-height: 32px;
}

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
text-transform: none;
letter-spacing: normal;
font-size: 13px;
font-weight: normal;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
line-height: 32px;
-webkit-border-radius: 0;
@ -83,7 +83,7 @@ html:lang(he-il) .rtl #wpadminbar * {
direction: ltr;
color: #ccc;
font-size: 13px;
font-weight: normal;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
line-height: 32px;
height: 32px;
@ -182,7 +182,7 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .quicklinks .menupop ul li a strong {
font-weight: bold;
font-weight: 600;
}
#wpadminbar .quicklinks .menupop ul li .ab-item,
@ -366,7 +366,7 @@ html:lang(he-il) .rtl #wpadminbar * {
display: inline;
padding: 2px 5px;
font-size: 10px;
font-weight: bold;
font-weight: 600;
-webkit-border-radius: 10px;
border-radius: 10px;
}
@ -720,7 +720,7 @@ html:lang(he-il) .rtl #wpadminbar * {
width: auto;
display: block;
font-size: 14px;
font-weight: bold;
font-weight: 600;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #0073aa;
@ -807,7 +807,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar * {
font-size: 14px;
font-weight: normal;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
line-height: 32px;
}

File diff suppressed because one or more lines are too long

View File

@ -140,7 +140,7 @@ div.mce-tab:focus {
margin: 8px 0;
white-space: normal;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.mce-window .wp-editor-help table {
@ -180,14 +180,14 @@ div.mce-tab:focus {
}
.mce-window .wp-editor-help th {
font-weight: bold;
font-weight: 600;
padding-bottom: 0;
}
.mce-window .wp-editor-help kbd {
font-family: monospace;
padding: 2px 7px 3px;
font-weight: bold;
font-weight: 600;
margin: 0;
background: #eaeaea;
background: rgba(0,0,0,0.08);
@ -838,7 +838,7 @@ div.mce-menu .mce-menu-item-sep,
.mce-notification button.mce-close {
left: 6px;
top: 3px;
font-weight: normal;
font-weight: 400;
color: #555d66;
}
@ -1242,7 +1242,7 @@ i.mce-i-wp_code:before {
}
.quicktags-toolbar input[value="b"] {
font-weight: bold;
font-weight: 600;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
@ -1601,7 +1601,7 @@ i.mce-i-wp_code:before {
}
#wp-link li.selected .item-title {
font-weight: bold;
font-weight: 600;
}
#wp-link li:last-child {

File diff suppressed because one or more lines are too long

View File

@ -140,7 +140,7 @@ div.mce-tab:focus {
margin: 8px 0;
white-space: normal;
font-size: 14px;
font-weight: normal;
font-weight: 400;
}
.mce-window .wp-editor-help table {
@ -180,14 +180,14 @@ div.mce-tab:focus {
}
.mce-window .wp-editor-help th {
font-weight: bold;
font-weight: 600;
padding-bottom: 0;
}
.mce-window .wp-editor-help kbd {
font-family: monospace;
padding: 2px 7px 3px;
font-weight: bold;
font-weight: 600;
margin: 0;
background: #eaeaea;
background: rgba(0,0,0,0.08);
@ -838,7 +838,7 @@ div.mce-menu .mce-menu-item-sep,
.mce-notification button.mce-close {
right: 6px;
top: 3px;
font-weight: normal;
font-weight: 400;
color: #555d66;
}
@ -1242,7 +1242,7 @@ i.mce-i-wp_code:before {
}
.quicktags-toolbar input[value="b"] {
font-weight: bold;
font-weight: 600;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
@ -1601,7 +1601,7 @@ i.mce-i-wp_code:before {
}
#wp-link li.selected .item-title {
font-weight: bold;
font-weight: 600;
}
#wp-link li:last-child {

File diff suppressed because one or more lines are too long

View File

@ -341,7 +341,7 @@
.media-sidebar h2,
.image-details h2 {
position: relative;
font-weight: bold;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
color: #666;
@ -404,7 +404,7 @@
min-height: 22px;
padding-top: 8px;
line-height: 16px;
font-weight: normal;
font-weight: 400;
color: #666;
}
@ -566,7 +566,7 @@
.media-menu .active,
.media-menu .active:hover {
color: #23282d;
font-weight: bold;
font-weight: 600;
}
.media-menu .separator {
@ -973,7 +973,7 @@
max-height: 100%;
word-wrap: break-word;
text-align: center;
font-weight: bold;
font-weight: 600;
background: rgba( 255, 255, 255, 0.8 );
-webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
@ -1274,7 +1274,7 @@
}
.upload-errors .upload-error-filename {
font-weight: bold;
font-weight: 600;
}
.upload-errors .upload-error-message {
@ -1374,7 +1374,7 @@
.uploader-inline .has-upload-message .upload-instructions {
font-size: 14px;
color: #444;
font-weight: normal;
font-weight: 400;
}
.uploader-inline .drop-instructions {
@ -1438,7 +1438,7 @@
padding-top: 12px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
font-weight: 600;
}
.media-selection .button-link {
@ -1616,7 +1616,7 @@
}
.attachment-info .filename {
font-weight: bold;
font-weight: 600;
color: #444;
word-wrap: break-word;
}
@ -2173,7 +2173,7 @@
transform: translateY( -50% );
font-size: 3em;
line-height: 1.3;
font-weight: bold;
font-weight: 600;
color: #fff;
padding: 0;
margin: 0;

File diff suppressed because one or more lines are too long

View File

@ -341,7 +341,7 @@
.media-sidebar h2,
.image-details h2 {
position: relative;
font-weight: bold;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
color: #666;
@ -404,7 +404,7 @@
min-height: 22px;
padding-top: 8px;
line-height: 16px;
font-weight: normal;
font-weight: 400;
color: #666;
}
@ -566,7 +566,7 @@
.media-menu .active,
.media-menu .active:hover {
color: #23282d;
font-weight: bold;
font-weight: 600;
}
.media-menu .separator {
@ -973,7 +973,7 @@
max-height: 100%;
word-wrap: break-word;
text-align: center;
font-weight: bold;
font-weight: 600;
background: rgba( 255, 255, 255, 0.8 );
-webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
@ -1274,7 +1274,7 @@
}
.upload-errors .upload-error-filename {
font-weight: bold;
font-weight: 600;
}
.upload-errors .upload-error-message {
@ -1374,7 +1374,7 @@
.uploader-inline .has-upload-message .upload-instructions {
font-size: 14px;
color: #444;
font-weight: normal;
font-weight: 400;
}
.uploader-inline .drop-instructions {
@ -1438,7 +1438,7 @@
padding-top: 12px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
font-weight: 600;
}
.media-selection .button-link {
@ -1616,7 +1616,7 @@
}
.attachment-info .filename {
font-weight: bold;
font-weight: 600;
color: #444;
word-wrap: break-word;
}
@ -2173,7 +2173,7 @@
transform: translateY( -50% );
font-size: 3em;
line-height: 1.3;
font-weight: bold;
font-weight: 600;
color: #fff;
padding: 0;
margin: 0;

File diff suppressed because one or more lines are too long

View File

@ -104,7 +104,7 @@ body {
p.wp-embed-heading {
margin: 0 0 15px;
font-weight: bold;
font-weight: 600;
font-size: 22px;
line-height: 1.3;
}
@ -136,7 +136,7 @@ p.wp-embed-heading {
}
.wp-embed-site-title {
font-weight: bold;
font-weight: 600;
line-height: 25px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37739';
$wp_version = '4.6-alpha-37740';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.