@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*
 * Locationbar^2 Style
 * 
 * Version: 0.4.20091009
 * Original Author: TiSiE (message [at] tisie [dot] de)
 * Modified: jerone
 * ---------------------------------------------
 * Feel free to modify. I don't mind... as long
 * as I keep the credits ;)
 */


/* http:// */
.textbox-presentation-protocol[value^="http"] {
    font-weight: normal !important;
    color: #a0a0a0 !important;
}

/* ftp:// */
.textbox-presentation-protocol[value="ftp://"] {
    font-weight: normal !important;
    color: #a0a0a0 !important;
}

/* file:// */
.textbox-presentation-protocol[value="file://"] {
    font-weight: normal !important;
    color: #a0a0a0 !important;
}

/* Any other protocol */
.textbox-presentation-protocol {
    font-weight: normal !important;
    color: #a0a0a0 !important;
}

/* Subdomain */
.textbox-presentation-subdomain {
    font-weight: normal !important;
    color: #a0a0a0 !important;
}

/* Domain inclusive Top-Level-Domain */
.textbox-presentation-domain {
    font-weight: normal !important;
    color: #000000 !important;
}

/* Port (e.g. ":88" after the domain) */
.textbox-presentation-port {
    font-weight: normal !important;
    color: #a0a0a0 !important;
}

/* Any part of the url between slashes */
.textbox-presentation-segment-label {
    color: #6d6d6d !important;
}

/* The slashs in the URL */
.textbox-presentation-slash {
    color: #cccccc !important;
}

/* The last part of the URL which is not a query or anchor */
.textbox-presentation-file {
    color: #6d6d6d !important;
}

/* Static file extensions */
.textbox-presentation-file[value*=".htm"],
.textbox-presentation-file[value*=".html"],
.textbox-presentation-file[value*=".txt"] {
    color: #6d6d6d !important;
}

/* Dynamic file extensions */
.textbox-presentation-file[value*=".php"],
.textbox-presentation-file[value*=".php3"],
.textbox-presentation-file[value*=".php4"],
.textbox-presentation-file[value*=".asp"],
.textbox-presentation-file[value*=".jsp"],
.textbox-presentation-file[value*=".cgi"],
.textbox-presentation-file[value*=".cfm"],
.textbox-presentation-file[value*=".pl"] {
    color: #6d6d6d !important;
}

/* Images */
.textbox-presentation-file[value*=".jpg"],
.textbox-presentation-file[value*=".jpeg"],
.textbox-presentation-file[value*=".gif"],
.textbox-presentation-file[value*=".png"],
.textbox-presentation-file[value*=".bmp"],
.textbox-presentation-file[value*=".tiff"] {
    color: #6d6d6d !important;
}

/* The Query String including the "?" */
.textbox-presentation-query {
    color: #a0a0a0 !important;
}

/* The anchor (a "#somename" at the end of the URL) */
.textbox-presentation-fragment {
    color: #a0a0a0 !important;
}