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

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juli 2020 um 19:42

    Hallo zusammen.

    Nochmals Danke an alle die hier mit geholfen haben,

    in speziellen 2002Andreas der die Lösung gefunden hat.
    Aber auch an FuchsFan für seine entsprechende Anpassung.
    Auch an Sören Hentzschel danke für die Erklärungen.

    So nun hier nochmal die Version mit obiger Anpassung.
    Werte, eventuell anpassen.

    about:performance CSS Code:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:performance){
    
    
    html{background: #ffffff !important;}
    
    
    #dispatch-table:before {
    content: "Endors Firefox Task-Manager";
    margin-left: 510px !important;
    font-weight:bold !important;
    font-size: 20px !important;
    color:red !important;
    line-height: 4 !important;}
    
    
    #dispatch-tbody{
    max-height: 500px !important;
    overflow-y: auto !important;
    margin-right: -7px !important;
    margin-top: 40px !important;}
    
    
    #dispatch-table{
    position: fixed !important;
    margin-left: 20px !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1400px !important;
    height: auto !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
    padding-top: 10px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !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;}
    
    
    
    
    #dispatch-thead{
    background: #ee7621 !important;
    max-width: 1328px !important;
    margin-left: -20px !important;
    border-radius: 20px !important;}
    
    
    #dispatch-thead > tr:nth-child(1){
    border-radius: 20px !important;}
    
    
    #dispatch-thead:hover {background-color: #df6107 !important;}
    
    
    #column-memory{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    min-width: 7em !important;}
    
    
    #dispatch-thead > tr:nth-child(1) > td:nth-child(5){
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-left: none !important;}
    
    
    #column-name{
    color: #ffffff !important;
    font-weight: bold !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-right: none !important;
    padding-left: 55px !important;}
    
    
    #column-type{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;}
    
    
    #column-energy-impact{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;}
    
    
    #dispatch-tbody > tr:nth-child(n+1):hover{
    background-color: #ffffcc !important;}
    
    
    #dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5) > span:nth-child(1){
    color: red !important;}
    
    
    #dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5) > span:nth-child(1):hover{
    background: transparent !important;}
    
    
    #dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5):hover{
    background: transparent !important;}
    
    
    .twisty{
    color: red !important;}
    }
    Alles anzeigen

    Hinweis:

    Wer den CSS Code schon mit obiger Anpassung verwendet, braucht diese Version
    nicht mehr runter laden. Ist nur für andere Interessierte gedacht.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juli 2020 um 15:55

    Hallo Andreas.

    Funktioniert soweit, umgeht aber nur das eigentliche Problem.
    Aber damit könnte ich locker leben. :D

    Vielen Dank für Deine Mühe.

    :klasse:

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juli 2020 um 15:20

    Finde keinen weg die Leiste zu fixieren.

    Verstehe nicht wieso die überhaupt mit rollt. :/

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juli 2020 um 14:40

    Ja, glaube das ist das normale Verhalten dieser Seite.

    ( Ist nicht so, ohne meinem CSS Code rollt da nichts mit. )

    Bin jetzt nicht vor meinem PC sondern nur mit meinem Androiden unterwegs.
    Sobald wieder vor dem PC schaue ich mir das nochmals genauer an.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juli 2020 um 14:13

    Nein eigentlich sollte die nicht mit runterscrollen.

    Muss ich mal anschauen. Bei mir scrollt die nicht, da ich hier das Fenster

    hoch genug habe.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juli 2020 um 09:39

    Danke, freut mich wenn es gefällt.

    :wink:

    Nachschub:

    about:performance

    CSS Code:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:performance){
    
    
    html{background: #ffffff !important;}
    
    
    #dispatch-table:before {
    content: "Endors Firefox Task-Manager";
    margin-left: 510px !important;
    font-weight:bold !important;
    font-size: 20px !important;
    color:red !important;
    line-height: 5 !important;}
    
    
    #dispatch-table{
    margin-left: 20px !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1400px !important;
    height: auto !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
    padding-top: 10px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !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;}
    
    
    /* #dispatch-table:hover{
    background-color: #ffffcc !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;} */
    
    
    #dispatch-thead{
    background: #ee7621 !important;
    max-width: 1328px !important;
    margin-left: -20px !important;
    border-radius: 20px !important;}
    
    
    #dispatch-thead > tr:nth-child(1){
    border-radius: 20px !important;}
    
    
    #dispatch-thead:hover {background-color: #df6107 !important;}
    
    
    #column-memory{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    min-width: 7em !important;}
    
    
    #dispatch-thead > tr:nth-child(1) > td:nth-child(5){
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-left: none !important;}
    
    
    #column-name{
    color: #ffffff !important;
    font-weight: bold !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-right: none !important;
    padding-left: 55px !important;}
    
    
    #column-type{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;}
    
    
    #column-energy-impact{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;}
    
    
    #dispatch-tbody > tr:nth-child(n+1):hover{
    background-color: #ffffcc !important;}
    
    
    #dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5) > span:nth-child(1){
    color: red !important;
    }
    
    
    #dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5) > span:nth-child(1):hover{
    background: transparent !important;}
    
    
    #dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5):hover{
    background: transparent !important;}
    
    
    .twisty{
    color: red !important;
    }
    }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 8. Juli 2020 um 13:38

    Nachschub hätten wir da auch noch:

    about:welcome

    CSS Code:

    CSS
    @-moz-document url(about:welcome) {
    
    
    html{background:#ffffff!important;}
    
    
    body{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1200px !important;
    min-height: 94vh !important;
    max-height: 94vh !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !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;}
    
    
    body:hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    h2{
    color: #1a75ff !important;
    font-weight: bold !important;
    font-size: 17px !important;}
    
    
    div.welcomeCard:nth-child(1){
    background-color: #ffffff !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 12px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    
    div.welcomeCard:nth-child(1):hover{
    background-color: #fff5cf !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    div.welcomeCard:nth-child(2){
    background-color: #ffffff !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 12px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    
    div.welcomeCard:nth-child(2):hover{
    background-color: #fff5cf !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    div.welcomeCard:nth-child(3){
    background-color: #ffffff !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 12px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    
    div.welcomeCard:nth-child(3):hover{
    background-color: #fff5cf !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    .welcomeContainerInner > main:nth-child(1):before {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    content: "Endors Firefox";
    font-weight:bold !important;
    font-size: 20px !important;
    color:red !important;
    margin-left: 0px !important; }
    
    
    .welcome-title{
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    color: crimson !important;
    font-size: 30px !important;
    font-weight: bold !important;
    }
    
    
    .start-button{
    margin-top: 45px !important;
    -moz-appearance: none !important;
    background: #0060df url("..//icons/Fuchs3.png") no-repeat !important;
    background-position:16px 7px!important;
    padding-left: 50px!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:30px!important;}
    
    
    .start-button:hover{
    background: #003eaa url("..//icons/Fuchs3.png") no-repeat !important;
    background-position:16px 7px!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:30px!important;}
    
    
    div.welcomeCard:nth-child(1) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1){
    background: #efefef url("..//icons/Bild83.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:12px!important;
    text-decoration:none!important;
    padding-left:35px!important;
    padding-right:30px!important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-width: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;
    background-position:10px 6px!important;
    border-radius:14px!important;
    line-height: 2 !important;}
    
    
    div.welcomeCard:nth-child(1) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1):hover{
    background: #B2EDFA url("..//icons/Bild83.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:12px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left:35px!important;
    background-position:10px 6px!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;
    border-radius:14px!important;
    line-height: 2 !important;}
    
    
    div.welcomeCard:nth-child(2) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1){
    background: #efefef url("..//icons/monitor1.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:12px!important;
    text-decoration:none!important;
    padding-left:35px!important;
    padding-right:30px!important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-width: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;
    background-position:10px 6px!important;
    border-radius:14px!important;
    line-height: 2 !important;}
    
    
    div.welcomeCard:nth-child(2) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1):hover{
    background: #B2EDFA url("..//icons/monitor1.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:12px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left:35px!important;
    background-position:10px 6px!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;
    border-radius:14px!important;
    line-height: 2 !important;}
    
    
    div.welcomeCard:nth-child(3) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1){
    background: #efefef url("..//icons/Privacy-16.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:12px!important;
    text-decoration:none!important;
    padding-left:35px!important;
    padding-right:30px!important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-width: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;
    background-position:14px 6px!important;
    border-radius:14px!important;
    line-height: 2 !important;}
    
    
    div.welcomeCard:nth-child(3) > div:nth-child(2) > span:nth-child(2) > button:nth-child(1):hover{
    background: #B2EDFA url("..//icons/Privacy-16.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:12px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left:35px!important;
    background-position:14px 6px!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;
    border-radius:14px!important;
    line-height: 2 !important;}
    
    button:focus {
    outline: none !important;
    }
    }
    Alles anzeigen

    Symbole:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 8. Juli 2020 um 12:19

    edvoldi

    apropos vergessen, bei about:privatebrowsing habe ich auch etwas übersehen :wink:

    Wenn man auf die Schaltfläche klickt, öffnet sich ja ein neues privates Fenster,

    das hätte ich auch ansprechen müssen.

    @all

    Aktualisierung des CSS Codes für about:privatebrowsing

    CSS
    @-moz-document url(about:privatebrowsing) {
    
    
    html{background:#ffffff!important;}
    
    
    body{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1000px !important;
    min-height: 94vh !important;
    max-height: 94vh !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !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;}
    
    
    body:hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    body:before {
    content: "Endors Firefox - Privates Fenster";
    margin-top: -55px !important;
    margin-bottom: 50px !important;
    font-weight:bold !important;
    font-size: 20px !important;
    color:red !important;
    margin-left: 0px !important;
    padding-right: 20px !important;}
    
    
    p.showNormal{
    color: #8d20ae !important;
    font-size: 18px !important;
    font-weight: bold !important; }
    
    
    .info{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #ffffff !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;}
    
    
    #fake-editable,
    #search-handoff-button,
    .fake-textbox,
    .search-inner-wrapper{border-radius: 22px !important;}
    
    
    
    
    .wordmark {
    fill: crimson !important;
    }
    
    
    .info > h1:nth-child(1){
    color: crimson !important;
    margin-left: 30px !important;
    }
    
    
    .info > p:nth-child(2),
    #private-browsing-myths{
    color: black !important;
    margin-left: 30px !important;
    }
    
    
    #private-browsing-myths{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild93.png")no-repeat !important;
    margin-top: 50px !important;
    padding-bottom: 4px!important;
    padding-top: 4px!important;
    padding-left:35px!important;
    padding-right:20px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    
    #private-browsing-myths:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild93.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 6px!important; }
    
    
    #startPrivateBrowsing{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild93.png")no-repeat !important;
    margin-top: 50px !important;
    padding-bottom: 2px!important;
    padding-top: 2px!important;
    padding-left:35px!important;
    padding-right:20px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    
    #startPrivateBrowsing:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild93.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 6px!important;}
    }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Juli 2020 um 19:56

    edvoldi

    Ich danke Dir, ich hätte diesen Teil ohne deinen Hinweis glatt übersehen.

    :klasse:

    Ansonsten wie immer gern geschehen.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Juli 2020 um 19:49

    Hallo edvoldi.

    Musste zwischenzeitlich mal weg.

    Jetzt müsste es passen:

    CSS
    /* AGENT_SHEET */
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document url-prefix(about:protections){
    
    
    html {background: #ffffff !important;}
    
    
    #report-content::before{
    content: "Endors Protection" !important;
    margin-left:300px!important;
    margin-right:5px!important;
    margin-bottom: 20px !important;
    color:red !important;
    font-weight:bold !important;
    font-size:22px!important; }
    
    
    #report-title{ margin-top: 20px !important;}
    
    
    .passwords-stored-text .icon-small {
    fill: gold !important;}
    
    
    .synced-devices-text .icon-small {
    fill: red !important;}
    
    
    .monitor-scanned-wrapper > img:nth-child(1){
    fill: crimson !important;
    margin-top: -4px !important;}
    
    
    #monitor-breaches-icon{margin-top: -5px !important;}
    
    
    #report-title, h2, #monitor-breaches-title{
    color: #1a75ff !important;
    font-weight: bold !important;
    font-size: 18px !important;}
    
    
    #graph-week-summary{
    color: crimson !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-left: -80px !important;}
    
    
    body{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1000px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !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;}
    
    
    body:hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #interventions{
    padding-top: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-color: #fffff0 !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;}
    
    
    #interventions:hover{
    background-color: #FFDEAD !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    div.card,
    section.card:nth-child(3),
    section.card:nth-child(4),
    section.card:nth-child(5),
    section.card:nth-child(6){
    padding-top: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !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;}
    
    
    div.card:hover,
    section.card:nth-child(3):hover,
    section.card:nth-child(4):hover,
    section.card:nth-child(5):hover,
    section.card:nth-child(6):hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    }
    
    
    #protection-details{
    background: #efefef url("..//icons/Bild94.png") no-repeat !important;
    margin-right: -5px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right:15px!important;
    padding-top: 3px!important;
    padding-bottom: 3px!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;
    background-position:10px 5px!important;
    border-radius:14px!important;}
    
    
    #protection-details:hover{
    background: #B2EDFA url("..//icons/Bild94.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 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;}
    
    
    #trackerContent,
    #cryptominerContent,
    #fingerprinterContent,
    #cookieContent,
    #socialContent{
    background-color: #fffff0 !important;
    line-height: 2 !important;}
    
    
    #tracker,
    #cryptominer,
    #fingerprinter,
    #cookie,
    #social{
    background-color: #fffff0 !important;
    border-left-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-bottom-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    }
    
    
    #tracker-link,
    #cryptominer-link,
    #fingerprinter-link,
    #cookie-link,
    #social-link{
    background: #efefef url("..//icons/Bild1.png") no-repeat !important;
    margin-right: -5px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right: 22px!important;
    padding-bottom: 2px!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-width:2px !important;
    border-style: outset !important;
    background-position:10px 4px!important;
    border-radius:14px!important;}
    
    
    #tracker-link:hover,
    #cryptominer-link:hover,
    #fingerprinter-link:hover,
    #cookie-link:hover,
    #social-link:hover{
    background: #B2EDFA url("..//icons/Bild1.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    text-decoration: none !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;}
    
    
    #lockwise-how-it-works{
    background: #efefef url("..//icons/Bild1.png") no-repeat !important;
    margin-right: -5px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right: 22px!important;
    padding-bottom: 2px!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-width:2px !important;
    border-style: outset !important;
    background-position:10px 4px!important;
    border-radius:14px!important;}
    
    
    #lockwise-how-it-works:hover{
    background: #B2EDFA url("..//icons/Bild1.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    text-decoration: none !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;}
    
    
    #monitor-link{
    background: #efefef url("..//icons/Bild1.png") no-repeat !important;
    margin-right: -5px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right: 22px!important;
    padding-bottom: 2px!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-width:2px !important;
    border-style: outset !important;
    background-position:10px 4px!important;
    border-radius:14px!important;}
    
    
    #monitor-link:hover{
    background: #B2EDFA url("..//icons/Bild1.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    text-decoration: none !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;}
    
    
    #turn-on-sync{
    background: #efefef url("..//icons/Bild83.png") no-repeat !important;
    margin-left: 38px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right: 35px!important;
    padding-bottom: 2px!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-width:2px !important;
    border-style: outset !important;
    background-position:10px 4px!important;
    border-radius:14px!important;}
    
    
    #turn-on-sync:hover{
    background: #B2EDFA url("..//icons/Bild83.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    text-decoration: none !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;}
    
    
    #manage-devices{
    background: #efefef url("..//icons/tools.png") no-repeat !important;
    margin-left: 38px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right: 35px!important;
    padding-bottom: 2px!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-width:2px !important;
    border-style: outset !important;
    background-position:10px 4px!important;
    border-radius:14px!important;}
    
    
    #manage-devices:hover{
    background: #B2EDFA url("..//icons/tools.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    text-decoration: none !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;}
    
    
    .synced-devices-text,
    .passwords-stored-text{min-width: 490px !important;}
    
    
    #manage-passwords-button{
    min-width: 250px !important;
    background: #0060df url("..//icons/key_go.png") no-repeat !important;
    background-position:14px 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;}
    
    
    #manage-passwords-button:hover{
    background: #003eaa url("..//icons/key_go.png") no-repeat !important;
    background-position:14px 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;}
    
    
    #open-about-logins-button{
    background: #0060df url("..//icons/key_go.png") no-repeat !important;
    background-position:14px 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;}
    
    
    #open-about-logins-button:hover{
    background: #003eaa url("..//icons/key_go.png") no-repeat !important;
    background-position:14px 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;}
    
    
    #sign-up-for-monitor-link {
    -moz-appearance: none !important;
    background: #0060df url("..//icons/database.png") no-repeat !important;
    background-position:18px 19px!important;
    padding-left: 22px!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:30px!important;}
    
    
    #sign-up-for-monitor-link:hover{
    background: #003eaa url("..//icons/database.png") no-repeat !important;
    background-position:18px 19px!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:30px!important;}
    
    
    #protection-settings{
    background: #efefef url("..//icons/Bild94.png") no-repeat !important;
    margin-right: -5px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right: 22px!important;
    padding-bottom: 4px!important;
    padding-top: 4px!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;
    background-position:11px 5px!important;
    border-radius:14px!important;}
    
    
    #protection-settings:hover{
    background: #B2EDFA url("..//icons/Bild94.png") no-repeat !important;
    padding-left:35px!important;
    background-position:11px 5px!important;
    text-decoration: none !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;}
    
    
    #monitor-breaches-link{
    -moz-appearance: none !important;
    background: #0060df url("..//icons/Bericht.png") no-repeat !important;
    background-position:18px 8px!important;
    padding-left:35px!important;
    min-width: 200px !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:30px!important;}
    
    
    #monitor-breaches-link:hover{
    -moz-appearance: none !important;
    background: #003eaa url("..//icons/Bericht.png") no-repeat !important;
    background-position:18px 8px!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:30px!important;}
    
    
    .monitor-breaches-link-wrapper{background: transparent !important;}
    }
    Alles anzeigen

    Neues Symbol:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Juli 2020 um 17:17

    Hallo edvoldi

    Ja dafür habe ich noch keine Anpassung gemacht.

    Mache ich aber noch.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 7. Juli 2020 um 15:59

    Boersenfeger bitte schön.

    Gern geschehen.

    @all

    Nachschub hätte ich auch noch:

    about:privatebrowsing

    CSS
        @-moz-document url(about:privatebrowsing) {
      
        html{background:#ffffff!important;}
        
        body{
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center!important;
        align-items: center!important;
        max-width: 1000px !important;
        min-height: 94vh !important;
        max-height: 94vh !important; 
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        background-color: #fffff0 !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;}
    
        body:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        body:before {
        content: "Endors Firefox - Privates Fenster";
        margin-top: -55px !important;
        margin-bottom: 50px !important;
        font-weight:bold !important;
        font-size: 20px !important; 
        color:red !important; 
        margin-left: 0px !important; 
        padding-right: 20px !important;}
        
        p.showNormal{
        color: #8d20ae !important; 
        font-size: 18px !important; 
        font-weight: bold !important; }
        
        #startPrivateBrowsing{
        -moz-appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild93.png")no-repeat !important;
        margin-top: 50px !important;
        padding-bottom: 2px!important; 
        padding-top: 2px!important; 
        padding-left:35px!important;
        padding-right:20px!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;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 6px!important;
        border-radius:14px!important;
        color:black !important;}
            
                
        #startPrivateBrowsing:hover{
        -moz-appearance:none!important;
        background: #B2EDFA url("..//icons/Bild93.png")no-repeat !important;
        font-size:14px!important;
        border-style: outset !important;
        border-width:2px !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        text-decoration:none!important;
        padding-right:20px!important;
        padding-left:35px!important ;
        background-position:10px 6px!important;}
        }
    Alles anzeigen

    Symbol:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Juli 2020 um 20:37

    Hallo Büssen.

    Nochmals vielen Dank für Deine ganze Mühe.

    Ohne dich hätte ich das nicht geschafft.

    Ansonsten wie immer gern geschehen. :wink:

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Juli 2020 um 19:49

    Hallo Büssen

    Hast Du meinen obigen CSS Code getestet?

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Juli 2020 um 18:57

    Ja genau das brauch ich.

    Prima!!!!

    :klasse:

    Mfg.
    Endor


    So Büssen

    bitte teste jetzt meinen Code für about:studies nochmal:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:studies){
    
    html {
    background: #FFFFFF !important;
    margin-top: 30px !important;
    height: auto !important; }
    
    body{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1000px !important;
    height: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !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;}
    
    body:hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    /* .info-box-content{min-width: 1220px !important;}
    .about-studies-container{min-width: 1300px !important;} */
    
    .info-box:before {
    content: "Endors Firefox ";
    justify-content: center!important;
    align-items: center!important;
    font-weight:bold !important;
    font-size: 26px !important;
    color:red !important;}
    
    li.study:nth-child(1) > div:nth-child(2) > div:nth-child(2) > code:nth-child(1),
    li.study:nth-child(1) > div:nth-child(2) > div:nth-child(2) > code:nth-child(2),
    li.study:nth-child(3) > div:nth-child(2) > div:nth-child(2) > code:nth-child(1),
    li.study:nth-child(3) > div:nth-child(2) > div:nth-child(2) > code:nth-child(2){background-color: #FFFFF0 !important; }
    
    li.study:nth-child(2) > div:nth-child(2) > div:nth-child(2) > code:nth-child(1),
    li.study:nth-child(2) > div:nth-child(2) > div:nth-child(2) > code:nth-child(2){background-color: #ffffe6 !important; }
    
    .info-box-content {
    background-color: #FFFFCC !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 30px!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:3px !important;
    border-radius:22px!important;}
    
    .info-box-content:hover{
    background-color: #ffeb99 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 30px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    #shield-studies-learn-more{
    -moz-appearance:none!important;
    background: #F0F0F0 url("../icons/Bild1.png")no-repeat !important;
    margin-left: 13px !important;
    padding-left:35px!important;
    padding-right:10px!important;
    padding-bottom: 4px!important;
    padding-top: 4px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    #shield-studies-learn-more:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("../icons/Bild1.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    background-position:10px 6px!important;}
    
    #shield-studies-update-preferences{
    -moz-appearance:none!important;
    background: #F0F0F0 url("../icons/Bild2.png")no-repeat !important;
    margin-left: 13px !important;
    padding-left:30px!important;
    padding-right:10px!important;
    padding-bottom: 3px!important;
    padding-top: 3px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    #shield-studies-update-preferences:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("../icons/Bild2.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    background-position:10px 6px!important;}
    
    .addon-study > div:nth-child(3) > button:nth-child(1),
    ul.study-list:nth-child(2) > li:nth-child(n+1) > div:nth-child(3) > button:nth-child(1){
    -moz-appearance:none!important;
    background: #F0F0F0 url("../icons/delete.png")no-repeat !important;
    margin-left: 13px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-bottom: 3px!important;
    padding-top: 3px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    .addon-study > div:nth-child(3) > button:nth-child(1):hover,
    ul.study-list:nth-child(2) > li:nth-child(n+1) > div:nth-child(3) > button:nth-child(1):hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("../icons/delete.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 6px!important;}
    
    li.study:nth-child(n+1){
    border: none! important;
    box-shadow: none! important;}
    
    li.study:nth-child(even){
    background-color: #FFFFCC !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!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:3px !important;
    border-radius:22px!important;}
    
    li.study:nth-child(even):hover{
    background-color: #ffeb6c !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    li.study:nth-child(odd){
    background-color: #fef4d8 !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!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:3px !important;
    border-radius:22px!important;}
    
    li.study:nth-child(odd):hover{
    background-color: #fce39c !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    li.study:nth-child(n+1) > div:nth-child(2) > div:nth-child(1) {color: #cd4f39 !important;}
    
    h2{color: #af3a04 !important;}
    
    li.study:nth-child(n+1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3){color: red !important;}
    
    .study.disabled .study-icon {
    background: #ffaa80!important;}
    }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Juli 2020 um 18:14

    Bitte obigen Beitrag beachten, der wurden durch die Forums Software mit ein

    weiterer zusammengefügt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Juli 2020 um 18:02

    Hallo Büssen.

    Danke für das Bild. :klasse:

    Wie ich sehe wir die untere Entfernen Schaltfläche nicht angesprochen.

    Das muss ich mir gleich mal anschauen.

    Mfg.
    Endor


    Büssen

    Da bei mir keine Studien aktiv sind wird mir da nichts angezeigt

    auch in den Entwicklerwerkzeugen nicht. Nun weiß ich nicht wie ich das

    machen soll, bräuchte dazu etwas Hilfe.

    Öffne bitte die Entwicklerwerkzeuge, drücke dazu, Umschalttaste + Strg + I

    dann öffnen sich die Entwicklerwerkzeuge.
    Links oben siehst Du da einen schwarzen Pfeil da drauf klicken, dann wird er
    blau, nun klickst Du bitte auf die nicht angesprochene Entfernen Schaltfläche

    bei about:studies. Nun siehst Du in den Entwicklerwerkzeugen eine blaue Zeile
    da bitte rechtsklick drauf machen aus dem Menü Kopieren und aus dem Untermenü dann
    CSS-Sektor anklicken.

    Nun das kopierte hier im nächsten Beitrag einfügen.

    Entwicklerwerkzeuge kannst Du wieder schließen.

    geht mit klick auf das Schließenkreuz Rechts oben in den Entwicklerwerkzeugen
    oder wieder mit Tastenkombination: Umschalttaste + Strg + I

    Vielen Dank für Deine Mühe.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 6. Juli 2020 um 17:24

    Hallo zusammen.

    Kleines Update für about:studies

    CSS Code:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:studies){
    
    html {
    background: #FFFFFF !important;
    margin-top: 30px !important; 
    height: auto !important; }
    
    body{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1000px !important;
    height: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #fffff0 !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;}
    
    body:hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    /* .info-box-content{min-width: 1220px !important;}
    .about-studies-container{min-width: 1300px !important;} */
    
    .info-box:before {
    content: "Endors Firefox ";
    justify-content: center!important;
    align-items: center!important;
    font-weight:bold !important;
    font-size: 26px !important;
    color:red !important;}
    
    li.study:nth-child(1) > div:nth-child(2) > div:nth-child(2) > code:nth-child(1),
    li.study:nth-child(1) > div:nth-child(2) > div:nth-child(2) > code:nth-child(2),
    li.study:nth-child(3) > div:nth-child(2) > div:nth-child(2) > code:nth-child(1),
    li.study:nth-child(3) > div:nth-child(2) > div:nth-child(2) > code:nth-child(2){background-color: #FFFFF0 !important; }
    
    li.study:nth-child(2) > div:nth-child(2) > div:nth-child(2) > code:nth-child(1),
    li.study:nth-child(2) > div:nth-child(2) > div:nth-child(2) > code:nth-child(2){background-color: #ffffe6 !important; }
    
    .info-box-content {
    background-color: #FFFFCC !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 30px!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:3px !important;
    border-radius:22px!important;}
    
    .info-box-content:hover{
    background-color: #ffeb99 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 30px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
     
    #shield-studies-learn-more{
    -moz-appearance:none!important;
    background: #F0F0F0 url("../icons/Bild1.png")no-repeat !important;
    margin-left: 13px !important;
    padding-left:35px!important;
    padding-right:10px!important;
    padding-bottom: 4px!important;
    padding-top: 4px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    #shield-studies-learn-more:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("../icons/Bild1.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    background-position:10px 6px!important;}
    
    #shield-studies-update-preferences{
    -moz-appearance:none!important;
    background: #F0F0F0 url("../icons/Bild2.png")no-repeat !important;
    margin-left: 13px !important;
    padding-left:30px!important;
    padding-right:10px!important;
    padding-bottom: 3px!important;
    padding-top: 3px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    #shield-studies-update-preferences:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("../icons/Bild2.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    background-position:10px 6px!important;}
    
    .addon-study > div:nth-child(3) > button:nth-child(1),
    ul.study-list:nth-child(2) > li:nth-child(1) > div:nth-child(3) > button:nth-child(1){
    -moz-appearance:none!important;
    background: #F0F0F0 url("../icons/delete.png")no-repeat !important;
    margin-left: 13px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-bottom: 3px!important;
    padding-top: 3px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;}
    
    .addon-study > div:nth-child(3) > button:nth-child(1):hover,
    ul.study-list:nth-child(2) > li:nth-child(1) > div:nth-child(3) > button:nth-child(1):hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("../icons/delete.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 6px!important;}
    
    li.study:nth-child(n+1){border: none! important; box-shadow: none! important;}
    
    li.study:nth-child(even){
    background-color: #FFFFCC !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!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:3px !important;
    border-radius:22px!important;}
    
    li.study:nth-child(even):hover{
    background-color: #ffeb6c !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    li.study:nth-child(odd){
    background-color: #fef4d8 !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!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:3px !important;
    border-radius:22px!important;}
    
    li.study:nth-child(odd):hover{
    background-color: #fce39c !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    li.study:nth-child(n+1) > div:nth-child(2) > div:nth-child(1) {color: #cd4f39 !important;}
    
    h2{color: #af3a04 !important;}
    
    li.study:nth-child(n+1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3){color: red !important;}
    
    .study.disabled .study-icon {
    background: #ffaa80!important;
    }
    }
    Alles anzeigen

    Habt ihr da vieleicht auch aktive Studien, ich habe da bis jetzt immer nur abgeschlossene Studien gesehen.

    Boersenfeger für dich könnte Zeile 14 wichtig sein. :wink:

    Mfg.
    Endor

  • In memoriam

    • Endor
    • 5. Juli 2020 um 22:11
    Zitat von StandingBill

    Feine Sache das MediathekViewWeb.

    Wenn man nicht durch geo blocking ausgesperrt würde.

    Kommt eben davon wenn man zwar in einen Deutschsprachigen Land aber nicht in
    Deutschland wohnt.

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 4. Juli 2020 um 18:51

    Wollte ich auch gerade schreiben.

    Da liegt wohl ein Fehler vor.

    Abwarten mal sehen was das Update von morgen bringt.

    Mfg.
    Endor

Unterstütze uns!

Jährlich (2026)

35,3 %

35,3% (273,24 von 775 EUR)

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