2021-02-08 11:02:09 +00:00
|
|
|
window.citation-dialog {
|
2011-08-01 16:59:10 +00:00
|
|
|
background: transparent;
|
|
|
|
padding: 0;
|
2021-02-08 11:02:09 +00:00
|
|
|
-moz-appearance: none;
|
2011-08-01 16:59:10 +00:00
|
|
|
}
|
|
|
|
|
2021-02-08 11:02:09 +00:00
|
|
|
.citation-dialog.search {
|
2011-08-01 16:59:10 +00:00
|
|
|
background: white;
|
|
|
|
padding: 2px 2px 2px 0;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
|
border-radius: 10px;
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
2021-02-08 11:02:09 +00:00
|
|
|
.citation-dialog.search:not([multiline="true"]) {
|
2011-08-01 16:59:10 +00:00
|
|
|
height: 28px !important;
|
|
|
|
}
|
|
|
|
|
2021-02-08 11:02:09 +00:00
|
|
|
.citation-dialog.entry {
|
2011-08-01 16:59:10 +00:00
|
|
|
background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2021-02-08 11:02:09 +00:00
|
|
|
.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"]) {
|
2011-09-01 01:11:06 +00:00
|
|
|
-moz-border-radius: 15px;
|
2012-03-10 01:24:28 +00:00
|
|
|
border-radius: 15px;
|
2011-09-01 01:11:06 +00:00
|
|
|
}
|
|
|
|
|
2011-08-01 16:59:10 +00:00
|
|
|
#zotero-icon {
|
2012-01-17 06:49:09 +00:00
|
|
|
margin: -1px 0 0 4px;
|
2011-08-01 16:59:10 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
line-height: 1.65em;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[multiline="true"] {
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|