Skip to content

Instantly share code, notes, and snippets.

@ayhan515
Created January 4, 2011 21:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayhan515/e8a4019a6e11a68766cb to your computer and use it in GitHub Desktop.
Save ayhan515/e8a4019a6e11a68766cb to your computer and use it in GitHub Desktop.
de
/*
=skin=
@name paylasimlarimiz-TurkStar-red
@author ayhan515
@homepage http://tr-firefox.blogspot.com/
@email paylasimlarimiz@gmail.com
@license MPL/LGPL/GPL
=/skin=
*/
@-moz-document url(chrome://browser/content/browser.xul) {
#ubiquity-panel {
position: relative;
width: 810px;
padding: 0px;
margin: 5px;
background: rgba(245,14,26,0.6);
-moz-border-radius: 20px;
-moz-border-radius-topleft: 20px;
}
#ubiquity-frame {
height: 450px;
background-color: rgba(245,14,26,0.1);
border: 1px solid #f50e1a;
-moz-border-radius: 10px;
}
#ubiquity-entry-container {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
border: none;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
background-color: rgba(245,14,26,0.1);
/*
background-image: url(chrome://ubiquity/skin/icons/cmd_entry_bg.png);
*/
background-position: top left;
background-repeat: repeat-x;
font-size: 14pt;
font-family: Papyrus, Courier New, Comic Sans MS, Calibri, Arial, Fantasy;
}
#ubiquity-entry {
-moz-appearance: none;
background-color: rgba(245,14,26,0.1);
border: none;
font-size: 26px;
color: #ffffff;
width: 100%;
font-weight: bold;
font-family: Papyrus, Courier New, Comic Sans MS, Calibri, Arial, Fantasy;
text-shadow: #f50e1a 0px 1px .2px;
}
#ubiquity-suggest-container {
position: absolute;
width: 280px;
height: 500px;
left: 0px;
border-left: #ffffff;
-moz-border-radius-bottomleft: 10px;
background-color: rgba(245,14,26,0.1);
/*
background-image: url(chrome://ubiquity/skin/icons/suggestion_bd.png);
*/
background-position: top right;
background-repeat: repeat-y;
}
#ubiquity-suggest {
-moz-appearance: none;
border: none;
width: 500px;
height: 500px;
overflow: hidden;
}
#ubiquity-preview-container {
position: absolute;
left: 300px;
top: 55px;
border-top: 1px solid #f50e1a;
-moz-border-radius-topright: 20px;
}
#ubiquity-preview {
max-height: 490px;
overflow: hidden;
-moz-border-radius-topright: 20px;
}
#ubiquity-browser {
width: 510px;
height: 4900px;
overflow: hidden;
}
#ubiquity-help {
padding: 0.6em;
text-shadow: #000 1px 1px .5px;
font-size: 12pt;
color: #fff;
font-family: Papyrus, Comic Sans MS, Arial, fantasy;
}
}
@-moz-document url(chrome://ubiquity/content/suggest.html) {
#suggestions {
width: 280px;
margin: 0;
font-family: Geneva, Tahoma, Verdana;
text-shadow: #f50e1a 0px 1px .2px;
color: #fff;
}
/* below are the only Parser 2 debug changes*/
.verb {
border-bottom: 2px blue solid;
}
.prefix {
border-bottom: 2px orange solid;
font-weight: bold;
}
.argument {
border-bottom: 2px #66cdaa solid;
}
.object {
border-bottom: 2px #00ffff solid;
}
.inactive {
color: #666;
}
/* parser 2 update */
.delimiter, .verb {
font-weight: bold;
}
/*end Parser 2 version additions*/
.suggested {
padding: 0px;
font-size: 11pt;
padding: 5px;
border: 0px solid rgba(245,14,26,0.1);
border-right: 1px solid rgba(245,14,26,0.1);
border-bottom: 1px solid rgba(245,14,26,0.1);
font-family: Arial, Calibri, fantasy;
text-shadow: #fbf9f9 0px 1px .2px;
color: #000;
background-color: rgba(245,14,26,0.1);
min-height: 22px;
overflow: hidden;
cursor: pointer;
}
.hilited {
border: none;
margin-right: -2px;
padding-right: 30px;
z-index: 5000;
/*
background-image: url(chrome://ubiquity/skin/icons/selected_bg.png);
*/
background-color: rgba(255,255,255,1);
color: #000;
background-position: top left;
background-repeat: no-repeat;
font-family: Arial, Calibri, Helevitica, fantasy;
}
.cmdicon {
display: inline-block;
width: 16px;
margin-right: 0.3em;
}
.cmdicon img {
vertical-align: middle;
width: 16px;
height: 16px;
}
.needarg {
font-style: oblique;
color: #AAA;
text-shadow: none;
font-size: 80%;
}
.needarg:before {
content: "[";
}
.needarg:after {
content: "]";
}
.hilited .needarg {
font-style: oblique;
color: #555;
font-size: 80%;
}
.selection {
padding: 2px;
-moz-border-radius: 3px;
display: inline-block;
font-variant: small-caps;
background-color: #f50e1a;
color: #333;
position: relative;
top: -2px;
font-size: 8pt;
font-weight: normal;
border: 1px solid #777;
text-shadow: none;
}
}
/* Formatting for the Preview box */
@-moz-document url(resource://ubiquity/preview.html) {
body {
margin: 0;
padding: 5px 5px 0;
background-color: rgba(245,14,26,0);
color: #ffffff;
font-family: Papyrus, Geneva, Tahoma, Verdana;
text-shadow: #000 1px 1px .5px;
font-size: 11pt;
}
a {
color: #FFFFFF;
text-decoration: underline;
cursor: pointer;
}
a:hover {
color: #f50e1a;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #f50e1a;
}
.gresult {
margin-bottom: 10px;
}
.gresult a {
font-size: 14pt;
cursor: pointer;
}
.gresult-url {
font-size: x-small;
color: #00ffff;
}
.gresult-content {
margin-right: 10px;
font-size: small;
}
.error {
color: #00ffff;
}
.default > .help:before {
content: "Nasıl Kullanılır:";
display: block;
font-size: larger;
font-weight: bolder;
color: #008070
}
.search-command .list {
margin: 1ex 0;
}
.search-command kbd::before {
content: "[";
}
.search-command kbd::after {
content: "]";
}
.search-command .title {
clear: both;
}
.search-command .thumbnail {
float: left;
margin: 5px 10px 0 0;
}
.search-command .preview {
margin: 0 0 0.5ex 2em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment