Skip to content

Instantly share code, notes, and snippets.

@indie
Created May 18, 2009 00:02
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/113229 to your computer and use it in GitHub Desktop.
Save indie/113229 to your computer and use it in GitHub Desktop.
/*
=skin=
@name botlife
@author indie
@version 0.0.3r
@homepage http://www.oss.zentu.net/
@email shawnee@zentu.net
@license MPL/LGPL/GPL
=/skin=
*/
.ubiquity-preview-content a {
color: #41539b;
background-color: #fcfcfc
text-decoration: underline;
cursor: pointer;
}
/* Formatting for the Ubiquity Pop-Up */
#cmd-panel {
width: 600px;
padding: 4px;
margin: 5px;
background-color: #ededed;
background-image: url(http://zentu.net/ubiq/ubi.png);
background-position: 20px 195px;
background-repeat: no-repeat;
color: #41539b;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 10px;
}
#cmd-entry-container {
margin: 8px;
padding: 3px;
font-size: 14pt;
border: 0px dotted #bcd4ff;
-moz-border-radius: topright: 5px;
-moz-border-radius: bottomleft: 5px;
-moz-border-radius: bottomright: 5px;
-moz-border-radius: topleft: 5px;
background: #ededed;
font-family: sans-serif, serif, monospace;
}
#cmd-entry {
-moz-border-radius: topright: 3px;
-moz-border-radius: bottomleft: 3px;
background: #bcd4ff;
background-position: 100 px 200 px;
border: none;
font-size: 17pt;
color: #000;
text-shadow: 1px 1px 1px #e0e0e0;
width: 100%;
font-weight: normal;
font-family: sans-serif, serif, monospace;
}
#cmd-preview {
-moz-appearance: none;
border: none;
margin: 10px;
overflow: hidden;
}
body#previewbody {
margin: 0;
padding: 0;
color: #9995ff;
}
#ubiquity-preview {
width: 600px;
}
/* Formatting for the Preview box */
div#ubiquity-preview .help {
font-family: sans-serif, serif, monospace;
font-size: 11pt;
color: #41539b;
}
div#ubiquity-preview .gresult {
margin-bottom: 10px;
}
div#ubiquity-preview .gresult a {
color: #fcfcfc;
text-decoration: underline;
font-size: 12pt;
font-family: sans-serif, serif, monospace;
cursor: pointer;
}
div#ubiquity-preview .gresult-url {
font-size: x-small;
font-family: sans-serif, serif, monospace;
color: #1fc4ff;
}
div#ubiquity-preview .gresult-content {
margin-right: 10px;
font-family: sans-serif, serif, monospace;
font-size: small;
background: #fcfcfc;
}
div#ubiquity-preview.img {
padding: 5px;
}
/* Formatting for the Preview Pane and Verb/Command suggestion list */
div#ubiquity-preview #preview-pane {
color: #bcd4ff;
padding-left: 15px;
padding: 7px;
border-top: 1px solid #333;
margin-top: 5px;
font-family: sans-serif, serif, monospace;
font-size: 11pt;
}
div#ubiquity-preview .hilited-text {
color: #3e33bb;
font-family: sans-serif, serif, monospace;
font-weight: bold;
font-size: larger;
}
div#ubiquity-preview .hilited {
padding: 5px;
margin: 2px;
background: #bcd4ff;
-moz-border-radius: 5px;
color: #000;
}
div#ubiquity-preview .suggested {
margin: 2px;
padding: 5px;
border-left: solid 10px transparent;
font-family: monospace;
color: #494949;
}
div#ubiquity-preview .needarg {
font-style: oblique;
color: #99995f;
}
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: #c4cfff;
color: #747474;
position: relative;
top: -2px;
font-size: 8pt;
font-weight: normal;
border: 1px solid #494949;
}
.ubiquity-preview-content .gresult a {
color: #2099ff;
font-weight: bolder;
background-color: #ededed;
padding-top: 0em;
}
.ubiquity-preview-content .gresult-content {
color: #494949;
background-color: #ededed;
padding-left: 2em;
padding-right: 2em;
}
.ubiquity-preview-content .gresult-url {
color: #9995ff;
background-color: #ededed;
padding-bottom: 0em;
}
.ubiquity-preview-content .a {
color: #2099ff;
font-weight: bolder;
background-color: #ededed;
padding-top: 0em;
}
.ubiquity-preview-content .content {
color: #494949;
background-color: #ededed;
padding-left: 2em;
padding-right: 2em;
}
.ubiquity-preview-content .url {
color: #9995ff;
background-color: #ededed;
padding-bottom: 0em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment