Skip to content

Instantly share code, notes, and snippets.

@bastiano
Created August 21, 2010 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastiano/541731 to your computer and use it in GitHub Desktop.
Save bastiano/541731 to your computer and use it in GitHub Desktop.
/*
=skin=
@name Maalo
@author Bastiano
@homepage http://bastiano.etsy.com
@email bastiano.alvarez@gmail.com
@license MPL/LGPL/GPL
=/skin=
*/
@-moz-document url(chrome://browser/content/browser.xul) {
#ubiquity-panel {
padding: 10px;
margin: 0px;
background: rgba(0%, 0%, 0%, 0.8);
color: #fff;
}
#ubiquity-entry-container {
padding-bottom: 10px;
font-size: 12pt;
background: transparent;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
}
#ubiquity-entry {
-moz-appearance: none;
border: none;
font-size: 12pt;
background: transparent;
color: #ffffff;
width: 100%;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
}
#ubiquity-suggest {
border: none;
width: 501px;
min-height: 32px;
overflow: hidden;
}
#ubiquity-preview {
position: relative;
top: -5px;
border-left: solid 1px #474E38;
max-height: 500px;
margin-bottom: 10px;
overflow: hidden;
}
#ubiquity-browser {
width: 500px;
height: 500px;
}
}
@-moz-document url(chrome://ubiquity/content/suggest.html) {
body {
margin: 0;
color: #bbb;
}
.suggested {
padding: 5px;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
border-left: solid 1px transparent;
color: #FFF
cursor: pointer;
}
.hilited {
background: rgba(100%, 100%, 100%, 0.3);;
border-left: transparent 1px #474E38;
color: #ffffff;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
}
.object, .argument {
font-weight: bold;
}
.needarg {
font-style: oblique;
color: #999999;
}
.needarg:before {
content: "(";
}
.needarg:after {
content: ")";
}
.cmdicon {
display: inline-block;
height: 16px;
margin-right: 0.3em;
}
.cmdicon img {
vertical-align: middle;
width: 16px;
height: 16px;
}
.selection {
padding: 2px;
-moz-border-radius: 3px;
display: inline-block;
font-variant: small-caps;
background-color: #BBB;
color: #333;
position: relative;
top: -2px;
font-size: 8pt;
font-weight: normal;
border: 1px solid #777;
}
}
@-moz-document url-prefix(resource://ubiquity/preview.html) {
body {
margin: 0;
padding: 5px;
color: #ffffff;
background: transparent;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
}
.gresult {
margin-bottom: 10px;
}
.gresult a {
color: #474E38;
text-decoration: underline;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
font-size: small;
cursor: pointer;
}
.gresult-url {
font-size: x-small;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
/*color: #00aa00;*/
}
.gresult-content {
margin-right: 10px;
font-family: Miriam Fixed, Lucida Console, Rod, Consolas;
font-size: x-small;
}
.search-command kbd:before {
content: "[";
}
.search-command kbd:after {
content: "]";
}
.search-command .thumbnail {
float: left; margin: 5px 10px 0 0;
}
.search-command .title {
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment