Skip to content

Instantly share code, notes, and snippets.

@harrywincup
Created January 5, 2009 23:54
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 harrywincup/43589 to your computer and use it in GitHub Desktop.
Save harrywincup/43589 to your computer and use it in GitHub Desktop.
Enso skin for Ubiquity
/*
=skin=
@name Enso 2.0
@author Harry Wincup
@homepage http://www.harrywincup.co.uk
@email harry@harrywincup.co.uk
@license MPL/LGPL/GPL
=/skin=
*/
#cmd-panel
{
padding: 0px;
margin: 0px;
font-size: 100%;
background: rgba(0%, 0%, 0%, 0.75);
-moz-border-radius: 0px;
-moz-border-radius-topleft: 0px;
}
#cmd-entry-container
{
margin: 8px 8px 0 8px;
padding: 3px;
-moz-border-radius: 0px;
background: transparent;
font-family: Calibri, Helvetica, Verdana, Arial;
}
#cmd-entry
{
-moz-appearance: none;
background: #202020;
border: 2px solid #e29c4d;
font-size: 2em;
color: #FFFFFF;
width: 495px;
padding-left: 5px;
font-family: Calibri, Helvetica, Verdana, Arial;
}
#cmd-preview
{
-moz-appearance: none;
border: none;
margin: 10px;
overflow: hidden;
}
body#previewbody
{
margin: 0;
padding: 0;
color: #BBB;
background: #131313;
}
#ubiquity-preview
{
width: 505px;
}
/* Formatting for the Preview box */
div#ubiquity-preview .help
{
font-family: Calibri, Helvetica, Verdana, Arial;
font-size: 0.9em;
color: #829e49;
padding: 5px;
background: #242424;
}
div#ubiquity-preview .gresult
{
margin-bottom: 10px;
}
div#ubiquity-preview .gresult a
{
color: #FFFFFF;
text-decoration: underline;
font-size: 1.2em;
font-family: Calibri, Helvetica, Verdana, Arial;
cursor: pointer;
}
div#ubiquity-preview .gresult-url
{
font-size: 1em;
font-family: Calibri, Helvetica, Verdana, Arial;
color: #777;
}
div#ubiquity-preview .gresult-content
{
margin-right: 10px;
font-family: Calibri, Helvetica, Verdana, Arial;
font-size: small;
color: #FFFFFF;
}
div#ubiquity-preview.img
{
margin: 20px;
}
/* Formatting for the Preview Pane and Verb/Command suggestion list */
div#ubiquity-preview #preview-pane
{
color:white;
padding-left: 15px;
padding: 7px;
margin-top: 5px;
font-family: Calibri, Helvetica, Verdana, Arial;
}
div#ubiquity-preview .hilited-text
{
color: #FFFFFF;
font-family: Calibri, Helvetica, Verdana, Arial;
}
div#ubiquity-preview .hilited
{
padding: 5px;
padding-left: 15px;
margin: 0px;
background: #73844d;
-moz-border-radius: 0px;
color: #333333;
}
div#ubiquity-preview .suggested
{
margin: 0px;
padding: 5px;
border-left: solid 10px transparent;
font-family: Calibri, Helvetica, Verdana, Arial;
color: #FFF;
}
div#ubiquity-preview .needarg
{
font-style: oblique;
color: #829e49;
}
div#ubiquity-preview .hilited .needarg
{
color: #FFFFFF;
}
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 4px 2px 4px;
-moz-border-radius: 2px;
display: inline-block;
background-color: #353535;
color: #829e49;
position: relative;
top: -2px;
font-size: 0.8em;
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment