Skip to content

Instantly share code, notes, and snippets.

@satyr
Created January 12, 2009 19:50
Show Gist options
  • Save satyr/46130 to your computer and use it in GitHub Desktop.
Save satyr/46130 to your computer and use it in GitHub Desktop.
/*
=skin=
@name Simpli9uity
@author satyr
@license MPL/LGPL/GPL
@homepage http://gist.github.com/46130
@h0mepage http://d.hatena.ne.jp/murky-satyr
@basedOn (obviously) Simpliquity by Yatrik Solanki
=/skin=
*/
/* browser.xul */
#cmd-panel {
margin: 0;
padding: 0;
background: rgba(9%, 9%, 9%, 0.8);
-moz-border-radius-bottomright: 16px;
}
#cmd-frame {}
#cmd-entry-container {
margin: 4px 4px 0;
padding: 0;
}
#cmd-entry {
-moz-appearance: none;
background: transparent;
border: none;
color: #eee;
width: 100%;
height: 21px;
font:bold 14px "Consolas", monospace;
vertical-align: bottom;
ime-mode: inactive;
}
#cmd-preview {
-moz-appearance: none;
border: none;
margin: 0 0 -5px;
padding: 0;
overflow: hidden;
}
/* preview.html */
#previewbody {
margin: 0;
padding: 0;
}
#ubiquity-preview {
width: 666px;
margin: 0;
padding: 0;
font-size: 9.5pt;
color: #eee;
}
#ubiquity-preview > div:not([id]) { padding: 4px }
#ubiquity-preview a:link { color: #cdf }
#ubiquity-preview a:visited { color: #bcd }
#ubiquity-preview a:hover { color: #fdc }
#ubiquity-preview a:active { color: #edf }
#ubiquity-preview code, #ubiquity-preview samp, #ubiquity-preview pre {
font-family: "Consolas", monospace;
}
#suggestions {
padding: 0 4px;
margin: 0;
line-height:16px;
}
#suggestions .hilited-text {
color: #fff;
}
#suggestions .hilited {
padding: 0 0 0 2px;
margin: 0;
background: rgba(99%, 99%, 99%, 0.3);
vertical-align: middle;
-moz-border-radius: 4px;
}
#suggestions .suggested {
margin: 0;
padding: 0 0 0 6px;
}
#suggestions .needarg {
color: #ccc;
font-size:92%;
}
#suggestions .cmdicon {
display: inline-block;
width: 16px;
}
#suggestions .cmdicon img {
vertical-align: middle;
width: 16px;
height: 16px;
}
#suggestions .selection {
-moz-border-radius: 3px;
display: inline-block;
background-color: #ccc;
color: #333;
font-size: 8.5pt;
font-weight: normal;
vertical-align: middle;
}
#suggestions b {text-decoration:underline}
#preview-pane {
max-height: 660px;
margin: 0;
padding: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment