changed all font-weight: bold/590 to 600
This commit is contained in:
parent
a81f0884ed
commit
6e7c80d97b
30 changed files with 47 additions and 47 deletions
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#debug-id {
|
#debug-id {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submit-result {
|
#submit-result {
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#submit-error {
|
#submit-error {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
<description>&zotero.upgrade.newVersionInstalled;</description>
|
<description>&zotero.upgrade.newVersionInstalled;</description>
|
||||||
<description id="zotero-upgrade-required">&zotero.upgrade.upgradeRequired; &zotero.upgrade.autoBackup;</description>
|
<description id="zotero-upgrade-required">&zotero.upgrade.upgradeRequired; &zotero.upgrade.autoBackup;</description>
|
||||||
<description id="zotero-major-upgrade" hidden="true">
|
<description id="zotero-major-upgrade" hidden="true">
|
||||||
<label value="&zotero.upgrade.majorUpgrade;" style="font-weight: bold"/>
|
<label value="&zotero.upgrade.majorUpgrade;" style="font-weight: 600"/>
|
||||||
&zotero.upgrade.majorUpgradeBeforeLink;
|
&zotero.upgrade.majorUpgradeBeforeLink;
|
||||||
<label class="text-link" value="&zotero.upgrade.majorUpgradeLink;"
|
<label class="text-link" value="&zotero.upgrade.majorUpgradeLink;"
|
||||||
onclick="try { Zotero_Schema_Upgrade.onUpgradeInstructionsLinkClick(); } catch (e) { alert(e); }"/>
|
onclick="try { Zotero_Schema_Upgrade.onUpgradeInstructionsLinkClick(); } catch (e) { alert(e); }"/>
|
||||||
|
|
|
@ -48,7 +48,7 @@ description {
|
||||||
|
|
||||||
#zotero-report-id {
|
#zotero-report-id {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
.citation-dialog.title {
|
.citation-dialog.title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -235,7 +235,7 @@ richlistitem[selected="true"] {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#citation-properties-info > label {
|
#citation-properties-info > label {
|
||||||
|
|
|
@ -47,7 +47,7 @@ wizard > deck {
|
||||||
|
|
||||||
#zotero-step-count label:first-child {
|
#zotero-step-count label:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-step-count label {
|
#zotero-step-count label {
|
||||||
|
@ -56,7 +56,7 @@ wizard > deck {
|
||||||
|
|
||||||
#zotero-step-count label:last-child {
|
#zotero-step-count label:last-child {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ merge-pane groupbox {
|
||||||
merge-pane[selected=true] h2,
|
merge-pane[selected=true] h2,
|
||||||
merge-pane[selected=true] attachment-box #title {
|
merge-pane[selected=true] attachment-box #title {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ merge-group:not([mergetype="note"]) #right-pane:active h2,
|
||||||
merge-group:not([mergetype="note"]) #left-pane:active attachment-box #title,
|
merge-group:not([mergetype="note"]) #left-pane:active attachment-box #title,
|
||||||
merge-group:not([mergetype="note"]) #right-pane:active attachment-box #title {
|
merge-group:not([mergetype="note"]) #right-pane:active attachment-box #title {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#left-pane:hover:not([selected=true]) h2,
|
#left-pane:hover:not([selected=true]) h2,
|
||||||
|
@ -104,7 +104,7 @@ merge-pane .parent-row {
|
||||||
}
|
}
|
||||||
|
|
||||||
merge-pane .parent-row span {
|
merge-pane .parent-row span {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
merge-pane .delete-box {
|
merge-pane .delete-box {
|
||||||
|
|
|
@ -238,7 +238,7 @@
|
||||||
/* Library names */
|
/* Library names */
|
||||||
#zotero-tb-sync-progress-tooltip rows > label
|
#zotero-tb-sync-progress-tooltip rows > label
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -264,7 +264,7 @@
|
||||||
|
|
||||||
#zotero-sync-error-panel .error-header, #zotero-sync-reminder-panel .header {
|
#zotero-sync-error-panel .error-header, #zotero-sync-reminder-panel .header {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
-moz-user-select: text;
|
-moz-user-select: text;
|
||||||
cursor: text
|
cursor: text
|
||||||
|
@ -272,7 +272,7 @@
|
||||||
|
|
||||||
.zotero-sync-error-panel-library-name {
|
.zotero-sync-error-panel-library-name {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-bottom: 1.1em;
|
margin-bottom: 1.1em;
|
||||||
}
|
}
|
||||||
|
@ -327,7 +327,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #d93425;
|
background: #d93425;
|
||||||
line-height: 2.2em;
|
line-height: 2.2em;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 13.5px;
|
font-size: 13.5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -27,7 +27,7 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.parentItem {
|
h2.parentItem {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 0 0 .5em;
|
padding: 0 0 .5em;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
|
@ -46,7 +46,7 @@ h2.parentItem .title {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: .6em;
|
margin-bottom: .6em;
|
||||||
font-weight: bold !important;
|
font-weight: 600 !important;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,5 @@ menulist {
|
||||||
|
|
||||||
#number-key {
|
#number-key {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline-event-bubble-title {
|
.timeline-event-bubble-title {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
border-bottom: 1px solid #888;
|
border-bottom: 1px solid #888;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@ label.zotero-text-link {
|
||||||
|
|
||||||
.zotero-message-error
|
.zotero-message-error
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-progress-box
|
#zotero-progress-box
|
||||||
|
@ -68,7 +68,7 @@ label.zotero-text-link {
|
||||||
|
|
||||||
#zotero-progress-text-headline
|
#zotero-progress-text-headline
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ label.zotero-text-link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.zotero-warning {
|
.zotero-warning {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
@ -151,7 +151,7 @@ label.zotero-text-link {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
color: red;
|
color: red;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -537,7 +537,7 @@ function ZoteroProtocolHandler() {
|
||||||
Zotero.Report.HTML.listGenerator(items, combineChildItems, params.libraryID),
|
Zotero.Report.HTML.listGenerator(items, combineChildItems, params.libraryID),
|
||||||
function () {
|
function () {
|
||||||
Zotero.logError(e);
|
Zotero.logError(e);
|
||||||
return '<span style="color: red; font-weight: bold">Error generating report</span>';
|
return '<span style="color: red; font-weight: 600">Error generating report</span>';
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@ dialog
|
||||||
.subhead
|
.subhead
|
||||||
{
|
{
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subcontent
|
.subcontent
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.AnnotationBox {
|
.AnnotationBox {
|
||||||
.title {
|
.title {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
background: white;
|
background: white;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
border-bottom: 1px solid #d7dad7;
|
border-bottom: 1px solid #d7dad7;
|
||||||
|
|
|
@ -155,7 +155,7 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin-top: 1.3em;
|
margin-top: 1.3em;
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#import-progress {
|
#import-progress {
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-new-tag-character-count {
|
#zotero-new-tag-character-count {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -30,7 +30,7 @@
|
||||||
padding-inline-start: 6px;
|
padding-inline-start: 6px;
|
||||||
color: unset;
|
color: unset;
|
||||||
&.selected {
|
&.selected {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
description {
|
description {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
.tabs li.active {
|
.tabs li.active {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags-list {
|
.tags-list {
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.colored {
|
&.colored {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
|
|
||||||
&.selected:not(.emoji) {
|
&.selected:not(.emoji) {
|
||||||
background-color: currentcolor;
|
background-color: currentcolor;
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
/* Label in toolbar for dev mode or troubleshooting mode */
|
/* Label in toolbar for dev mode or troubleshooting mode */
|
||||||
.toolbar-mode-warning {
|
.toolbar-mode-warning {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 0 .8em 0 .2em;
|
margin: 0 .8em 0 .2em;
|
||||||
color: red;
|
color: red;
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.unread {
|
&.unread {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.context-row {
|
&.context-row {
|
||||||
|
|
|
@ -21,7 +21,7 @@ annotation-row {
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-weight: 590;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ collapsible-section {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
color: var(--fill-secondary);
|
color: var(--fill-secondary);
|
||||||
font-weight: 590;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbarbutton {
|
toolbarbutton {
|
||||||
|
|
|
@ -71,7 +71,7 @@ item-box {
|
||||||
|
|
||||||
#more-creators-label
|
#more-creators-label
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pointer:hover, .pointer:hover > label {
|
.pointer:hover, .pointer:hover > label {
|
||||||
|
@ -180,7 +180,7 @@ item-box {
|
||||||
padding: 1.5em 1em;
|
padding: 1.5em 1em;
|
||||||
background: #d93425;
|
background: #d93425;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#retraction-details {
|
#retraction-details {
|
||||||
|
@ -194,7 +194,7 @@ item-box {
|
||||||
}
|
}
|
||||||
|
|
||||||
#retraction-details dt {
|
#retraction-details dt {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#retraction-details dt:not(:first-child) {
|
#retraction-details dt:not(:first-child) {
|
||||||
|
|
|
@ -34,7 +34,7 @@ libraries-collections-box {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
font-weight: 590;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
@ -48,7 +48,7 @@ note-row {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-weight: 590;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-date {
|
.note-date {
|
||||||
|
|
|
@ -18,7 +18,7 @@ pane-header {
|
||||||
margin-top: calc(0px - var(--editable-text-padding-block));
|
margin-top: calc(0px - var(--editable-text-padding-block));
|
||||||
padding: 2px 0px 1px 0px;
|
padding: 2px 0px 1px 0px;
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
font-weight: 590;
|
font-weight: 600;
|
||||||
line-height: 1.333;
|
line-height: 1.333;
|
||||||
|
|
||||||
editable-text {
|
editable-text {
|
||||||
|
|
|
@ -57,7 +57,7 @@ tags-box {
|
||||||
}
|
}
|
||||||
|
|
||||||
.zotero-box-label {
|
.zotero-box-label {
|
||||||
font-weight: 590;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ zoterosearch {
|
||||||
|
|
||||||
#condition-tooltips hbox > label
|
#condition-tooltips hbox > label
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbarbutton-text
|
.toolbarbutton-text
|
||||||
|
|
|
@ -166,7 +166,7 @@ h1 {
|
||||||
groupbox > label > h2, groupbox > * > label > h2 {
|
groupbox > label > h2, groupbox > * > label > h2 {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 590;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
groupbox:first-of-type label > h2 {
|
groupbox:first-of-type label > h2 {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#sync-reset-library-menu-container > label {
|
#sync-reset-library-menu-container > label {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#sync-reset-radiogroup > div radio .radio-label {
|
#sync-reset-radiogroup > div radio .radio-label {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-bottom: .2em;
|
margin-bottom: .2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue