about:blank bild als hintergrund OHNE stylish
-
beAsty -
13. November 2009 um 18:04 -
Erledigt
-
-
userChrome.css wenn schon :wink:
und da gehen keine Base64 Codes sondern nur Bilder von deiner Festplatte. -
ja dann halt bilder von meiner festpakltte ist ja auch kein problem
aber ich will ja inzwischen kein bild mehr -> transparent solls werden !
-
„transparent solls werden !“
Na wie denn sonnst. : - ))))))))))))))))
-
well i only wanna make the about:blank page transparent
but i think i might be able to edit the google-transparent-js-script somehow.. i think so
will try later when i´m back
thanks -
lol wieso schreib ich eigtl. in english oO
hab jetzt das hier probiert:Zitat
/* By Gartheepan *//* Original Image File: http://fc05.deviantart.com/fs29/f/2008/11…_gartheepan.jpg */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank")
{
body:empty:not([style]):not([text]):not([class]):not([onresize])
{
background:transparent !important;margin:0px;
color: white !important;background-color: transparent !important;
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;
}
}
hab das vom transparenten google script:background:transparent !important;
background-color: transparent !important;aber scheint nicht zu funktionieren?
@edit: oh sieht so aus als müsste man dafür ein addon installieren und ich glaube auch ein programm in hintergrund laufen lassen. nicht wirklich was ich wollteund sry wegen doppelpost :x
@edit2:
Zitat
/*Please give credit and link back if you use large portions of this style, Thanks
~Tigerhacker
http://userstyles.org/users/14679
*/
@namespace url(http://www.mozilla.org/keymaster/gate…ere.is.only.xul);
/*Clear the background and sets window to glass*/
#downloadManager{
background-color: rgba(255, 0, 0, 0.0) !important;
-moz-appearance: -moz-win-glass !important;
}
/*clear and tint the status-bar of the searchbox*/
windowdragbox{
background: rgba(0, 0, 0, 0.8) !important;
text-shadow: white 0px 0px 3px,
white 0px 0px 8px,
white 0px 0px 12px !important;
-moz-border-radius: 0px 0px 5px 5px !important;
}
/*Tint the download list background-DO NOT CHANGE THE OPACITY LINE*/
#downloadView{
background: rgba(50, 50, 50, 0.5) !important;
color: black !important;
text-shadow: white 0px 0px 3px,
white 0px 0px 8px,
white 0px 0px 12px !important;
opacity: 0.99 !important;
-moz-border-radius: 8px 8px 0px 0px !important;
}
/*Add borders & timt to the download items:non-highlighted*/
richlistbox#downloadView richlistitem {
-moz-appearance: none !important;
border: solid 1px rgb(120, 120, 120) !important;
-moz-border-radius: 6px !important;
margin-left: 6px !important;
margin-right: 6px !important;
margin-top: 3px !important;
margin-bottom: 3px !important;
background: rgba(255, 255, 255, 0.1) !important;
}
/*Add borders & timt to the download items: mouse-overed items*/
richlistbox#downloadView richlistitem:hover{
border: solid 1px rgb(190, 190, 190) !important;
text-shadow: white 0px 0px 3px,
white 0px 0px 8px,
white 0px 0px 8px,
white 0px 0px 8px,
white 0px 0px 18px !important;
background: rgba(255, 255, 255, 0.2) !important;
}
/*Add borders & timt to the download items: selected*/
richlistbox#downloadView richlistitem[current="true"] {
border: solid 1px rgb(255, 255, 255) !important;
background: rgba(230, 240, 255, 0.6) !important;
outline: none !important;
color: rgb(30, 50, 100) !important;
text-shadow: rgb(210, 210, 255) 0px 0px 3px,
rgb(210, 210, 255) 0px 0px 8px,
rgb(210, 210, 255) 0px 0px 8px,
rgb(210, 210, 255) 0px 0px 8px,
rgb(210, 210, 255) 0px 0px 18px !important;}
dieser code macht den download manager transparent.. dann muss das doch auch mit about:blank gehen.. allerdings hab ich keine ahnung wie ich das jetzt mache -
hm niemand eine idee wie man die about:blank page transparent machen kann?
-
Den Hintergrund transparent ? Wie soll das denn aussehen dann ?
Code@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("about:blank") { * { background: black!Important; margin:0px !Important; background-position:bottom right !Important; background-attachment:fixed !Important; background-repeat:no-repeat !Important; } }
so sieht er in schwarz aus.......mach aus schwarz transparent..und dann ist er weiss.....keine Ahnung was Du genau erreichen willst damit :-??
-
ich will es transparent machen
transparent = durchsichtig = ich sehe meinen desktop durch das mozilla fenster (statt dem about:blank image welches ich vorher gesucht habe).
-
[Blockierte Grafik: http://s3.directupload.net/images/091117/temp/remubhv6.jpg]
Was soll da transparent sein bei dem Dl-Manager ?
-
bei mir ist es transparent. und so ähnlich hätt ich gern die about:blank homepage
-
also ich nehme mal an das geht nicht wenn hier keiner antwortet?
-
Ich habe hier eine Anleitung gefunden, die es ermöglicht alles Firefox transparent zu machen
Ich selbst hab es nicht ausprobiert, aber es sieht so eigentlich ganz okay aus nur ein bisschen kompliziert, wobei es da auch eine zweite Möglichkeit mit einfachem Script gibt, die aber bei mit nicht geht
http://www.sevenforums.com/customization/…completely.html -