1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. Endor

Beiträge von Endor

  • Datei/Neues Fenster und Hamburger Menü/Anpassen

    • Endor
    • 15. März 2021 um 15:54

    Danke für den Hinweis Sören Hentzschel .

    Ich verwende meistens die Sektoren wie zbs.

    #context-take-screenshot

    oder wie in diesem Fall:

    #context-viewimage

    usw.

    Das denke ich sollte dann auch noch funktionieren.

    Mfg.
    Endor

  • Datei/Neues Fenster und Hamburger Menü/Anpassen

    • Endor
    • 15. März 2021 um 15:29

    Vielen Dank, gleich übernommen.

    :klasse:

    Mfg.
    Endor

  • In memoriam

    • Endor
    • 15. März 2021 um 15:16

    Ja ich auch, habe mir seine Kämpfe gern angeschaut. Wieder einer der Großen der

    gegangen ist. Schade.

    R.I.P.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 15. März 2021 um 14:56

    Ja habe ich gesehen und hier auch schon entfernt.

    CSS Code dafür:

    CSS
    .certificate-tabs{border-bottom: none !important; box-shadow: none !important;}
    
    
    #panel0, #panel1, #panel2, #panel3{background: none !important; border: none !important; box-shadow: none !important;}

    Ich habe bei den beiden obigen Zeilen nur:

    box-shadow: none !important;

    hinzu gefügt das hat hier schon gereicht.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 15. März 2021 um 14:17

    Hallo Boersenfeger.

    Gerne. ;)

    Hast Du im Nightly bei den about Seiten noch was gesehen was man ändern müsste?

    Habe im Moment nicht die Zeit alles zu kontrollieren.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 14. März 2021 um 14:30

    Hallo zusammen.

    Ab Firefox 87, zur Zeit Beta, wurde about:buildconfig geändert.
    Habe daher meinen CSS Code entsprechend aktualisiert:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document url(about:buildconfig) {
    
    
    html{background: white !important;}
    
    
    h1:before {
    content: "Endors Firefox: ";
    font-weight:bold !important;
    color:red !important;
    margin-left:220px !important;
    margin-right: 15px !important;
    padding-top: 100px !important;}
    
    
    h1{
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;}
    
    
    h2, body > table:nth-child(n+1) > tbody:nth-child(1) > tr:nth-child(1) {color: #3377ff !important;}
    
    
    body{
    background-color: #fffff0 !important;
    max-width: 900px !important;
    margin-left: 280px !important;
    margin-top: 25px !important;
    padding-top: 35px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 20px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    
    P > A {
    min-width: 320px !important;
    text-decoration:none !important;
    display: inline-block !important;
    padding-left: 55px !important;
    padding-right: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: black !important;
    background: #efefef url("..//icons/Fuchs4.png") no-repeat !important;
    background-position:16px 5px!important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:1px !important;
    border-style: outset !important;
    border-radius:22px!important; }
    
    
    
    
    P > A:hover{
    background: #CFE6F1 url("..//icons/Fuchs4.png") no-repeat !important;
    background-position:16px 5px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-width:1px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    
    
    td{background: #FFFFFF !important;}
    td:hover{background: #ffeb99 !important;}
    
    
    th {background-color: #ee7621 !important;}
    th:hover {background-color: #b54f06 !important;}
    
    
    .build-platform-table > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1){
    border-top-left-radius:24px !important; border-top-right-radius:24px !important;
    min-width: 200px !important; padding-left: 20px !important;}
    
    
    .build-platform-table > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1){
    border-bottom-right-radius:24px !important; border-bottom-left-radius:24px !important;
    min-width: 200px !important; padding-left: 20px !important; padding-top: 5px!important;
    padding-bottom: 8px !important;}
    
    
    .build-platform-table,
    .build-platform-table > tbody:nth-child(1),
    .container > table:nth-child(7) > tbody:nth-child(1),
    .container > table:nth-child(7) {border-radius:22px!important;}
    
    
    .container > table:nth-child(7) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
    {border-top-left-radius:24px !important; padding-top: 8px !important; padding-left: 13px !important;}
    
    
    .container > table:nth-child(7) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(3)
    {border-top-right-radius:24px !important;}
    
    
    .container > table:nth-child(7) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(3)
    {border-bottom-right-radius:24px !important;}
    
    
    .container > table:nth-child(7) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1)
    {border-bottom-left-radius:24px !important; padding-bottom: 8px !important; padding-left: 12px !important;}
    
    
    .container > table:nth-child(7) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1),
    .container > table:nth-child(7) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1){
    padding-left: 12px !important;}
    }
    Alles anzeigen

    Symbol:

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 12. März 2021 um 13:42

    Hallo geldhuegel !

    Alles alles Gute zum Geburtstag!

    Vor allem viel Gesundheit wünsche ich Dir.

    Bleib Gesund und pass auf Dich auf.

    Mfg.
    Endor

  • Kontextmenü Rechtsklick Anpassungen

    • Endor
    • 11. März 2021 um 14:04

    Gerne.

    Mfg.
    Endor

  • Kontextmenü Rechtsklick Anpassungen

    • Endor
    • 11. März 2021 um 13:38

    Hier:

    Thema

    Anpassungen von Firefox-Oberfläche mittels userChrome.css und Webseiten mittels userContent.css

    Neben den eingebauten Browser-Entwicklerwerkzeugen gibt es für Firefox eine weitere Möglichkeit, die Firefox-Oberfläche und die Gestaltung von Webseiten zu verändern. Dies geschieht mit Hilfe der Formatierungssprache CSS (Abkürzung für englisch Cascading Stylesheets) und den beiden Dateien userChrome.css für die Gestaltung der Firefox-Oberfläche und userContent.css für die Gestaltung von Webseiten nach den Wünschen der Firefox-Benutzer.

    Bis zur Einführung der Webextensions durch Mozilla war es…
    milupo
    10. Februar 2019 um 13:19

    und:

    Thema

    Anleitung zur Nutzung des Inspektors und der Stilbearbeitung aus den Entwicklerwerkzeugen

    Firefox enthält eine ganze Reihe von Entwicklerwerkzeugen (englisch: developer tools), mit denen man HTML, CSS, JavaScript auf Webseiten und der Firefox-Benutzeroberfläche untersuchen, bearbeiten und nach Fehlern durchsuchen kann und in erster Linie für Webentwickler gedacht sind. Es gibt folgende Entwicklerwerkzeuge:

    - Inspektor

    - Konsole

    - Debugger

    - Netzwerkanalyse

    - Stilbearbeitung

    - Laufzeitanalyse (nur für Webseiten)

    - Speicher

    - Web-Speicher

    - Barrierefreiheit

    Dieser Beitrag beschränkt sich…
    milupo
    15. Februar 2020 um 15:48

    Für alles weiter frage einfach nach.

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 10. März 2021 um 16:44

    Hallo BarbaraZ-

    Alles gute zum Geburtstag.

    Vor allem Gesundheit wünsche ich Dir.

    Viele Grüße

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. März 2021 um 12:14

    Für Beta und Nightly habe ich es hier so gemacht:

    CSS
    button.perf-photon-button:nth-child(1){
    margin-left: 32px !important;
    min-width: 280px !important;
    min-height: 45px !important;
    padding-left: 40px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    background: #0060df url("..//icons/list.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    
    
    button.perf-photon-button:nth-child(1):hover{
    background: #003eaa url("..//icons/list.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    
    
    button.perf-photon-button:nth-child(2){
    min-width: 320px !important;
    min-height: 45px !important;
    padding-left: 40px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    background: #0060df url("..//icons/List-delete.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    
    
    button.perf-photon-button:nth-child(2):hover{
    background: #003eaa url("..//icons/List-delete.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    Alles anzeigen

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 8. März 2021 um 15:08

    Hallo. Auch Euch beiden herzlichen Dank für die Glückwünsche zu meinem Geburtstag . :klasse:

    Mfg.

    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 7. März 2021 um 17:16

    Hallo BarbaraZ-

    Vielen Dank für Deine Glückwünsche.

    Ja wir Fische sind halt so. :wink:

    Viele Grüße und bleib gesund.

    Mfg.

    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 7. März 2021 um 14:13

    Hallo zusammen.

    Vielen Dank für die ganzen Glückwünsche zu meinem Geburtstag.

    Toll, dass ihr alle an mich gedacht habt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. März 2021 um 17:24

    Da hätte ich gleich noch zwei.

    Ab Firefox 86 sind bei about:profiling ganz unten zwei neue Schaltflächen:

    CSS Code:

    CSS
    button.perf-photon-button:nth-child(1){
    margin-left: 60px !important;
    min-width: 280px !important;
    min-height: 45px !important;
    padding-left: 40px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    background: #0060df url("..//icons/list.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    
    
    button.perf-photon-button:nth-child(1):hover{
    background: #003eaa url("..//icons/list.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    
    
    button.perf-photon-button:nth-child(2){
    min-width: 250px !important;
    min-height: 45px !important;
    padding-left: 40px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    background: #0060df url("..//icons/List-delete.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    
    
    button.perf-photon-button:nth-child(2):hover{
    background: #003eaa url("..//icons/List-delete.png") no-repeat !important;
    background-position:18px 10px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-width:2px !important;
    border-style: outset !important;
    border-radius:22px!important;}
    Alles anzeigen

    Symbole:  

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. März 2021 um 17:02

    Gerne. :)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. März 2021 um 16:15

    In about:support ist ab Firefox 87, zur Zeit Firefox beta,

    eine neue Schaltfläche zum öffnen von about:studies

    CSS Code dafür:

    CSS
    #about-studies-section > p:nth-child(1) > a:nth-child(1){
    appearance:none!important;
    margin-left: -2px !important;
    background: #F0F0F0 url("..//icons/studi.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:40px!important;
    padding-bottom: 6px !important;
    padding-top: 2px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:12px 5px!important;
    border-radius:14px!important;}
    
    
    #about-studies-section > p:nth-child(1) > a:nth-child(1):hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/studi.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:12px 5px!important;
    border-radius:14px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    #about-studies-section > p:nth-child(1){
    line-height: 2 !important;
    }
    Alles anzeigen

    Symbol:

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 4. März 2021 um 16:57

    Büssen welche Breite hast Du hier im Script eingetragen?

    MO_Rechtsklick: {url:"https://www.daswetter.com/wetter_Berlin-Europa-Deutschland-Berlin--1-26301.html",width:850,height:630},

    Es sollte 850 sein, wenn nicht bitte ändern und Firefox neu starten.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 4. März 2021 um 14:07

    milupo.

    Nein, die Farbe ändert sich je nach Tageszeit. Das haben die so schon gehabt

    und wir haben da auch nichts daran geändert. Die Farbe ändert sich auch

    je nach Ort und Tageszeit.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 4. März 2021 um 13:56

    Hallo Büssen.

    Laut Deinem Bild ist da noch ein CSS Code aktiv denn das Datum sieht bei mir

    auch anders aus: Tag und Datum sind zusammen und nicht getrennt wie bei Dir.

    Daher vermute ich da muss noch was dazwischenfunken.

    Mfg.
    Endor

Unterstütze uns!

Jährlich (2025)

104,5 %

104,5% (679,10 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon