Skip to content

Instantly share code, notes, and snippets.

@indie
Created January 30, 2009 18:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indie/55176 to your computer and use it in GitHub Desktop.
Save indie/55176 to your computer and use it in GitHub Desktop.
/*
=skin=
@name obscurity
@author indie
@homepage http://www.spaceminnow.com/
@email shawnee@zentu.net
@license MPL/LGPL/GPL
=/skin=
*/
/* Formatting for the Ubiquity Pop-Up */
#cmd-panel {
padding: 10px;
margin: 10px;
background: #c4dc3d;
color: #959595;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 25px;
}
#cmd-entry-container {
margin: 8px;
padding: 3px;
font-size: 14pt;
border: 0px dotted #e4ffc9;
-moz-border-radius: 0px;
background: #fcfcfc;
font-family: Candara, Calibri, Helvetica, Monospace, Verdana, Arial;
}
#cmd-entry {
-moz-appearance: none;
background: #e4ffc9;
border: none;
font-size: 18pt;
color: #000;
width: 100%;
font-weight: bold;
font-family: Monospace, Calibri, Helvetica, Verdana, Arial;
}
#cmd-preview {
-moz-appearance: none;
border: none;
margin: 10px;
overflow: hidden;
}
body#previewbody {
margin: 0;
padding: 0;
color: #494949;
}
#ubiquity-preview {
width: 500px;
}
/* Formatting for the Preview box */
div#ubiquity-preview .help {
font-family: Candara, Calibri, Monospace, Helvetica, Verdana, Arial;
font-size: 11pt;
color: #e4ffc9;
}
div#ubiquity-preview .gresult {
margin-bottom: 10px;
}
div#ubiquity-preview .gresult a {
color: #e0e0e0;
text-decoration: underline;
font-size: 12pt;
font-family: Calibri, Helvetica, Verdana, Arial;
cursor: pointer;
}
div#ubiquity-preview .gresult-url {
font-size: x-small;
font-family: Calibri, Helvetica, Verdana, Arial;
color: #766e63;
}
div#ubiquity-preview .gresult-content {
margin-right: 10px;
font-family: Calibri, Helvetica, Verdana, Arial;
font-size: small;
}
div#ubiquity-preview.img {
padding: 5px;
}
/* Formatting for the Preview Pane and Verb/Command suggestion list */
div#ubiquity-preview #preview-pane {
color: #e4ffc9;
padding-left: 15px;
padding: 7px;
border-top: 1px solid #333;
margin-top: 5px;
font-family: Calibri, Helvetica, Verdana, Arial;
font-size: 11pt;
}
div#ubiquity-preview .hilited-text {
color: #494949;
font-family: Calibri, Helvetica, Verdana, Arial;
}
div#ubiquity-preview .hilited {
padding: 5px;
margin: 2px;
background: #e0e0e0;
-moz-border-radius: 5px;
color: #000;
}
div#ubiquity-preview .suggested {
margin: 2px;
padding: 5px;
border-left: solid 10px transparent;
font-family: Calibri, Helvetica, Verdana, Arial;
color: #494949;
}
div#ubiquity-preview .needarg {
font-style: oblique;
color: #999999;
}
div#ubiquity-preview .cmdicon {
display: inline-block;
width: 16px;
}
div#ubiquity-preview .cmdicon img {
vertical-align: middle;
width: 16px;
height: 16px;
}
div#ubiquity-preview .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;
}
.ubiquity-preview-content a {
color: #000;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment