2023-12-21 09:46:49 +00:00
|
|
|
@import "abstracts/variables";
|
|
|
|
@import "abstracts/functions";
|
|
|
|
@import "abstracts/mixins";
|
|
|
|
@import "abstracts/placeholders";
|
|
|
|
@import "abstracts/utilities";
|
|
|
|
@import "abstracts/split-button";
|
|
|
|
@import "abstracts/svgicon";
|
|
|
|
|
|
|
|
@import "themes/light";
|
|
|
|
@import "themes/dark";
|
|
|
|
|
|
|
|
// Base
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
@import "base/base";
|
|
|
|
|
2006-07-06 20:43:32 +00:00
|
|
|
dialog
|
|
|
|
{
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2023-12-21 09:46:49 +00:00
|
|
|
|
|
|
|
appearance: none;
|
2006-07-06 20:43:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#aboutcontent
|
|
|
|
{
|
2021-03-29 05:34:24 +00:00
|
|
|
padding: 10px 16px;
|
|
|
|
font-size: 13px;
|
|
|
|
margin-bottom: 10px;
|
2006-07-06 20:43:32 +00:00
|
|
|
}
|
|
|
|
|
2021-03-29 05:34:24 +00:00
|
|
|
#logo {
|
|
|
|
margin: 7px 0 0 7px;
|
2023-12-21 09:46:49 +00:00
|
|
|
-moz-context-properties: fill, fill-opacity;
|
|
|
|
fill: var(--fill-primary);
|
2006-07-06 20:43:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#version
|
|
|
|
{
|
2023-12-21 09:46:49 +00:00
|
|
|
color: var(--fill-secondary);
|
2006-07-06 20:43:32 +00:00
|
|
|
margin-bottom: 5px;
|
2017-01-15 20:19:53 +00:00
|
|
|
-moz-user-select: text;
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
cursor: text;
|
2006-07-06 20:43:32 +00:00
|
|
|
}
|
|
|
|
|
2017-07-12 07:38:14 +00:00
|
|
|
#changelog {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2006-07-06 20:43:32 +00:00
|
|
|
.subhead
|
|
|
|
{
|
|
|
|
margin-top: 5px;
|
2024-01-12 22:45:01 +00:00
|
|
|
font-weight: 600;
|
2006-07-06 20:43:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.subcontent
|
|
|
|
{
|
|
|
|
margin-left: 10px;
|
2010-09-16 07:31:32 +00:00
|
|
|
margin-bottom: 5px;
|
2007-10-23 07:11:59 +00:00
|
|
|
}
|
|
|
|
|
2017-07-09 01:31:45 +00:00
|
|
|
#about-text {
|
|
|
|
margin-top: .7em;
|
|
|
|
margin-bottom: .7em;
|
|
|
|
}
|
|
|
|
|
2017-07-08 23:06:29 +00:00
|
|
|
#about-text > p {
|
|
|
|
margin-left: .5em;
|
|
|
|
line-height: 1.4em;
|
2007-10-23 07:11:59 +00:00
|
|
|
}
|
|
|
|
|
2017-07-08 23:06:29 +00:00
|
|
|
span.text-link {
|
|
|
|
cursor: pointer;
|
|
|
|
color: -moz-nativehyperlinktext;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.text-link:hover {
|
|
|
|
text-decoration: underline;
|
2007-10-23 07:11:59 +00:00
|
|
|
}
|
|
|
|
|
2017-07-08 23:06:29 +00:00
|
|
|
/* Remove default underline from XUL links */
|
|
|
|
label.zotero-text-link {
|
|
|
|
text-decoration: none;
|
2007-10-23 07:11:59 +00:00
|
|
|
}
|
|
|
|
|
2017-07-08 23:06:29 +00:00
|
|
|
label.zotero-text-link:hover {
|
|
|
|
text-decoration: underline;
|
2006-07-06 20:43:32 +00:00
|
|
|
}
|