www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

integration.css (4696B)


      1 /*
      2     ***** BEGIN LICENSE BLOCK *****
      3     
      4     Copyright © 2011 Center for History and New Media
      5                      George Mason University, Fairfax, Virginia, USA
      6                      http://zotero.org
      7     
      8     This file is part of Zotero.
      9     
     10     Zotero is free software: you can redistribute it and/or modify
     11     it under the terms of the GNU Affero General Public License as published by
     12     the Free Software Foundation, either version 3 of the License, or
     13     (at your option) any later version.
     14     
     15     Zotero is distributed in the hope that it will be useful,
     16     but WITHOUT ANY WARRANTY; without even the implied warranty of
     17     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     18     GNU Affero General Public License for more details.
     19     
     20     You should have received a copy of the GNU Affero General Public License
     21     along with Zotero.  If not, see <http://www.gnu.org/licenses/>.
     22     
     23     Parts of this code are derived from mozilla.org code.
     24     
     25     The Initial Developer of this Original Code is Netscape Communications Corporation.
     26     Portions created by the Initial Developer are Copyright (C) 1998-1999
     27     the Initial Developer. All Rights Reserved.
     28     
     29     ***** END LICENSE BLOCK *****
     30 */
     31 
     32 #up {
     33 	list-style-image: url('chrome://zotero/skin/citation-up.png');
     34 }
     35 
     36 #up[disabled="true"] {
     37 	list-style-image: url('chrome://zotero/skin/citation-up-gray.png');
     38 }
     39 
     40 #down {
     41 	list-style-image: url('chrome://zotero/skin/citation-down.png');
     42 }
     43 
     44 #down[disabled="true"] {
     45 	list-style-image: url('chrome://zotero/skin/citation-down-gray.png');
     46 }
     47 
     48 
     49 #add {
     50 	list-style-image: url('chrome://zotero/skin/citation-add.png');
     51 }
     52 
     53 #add[disabled="true"] {
     54 	list-style-image: url('chrome://zotero/skin/citation-add-gray.png');
     55 }
     56 
     57 #remove {
     58 	list-style-image: url('chrome://zotero/skin/citation-delete.png');
     59 }
     60 
     61 #remove[disabled="true"] {
     62 	list-style-image: url('chrome://zotero/skin/citation-delete-gray.png');
     63 }
     64 
     65 #citation-buttons > toolbarbutton
     66 {
     67 	margin: 2px 0 2px 4px !important;
     68 	padding: 0 !important;
     69 }
     70 
     71 #citation-buttons > toolbarbutton > .toolbarbutton-text
     72 {
     73 	margin: 0 !important;
     74 	padding: 0 !important;
     75 }
     76 
     77 #prefix, #suffix {
     78 	width: 200px;
     79 }
     80 
     81 #tree-locator {
     82 	width: 60px;
     83 }
     84 
     85 #item-locator {
     86 	max-width:100px;
     87 }
     88 
     89 #editor {
     90 	margin-top: 10px;
     91 	max-height: 100px;
     92 }
     93 
     94 .quick-format-title {
     95 	margin: 0;
     96 	font-weight: bold;
     97 	overflow: hidden;
     98 }
     99 
    100 .quick-format-info {
    101 	margin: 0;
    102 	overflow: hidden;
    103 }
    104 .quick-format-info > label {
    105 	margin: 0;
    106 	padding: 0;
    107 }
    108 
    109 .quick-format-bubble {
    110 	border-radius: 8px;
    111 	background-color: #dee7f8;
    112 	border-style: solid;
    113 	border-width: 1px;
    114 	border-color: #a8c0ec;
    115 	padding: 0 6px 0 6px;
    116 	margin: -1px 2px 0 2px;
    117 	display: inline-block;
    118 	white-space: nowrap;
    119 	line-height: normal;
    120 	-moz-user-select: all;
    121 }
    122 
    123 .quick-format-bubble:hover {
    124 	background-color: #bbcef1;
    125 	border-color: #6d95e0;
    126 }
    127 
    128 .quick-format-bubble[selected="true"] {
    129 	border-radius: 8px !important;
    130 	background-color: #598bec;
    131 	color: #fff;
    132 }
    133 
    134 #quick-format-search {
    135 	margin: 0;
    136 	padding: 0;
    137 	padding-top: 0;
    138 	padding-bottom: 0;
    139 }
    140 
    141 #quick-format-iframe {
    142 	margin-left: 4px;
    143 	height: 9999px;
    144 }
    145 
    146 body {
    147 	margin: 0 2px 0 2px;
    148 	padding: 0;
    149 	font: -moz-field;
    150 	overflow: hidden;
    151 }
    152 
    153 #quick-format-spinner {
    154 	margin-top: 2px;
    155 	margin-right: 8px;
    156 }
    157 
    158 .quick-format-item {
    159 	font-size: 12px;
    160 	font: -moz-field;
    161 	-moz-user-focus: normal;
    162 	padding: 3px 5px 3px 10px;
    163 }
    164 
    165 .quick-format-item:not(:last-child), .quick-format-separator:not(:last-child) {
    166 	border-style: solid;
    167 	border-width: 0 0 1px 0;
    168 	border-color: #BBB;
    169 }
    170 
    171 .quick-format-separator {
    172 	font-size: 12px;
    173 	font: -moz-field;
    174 	-moz-user-focus: ignore;
    175 	color: gray;
    176 }
    177 
    178 richlistitem[selected="true"] {
    179 	background: Highlight;
    180 	color: HighlightText;
    181 }
    182 
    183 #quick-format-reference-panel {
    184 	margin: 0;
    185 	padding: 0;
    186 	border: none;
    187 	background: white;
    188 	opacity: 0.9;
    189 	-moz-user-focus: ignore;
    190 }
    191 
    192 #quick-format-reference-list {
    193 	margin: 0;
    194 	padding: 0;
    195 	-moz-user-focus: ignore;
    196 }
    197 
    198 #zotero-icon {
    199 	list-style-image: url("chrome://zotero/skin/zotero-new-z-16px.png");
    200 	background-color: #fff;
    201 	padding: 0;
    202 	margin: 0;
    203 }
    204 
    205 #zotero-icon .toolbarbutton-text {
    206 	display: none;
    207 }
    208 
    209 #zotero-icon .toolbarbutton-icon {
    210 	width: 16px;
    211 	height: 16px;
    212 	padding: 0;
    213 	margin: 0;
    214 }
    215 
    216 #citation-properties #suppress-author {
    217 	-moz-user-focus: normal;
    218 }
    219 
    220 #citation-properties-title {
    221 	padding-left: 0;
    222 	padding-right: 0;
    223 	margin-left: 0;
    224 	margin-right: 0;
    225 	max-width: 300px;
    226 	font-weight: bold;
    227 }
    228 
    229 #citation-properties-info > label {
    230 	padding-left: 0;
    231 	padding-right: 0;
    232 	margin-left: 0;
    233 	margin-right: 0;
    234 }
    235 
    236 #citation-properties-info {
    237 	margin-bottom: 3px;
    238 }
    239 
    240 panel button .button-text {
    241 	margin: 0 !important;
    242 }
    243 
    244 #quick-format-dialog {
    245 	width: 600px;
    246 }