-
-
Save blankdots/48770 to your computer and use it in GitHub Desktop.
blankdots.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
=skin= | |
@name izu | |
@author blankdots | |
@homepage http://www.blankdots.com | |
@email [email protected] | |
@license MPL/LGPL/GPL | |
=/skin= | |
*/ | |
/* Formatting for the Ubiquity Pop-Up */ | |
#cmd-panel { | |
padding: 0; | |
margin-top: 5px; | |
background: rgba(0%, 0%, 0%, 0.7); | |
-moz-border-radius: 10px; | |
-moz-border-radius-topleft: 0px; | |
-moz-border-radius-bottomleft: 0px; | |
} | |
#cmd-entry-container { | |
margin: 0; | |
padding: 4px; | |
font-size: 14pt; | |
/*border: 0px solid #aaa;*/ | |
-moz-border-radius: 0px; | |
background: transparent; | |
background: rgba(133, 180, 242, 0.3); | |
-moz-border-radius-topright: 10px; | |
font-family: Calibri, Helvetica, Verdana, Arial; | |
} | |
#cmd-entry { | |
-moz-appearance: none; | |
padding: 2px; | |
background: transparent; | |
border: none; | |
font-size: 14pt; | |
color: #ffffff; | |
width: 100%; | |
/*font-weight: bold;*/ | |
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; | |
} | |
#ubiquity-preview { | |
width: 500px; | |
} | |
/* Formatting for the Preview box */ | |
div#ubiquity-preview .help { | |
font-family: Calibri, Helvetica, Verdana, Arial; | |
font-size: 11pt; | |
color: #FFF; | |
} | |
div#ubiquity-preview .gresult { | |
margin-bottom: 10px; | |
} | |
div#ubiquity-preview .gresult a { | |
color: #FFFFFF; | |
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: #777; | |
} | |
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: #ffffff; | |
background: transparent; | |
padding-left: 15px; | |
padding: 7px; | |
border: none; | |
margin-top: 5px; | |
font-family: Calibri, Helvetica, Verdana, Arial; | |
font-size: 11pt; | |
} | |
div#ubiquity-preview .hilited-text { | |
font-color: #FFF; | |
font-family: Calibri, Helvetica, Verdana, Arial; | |
} | |
div#ubiquity-preview .hilited { | |
padding: 5px; | |
margin: 2px; | |
background: rgba(100%, 100%, 100%, 0.3); | |
-moz-border-radius: 5px; | |
color: #FFF; | |
width: auto; | |
} | |
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: #CDCDCD; | |
} | |
div#ubiquity-preview .cmdicon { | |
display: inline-block; | |
width: 16px; | |
} | |
div#ubiquity-preview .cmdicon img { | |
vertical-align: middle; | |
width: 16px; | |
height: 16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment