44 lines
No EOL
871 B
CSS
44 lines
No EOL
871 B
CSS
window.citation-dialog {
|
|
background: transparent;
|
|
padding: 0;
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
.citation-dialog.search {
|
|
background: white;
|
|
padding: 2px 2px 2px 0;
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
border-radius: 10px;
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
.citation-dialog.search:not([multiline="true"]) {
|
|
height: 28px !important;
|
|
}
|
|
|
|
.citation-dialog.entry {
|
|
background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
|
|
padding: 10px;
|
|
}
|
|
|
|
.note-dialog .citation-dialog.entry {
|
|
background: -moz-linear-gradient(-90deg, rgb(249, 231, 179) 0, rgb(228, 193, 94) 50%, rgb(221, 184, 81) 50%);
|
|
}
|
|
|
|
.citation-dialog.entry:not([square="true"]) {
|
|
-moz-border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
#zotero-icon {
|
|
margin: -1px 0 0 4px;
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
body {
|
|
line-height: 1.65em;
|
|
}
|
|
|
|
body[multiline="true"] {
|
|
padding-bottom: 2px;
|
|
} |