2009-09-02 08:26:24 +00:00
|
|
|
#zotero-pane
|
|
|
|
{
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-splitter
|
|
|
|
{
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: 1px solid #A3A3A3;
|
|
|
|
min-height: 1px !important;
|
|
|
|
max-height: 1px !important;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-toolbar[state=collapsed]
|
|
|
|
{
|
|
|
|
margin-left: -8px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-pane toolbarseparator {
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button {
|
|
|
|
-moz-margin-start: 5px;
|
|
|
|
-moz-padding-end: 10px;
|
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-end.png") right center no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button[open="true"],
|
2011-01-30 09:44:01 +00:00
|
|
|
.zotero-tb-button:hover:active {
|
2009-09-02 08:26:24 +00:00
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-end-pressed.png") right center no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button > menupopup {
|
|
|
|
-moz-margin-start: 2px;
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button > .toolbarbutton-icon {
|
2011-02-13 23:51:50 +00:00
|
|
|
/*-moz-binding: url('chrome://zotero-platform/content/zoterotbbutton.xml#zotero-tb-button');*/
|
2009-09-02 08:26:24 +00:00
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-start.png") left center no-repeat;
|
2011-02-13 23:51:50 +00:00
|
|
|
padding: 5px 1px 5px 11px;
|
2009-09-08 22:23:37 +00:00
|
|
|
}
|
|
|
|
|
2011-06-14 03:24:21 +00:00
|
|
|
#zotero-tb-search-menu-button
|
|
|
|
{
|
|
|
|
margin: -6px -2px -6px -16px;
|
|
|
|
padding: 6px 2px 6px 14px;
|
2011-04-25 15:27:49 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/searchbar-dropmarker.png");
|
|
|
|
}
|
|
|
|
|
2009-09-08 22:23:37 +00:00
|
|
|
#zotero-tb-sync > .toolbarbutton-icon {
|
|
|
|
-moz-padding-start: 8px;
|
2011-02-13 23:51:50 +00:00
|
|
|
padding-top: 1px;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2009-10-01 20:26:31 +00:00
|
|
|
#zotero-tb-sync-warning[error=true]
|
|
|
|
{
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2009-09-02 08:26:24 +00:00
|
|
|
.zotero-tb-button[open="true"] > .toolbarbutton-icon,
|
2011-01-30 09:44:01 +00:00
|
|
|
.zotero-tb-button:hover:active > .toolbarbutton-icon {
|
2009-09-02 08:26:24 +00:00
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-start-pressed.png") left center no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button > .toolbarbutton-text {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button[type="menu"] > .toolbarbutton-icon {
|
|
|
|
-moz-padding-end: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button[type="menu"] > .toolbarbutton-menu-dropmarker {
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/folderDropArrow.png");
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This property controls the strength of the SVG outer glow mask on the toolbar buttons */
|
|
|
|
.zotero-tb-button > .toolbarbutton-icon > stack > .zotero-tb-glow {
|
|
|
|
opacity: .7;
|
|
|
|
}
|
|
|
|
|
2009-09-14 04:28:37 +00:00
|
|
|
#zotero-tb-attachment-add > .toolbarbutton-icon > stack > .zotero-tb-glow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-09-02 08:26:24 +00:00
|
|
|
#zotero-tb-sync > .toolbarbutton-icon {
|
|
|
|
-moz-binding: none !important;
|
2011-02-13 23:51:50 +00:00
|
|
|
padding: 2px 0px 2px 8px !important;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-close-button {
|
|
|
|
margin: 0px !important;
|
|
|
|
padding: 0px 0px 0px 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-sync {
|
2010-08-27 19:16:29 +00:00
|
|
|
margin: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox {
|
2009-09-02 08:26:24 +00:00
|
|
|
background-color: #fff;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-item-pane-content .groupbox-body {
|
2009-09-02 08:26:24 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-view-selected-label {
|
|
|
|
color: #7f7f7f;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabpanels {
|
2009-09-08 22:23:37 +00:00
|
|
|
margin: 12px 0 0 0;
|
2011-02-13 06:16:06 +00:00
|
|
|
padding: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs {
|
2009-09-02 08:26:24 +00:00
|
|
|
-moz-appearance: -moz-mac-unified-toolbar;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab > hbox > .tab-icon {
|
2009-09-02 08:26:24 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab > hbox .tab-text {
|
2009-09-02 08:26:24 +00:00
|
|
|
text-shadow: rgba(255, 255, 255, 0.4) 0 1px !important;
|
2009-11-17 19:15:41 +00:00
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab:active:hover > hbox > .tab-text,
|
|
|
|
#zotero-view-tabbox > tabs > tab[selected=true] > hbox > .tab-text {
|
2009-09-02 08:26:24 +00:00
|
|
|
text-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab {
|
2009-09-02 08:26:24 +00:00
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-box-align: center;
|
|
|
|
-moz-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 3px 0 0;
|
|
|
|
background-color: transparent;
|
|
|
|
border: solid transparent;
|
|
|
|
border-width: 0 4px 0 5px;
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle.png") 0 4 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab:active:hover {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle-down.png") 0 4 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
text-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab[selected=true] {
|
2009-09-02 08:26:24 +00:00
|
|
|
color: #FFF !important;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle-selected.png") 0 4 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab[selected=true]:active:hover {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle-selected-down.png") 0 4 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-10-27 02:10:45 +00:00
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > * {
|
|
|
|
color: #7C7C7C !important;
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle-inactive.png") 0 4 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-10-27 02:10:45 +00:00
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > tab[selected=true] {
|
|
|
|
color: #C5C5C5 !important;
|
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle-selected-inactive.png") 0 4 0 5 repeat stretch;
|
|
|
|
}
|
|
|
|
|
2011-02-12 19:56:13 +00:00
|
|
|
/* Since Fx < 4 doesn't recognize the -moz-window-inactive pseudoclass as valid, these have to be separate (duplicate) rules to be parsed */
|
2011-02-13 02:35:57 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) > #zotero-item-pane > #zotero-item-pane-content > #zotero-view-tabbox > tabs > * {
|
2010-10-27 02:10:45 +00:00
|
|
|
color: #7C7C7C !important;
|
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle-inactive.png") 0 4 0 5 repeat stretch;
|
|
|
|
}
|
|
|
|
|
2011-02-13 02:35:57 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) > #zotero-item-pane > #zotero-item-pane-content > #zotero-view-tabbox > tabs > tab[selected=true] {
|
2010-10-27 02:10:45 +00:00
|
|
|
color: #C5C5C5 !important;
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-middle-selected-inactive.png") 0 4 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > :first-child,
|
|
|
|
#zotero-view-tabbox > tabs > [first-visible],
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > :last-child,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > [last-visible] {
|
2009-09-02 08:26:24 +00:00
|
|
|
border-width: 0 4px 0 6px;
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left.png") 0 4 0 6 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > :first-child:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs > [first-visible]:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > :last-child:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > [last-visible]:active:hover {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-down.png") 0 4 0 6 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab:first-child[selected=true],
|
|
|
|
#zotero-view-tabbox > tabs > tab[first-visible][selected=true],
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab:last-child[selected=true],
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab[last-visible][selected=true] {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-selected.png") 0 4 0 6 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab:first-child[selected=true]:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs > tab[first-visible][selected=true]:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab:last-child[selected=true]:active:hover,
|
2010-08-27 19:16:29 +00:00
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab[last-visible][selected=true]:active:hover {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-selected-down.png") 0 4 0 6 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-02-12 19:56:13 +00:00
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > :first-child,
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > [first-visible],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > :last-child,
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > [last-visible] {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-inactive.png") 0 4 0 6 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-10-27 02:10:45 +00:00
|
|
|
/* Since Fx4 doesn't recognize the -moz-window-inactive pseudoclass as valid, these have to be separate (duplicate) rules to be parsed */
|
|
|
|
|
2011-02-13 02:35:57 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > :first-child,
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > [first-visible],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > :last-child,
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > [last-visible] {
|
2010-10-27 02:10:45 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-inactive.png") 0 4 0 6 repeat stretch;
|
|
|
|
}
|
|
|
|
|
2011-02-12 19:56:13 +00:00
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > tab:first-child[selected=true],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > tab[first-visible][selected=true],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > tab:last-child[selected=true],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > tab[last-visible][selected=true] {
|
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-selected-inactive.png") 0 4 0 6 repeat stretch;
|
|
|
|
}
|
|
|
|
|
2011-02-13 02:35:57 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > tab:first-child[selected=true],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > tab[first-visible][selected=true],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > tab:last-child[selected=true],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > tab[last-visible][selected=true] {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-selected-inactive.png") 0 4 0 6 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > :last-child,
|
|
|
|
#zotero-view-tabbox > tabs > [last-visible],
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > :first-child,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > [first-visible] {
|
2009-09-02 08:26:24 +00:00
|
|
|
border-width: 0 6px 0 5px;
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right.png") 0 6 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > :last-child:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs > [last-visible]:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > :first-child:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > [first-visible]:active:hover {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right-down.png") 0 6 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab:last-child[selected=true],
|
|
|
|
#zotero-view-tabbox > tabs > tab[last-visible][selected=true],
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab:first-child[selected=true],
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab[first-visible][selected=true] {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right-selected.png") 0 6 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab:last-child[selected=true]:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs > tab[last-visible][selected=true]:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab:first-child[selected=true]:active:hover,
|
|
|
|
#zotero-view-tabbox > tabs[chromedir=rtl] > tab[first-visible][selected=true]:active:hover {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right-selected-down.png") 0 6 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-02-12 19:56:13 +00:00
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > :last-child,
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > [last-visible],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > :first-child,
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > [first-visible] {
|
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right-inactive.png") 0 6 0 5 repeat stretch;
|
|
|
|
}
|
|
|
|
|
2011-02-13 02:35:57 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > :last-child,
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > [last-visible],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > :first-child,
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > [first-visible] {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right-inactive.png") 0 6 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-02-12 19:56:13 +00:00
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > tab:last-child[selected=true],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs > tab[last-visible][selected=true],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > tab:first-child[selected=true],
|
|
|
|
#zotero-view-tabbox:-moz-window-inactive > tabs[chromedir=rtl] > tab[first-visible][selected=true] {
|
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right-selected-inactive.png") 0 6 0 5 repeat stretch;
|
|
|
|
}
|
2011-02-13 02:35:57 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > tab:last-child[selected=true],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs > tab[last-visible][selected=true],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > tab:first-child[selected=true],
|
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-view-tabbox > tabs[chromedir=rtl] > tab[first-visible][selected=true] {
|
2009-11-17 19:15:41 +00:00
|
|
|
-moz-border-image: url("chrome://zotero/skin/mac/viewbutton-right-selected-inactive.png") 0 6 0 5 repeat stretch;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-height: 5.2em;
|
|
|
|
background-color: #d2d8e2;
|
|
|
|
}
|
|
|
|
|
2011-02-12 19:56:13 +00:00
|
|
|
#zotero-collections-tree:-moz-window-inactive {
|
|
|
|
background-color: rgb(232, 232, 232);
|
|
|
|
}
|
|
|
|
|
2011-02-13 02:35:57 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) #zotero-collections-tree {
|
2009-09-02 08:26:24 +00:00
|
|
|
background-color: rgb(232, 232, 232);
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-row {
|
2011-06-07 06:26:12 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-cell(selected) {
|
|
|
|
background: -moz-linear-gradient(top, #A0B0CF, #7386AB) repeat-x;
|
|
|
|
border-top: 1px solid #94A1C0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-06-07 06:26:12 +00:00
|
|
|
#zotero-collections-tree:-moz-window-inactive treechildren::-moz-tree-cell(selected) {
|
|
|
|
background: -moz-linear-gradient(top, #B4B4B4, #8A8A8A) repeat-x;
|
|
|
|
border-top: 1px solid #979797;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-06-07 06:26:12 +00:00
|
|
|
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) treechildren::-moz-tree-cell(selected) {
|
|
|
|
background: -moz-linear-gradient(top, #B4B4B4, #8A8A8A) repeat-x;
|
|
|
|
border-top: 1px solid #979797;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-cell(selected, focus) {
|
|
|
|
background: -moz-linear-gradient(top, #6494D4, #2559AC) repeat-x;
|
|
|
|
border-top: 1px solid #5382C5;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-cell-text(selected) {
|
|
|
|
font-weight: bold !important;
|
|
|
|
color: #ffffff !important;
|
|
|
|
}
|
|
|
|
|
2011-06-07 06:26:12 +00:00
|
|
|
#zotero-collections-tree treechildren::-moz-tree-twisty(selected) {
|
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-twisty(selected, open) {
|
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected-open.png");
|
|
|
|
}
|
|
|
|
|
2011-05-31 06:50:52 +00:00
|
|
|
#zotero-collections-splitter, #zotero-items-splitter
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
|
|
|
-moz-border-start: none !important;
|
|
|
|
-moz-border-end: none !important;
|
|
|
|
max-width: 1px !important;
|
|
|
|
min-width: 1px !important;
|
|
|
|
width: 1px !important;
|
|
|
|
background-color: #8b8b8b !important;
|
|
|
|
}
|
|
|
|
|
2011-05-31 06:50:52 +00:00
|
|
|
#zotero-collections-splitter[state=collapsed]
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
border-right: 1px;
|
|
|
|
border-color: #A5A5A5;
|
|
|
|
max-width: 8px !important;
|
|
|
|
min-width: 8px !important;
|
|
|
|
width: 8px !important;
|
|
|
|
background-image: url("chrome://zotero/skin/mac/vsplitter.png");
|
|
|
|
background-repeat: repeat-y;
|
2010-08-27 19:16:29 +00:00
|
|
|
padding: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-05-31 06:50:52 +00:00
|
|
|
#zotero-collections-splitter[state=collapsed] > grippy
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-image: url("chrome://zotero/skin/mac/vgrippy.png");
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tags-splitter
|
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-top: 1px;
|
|
|
|
border-bottom: 1px;
|
|
|
|
border-color: #A5A5A5;
|
|
|
|
height: 8px;
|
|
|
|
background-image: url("chrome://zotero/skin/mac/hsplitter.png") !important;
|
|
|
|
background-repeat: repeat-x;
|
2010-08-27 19:16:29 +00:00
|
|
|
padding: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tags-splitter > grippy
|
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-image: url("chrome://zotero/skin/mac/hgrippy.png");
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
2011-05-31 06:50:52 +00:00
|
|
|
#zotero-tags-splitter > grippy:hover, #zotero-collections-splitter > grippy:hover
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-tree
|
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-tree treechildren::-moz-tree-cell,
|
|
|
|
#zotero-items-tree treechildren::-moz-tree-column {
|
|
|
|
border-right: 1px solid #d7dad7;
|
2011-01-24 10:29:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-twisty {
|
|
|
|
-moz-appearance: none;
|
|
|
|
width: 11px;
|
|
|
|
height: 11px;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty.png");
|
|
|
|
-moz-padding-start: 5px;
|
|
|
|
-moz-padding-end: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-twisty(open) {
|
|
|
|
-moz-appearance: none;
|
|
|
|
width: 11px;
|
|
|
|
height: 11px;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-open.png");
|
|
|
|
-moz-padding-start: 4px;
|
|
|
|
-moz-padding-end: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* How to get active twisty?
|
|
|
|
treechildren::-moz-tree-twisty(active) {
|
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-active.png") !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
treechilren::-moz-tree-twisty(active) {
|
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-active-open.png");
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2011-02-12 21:22:01 +00:00
|
|
|
tree:focus treechildren::-moz-tree-twisty(selected) {
|
2011-02-12 19:56:13 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected.png");
|
|
|
|
}
|
|
|
|
|
2011-02-12 21:22:01 +00:00
|
|
|
tree:focus treechildren::-moz-tree-twisty(selected, open) {
|
2011-01-24 10:29:36 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected-open.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image {
|
|
|
|
height: 16px;
|
|
|
|
padding-bottom: 1px;
|
2011-02-13 23:51:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-advanced-search
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://zotero/skin/mac/toolbar-advanced-search.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-note-add
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://zotero/skin/mac/toolbar-note-add.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-actions-menu
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://zotero/skin/mac/cog.png');
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|