Skip to content

Instantly share code, notes, and snippets.

@indie
Created May 12, 2009 14:20
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 indie/110509 to your computer and use it in GitHub Desktop.
Save indie/110509 to your computer and use it in GitHub Desktop.
`/*
=skin=
@name über
@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: 5px;
background-color: #dac816;
color: #e5dc7c;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
}
#cmd-entry-container {
margin: 8px;
padding: 4px;
font-size: 20pt;
border: 0px dotted #dac816;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
background-color: #e5dc7c;
font-family: Delicious, Candara, Calibri, Sans-Serif;
}
#cmd-entry {
-moz-appearance: none;
background: #fcfcfc;
border: 1px;
font-size: 18pt;
color: #000;
width: 100%;
font-family: Delicious, Candara, Calibri, Sans-Serif;
}
#cmd-preview {
-moz-appearance: none;
border: none;
margin: 10px;
width: 542px;
overflow: hidden;
}
body#previewbody {
margin: 0;
padding: 3px 3px 3px 3px;
color: #fff;
background-color: #dac816;
}
#ubiquity-preview {
width: 500px;
}
/* Formatting for the Preview box */
div#ubiquity-preview .help {
font-family: Delicious, Candara, Calibri, Sans-Serif, monospace;
font-size: 11pt;
color: #000;
background-color: #dac816;
}
div#ubiquity-preview .gresult {
margin-bottom: 10px;
}
div#ubiquity-preview .gresult a {
color: #494949;
text-decoration: none;
font-size: 12pt;
font-family: monospace;
cursor: pointer;
}
div#ubiquity-preview .gresult-url {
font-size: small;
font-family: Delicious, Candara, Calibri, Sans-Serif, Serif;
color: #dac816;
}
div#ubiquity-preview .gresult-content {
margin-right: 10px;
font-family: Delicious, Candara, Calibri, Sans-Serif, Serif;
font-size: small;
color: #000;
background-color: #fcfcfc;
}
div#ubiquity-preview.img {
padding: 5px;
}
/* Formatting for the Preview Pane and Verb/Command suggestion list */
div#ubiquity-preview #preview-pane {
color: #dac816;
background-color: #e5dc7c;
padding-left: 15px;
padding: 7px;
border-top: 1px solid #333;
margin-top: 5px;
font-family: Delicious, Candara, Calibri, Sans-Serif;
font-size: 11pt;
}
div#ubiquity-preview .hilited-text {
color: #000;
font-weight: bold;
font-size: larger;
font-family: Delicious, Candara, Calibri, Sans-Serif;
}
div#ubiquity-preview .hilited {
padding: 5px;
margin: 2px;
background-color: #e5dc7c;
-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: #fff;
}
div#ubiquity-preview .needarg {
font-style: oblique;
color: #313131;
}
div#ubiquity-preview .cmdicon {
display: inline-block;
width: 16px;
}
div#ubiquity-preview .cmdicon img {
vertical-align: middle;
width: 18px;
height: 18px;
}
div#ubiquity-preview .selection {
padding: 4px;
-moz-border-radius: 3px;
display: run-in;
font-variant: small-caps;
background-color: #313131;
color: #dac816;
position: relative;
top: -2px;
font-size: 8pt;
font-weight: normal;
border: 1px solid #494949;
}
.ubiquity-preview-content a {
color: #000;
text-decoration: none;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment