www

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

integration.css (3126B)


      1 body {
      2 	line-height: 1.45em;
      3 	font-size: 15px;
      4 }
      5 
      6 body[multiline="true"] {
      7 	line-height: 26px;
      8 }
      9 
     10 #quick-format-dialog {
     11 	background: transparent;
     12 	-moz-appearance: none;
     13 	padding: 0;
     14 	width: 800px;
     15 }
     16 
     17 #quick-format-dialog.progress-bar #quick-format-deck {
     18 	height: 37px;
     19 }
     20 
     21 #quick-format-search {
     22 	background: white;
     23 	-moz-appearance: searchfield;
     24 }
     25 
     26 #quick-format-search[multiline="true"] {
     27 	padding: 2px 2px 0 19.5px;
     28 	margin: 2.5px 3.5px;
     29 	border: 1px solid rgba(0, 0, 0, 0.5);
     30 	-moz-appearance: none;
     31 }
     32 
     33 #quick-format-search:not([multiline="true"]) {
     34 	padding-top: 4.5px;
     35 	height: 37px !important;
     36 }
     37 
     38 #quick-format-entry {
     39 	background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
     40 	padding: 12px;
     41 }
     42 
     43 #zotero-icon {
     44 	margin: -2.5px 0 3px -6px;
     45 }
     46 
     47 #quick-format-search[multiline="true"] #zotero-icon {
     48 	margin: 0 0 1px -13px;
     49 }
     50 
     51 #citation-properties menulist {
     52 	-moz-appearance: none; color: #fff;
     53 	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
     54 	border-radius: 12px;
     55 	border: 1px solid rgba(0,0,0,.65);
     56 	background: -moz-linear-gradient(rgba(110,110,110,.9), rgba(70,70,70,.9) 49%, rgba(50,50,50,.9) 51%, rgba(40,40,40,.9));
     57 	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 1px rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
     58 	background-clip: padding-box;
     59 	background-origin: padding-box;
     60 	padding: 2px 9px;
     61 	border-radius: 3px;
     62 	min-height: 22px;
     63 	-moz-padding-start: 4px;
     64 	-moz-padding-end: 0;
     65 }
     66 
     67 #citation-properties menulist:-moz-focusring {
     68 	box-shadow: 0 0 1px -moz-mac-focusring inset, 0 0 4px 1px -moz-mac-focusring, 0 0 2px 1px -moz-mac-focusring;
     69 }
     70 
     71 #citation-properties menulist[open="true"],
     72 #citation-properties menulist:hover:active {
     73 	background: -moz-linear-gradient(rgba(40,40,40,.9), rgba(70,70,70,.9));
     74 	box-shadow: inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 7px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.1);
     75 }
     76 
     77 #citation-properties menulist > .menulist-dropmarker {
     78 	-moz-appearance: none;
     79 	display: -moz-box;
     80 	background-color: transparent;
     81 	border: 0;
     82 	margin: 0;
     83 	padding: 0;
     84 }
     85 
     86 #citation-properties menulist > .menulist-dropmarker > .dropmarker-icon {
     87 	list-style-image: url("chrome://browser/skin/hud-style-dropmarker-double-arrows.png");
     88 }
     89 
     90 panel button {
     91   -moz-appearance: none; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.5); border-radius: 12px; border: 1px solid rgba(0,0,0,.65); background: -moz-linear-gradient(rgba(110,110,110,.9), rgba(70,70,70,.9) 49%, rgba(50,50,50,.9) 51%, rgba(40,40,40,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 1px rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); background-clip: padding-box; background-origin: padding-box; padding: 2px 9px;
     92   margin: 6px;
     93   min-height: 22px;
     94 }
     95 
     96 panel button:hover:active {
     97   background: -moz-linear-gradient(rgba(40,40,40,.9), rgba(70,70,70,.9)); box-shadow: inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 7px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.1);
     98 }
     99 
    100 panel button:-moz-focusring {
    101   box-shadow: 0 0 1px -moz-mac-focusring inset, 0 0 4px 1px -moz-mac-focusring, 0 0 2px 1px -moz-mac-focusring;
    102 }
    103 
    104 .quick-format-bubble {
    105 	padding: 1px 6px 1px 6px;
    106 }