mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 02:52:26 +01:00
* Significant completion speed improvements * Significantly improve startup speed, in large part by lazily instantiating Options and Commands, lazily installing highlight stylesheets, etc. * Update logos and icons, fix atrocious about page * Fix Teledactyl * JavaScript completion now avoids accessing property values * Add Option#persist to define which options are saved with :mkp * Add new Dactyl component which holds add-on-specific configuration information and removes need for separate components for each dactyl host * Several fixes for latest nightlies * Significant code cleanup and many bug fixes --HG-- rename : muttator/AUTHORS => teledactyl/AUTHORS rename : muttator/Donors => teledactyl/Donors rename : muttator/Makefile => teledactyl/Makefile rename : muttator/NEWS => teledactyl/NEWS rename : muttator/TODO => teledactyl/TODO rename : muttator/chrome.manifest => teledactyl/chrome.manifest rename : muttator/components/commandline-handler.js => teledactyl/components/commandline-handler.js rename : muttator/components/protocols.js => teledactyl/components/protocols.js rename : muttator/content/addressbook.js => teledactyl/content/addressbook.js rename : muttator/content/compose/compose.js => teledactyl/content/compose/compose.js rename : muttator/content/compose/compose.xul => teledactyl/content/compose/compose.xul rename : muttator/content/compose/dactyl.dtd => teledactyl/content/compose/dactyl.dtd rename : muttator/content/compose/dactyl.xul => teledactyl/content/compose/dactyl.xul rename : muttator/content/config.js => teledactyl/content/config.js rename : muttator/content/dactyl.dtd => teledactyl/content/dactyl.dtd rename : muttator/content/logo.png => teledactyl/content/logo.png rename : muttator/content/mail.js => teledactyl/content/mail.js rename : muttator/content/muttator.xul => teledactyl/content/pentadactyl.xul rename : muttator/contrib/vim/Makefile => teledactyl/contrib/vim/Makefile rename : muttator/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/muttator.vim rename : muttator/contrib/vim/mkvimball.txt => teledactyl/contrib/vim/mkvimball.txt rename : muttator/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/muttator.vim rename : muttator/install.rdf => teledactyl/install.rdf rename : muttator/locale/en-US/Makefile => teledactyl/locale/en-US/Makefile rename : muttator/locale/en-US/all.xml => teledactyl/locale/en-US/all.xml rename : muttator/locale/en-US/autocommands.xml => teledactyl/locale/en-US/autocommands.xml rename : muttator/locale/en-US/gui.xml => teledactyl/locale/en-US/gui.xml rename : muttator/locale/en-US/intro.xml => teledactyl/locale/en-US/intro.xml rename : muttator/skin/icon.png => teledactyl/skin/icon.png
185 lines
3.7 KiB
CSS
185 lines
3.7 KiB
CSS
@namespace dactyl url("http://vimperator.org/namespaces/liberator");
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
/* Applied to all content */
|
|
[dactyl|activeframe] {
|
|
-moz-binding: url(chrome://dactyl/content/bindings.xml#frame);
|
|
}
|
|
|
|
[dactyl|highlight~=HintImage],
|
|
[dactyl|highlight~=Hint] {
|
|
z-index: 5000;
|
|
position: absolute !important;
|
|
}
|
|
[dactyl|highlight~=Search] {
|
|
display: inline !important;
|
|
}
|
|
|
|
/* Applied only to completion buffer and MOW */
|
|
@-moz-document
|
|
url-prefix(chrome://dactyl/) {
|
|
|
|
*:-moz-loading, *:-moz-broken { display: none !important; }
|
|
|
|
[dactyl|highlight~=Completions] {
|
|
width: 100%;
|
|
display: table;
|
|
}
|
|
[dactyl|highlight~=CompItem],
|
|
[dactyl|highlight~=CompTitle] {
|
|
display: table-row;
|
|
}
|
|
[dactyl|highlight~=Completions] > ul {
|
|
display: table-row;
|
|
}
|
|
[dactyl|highlight~=CompItem] > *,
|
|
[dactyl|highlight~=CompTitle] > * {
|
|
-moz-binding: url(chrome://dactyl/content/bindings.xml#compitem-td);
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
[dactyl|highlight~=CompMsg] {
|
|
height: 1.5em;
|
|
line-height: 1.5em !important;
|
|
}
|
|
|
|
.td-span {
|
|
display: inline-block;
|
|
overflow: visible;
|
|
width: 0px;
|
|
height: 1.5em;
|
|
line-height: 1.5em !important;
|
|
}
|
|
.td-strut {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 16px;
|
|
width: 0px;
|
|
}
|
|
|
|
.extra-info { color: gray; }
|
|
|
|
.times-executed, .time-average { color: green; }
|
|
.time-total { color: red; }
|
|
|
|
}
|
|
|
|
/* Applied to completion buffer, MOW, browser window */
|
|
@-moz-document
|
|
url-prefix(chrome://) {
|
|
|
|
.dactyl-container > * {
|
|
font-family: inherit;
|
|
}
|
|
|
|
#dactyl-completions {
|
|
-moz-user-focus: ignore;
|
|
overflow: -moz-scrollbars-none !important; /* does not seem to work fully */
|
|
border-width: 0px !important;
|
|
/*-moz-appearance: none !important; /* prevent an ugly 3D border */
|
|
}
|
|
|
|
/* fixes the min-height: 22px from firefox */
|
|
#status-bar,
|
|
statusbarpanel {
|
|
-moz-appearance: none !important;
|
|
min-height: 18px !important;
|
|
border: none !important;
|
|
font-weight: bold;
|
|
font-family: monospace;
|
|
}
|
|
|
|
#dactyl-statusline {
|
|
font-family: monospace;
|
|
margin: 0px;
|
|
}
|
|
#dactyl-statusline > label {
|
|
padding: 0px 0px 0px 8px;
|
|
}
|
|
#dactyl-statusline > label:first-child {
|
|
padding: 0px;
|
|
}
|
|
#dactyl-statusline-field-url {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|
|
|
|
/* no longer at the window's bottom right corner */
|
|
.statusbar-resizerpanel {
|
|
display: none;
|
|
}
|
|
#statusbar-display, #statusbar-progresspanel {
|
|
display: none;
|
|
}
|
|
|
|
#dactyl-commandline-prompt {
|
|
background-color: inherit;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
#dactyl-commandline-command {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
margin: 0px;
|
|
}
|
|
#dactyl-commandline-command html|*:focus {
|
|
outline-width: 0px !important
|
|
}
|
|
#dactyl-commandline-command .textbox-search-icons {
|
|
visibility: collapse !important;
|
|
}
|
|
#dactyl-message {
|
|
margin: 0px;
|
|
}
|
|
|
|
#sidebar {
|
|
max-width: 90% !important;
|
|
min-width: 10% !important;
|
|
}
|
|
|
|
/* MOW */
|
|
|
|
#dactyl-completions,
|
|
#dactyl-multiline-output,
|
|
#dactyl-multiline-input {
|
|
overflow: hidden;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
#dactyl-completions-content,
|
|
#dactyl-multiline-output-content,
|
|
#dactyl-multiline-input {
|
|
white-space: pre;
|
|
font-family: -moz-fixed;
|
|
margin: 0px;
|
|
}
|
|
|
|
#dactyl-commandline-prompt *,
|
|
#dactyl-commandline-command {
|
|
font: inherit;
|
|
}
|
|
|
|
#dactyl-completions-content table,
|
|
#dactyl-multiline-output-content table {
|
|
white-space: inherit;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
#dactyl-completions-content td,
|
|
#dactyl-multiline-output-content td,
|
|
#dactyl-completions-content th,
|
|
#dactyl-multiline-output-content th {
|
|
padding: 0px 2px;
|
|
}
|
|
|
|
/* for muttator's composer */
|
|
#content-frame, #appcontent {
|
|
border: 0px;
|
|
}
|
|
|
|
}
|
|
|
|
/* vim: set fdm=marker sw=4 ts=4 et: */
|