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

  • Kontextmenü in Eingabefeldern

    • Endor
    • 29. Juni 2020 um 12:30

    Hallo AngelOfDarkness

    Danke für den Hinweis. Funktioniert.
    :klasse:

    @all

    Hier nochmal eine neue Version vom CSS Code für uBlock:

    CSS
    /* AGENT_SHEET */
    @-moz-document url-prefix("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/") {
    
    
    #export{
    background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:112px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #export:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #import{
    background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:20px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #import:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    .body > DIV:nth-child(3) > P:last-child {margin-left: 512px !important; margin-top: -45px !important;}
    
    
    #reset{
    background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:47px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #reset:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    [href="https://github.com/gorhill/uBlock/wiki/Advanced-user-features"][target="_blank"]{
    background: #efefef url("..//icons/ublock/Bild80.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    font-weight: bold !important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 4px!important;
    border-radius:22px!important;
    line-height: 2.2 !important;}
    
    
    [href="https://github.com/gorhill/uBlock/wiki/Advanced-user-features"][target="_blank"]:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 4px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;
    line-height: 2.2 !important;}
    
    
    #userSettings > LI:nth-child(7) > A{
    width:120px!important;
    background: #efefef!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:1px !important;
    padding-left:20px!important;
    padding-right:20px!important;
    border-radius:22px!important;
    opacity: 1 !important;}
    
    
    #userSettings > LI:nth-child(7) > A:hover{
    background: #CFE6F1!important;}
    
    
    
    
    
    
    .fa-icon.info {
    fill: blue !important;}
    
    
    div.li:nth-child(7) > label:nth-child(1) > span:nth-child(2) > a:nth-child(2){
    fill: red !important;}
    
    
    
    
    #buttonPurgeAll > span:nth-child(1),
    .fa-icon_check,
    #buttonUpdate > span:nth-child(1),
    #options > li:nth-child(1).fa-icon_check{display: none !important;}
    
    
    .fa.info, .fa-icon.info{
    fill: blue !important;
    }
    
    
    .listEntry.mustread a.mustread {
    fill: blue !important; }
    
    
    .fa-icon_home{
    fill: brown !important; }
    
    
    .fa-icon_clock-o{
    fill: orange !important; }
    
    
    .fa-icon_eye-open{
    fill: forestgreen !important; }
    
    
    .body > div:nth-child(3) > div:nth-child(n+1){margin-left: 8px !important;}
    
    
    button[id="buttonUpdate"][class="important iconifiable"],
    button[id="buttonUpdate"][class="important iconifiable active"]{
    background: #FFDDA9 url("..//icons/ublock/Bild74.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left: 45px!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: 1px !important;
    background-position:18px 9px!important;
    border-radius:22px!important;}
    
    
    button[id="buttonUpdate"][class="important disabled iconifiable"]{
    background: #efefef url("..//icons/ublock/Bild74.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left: 45px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width: 1px !important;
    background-position:18px 9px!important;
    border-radius:22px!important;}
    
    
    button[id="buttonUpdate"][class="important iconifiable disabled"]{
    background: #efefef url("..//icons/ublock/Bild74.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left: 45px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width: 1px !important;
    background-position:18px 9px!important;
    border-radius:22px!important;}
    
    
    button[id="buttonUpdate"][class="important iconifiable"]:hover{
    background: #FFD69A url("..//icons/ublock/Bild74.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:18px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;
    border-radius:22px!important;}
    
    
    #buttonPurgeAll{
    background: #efefef url("..//icons/ublock/Bild73.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left: 45px!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: 1px !important;
    background-position:18px 9px!important;
    border-radius:22px!important;}
    
    
    #buttonPurgeAll:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild73.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:18px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    button[id="buttonApply"][class="important iconifiable"],
    button[id="buttonApply"][class="important iconifiable active"]{
    background: #FFDDA9 url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left: 45px!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: 1px !important;
    background-position:18px 9px!important;
    border-radius:22px!important;}
    
    
    button[id="buttonApply"][class="important disabled iconifiable"]{
    background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left: 45px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width: 1px !important;
    background-position:18px 9px!important;
    border-radius:22px!important;}
    
    
    button[id="buttonApply"][class="important iconifiable disabled"]{
    background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:30px!important;
    padding-left: 45px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width: 1px !important;
    background-position:18px 9px!important;
    border-radius:22px!important;}
    
    
    button[id="buttonApply"][class="important iconifiable"]:hover{
    background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:18px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;
    border-radius:22px!important;}
    
    
    
    
    #externalListsApply{
    background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top:1px !important;
    padding-right:30px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 5px!important;
    border-radius:22px!important;}
    
    
    #externalListsApply:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 5px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    .status.purge{
    background: #efefef url("..//icons/ublock/Bild73.png") no-repeat !important;
    -moz-appearance: none !important;
    min-height: 20px !important;
    margin-top: 5px !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 6px !important;
    padding-bottom: 0px !important;
    padding-right:30px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 5px!important;
    border-radius:22px!important;}
    
    
    .status.purge:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild73.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 5px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #options > LI:nth-child(2) > BUTTON,
    #options > LI:nth-child(2) > UL > LI > BUTTON{
    background: #efefef url("..//icons/ublock/Bild81.png") no-repeat !important;
    -moz-appearance: none !important;
    color: black!important;
    padding-top:6px !important;
    padding-bottom: 15px !important;
    padding-right:17px!important;
    padding-left: 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:1px !important;
    background-position:15px 3px!important;
    border-radius:22px!important;
    opacity: 1 !important;}
    
    
    #options > LI:nth-child(2) > BUTTON:hover,
    #options > LI:nth-child(2) > UL > LI > BUTTON:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild81.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    padding-top:6px !important;
    padding-bottom: 15px !important;
    padding-right:17px!important;
    padding-left: 30px!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:1px !important;
    background-position:15px 3px!important;
    border-radius:22px!important;
    opacity: 1 !important;}
    
    
    .status.new,
    .status.unsecure,
    SPAN[class="status obsolete"]{
    background:red url("..//icons/ublock/Bild80.png") no-repeat !important;
    color:white!important;
    font-size:14px!important;
    text-decoration:none!important;
    max-height: 30px !important;
    padding-top:6px !important;
    padding-bottom: 4px !important;
    padding-right:35px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 3px!important;
    border-radius:22px!important;}
    
    
    .status.new:hover,
    .status.unsecure:hover,
    SPAN[class="status obsolete"]:hover{
    background:#CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    max-height: 30px !important;
    padding-top:6px !important;
    padding-bottom: 4px !important;
    padding-right:35px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 3px!important;
    border-radius:22px!important;}
    
    
    
    
    .status.unsecure{
    background:lightyellow url("..//icons/ublock/Bild80.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    max-height: 30px !important;
    padding-top:6px !important;
    padding-bottom: 5px !important;
    padding-right:35px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 4px!important;
    border-radius:22px!important;}
    
    
    .status.unsecure:hover{
    background:#CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    max-height: 30px !important;
    padding-top:6px !important;
    padding-bottom: 5px !important;
    padding-right:35px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 4px!important;
    border-radius:22px!important;}
    
    
    
    
    .fa{display: none !important;}
    
    
    #exportUserFiltersToFile{
    background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:35px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #exportUserFiltersToFile:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #importUserFiltersFromFile{
    background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:20px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #importUserFiltersFromFile:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #userFiltersRevert{
    background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:23px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #userFiltersRevert:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    button[id="userFiltersApply"][class="important iconifiable"][type="button"]{
    background: #FFDDA9 url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    font-weight: bold !important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;
    }
    
    
    button[id="userFiltersApply"][class="important iconifiable"][type="button"][disabled=""]{
    background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    font-weight: bold !important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;
    }
    
    
    button[id="userFiltersApply"][class="important iconifiable"][type="button"]:hover{
    background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    
    
    .fa{display: none !important;}
    
    
    #exportButton{
    background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:35px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #exportButton:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #importButton{
    background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:20px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #importButton:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #revertButton{
    background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:23px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #revertButton:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #editSaveButton{
    background: #efefef url("..//icons/ublock/Bild75.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:23px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #editSaveButton:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild75.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #commitButton{
    background: #efefef url("..//icons/ublock/Bild76.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:23px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #commitButton:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild76.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #editStopButton{
    background: #efefef url("..//icons/ublock/Bild79.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:23px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #editStopButton:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild79.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #editCancelButton{
    background: #efefef url("..//icons/ublock/Bild78.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:23px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #editCancelButton:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild78.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    A[href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax"][target="_blank"]{
    background: #efefef url("..//icons/ublock/Bild77.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 6px!important;
    border-radius:22px!important;}
    
    
    A[href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax"][target="_blank"]:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild77.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 6px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    
    
    .fa{display: none !important;}
    
    
    #exportWhitelistToFile{
    background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:35px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #exportWhitelistToFile:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #importWhitelistFromFile{
    background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:20px!important;
    padding-left: 45px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #importWhitelistFromFile:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!important;
    border-style: outset !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    border-width:1px !important;}
    
    
    #whitelistRevert{
    background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:23px!important;
    padding-left:47px!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:1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    #whitelistRevert:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!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:1px !important;}
    
    
    button[id="whitelistApply"][class="important iconifiable"][type="button"][disabled=""]{
    background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;
    }
    
    
    button[id="whitelistApply"][class="important iconifiable"][type="button"]{
    background: #FFE1B5 url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;
    }
    
    
    button[id="whitelistApply"][class="important iconifiable"][type="button"]:hover{
    background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:16px 9px!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:1px !important;}
    
    
    
    
    .body > div:nth-child(3){
    margin-left:0px !important;}
    
    
    .body > div:nth-child(n+3) > a,
    div.liul:nth-child(n+6) > div:nth-child(1) > a,
    div.liul:nth-child(n+10) > div:nth-child(n+2) > a,
    div.liul:nth-child(n+12) > div:nth-child(n+1) > span:nth-child(1) > a{
    background: #efefef url("..//icons/ublock/Bild60.png") no-repeat !important;
    -moz-appearance:none!important;
    display: inline-block !important;
    min-width: 170px!important;
    color:black!important;
    font-size:12px!important;
    padding-top:4px !important;
    padding-bottom: 4px !important;
    padding-left: 45px!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:22px!important;}
    
    
    .body > div:nth-child(n+3) > a:hover,
    div.liul:nth-child(n+6) > div:nth-child(1) > a:hover,
    div.liul:nth-child(n+10) > div:nth-child(n+2) > a:hover,
    div.liul:nth-child(n+12) > div:nth-child(n+1) > span:nth-child(1) > a:hover{
    background: #CFE6F1 url("..//icons/ublock/Bild60.png") no-repeat !important;
    color:black!important;
    font-size:12px!important;
    padding-top:4px !important;
    padding-left: 45px!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;
    background-position:12px 5px!important;
    border-radius:22px!important;}
    
    
    #aboutNameVer,
    div.li:nth-child(9) > span:nth-child(1),
    div.li:nth-child(11) > span:nth-child(1),
    .body > div:nth-child(n+3) > a:nth-child(1){margin-left: 28px !important;}
    
    
    #aboutNameVer{
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;}
    
    
    div.li:nth-child(9) > span:nth-child(1),
    div.liul:nth-child(2) > div:nth-child(1),
    div.li:nth-child(11) > span:nth-child(1){
    color: #3377ff !important;
    font-size: 17px !important;
    font-weight: bold !important;}
    
    
    .body > div:nth-child(n+3) > a,
    div.liul:nth-child(n+6) > div:nth-child(n+1) > a{padding-right: 70px !important;}
    
    
    div.li:nth-child(6) > span:nth-child(1) > a:nth-child(1),
    div.liul:nth-child(6) > div:nth-child(1) > a:nth-child(1){padding-right: 20px !important;}
    
    
    
    
    button[id="advancedSettingsApply"][class="important"][type="button"][data-i18n="genericApplyChanges"][disabled=""],
    button[id="advancedSettingsApply"][disabled=""]{
    background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    button[id="advancedSettingsApply"][class="important"][type="button"][data-i18n="genericApplyChanges"]{
    background: #FFE1B5 url("..//icons/ublock/Bild72.png") no-repeat !important;
    -moz-appearance: none !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px!important;
    padding-left: 45px!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: 1px !important;
    background-position:16px 9px!important;
    border-radius:22px!important;}
    
    
    
    
    span.tabButton:nth-child(2),
    [class="tabButton"][href="#settings.html"]{
    -moz-appearance: none !important;
    background: #EEEEEE url("..//icons/ublock/Bild62.png") no-repeat !important;
    background-position:8px 10px!important;
    padding-left:32px !important;
    padding-right: 10px !important;}
    
    
    /* span.tabButton:nth-child(2){
    -moz-appearance: none !important;
    background: #FFFFFF url("..//icons/ublock/Bild62.png") no-repeat !important;
    background-position:8px 5px!important;
    padding-left:32px !important;
    padding-right: 10px !important;} */
    
    
    span.tabButton:nth-child(3){
    -moz-appearance: none !important;
    background: #EEEEEE url("..//icons/ublock/Bild63.png") no-repeat !important;
    background-position:8px 10px!important;
    padding-left:32px !important;
    padding-right: 10px !important;}
    
    
    /* A[class="tabButton selected"][href="#3p-filters.html"]{
    -moz-appearance: none !important;
    background: #FFFFFF url("..//icons/ublock/Bild63.png") no-repeat !important;
    background-position:8px 5px!important;
    padding-left:32px !important;
    padding-right: 10px !important;} */
    
    
    span.tabButton:nth-child(4){
    -moz-appearance: none !important;
    background: #EEEEEE url("..//icons/ublock/Bild64.png") no-repeat !important;
    background-position:8px 10px!important;
    padding-left:32px !important;
    padding-right: 10px !important;}
    
    
    /* A[class="tabButton selected"][href="#1p-filters.html"]{
    -moz-appearance: none !important;
    background: #FFFFFF url("..//icons/ublock/Bild64.png") no-repeat !important;
    background-position:8px 5px!important;
    padding-left:32px !important;
    padding-right: 10px !important;} */
    
    
    span.tabButton:nth-child(5){
    -moz-appearance: none !important;
    background: #EEEEEE url("..//icons/ublock/Bild65.png") no-repeat !important;
    background-position:8px 10px!important;
    padding-left:32px !important;
    padding-right: 10px !important;}
    
    
    /* A[class="tabButton selected"][href="#dyna-rules.html"][data-i18n="rulesPageName"]{
    -moz-appearance: none !important;
    background: #FFFFFF url("..//icons/ublock/Bild65.png") no-repeat !important;
    background-position:8px 5px!important;
    padding-left:32px !important;
    padding-right: 10px !important;} */
    
    
    span.tabButton:nth-child(6){
    -moz-appearance: none !important;
    background: #EEEEEE url("..//icons/ublock/Bild66.png") no-repeat !important;
    background-position:8px 10px!important;
    padding-left:32px !important;
    padding-right: 10px !important;}
    
    
    /* A[class="tabButton selected"][href="#whitelist.html"][data-i18n="whitelistPageName"]{
    -moz-appearance: none !important;
    background: #FFFFFF url("..//icons/ublock/Bild66.png") no-repeat !important;
    background-position:8px 5px!important;
    padding-left:32px !important;
    padding-right: 10px !important;} */
    
    
    span.tabButton:nth-child(7){
    -moz-appearance: none !important;
    background: #EEEEEE url("..//icons/ublock/Bild67.png") no-repeat !important;
    background-position:8px 10px!important;
    padding-left:32px !important;
    padding-right: 10px !important;}
    
    
    /* A[class="tabButton selected"][href="#shortcuts.html"][data-i18n="shortcutsPageName"]{
    -moz-appearance: none !important;
    background: #FFFFFF url("..//icons/ublock/Bild67.png") no-repeat !important;
    background-position:8px 5px!important;
    padding-left:32px !important;
    padding-right: 10px !important;} */
    
    
    span.tabButton:nth-child(8){
    -moz-appearance: none !important;
    background: #EEEEEE url("..//icons/ublock/Bild68.png") no-repeat !important;
    background-position:8px 9px!important;
    padding-left:32px !important;
    padding-right: 10px !important;}
    
    
    /* A[class="tabButton selected"][href="#about.html"][data-i18n="aboutPageName"]{
    -moz-appearance: none !important;
    background: #FFFFFF url("..//icons/ublock/Bild68.png") no-repeat !important;
    background-position:8px 5px!important;
    padding-left:32px !important;
    padding-right: 10px !important;} */
    }
    Alles anzeigen


    Jetzt muss man nur noch einmal die Zahlenreihe ändern.
    In Zeile 2 muss diese Zahlenreihe: 26daf5a5-33f6-4e8c-a8ea-c738d2297d40

    durch die entsprechende bei Euch ersetzt werden.

    Dazu uBlock Einstellungen öffnen und dann in der Adressleiste die
    Zahlenreihe Markieren, kopieren und dann in Zeile 2 an Stelle der vorhandenen einfügen.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Juni 2020 um 20:42

    milupo

    dir auch vielen Dank.

    @all

    Na dann versuchen wir es mal:

    about:certificate

    CSS Code:

    CSS
    /*  AGENT_SHEET   */
        @namespace url(http://www.w3.org/1999/xhtml);
    
        @-moz-document url-prefix(about:certificate){
    
        html {background: #ffffff !important;}
    
        .title::before{
        content: "Endors " !important;
        margin-right:5px!important;
        color:red !important;
        font-weight:bold !important;
        font-size:22px!important; }
    
        body{ 
        background-color: #fffff0 !important;
        max-width: 1020px !important;
        min-height: 660px !important;
        margin-top: 25px !important;
        margin-bottom: 30px !important;
        margin-left: 185px !important;
        padding-top: 25px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-bottom:  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;}    
        
        
        #critical-info{
        filter: invert(11%) sepia(89%) saturate(5429%) hue-rotate(358deg) brightness(78%) contrast(109%) !important;}
        
        button[id="certificate-viewer-tab-mine"] {
        color: #0066ff !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-top-left-radius:24px !important; 
        border-bottom-left-radius:24px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right:  none!important;
        border-bottom-color:  dodgerblue!important;}
        
        button[id="certificate-viewer-tab-mine"].selected {
        color: red !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-top-left-radius:24px !important; 
        border-bottom-left-radius:24px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right:  none!important;
        border-bottom-color:  dodgerblue!important;}
        
        button[id="certificate-viewer-tab-people"]{
        color: #0066ff !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-top-color:  lightblue!important;
        border-right:  none !important;
        border-left: none !important;
        border-bottom-color:  dodgerblue!important;}
        
        button[id="certificate-viewer-tab-people"].selected{
        color: red !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-top-color:  lightblue!important;
        border-right:  none !important;
        border-left: none !important;
        border-bottom-color:  dodgerblue!important;}    
        
        button[id="certificate-viewer-tab-servers"]{
        color: #0066ff !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-top-color:  lightblue!important;
        border-right:  none !important;
        border-left: none !important;
        border-bottom-color:  dodgerblue!important;}
        
        button[id="certificate-viewer-tab-servers"].selected{
        color: red !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-top-color:  lightblue!important;
        border-right:  none !important;
        border-left: none !important;
        border-bottom-color:  dodgerblue!important;}    
        
        button[id="certificate-viewer-tab-ca"]{
        color: #0066ff !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-bottom-right-radius:24px !important; 
        border-top-right-radius:24px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-left: none !important;}
        
        button[id="certificate-viewer-tab-ca"].selected{
        color: red !important;
        font-weight:bold !important;
        font-size: 16px !important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-bottom-right-radius:24px !important; 
        border-top-right-radius:24px !important;
        border-width:  4px !important;
        border-style: outset !important;
        border-left: none !important;}
        
        button.certificate-tab:nth-child(n+1):hover{
        background-color: #ffeb99 !important;
        color: crimson !important;}
        
        list-item:nth-child(n+1){
        border-radius: 24px !important;
        min-height:16px !important;
        margin-bottom: 5px !important;}
         
        .cert-url{        
        background: #ffffff !important;
        border-radius: 24px !important;
        min-height:16px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-width:  1px !important;
        border-style: solid !important;}
        
        .cert-url:hover{
        background: #ffeb99 !important;}
        
        .export{
        -moz-appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild140.png")no-repeat !important;
        padding-left:35px!important;
        padding-right: 15px !important;
        padding-top: 3px!important; 
        padding-bottom: 3px!important; 
        background-position:10px 4px!important;
        color:black!important;
        margin-top: 7px !important;
        font-size:14px!important;
        text-decoration:none!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;
        border-radius:14px!important;}
        
        .export:hover{
        -moz-appearance:none!important;
        background: #B2EDFA url("..//icons/Bild140.png")no-repeat !important;
        background-position:10px 4px!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;}
        
        #cool-web-de,
        [id="stage-mozilla-com"],
        [id="mozest-net"],
        #bz003652{
        padding-top: 25px !important;
        padding-bottom:  25px !important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-radius: 28px !important;
        border-width:  4px !important;
        border-style: outset !important;}
        
        #cool-web-de:hover,
        [id="stage-mozilla-com"]:hover,
        [id="mozest-net"]:hover,
        #bz003652:hover{
        -moz-appearance:none!important;
        background-color: #ffeb99 !important;}
        
        h1{
        color: red !important; 
        font-size: 22px !important; 
        font-weight: bold !important;
        margin-top: 20px !important; 
        margin-bottom: 30px !important;}
        
        .item-name{
        color: #0066ff !important;
        font-weight: bold !important;
        font-size: 16px !important;}
    
        [data-l10n-id="certificate-viewer-qualifier"],
        [data-l10n-id="certificate-viewer-value"],
        [data-l10n-id="certificate-viewer-policy"],
        [data-l10n-id="certificate-viewer-certificate-authority"],
        [data-l10n-id="certificate-viewer-dns-name"],
        [data-l10n-id="certificate-viewer-organization"],
        [data-l10n-id="certificate-viewer-email-address"],
        [data-l10n-id="certificate-viewer-locality"],
        [data-l10n-id="certificate-viewer-state-province"],
        [data-l10n-id="certificate-viewer-country"],
        [data-l10n-id="certificate-viewer-organizational-unit"],
        [data-l10n-id="certificate-viewer-common-name"],
        [data-l10n-id="certificate-viewer-not-before"],
        [data-l10n-id="certificate-viewer-not-after"],
        [data-l10n-id="certificate-viewer-algorithm"],
        [data-l10n-id="certificate-viewer-key-size"],
        [data-l10n-id="certificate-viewer-exponent"],
        [data-l10n-id="certificate-viewer-modulus"],
        [data-l10n-id="certificate-viewer-serial-number"],
        [data-l10n-id="certificate-viewer-signature-algorithm"],
        [data-l10n-id="certificate-viewer-version"],
        [data-l10n-id="certificate-viewer-download"],
        [data-l10n-id="certificate-viewer-sha-256"],
        [data-l10n-id="certificate-viewer-sha-1"],
        [data-l10n-id="certificate-viewer-purposes"],
        [data-l10n-id="certificate-viewer-key-id"],
        [data-l10n-id="certificate-viewer-distribution-point"],
        [data-l10n-id="certificate-viewer-location"],
        [data-l10n-id="certificate-viewer-method"],
        [data-l10n-id="certificate-viewer-curve"],
        [data-l10n-id="certificate-viewer-public-value"],
        [data-l10n-id="certificate-viewer-business-category"],
        [data-l10n-id="certificate-viewer-inc-country"],
        [data-l10n-id="certificate-viewer-issuer-name"],
        [data-l10n-id="certificate-viewer-logid"],
        [data-l10n-id="certificate-viewer-name"],
        [data-l10n-id="certificate-viewer-timestamp"],    
        .info-group-title,
        h2{color: #0066ff !important;}
    
        .info{word-break:break-all !important;}
        
        a.download-link:nth-child(1){
        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;}
        
        a.download-link:nth-child(1):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;}
        
        a.download-link:nth-child(2){
        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;}
        
        a.download-link:nth-child(2):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;}
        
        .info > a:nth-child(1){
        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;}
        
        .info > a:nth-child(1):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;}    
        }    
    Alles anzeigen

    Symbole:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Juni 2020 um 20:27

    Hallo Andreas.

    Prima. Vielen Dank.

    So sieht es hier in einem Profil auch aus.

    In einem anderen habe ich drei:

    Personen, Server und Zertifizierungsstellen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Juni 2020 um 20:07

    Hallo zusammen.

    Nicht, dass ihr glaubt, dass ich nicht weiter mache.
    Arbeite zur Zeit an about:certificate.

    Da bräuchte ich zuerst noch eine Auskunft.
    Wie sieht es da bei Euch ganz oben aus, also das:

    habt Ihr da 2, 3 oder 4 Schaltflächen?

    Denn die erste haben nur Leute die eigene Zertifikate verwenden müssen,

    so wie ich zbs. um mich beim Firmenserver anmelden zu können.


    In einem anderen Profil habe ich nur zwei Server und Zertifizierungsstellen.
    Mfg.

    Endor

  • Kontextmenü in Eingabefeldern

    • Endor
    • 28. Juni 2020 um 19:45

    Hallo zusammen.

    Hatte ja früher schon mal einen CSS Code zum Anpassen

    von Ublock Einstellungen angeboten. Habe den mal auf den aktuellen Stand gebracht

    da funktionierte der CSS Code bei einigen Schaltflächen nicht mehr.
    Das Manko ist halt, dass wer den CSS Code verwenden will im CSS Code

    die Adresse anpassen muss, da die bei jedem anders ist.
    bei mir sieht die so aus: moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/settings.html

    die Zahlenreihe ist bei jedem anders, also der Teil: 26daf5a5-33f6-4e8c-a8ea-c738d2297d40

    einfach uBlock Einstellungen öffnen und Zahlenreihe in der Adressleiste kopieren
    und im CSS Code überall ersetzen. Insgesamt 15 mal im CSS Code vorhanden.

    CSS Code:

    CSS
        /* AGENT_SHEET */
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/settings.html") {
    
        #export{
        background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:112px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #export:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #import{
        background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:20px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #import:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
        
        .body > DIV:nth-child(3) > P:last-child {margin-left: 512px !important; margin-top: -45px !important;}
        
        #reset{
        background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:47px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #reset:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        [href="https://github.com/gorhill/uBlock/wiki/Advanced-user-features"][target="_blank"]{
        background: #efefef url("..//icons/ublock/Bild80.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        font-weight: bold !important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 4px!important;
        border-radius:22px!important;
        line-height: 2.2 !important;}
    
        [href="https://github.com/gorhill/uBlock/wiki/Advanced-user-features"][target="_blank"]:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 4px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;
        line-height: 2.2 !important;}
    
        #userSettings > LI:nth-child(7) > A{
        width:120px!important;
        background: #efefef!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:1px !important;
        padding-left:20px!important;
        padding-right:20px!important;
        border-radius:22px!important;
        opacity: 1 !important;}
    
        #userSettings > LI:nth-child(7) > A:hover{
        background: #CFE6F1!important;}
    
    
    
        .fa-icon.info {
        fill: blue !important;}
        
        div.li:nth-child(7) > label:nth-child(1) > span:nth-child(2) > a:nth-child(2){
        fill: red !important;}
        }
    
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/3p-filters.html") {
    
        #buttonPurgeAll > span:nth-child(1),
        .fa-icon_check,
        #buttonUpdate > span:nth-child(1),
        #options > li:nth-child(1).fa-icon_check{display: none !important;}
        
        .fa.info, .fa-icon.info{
        fill: blue !important;
        }
        
        .listEntry.mustread a.mustread {
        fill: blue !important; }
        
        .fa-icon_home{
        fill: brown !important; }
        
        .fa-icon_clock-o{
        fill: orange !important; }
        
        .fa-icon_eye-open{
        fill: forestgreen !important; }
        
        .body > div:nth-child(3){margin-left: 8px !important;}
        
        button[id="buttonUpdate"][class="important iconifiable"],
        button[id="buttonUpdate"][class="important iconifiable active"]{
        background: #FFDDA9 url("..//icons/ublock/Bild74.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left: 45px!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: 1px !important;
        background-position:18px 9px!important;
        border-radius:22px!important;}
    
        button[id="buttonUpdate"][class="important disabled iconifiable"]{
        background: #efefef url("..//icons/ublock/Bild74.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left: 45px!important;
        border-color: #A6A4A4 !important;
        border-style: outset !important;
        border-width: 1px !important;
        background-position:18px 9px!important;
        border-radius:22px!important;}
        
        button[id="buttonUpdate"][class="important iconifiable disabled"]{
        background: #efefef url("..//icons/ublock/Bild74.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left: 45px!important;
        border-color: #A6A4A4 !important;
        border-style: outset !important;
        border-width: 1px !important;
        background-position:18px 9px!important;
        border-radius:22px!important;}
    
        button[id="buttonUpdate"][class="important iconifiable"]:hover{
        background: #FFD69A url("..//icons/ublock/Bild74.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:18px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;
        border-radius:22px!important;}
    
        #buttonPurgeAll{
        background: #efefef url("..//icons/ublock/Bild73.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left: 45px!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: 1px !important;
        background-position:18px 9px!important;
        border-radius:22px!important;}
    
        #buttonPurgeAll:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild73.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:18px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
        
        button[id="buttonApply"][class="important iconifiable"],
        button[id="buttonApply"][class="important iconifiable active"]{
        background: #FFDDA9 url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left: 45px!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: 1px !important;
        background-position:18px 9px!important;
        border-radius:22px!important;}
    
        button[id="buttonApply"][class="important disabled iconifiable"]{
        background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left: 45px!important;
        border-color: #A6A4A4 !important;
        border-style: outset !important;
        border-width: 1px !important;
        background-position:18px 9px!important;
        border-radius:22px!important;}
        
        button[id="buttonApply"][class="important iconifiable disabled"]{
        background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left: 45px!important;
        border-color: #A6A4A4 !important;
        border-style: outset !important;
        border-width: 1px !important;
        background-position:18px 9px!important;
        border-radius:22px!important;}
    
        button[id="buttonApply"][class="important iconifiable"]:hover{
        background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:18px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;
        border-radius:22px!important;}
    
    
        #externalListsApply{
        background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top:1px !important;
        padding-right:30px!important;
        padding-left: 45px!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: 1px !important;
        background-position:16px 5px!important;
        border-radius:22px!important;}
    
        #externalListsApply:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 5px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        .status.purge{
        background: #efefef url("..//icons/ublock/Bild73.png") no-repeat !important;
        -moz-appearance: none !important;
        min-height: 20px !important; 
        margin-top: 5px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 6px !important;
        padding-bottom: 0px !important;
        padding-right:30px!important;
        padding-left: 45px!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: 1px !important;
        background-position:16px 5px!important;
        border-radius:22px!important;}
    
        .status.purge:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild73.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 5px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #options > LI:nth-child(2) > BUTTON,
        #options > LI:nth-child(2) > UL > LI > BUTTON{
        background: #efefef url("..//icons/ublock/Bild81.png") no-repeat !important;
        -moz-appearance: none !important;
        color: black!important;
        padding-top:6px !important;
        padding-bottom: 15px !important;
        padding-right:17px!important;
        padding-left: 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:1px !important;
        background-position:15px 3px!important;
        border-radius:22px!important;
        opacity: 1 !important;}
    
        #options > LI:nth-child(2) > BUTTON:hover,
        #options > LI:nth-child(2) > UL > LI > BUTTON:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild81.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        padding-top:6px !important;
        padding-bottom: 15px !important;
        padding-right:17px!important;
        padding-left: 30px!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:1px !important;
        background-position:15px 3px!important;
        border-radius:22px!important;
        opacity: 1 !important;}
    
        .status.new,
        .status.unsecure,
        SPAN[class="status obsolete"]{
        background:red url("..//icons/ublock/Bild80.png") no-repeat !important;
        color:white!important;
        font-size:14px!important;
        text-decoration:none!important;
        max-height: 30px !important;
        padding-top:6px !important;
        padding-bottom: 4px !important;
        padding-right:35px!important;
        padding-left: 45px!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: 1px !important;
        background-position:16px 3px!important;
        border-radius:22px!important;}    
    
        .status.new:hover,
        .status.unsecure:hover,
        SPAN[class="status obsolete"]:hover{
        background:#CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        max-height: 30px !important;
        padding-top:6px !important;
        padding-bottom: 4px !important;
        padding-right:35px!important;
        padding-left: 45px!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: 1px !important;
        background-position:16px 3px!important;
        border-radius:22px!important;}
    
    
        .status.unsecure{
        background:lightyellow url("..//icons/ublock/Bild80.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        max-height: 30px !important;
        padding-top:6px !important;
        padding-bottom: 5px !important;
        padding-right:35px!important;
        padding-left: 45px!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: 1px !important;
        background-position:16px 4px!important;
        border-radius:22px!important;}    
    
        .status.unsecure:hover{
        background:#CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        max-height: 30px !important;
        padding-top:6px !important;
        padding-bottom: 5px !important;
        padding-right:35px!important;
        padding-left: 45px!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: 1px !important;
        background-position:16px 4px!important;
        border-radius:22px!important;}
        }
    
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/1p-filters.html") {
    
        .fa{display: none !important;}
    
        #exportUserFiltersToFile{
        background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:35px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #exportUserFiltersToFile:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #importUserFiltersFromFile{
        background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:20px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #importUserFiltersFromFile:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #userFiltersRevert{
        background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:23px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #userFiltersRevert:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        button[id="userFiltersApply"][class="important iconifiable"][type="button"]{
        background: #FFDDA9 url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        font-weight: bold !important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;
        }
    
        button[id="userFiltersApply"][class="important iconifiable"][type="button"][disabled=""]{
        background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        font-weight: bold !important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;
        }
    
        button[id="userFiltersApply"][class="important iconifiable"][type="button"]:hover{
        background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
        }
    
    
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dyna-rules.html") {
    
        .fa{display: none !important;}
    
        #exportButton{
        background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:35px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #exportButton:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #importButton{
        background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:20px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #importButton:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #revertButton{
        background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:23px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #revertButton:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #editSaveButton{
        background: #efefef url("..//icons/ublock/Bild75.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:23px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #editSaveButton:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild75.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #commitButton{
        background: #efefef url("..//icons/ublock/Bild76.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:23px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #commitButton:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild76.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}    
    
        #editStopButton{
        background: #efefef url("..//icons/ublock/Bild79.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:23px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #editStopButton:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild79.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}    
    
        #editCancelButton{
        background: #efefef url("..//icons/ublock/Bild78.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:23px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #editCancelButton:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild78.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        A[href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax"][target="_blank"]{
        background: #efefef url("..//icons/ublock/Bild77.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 6px!important;
        border-radius:22px!important;}
    
        A[href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax"][target="_blank"]:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild77.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 6px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}    
        }
    
    
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/whitelist.html") {
    
        .fa{display: none !important;}
    
        #exportWhitelistToFile{
        background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:35px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #exportWhitelistToFile:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #importWhitelistFromFile{
        background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:20px!important;
        padding-left: 45px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #importWhitelistFromFile:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!important;
        border-style: outset !important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-width:1px !important;}
    
        #whitelistRevert{
        background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right:23px!important;
        padding-left:47px!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:1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
    
        #whitelistRevert:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!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:1px !important;}
    
        button[id="whitelistApply"][class="important iconifiable"][type="button"][disabled=""]{
        background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;
        }
    
        button[id="whitelistApply"][class="important iconifiable"][type="button"]{
        background: #FFE1B5 url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;
        }
    
        button[id="whitelistApply"][class="important iconifiable"][type="button"]:hover{
        background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 9px!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:1px !important;}
        }
    
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/about.html") {
    
        .body > div:nth-child(n+3) > a,
        div.liul:nth-child(n+6) > div:nth-child(1) > a,
        div.liul:nth-child(n+10) > div:nth-child(n+2) > a,
        div.liul:nth-child(n+12) > div:nth-child(n+1) > span:nth-child(1) > a{
        background: #efefef url("..//icons/ublock/Bild60.png") no-repeat !important;
        -moz-appearance:none!important;
        display: inline-block !important;
        min-width: 170px!important;
        color:black!important;
        font-size:12px!important;
        padding-top:4px !important;
        padding-bottom: 4px !important;
        padding-left: 45px!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:22px!important;}
        
        .body > div:nth-child(n+3) > a:hover,
        div.liul:nth-child(n+6) > div:nth-child(1) > a:hover,
        div.liul:nth-child(n+10) > div:nth-child(n+2) > a:hover,
        div.liul:nth-child(n+12) > div:nth-child(n+1) > span:nth-child(1) > a:hover{
        background: #CFE6F1 url("..//icons/ublock/Bild60.png") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        padding-top:4px !important;
        padding-left: 45px!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;
        background-position:12px 5px!important;
        border-radius:22px!important;}
    
        #aboutNameVer,
        div.li:nth-child(9) > span:nth-child(1),
        div.li:nth-child(11) > span:nth-child(1),
        .body > div:nth-child(n+3) > a:nth-child(1){margin-left: 28px !important;}
        
        #aboutNameVer{
        color: #cc0000 !important; 
        font-size: 22px !important; 
        font-weight: bold !important;
        margin-top: 20px !important; 
        margin-bottom: 10px !important;}
        
        div.li:nth-child(9) > span:nth-child(1),
        div.liul:nth-child(2) > div:nth-child(1),
        div.li:nth-child(11) > span:nth-child(1){
        color: #3377ff !important;
        font-size: 17px !important; 
        font-weight: bold !important;}
        
        .body > div:nth-child(n+3) > a,
        div.liul:nth-child(n+6) > div:nth-child(n+1) > a{padding-right: 70px !important;}
        
        div.li:nth-child(6) > span:nth-child(1) > a:nth-child(1),
        div.liul:nth-child(6) > div:nth-child(1) > a:nth-child(1){padding-right: 20px !important;}        
        }
        
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/advanced-settings.html"){
        
        button[id="advancedSettingsApply"][class="important"][type="button"][data-i18n="genericApplyChanges"][disabled=""],
        button[id="advancedSettingsApply"][disabled=""]{
        background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}
        
        button[id="advancedSettingsApply"][class="important"][type="button"][data-i18n="genericApplyChanges"]{
        background: #FFE1B5 url("..//icons/ublock/Bild72.png") no-repeat !important;
        -moz-appearance: none !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 25px!important;
        padding-left:  45px!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: 1px !important;
        background-position:16px 9px!important;
        border-radius:22px!important;}    
        }
        
    
        @-moz-document url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html"),
        url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html#settings.html"),
        url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html#3p-filters.html"),
        url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html#1p-filters.html"),
        url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html#dyna-rules.html"),
        url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html#whitelist.html"),
        url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html#shortcuts.html"),
        url("moz-extension://26daf5a5-33f6-4e8c-a8ea-c738d2297d40/dashboard.html#about.html"){
    
        span.tabButton:nth-child(2),
        [class="tabButton"][href="#settings.html"]{
        -moz-appearance: none !important;
        background: #EEEEEE url("..//icons/ublock/Bild62.png") no-repeat !important;
        background-position:8px 10px!important;
        padding-left:32px !important;
        padding-right: 10px !important;}    
    
        span.tabButton:nth-child(3){
        -moz-appearance: none !important;
        background: #EEEEEE url("..//icons/ublock/Bild63.png") no-repeat !important;
        background-position:8px 10px!important;
        padding-left:32px !important;
        padding-right: 10px !important;}    
    
        span.tabButton:nth-child(4){
        -moz-appearance: none !important;
        background: #EEEEEE url("..//icons/ublock/Bild64.png") no-repeat !important;
        background-position:8px 10px!important;
        padding-left:32px !important;
        padding-right: 10px !important;}    
    
        span.tabButton:nth-child(5){
        -moz-appearance: none !important;
        background: #EEEEEE url("..//icons/ublock/Bild65.png") no-repeat !important;
        background-position:8px 10px!important;
        padding-left:32px !important;
        padding-right: 10px !important;}    
    
        span.tabButton:nth-child(6){
        -moz-appearance: none !important;
        background: #EEEEEE url("..//icons/ublock/Bild66.png") no-repeat !important;
        background-position:8px 10px!important;
        padding-left:32px !important;
        padding-right: 10px !important;}    
    
        span.tabButton:nth-child(7){
        -moz-appearance: none !important;
        background: #EEEEEE url("..//icons/ublock/Bild67.png") no-repeat !important;
        background-position:8px 10px!important;
        padding-left:32px !important;
        padding-right: 10px !important;}    
    
        span.tabButton:nth-child(8){
        -moz-appearance: none !important;
        background: #EEEEEE url("..//icons/ublock/Bild68.png") no-repeat !important;
        background-position:8px 9px!important;
        padding-left:32px !important;
        padding-right: 10px !important;}    
        }
    Alles anzeigen

    Verwendete Symbole:

    Mfg.
    Endor

    Bilder

    • Bild79.png
      • 843 Byte
      • 16 × 16
  • Tabs schließen Button rechts

    • Endor
    • 27. Juni 2020 um 11:36

    Als Script:

    Code
    // buttonCloseTab.uc.js - Button > Firefox Tabs schliessen
    (function() {
    if (location != 'chrome://browser/content/browser.xhtml')
    return;
    
    
    try {
    Components.utils.import("resource:///modules/CustomizableUI.jsm");
    CustomizableUI.createWidget({
    id: "fp-closetabs",
    defaultArea: CustomizableUI.AREA_NAVBAR,
    removable: true,
    label: "Aktuellen Tab schließen",
    tooltiptext: "Aktuellen Tab schließen",
    onClick: function() {
    BrowserCloseTabOrWindow();
    },
    onCreated: function(aNode) {
    aNode.style.listStyleImage = 'url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16"><path fill="currentColor" fill-opacity="context-fill-opacity" d="M9.414 8l5.293-5.293a1 1 0 0 0-1.414-1.414L8 6.586 2.707 1.293a1 1 0 0 0-1.414 1.414L6.586 8l-5.293 5.293a1 1 0 1 0 1.414 1.414L8 9.414l5.293 5.293a1 1 0 0 0 1.414-1.414z"></path></svg>\')';
    return aNode;
    }
    });
    CustomizableUI.registerToolbarNode(tb);
    } catch (e) {
    Components.utils.reportError(e);
    };
    })();
    Alles anzeigen

    Voraussetzung sind diese Vorarbeiten:

    https://github.com/Endor8/userChr…ster/userChrome

    Schaltfläche taucht in Navbar auf, kann dann über den Firefox Anpassen Dialog
    in die Tableiste verschoben werden.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 10. Juni 2020 um 20:37

    about:pioneer Firefox 78+

    CSS Code

    CSS
    /* AGENT_SHEET */
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url("about:pioneer"),
                   url("about:ion") {
    
    html {background: #FFFFFF !important;}
    
    body{
    background-color: #fffff0 !important;
    max-width: 1020px !important;
    min-height: 660px !important;
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    margin-left: 170px !important;
    padding-top: 25px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 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;}
    
    h1{
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;}
    
    strong,
    h2{color: #3377ff !important;}
    
    img[src="chrome://browser/skin/pioneer.svg"]{
    filter: invert(11%) sepia(100%) saturate(5970%) hue-rotate(7deg) brightness(79%) contrast(115%) !important;}
    
    #enrollment-button{
    background: #0060df url("..//icons/go.png") no-repeat !important;
    background-position:12px 6px!important;
    min-width: 110px!important;
    padding-left: 25px !important;
    padding-right: 5px !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;}
    
    #enrollment-button:hover{
    background: #003eaa url("..//icons/go.png") no-repeat !important;
    background-position:12px 6px!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;}
    
    #pioneer-v2-example\@mozilla\.org-join-button{
    background: #0060df url("..//icons/study1.png") no-repeat !important;
    background-position:14px 5px!important;
    min-width: 140px!important;
    padding-left: 30px !important;
    padding-right: 5px !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;}
    
    #pioneer-v2-example\@mozilla\.org-join-button:hover{
    background: #003eaa url("..//icons/study1.png") no-repeat !important;
    background-position:14px 5px!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;}
    
    #pioneer-v2-example\@mozilla\.org{
    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
    • 10. Juni 2020 um 17:10

    Sören Hentzschel

    Hast Du eine Ahnung ob about:pioneer eventuell auch in die Liste

    bei about:about irgendwann aufgenommen wird?

    Fände ich gut.

    Mfg.
    Endor


    Nachschub :wink:

    about:webrtc

    CSS Code:

    CSS
    @-moz-document url-prefix(about:webrtc){
    
    html{background: #ffffff  !important;}
        
        body:before {content: "Design by Endor ";
        margin-left: 450px !important;
        font-size: 25px!important;
        font-weight: bold!important;
        color: red!important; }    
        
        h1{
        color: #cc0000 !important; 
        font-size: 22px !important; 
        font-weight: bold !important;
        margin-top: 20px !important; 
        margin-left: 20px !important;
        margin-bottom: 30px !important;}
            
        th{
        color: #3377ff !important; 
        margin-left: 40px !important; 
        margin-top: 20px !important;}
        
        body{ 
        background-color: #fffff0 !important;
        max-width: 1100px !important;
        min-height: 650px !important;
        margin-top: 40px !important;
        margin-left: 135px !important;
        padding-top: 20px !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;}
            
        #controls{margin-top: 20px !important; }
        
        .control > button:nth-child(1){
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild87a.png") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-left:35px!important;
        padding-right:30px!important;
        padding-top: 4px !important;
        padding-bottom: 5px !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 3px!important;
        border-radius:14px!important;}
        
        .control > button:nth-child(1):hover{
        background: #B2EDFA url("..//icons/Bild87a.png") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 3px!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; }
        
        .control > button:nth-child(2){
        -moz-appearance:none!important;
        background: #efefef url("..//icons/start_task.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        margin-left: 5px!important;
        margin-right: 5px!important;
        padding-left:35px!important;
        padding-right:30px!important;
        padding-top: 4px !important;
        padding-bottom: 5px !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 2px!important;
        border-radius:14px!important;}
        
        .control > button:nth-child(2):hover{
        background: #B2EDFA url("..//icons/start_task.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 2px!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; }
        
        .control > button:nth-child(3){
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Start2.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-left:35px!important;
        padding-right:30px!important;
        padding-top: 4px !important;
        padding-bottom: 5px !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 2px!important;
        border-radius:14px!important;}
        
        .control > button:nth-child(3):hover{
        background: #B2EDFA url("..//icons/Start2.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 2px!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; }
        
        .stats > span:nth-child(1) > button:nth-child(2){
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild8.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        margin-left: 37px!important;
        text-decoration:none!important;
        padding-left:35px!important;
        padding-right:38px!important;
        padding-top: 4px !important;
        padding-bottom: 5px !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 2px!important;
        border-radius:14px!important;}
        
        .stats > span:nth-child(1) > button:nth-child(2):hover{
        background: #B2EDFA url("..//icons/Bild8.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 2px!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; }
        
        .log > span:nth-child(1) > button:nth-child(2){
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild8.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-left:35px!important;
        padding-right:30px!important;
        padding-top: 4px !important;
        padding-bottom: 5px !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 2px!important;
        border-radius:14px!important;}
        
        .log > span:nth-child(1) > button:nth-child(2):hover{
        background: #B2EDFA url("..//icons/Bild8.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 2px!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; }   
        }
    Alles anzeigen

    Symbole:      

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juni 2020 um 22:20

    Danke für die Info. About:pioneer war mir unbekannt.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 2. Juni 2020 um 20:40

    Nachschub hätten wir auch:

    about:rights

    CSS
            @namespace url(http://www.w3.org/1999/xhtml);
            @-moz-document url-prefix(about:rights) {
                
            html {background: #FFFFFF !important;}
            
            #your-rights{ 
            display: block !important;
            background-color: #fffff0 !important;
            max-width: 940px !important;
            min-height: 80vh !important; 
            margin-top: 25px !important;
            margin-bottom: 30px !important;
            margin-left: 240px !important;
            padding-left: 50px !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;}
            
            ul { list-style: none !important;  font-size:14px!important;}
                    
            p {margin-left: 24px !important; font-size:14px!important;}         
                    
            .rights-header{margin-top: -40px !important;}
            .container > ul:nth-child(2){margin-top: -50px !important;}
                
            h1:before {
            content: "Endors Firefox:  "; 
            font-weight:bold !important; 
            color:red !important; 
            margin-left: 25px !important; 
            margin-right: 10px !important;}
    
    
            h1{    
            color: #cc0000 !important; 
            font-size: 22px !important; 
            font-weight: bold !important;
            margin-bottom: 40px !important; 
            margin-top: -60px !important; }
                         
            [href="http://www.mozilla.org/MPL/"]{
            -moz-appearance:none!important;
            background: #efefef url("..//icons/Fuchs2.png") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right:30px!important;
            padding-left:40px!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:10px 2px!important;
            border-radius:14px!important;
            line-height: 2.0 !important;}
                
            [href="http://www.mozilla.org/MPL/"]:hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Fuchs2.png") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right:30px!important;
            padding-left:40px!important;
            background-position:10px 2px!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;}
                
            [href="http://www.mozilla.org/foundation/trademarks/policy.html"]{
            -moz-appearance:none!important;
            background: #efefef url("..//icons/Bild44.jpg") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right:15px!important;
            padding-left:35px!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:10px 1px!important;
            border-radius:14px!important;
            line-height: 2.0 !important;}
                
            [href="http://www.mozilla.org/foundation/trademarks/policy.html"]:hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Bild44.jpg") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right:15px!important;
            padding-left:35px!important;
            background-position:10px 1px!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;
            }
                
            [href="https://www.mozilla.org/legal/privacy/firefox.html"]{
            -moz-appearance:none!important;
            background: #efefef url("..//icons/Bild46.png") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right: 20px!important;
            padding-left:40px!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:10px 1px!important;
            border-radius:14px!important;
            line-height: 2.0 !important;}
                
            [href="https://www.mozilla.org/legal/privacy/firefox.html"]:hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Bild46.png") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right:20px!important;
            padding-left:40px!important;
            background-position:10px 1px!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;}            
                
            [href="about:rights#webservices"]{
            -moz-appearance:none!important;
            background: #efefef url("..//icons/Bild45.png") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right: 35px!important;
            padding-left:40px!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:10px 1px!important;
            border-radius:14px!important;
            line-height: 2.0 !important;}
                
            [href="about:rights#webservices"]:hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Bild45.png") no-repeat !important;
            color:black!important;
            font-size:14px!important;
            text-decoration:none!important;
            padding-right:35px!important;
            padding-left:40px!important;
            background-position:10px 1px!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;}    
            }
    Alles anzeigen

    Symbole:      

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 1. Juni 2020 um 20:52

    Habe den CSS Code von about:memory noch mal aktualisiert.

    Siehe hier: RE: About Seiten mit CSS Codes anpassen

    Habe nur kleinere Anpassungen gemacht, den Css Code etwas schlanker gemacht.

    Für Firefox Nightly siehe hier: RE: About Seiten mit CSS Codes anpassen

    gelle Boersenfeger ;)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 1. Juni 2020 um 18:00

    Ist geändert. Danke für den Hinweis!

    Ansonsten freut mich wenn es gefällt.

    Wie immer gern geschehen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 1. Juni 2020 um 17:31

    Noch ein neuer:

    about:license

    CSS Code:

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
    
        @-moz-document url-prefix(about:license) {
        
        html {background: #FFFFFF !important;}
        
        h1{    
        color: #cc0000 !important; 
        font-size: 22px !important; 
        font-weight: bold !important;
        margin-bottom: 40px !important; 
        margin-top: -60px !important; }
        
        .license-header > div:nth-child(1) > h1:nth-child(1){margin-top: -140px !important; }
        #lic-info > div:nth-child(2) > p:nth-child(1){margin-top: -110px !important; }
        #lic-info > div:nth-child(2) {margin-top: -70px !important; }
        #lic-info > div:nth-child(2) > p:nth-child(2) > a:nth-child(1){margin-left: 5px !important;}
        #lic-info > div:nth-child(2) > ul:nth-child(3) > li:nth-child(1){margin-bottom: -14px !important; }
        #lic-info > div:nth-child(2) > ul:nth-child(3) > li:nth-child(3){margin-top: -20px !important;}
        #lic-info > div:nth-child(2) > ul:nth-child(3) > li:nth-child(4){margin-top: -20px !important; margin-bottom: 25px !important;}
        #lic-info > div:nth-child(2) > ul:nth-child(3) > li:nth-child(5){margin-top: -20px !important;}
        #lic-info > div:nth-child(2) > ul:nth-child(5) > li:nth-child(1){margin-top: -52px !important;}
        #lic-info > div:nth-child(2) > ul:nth-child(5){margin-left: 105px !important;}
        #lic-info > div:nth-child(2) > ul:nth-child(3){margin-left: 105px !important;}
        
        ul {list-style: none !important;}
    
        .title{margin-left: 20px !important;}
    
        .license-header > div:nth-child(1) > p:nth-child(2) > b:nth-child(1),
        #lic-info > div:nth-child(2) > p:nth-child(1) > b:nth-child(1),
        #lic-info > p:nth-child(n+91) > strong:nth-child(1),
        #lic-info > ul:nth-child(99) > li:nth-child(n+1) > strong:nth-child(1),
        #lic-info > ul:nth-child(115) > li:nth-child(n+1) > strong:nth-child(1),
        #lic-info > ul:nth-child(119) > li:nth-child(n+1) > strong:nth-child(1),
        h2, h3, dt{color: #3377ff !important;}
        
        ::marker {color: #3377ff !important;}
    
        body{ 
        background-color: #fffff0 !important;
        max-width: 920px !important;
        min-height: 90vh !important;
        margin-top: 45px !important;
        margin-left: 180px !important;
        margin-bottom: 25px !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;}
    
        a{text-decoration:none!important;}
    
        P {max-width: 1050px !important; font-size:13px !important;}
        #lic-info {max-width: 1050px !important;}    
        
        #lic-info > p:nth-child(260),
        #lic-info > p:nth-child(262),
        #lic-info > p:nth-child(265),
        #lic-info > p:nth-child(266),
        #lic-info > p:nth-child(271),
        #lic-info > p:nth-child(272),
        #lic-info > p:nth-child(273),
        #lic-info > p:nth-child(340),
        #lic-info > p:nth-child(348),
        #lic-info > p:nth-child(360),
        #lic-info > p:nth-child(397),
        #lic-info > p:nth-child(401),
        #lic-info > p:nth-child(421),
        #lic-info > p:nth-child(445),
        #lic-info > p:nth-child(579),
        #lic-info > p:nth-child(590),
        #lic-info > p:nth-child(606),
        #lic-info > p:nth-child(642),
        #lic-info > p:nth-child(658),
        #lic-info > p:nth-child(666),
        #lic-info > p:nth-child(690),
        #lic-info > p:nth-child(740),
        #lic-info > p:nth-child(728),
        #lic-info > p:nth-child(772),
        #lic-info > p:nth-child(776){max-width: 700px !important;}    
        
        #lic-info > ul:nth-child(769){max-width: 600px !important;}    
        
        .license-header {
        background-image: none !important; 
        }
        
        #lic-info > div:nth-child(2) > ul:nth-child(3) {
        list-style: none !important;
        column-count: 2 !important;
        column-gap: 5em !important;
        }
        
        #lic-info > ul:nth-child(72){
        list-style: none !important;
        column-count: 3 !important;
        column-gap: 2em !important;
        }
        
        #lic-info:before{
        content: "Endors Firefox  " !important;
        color:red !important;
        font-weight:bold !important;
        font-size:24px!important; } 
        
        h2{margin-top: 10px !important;}
    
        #lic-info > h1:nth-child(n+1){margin-top: 20px !important;}
        
        [href="about:rights"]{
        background: #efefef url("..//icons/Bild44.jpg") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        margin-top: 10px !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 0px!important;
        border-radius:14px!important;
        line-height: 3 !important;}
         
        [href="about:rights"]:hover{
        background: #B2EDFA url("..//icons/Bild44.jpg") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left:35px!important;
        background-position:10px 0px!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;}
    
        [href="about:buildconfig"]{
        background: #efefef url("..//icons/Bild44.jpg") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        margin-top: 10px !important;
        text-decoration:none!important;
        padding-left:35px!important;
        padding-right:10px!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 0px!important;
        border-radius:14px!important;
        line-height: 2.5 !important;}
         
        [href="about:buildconfig"]:hover{
        background: #B2EDFA url("..//icons/Bild44.jpg") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-right:10px!important;
        padding-left:35px!important;
        background-position:10px 0px!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;}        
    
        [href="http://www.mozilla.org/"]{
        background: #efefef url("..//icons/Fuchs2.png") no-repeat !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 2px!important;
        border-radius:14px!important;}
         
        [href="http://www.mozilla.org/"]:hover{
        background: #B2EDFA url("..//icons/Fuchs2.png") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left:35px!important;
        background-position:10px 2px!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;}
    
        [href="https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29"]{
        background: #efefef url("..//icons/Bild45.png") no-repeat !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 0px!important;
        border-radius:14px!important;
        line-height: 2 !important;}
    
        [href="https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29"]:hover{
        background: #B2EDFA url("..//icons/Bild45.png") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left:35px!important;
        background-position:10px 0px!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;}
                
        [href="https://www.gnu.org/philosophy/free-sw.html"]{
        background: #efefef url("..//icons/Bild46.gif") no-repeat !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 0px!important;
        border-radius:14px!important;
        line-height: 3    !important;}
    
        [href="https://www.gnu.org/philosophy/free-sw.html"]:hover{
        background: #B2EDFA url("..//icons/Bild46.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left:35px!important;
        background-position:10px 0px!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;}    
        
        #lic-info > div:nth-child(2) > p:nth-child(2) > a:nth-child(1){
        background: #efefef url("..//icons/Bild48.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-left:35px!important;
        padding-right:25px!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 0px!important;
        border-radius:14px!important;
        line-height: 3    !important;}
        
        #lic-info > div:nth-child(2) > p:nth-child(2) > a:nth-child(1):hover{
        background: #B2EDFA url("..//icons/Bild48.gif") no-repeat !important;
        background-position:10px 0px!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;}    
    
        [href="https://www.mozilla.org/MPL/2.0/FAQ/"]{
        background: #efefef url("..//icons/Bild46.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-left:35px!important;
        padding-right:20px!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 0px!important;
        border-radius:14px!important;
        line-height: 2 !important;}
    
        [href="https://www.mozilla.org/MPL/2.0/FAQ/"]:hover{
        background: #B2EDFA url("..//icons/Bild46.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 0px!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;}
        
        [href="https://www.opensource.org/docs/definition.php"]{
        background: #efefef url("..//icons/Bild47.gif") no-repeat !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 2px!important;
        border-radius:14px!important;
        line-height: 3 !important;}
    
        [href="https://www.opensource.org/docs/definition.php"]:hover{
        background: #B2EDFA url("..//icons/Bild47.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-right:30px!important;
        padding-left:35px!important;
        background-position:10px 2px!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;}    
        
        [href="http://www.mozilla.org/MPL/2.0/FAQ.html"]{
        background: #efefef url("..//icons/Fuchs2.png") no-repeat !important;
        color:black!important;
        font-size:12px !important;
        text-decoration:none!important;
        margin-left: 0px !important;
        padding-left:40px!important;
        padding-right:129px!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 0px!important;
        border-radius:14px!important;}
    
        [href="http://www.mozilla.org/MPL/2.0/FAQ.html"]:hover{
        background: #B2EDFA url("..//icons/Fuchs2.png") no-repeat !important;
        color:black!important;
        font-size:12px !important;
        text-decoration:none!important;
        background-position:10px 0px!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;}    
            
        #lic-info > div:nth-child(2) > ul:nth-child(3) > li >  A{
        display: inline-block !important;
        min-width: 290px !important;
        margin-left: -26px !important;
        background: #efefef url("..//icons/Bild49.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-left:40px!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 0px!important;
        border-radius:14px!important;}
        
        #lic-info > div:nth-child(2) > ul:nth-child(3) > li >  A:hover{
        background: #B2EDFA url("..//icons/Bild49.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 0px!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;}    
        
        #lic-info > div:nth-child(2) > ul:nth-child(5) > li > A{
        display: inline-block !important;
        min-width: 290px !important;
        margin-left: -26px !important;
        background: #efefef url("..//icons/Bild49.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        padding-left:40px!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 0px!important;
        border-radius:14px!important;}
        
        #lic-info > div:nth-child(2) > ul:nth-child(5) > li > A:hover{
        background: #B2EDFA url("..//icons/Bild49.gif") no-repeat !important;
        color:black!important;
        font-size:12px!important;
        text-decoration:none!important;
        background-position:10px 0px!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;}    
                
        A[href="https://www.surina.net/soundtouch/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        margin-left:-18px !important;
        padding-left:28px!important;
        padding-right:13px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;}
    
        A[href="https://www.surina.net/soundtouch/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        background-position:5px 1px!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:10px!important;}
        
        A[href="https://libav.org/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        margin-left:-18px !important;
        padding-left:28px!important;
        padding-right:66px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;}
    
        A[href="https://libav.org/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:66px!important;
        background-position:5px 1px!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:10px!important;}            
                
        A[href="ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2.5 !important;}
    
        A[href="ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 1px!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:10px!important;}
        
        A[href="https://www.freetype.org/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2.5 !important;}
    
        A[href="https://www.freetype.org/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        background-position:5px 1px!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:10px!important;}    
        
        A[href="https://ffmpeg.org/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        margin-left: -17px !important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:50px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;}
    
        A[href="https://ffmpeg.org/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        background-position:5px 1px!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:10px!important;}        
    
        A[href="https://mxr.mozilla.org/mozilla/source/extensions/spellcheck/locales/en-US/hunspell/README.txt?raw=1"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;}
    
        A[href="https://mxr.mozilla.org/mozilla/source/extensions/spellcheck/locales/en-US/hunspell/README.txt?raw=1"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 1px!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:10px!important;}
        
        #lic-info > pre:nth-child(709) > a:nth-child(1){
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2.5!important;}
    
        #lic-info > pre:nth-child(709) > a:nth-child(1):hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 1px!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:10px!important;}    
    
        #lic-info > UL:nth-child(324) > LI > A{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;}
    
        #lic-info > UL:nth-child(324) > LI > A:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 1px!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:10px!important:}
    
        A[href="https://www.mozilla.org/foundation/licensing/binary-components/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2.5 !important;}
    
        A[href="https://www.mozilla.org/foundation/licensing/binary-components/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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:10px!important;}
        
        #lic-info > ul:nth-child(137) > li:nth-child(1) > a:nth-child(1){
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:27px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;}
    
        #lic-info > ul:nth-child(137) > li:nth-child(1) > a:nth-child(1):hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:27px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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:10px!important;}    
        
        [href="https://www.fsf.org/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:27px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2.5 !important;}
    
        [href="https://www.fsf.org/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:27px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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:10px!important;}    
        
        [href="https://www.zlib.net/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:27px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2!important;}
    
        [href="https://www.zlib.net/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:27px!important;
        background-position:5px 1px!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:10px!important;}    
        
        [href="http://www.bzip.org/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:16px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2!important;}
    
        [href="http://www.bzip.org/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:16px!important;
        background-position:5px 1px!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:10px!important;}    
        
        [href="http://www.libpng.org/pub/png/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2!important;}
    
        [href="http://www.libpng.org/pub/png/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 1px!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:10px!important;}    
        
        [href="https://www.sqlite.org/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:16px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2!important;}
    
        [href="https://www.sqlite.org/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:16px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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:10px!important;}    
        
        [href="http://nsis.sourceforge.net/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2!important;}
    
        [href="http://nsis.sourceforge.net/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 1px!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:10px!important;}    
        
        [href="https://mattmccutchen.net/bigint/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:62px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2!important;}
    
        [href="https://mattmccutchen.net/bigint/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        background-position:5px 1px!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:10px!important;}        
        
        
        [href="https://www.gnu.org/licenses/"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2.5!important;}    
    
        [href="https://www.gnu.org/licenses/"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 1px!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:10px!important;}        
        
        a[href="https://www.gnu.org/philosophy/why-not-lgpl.html"]{
        margin-left:0px !important; }
        
        [href="https://www.gnu.org/philosophy/why-not-lgpl.html"]{
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 1px!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;
        border-radius:10px!important;
        line-height: 2.5!important;}
    
        [href="https://www.gnu.org/philosophy/why-not-lgpl.html"]:hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 3px!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:10px!important;
        line-height: 2em;}                
            
        A[href="about:license#top"]{
        background: #efefef url("..//icons/Bild51.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 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;
        border-radius:10px!important;}
    
        A[href="about:license#top"]:hover{
        background: #B2EDFA url("..//icons/Bild51.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 3px!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:10px!important;}
        
        #lic-info > pre:nth-child(729) > a:nth-child(1){
        background: #efefef url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background-position:5px 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;
        border-radius:10px!important;
        line-height: 2.5 !important;}
        
        
        #lic-info > pre:nth-child(729) > a:nth-child(1):hover{
        background: #B2EDFA url("..//icons/Bild50.gif") no-repeat !important;
        color:black!important;
        font-size:13px!important;
        padding-left:28px!important;
        padding-right:10px!important;
        background-position:5px 3px!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:10px!important;}
        }
    Alles anzeigen

    Symbole:               

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 31. Mai 2020 um 14:17

    Dann sorge ich mal dafür, dass Du einiges zu tun haben wirst :wink:

    about:robots

    CSS Code:

    CSS
    @-moz-document url(about:robots) {
    
    
    html{background: white !important;}
    
    
    h1{
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: bold !important;}
    
    
    .title{margin-left: 20px !important;}
    
    
    h2{color: #3377ff !important;}
    
    
    body{
    background-color: #fffff0 !important;
    max-width: 920px !important;
    min-height: 90vh !important;
    margin-top: 45px !important;
    margin-left: 250px !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;}
    
    
    #errorTryAgain{
    -moz-appearance:none!important;
    background: gainsboro url("..//icons/Bild42.png")no-repeat !important;
    padding-left:30px!important;
    padding-bottom: 1px!important;
    background-position:12px 6px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    text-decoration:none!important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important; }
    
    
    #errorTryAgain:hover{
    -moz-appearance:none!important;
    background:#B2EDFA url("..//icons/Bild42.png")no-repeat !important;
    padding-left:30px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:12px 6px!important; }
    }
    Alles anzeigen

    Symbol:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. Mai 2020 um 18:55

    Nachschub:

    about:credits

    CSS Code:

    CSS
    	@namespace url(http://www.w3.org/1999/xhtml);
    	@-moz-document url(https://www.mozilla.org/credits/) {
    
    	html{background: white !important;}
    		
    	h1{
    	height: 115px !important;
    	color: #cc0000 !important; 
    	font-size: 22px !important; 
    	font-weight: bold !important;
    	margin-bottom: 0px !important;
    	padding-left: 300px !important;}
    		
    	h1:before{
    	content: "Endors Firefox:    "; 
    	font-weight:bold !important;  
    	color:red !important;}
    	
    	h2{color: #3377ff !important;}
    
    	body{ 
    	background-color: #fffff0 !important;
    	max-width: 950px !important;
    	margin-top: 25px !important;
    	margin-left: 185px !important;
    	padding-top: 20px !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;}
    
    			 
    	[href="/"]{
    	-moz-appearance:none!important;
    	background: #efefef url("..//icons/Bild68a.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left:40px!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:10px 1px!important;
    	border-radius:14px!important;}
    
    	[href="/"]:hover{
    	-moz-appearance:none!important;
    	background: #B2EDFA url("..//icons/Bild68a.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left:40px!important;
    	background-position:10px 1px!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;}
    
    	[href="https://www.mozilla.org/fr/"]{
    	-moz-appearance:none!important;
    	background: #efefef url("..//icons/Bild68a.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left:40px!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:10px 2px!important;
    	border-radius:14px!important;}
    
    	[href="https://www.mozilla.org/fr/"]:hover{
    	-moz-appearance:none!important;
    	background: #B2EDFA url("..//icons/Bild68a.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left:40px!important;
    	background-position:10px 2px!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;}		
    
    /* 	[href="mailto:credits@mozilla.org?subject=Mozilla%20Credits&body=FirstName%20LastName%20%3Cemail%40example.com%3E%3A%20%22Summary%20of%20your%20contribution%22%0A%0A(Supporting%20evidence%20if%20necessary)"]{
    	-moz-appearance:none!important;
    	background: #efefef url("..//icons/Bild126.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:15px!important;
    	padding-left:35px!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:10px 1px!important;
    	border-radius:14px!important;}
    
    	[href="mailto:credits@mozilla.org?subject=Mozilla%20Credits&body=FirstName%20LastName%20%3Cemail%40example.com%3E%3A%20%22Summary%20of%20your%20contribution%22%0A%0A(Supporting%20evidence%20if%20necessary)"]:hover{
    	-moz-appearance:none!important;
    	background: #B2EDFA url("..//icons/Bild126.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:15px!important;
    	padding-left:35px!important;
    	background-position:10px 1px!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;} */
    
    	[href="https://docs.google.com/forms/d/1rwLVzr1Fql9ZtAKkG_z5jcRczn2uy84zqwBX9gX52OY/viewform"]{
    	-moz-appearance:none!important;
    	background: #efefef url("..//icons/Bild127.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right: 20px!important;
    	padding-left:40px!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:10px 1px!important;
    	border-radius:14px!important;
    	}
    
    	[href="https://docs.google.com/forms/d/1rwLVzr1Fql9ZtAKkG_z5jcRczn2uy84zqwBX9gX52OY/viewform"]:hover{
    	-moz-appearance:none!important;
    	background: #B2EDFA url("..//icons/Bild127.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:20px!important;
    	padding-left:40px!important;
    	background-position:10px 1px!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;}	
    
    	P> A {line-height: 2.0 !important;}			
    
    	A[href="/credits/faq/"]{
    	-moz-appearance:none!important;
    	background: #efefef url("..//icons/Bild128.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right: 35px!important;
    	padding-left:40px!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:10px 1px!important;
    	border-radius:14px!important;
    	line-height: 1.5 !important;}
    
    	A[href="credits/faq/"]:hover{
    	-moz-appearance:none!important;
    	background: #B2EDFA url("..//icons/Bild128.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:35px!important;
    	padding-left:40px!important;
    	background-position:10px 1px!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;}
    	}
    Alles anzeigen

    Symbole:      

    Edit: Css Code wurde für Firefox 127+ angepasst.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Mai 2020 um 18:00

    Ja, muss. :wink:

    Mir fehlt die Zeit im Moment das alles zu testen.

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Mai 2020 um 17:47

    Gerne. :D

    Tu mir in Zukunft bitte einen Gefallen, schreib dazu wenn es um Nightly geht.

    Denn ich teste die CSS Codes, aus Zeitgründen, im Moment nur im aktuellen 76.0.1.

    :wink:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Mai 2020 um 15:23

    Ja habe ich jetzt gesehen.

    Habe erst vorhin bemerkt, das Bild stammt aus dem Nightly.

    Daher habe ich das vorher nicht bemerkt.

    Arbeite daran.

    Mfg.
    Endor


    so bitte nochmal testen ist jetzt speziell für Nightly:

    CSS
    /* AGENT_SHEET */
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document url-prefix(about:protections){
    
    
    html {background: #ffffff !important;}
    
    
    body::before{
    content: "Endors Protection:" !important;
    margin-left:320px!important;
    margin-right:5px!important;
    color:red !important;
    font-weight:bold !important;
    font-size:22px!important; }
    
    
    .passwords-stored-text .icon-small {
    fill: gold !important;}
    
    
    .synced-devices-text .icon-small {
    fill: red !important;}
    
    
    #report-title{color: #1a75ff !important; font-weight: bold !important; font-size: 18px !important;}
    
    
    #report-content{
    width: 890px !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;}
    
    
    #report-content: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;}
    
    
    #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:17px 10px!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:17px 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:30px!important;}
    }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Mai 2020 um 15:05

    Hallo Boersenfeger.

    Bitte teste diesen noch mal:

    CSS
    /* AGENT_SHEET */
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document url-prefix(about:protections){
    
    
    html {background: #ffffff !important;}
    
    
    body::before{
    content: "Endors Protection:" !important;
    margin-left:320px!important;
    margin-right:5px!important;
    color:red !important;
    font-weight:bold !important;
    font-size:22px!important; }
    
    
    .passwords-stored-text .icon-small {
    fill: gold !important;}
    
    
    .synced-devices-text .icon-small {
    fill: red !important;}
    
    
    #report-title{color: #1a75ff !important; font-weight: bold !important; font-size: 18px !important;}
    
    
    #report-content{
    width: 890px !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;}
    
    
    #report-content: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){
    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{
    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;}
    
    
    #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;}
    
    
    #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:17px 18px!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:17px 18px!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;}
    }
    Alles anzeigen
  • About Seiten mit CSS Codes anpassen

    • Endor
    • 27. Mai 2020 um 20:09

    Aktualisierung des Css Code für about:protections

    Hatte eine Schaltfläche vergessen und bei zwei anderen Schaltfächen

    habe ich Symbole eingebaut:

    CSS Code:

    CSS
    /* AGENT_SHEET */
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document url-prefix(about:protections){
    
    html {background: #ffffff !important;}
    
    body::before{
    content: "Endors Protection:" !important;
    margin-left:320px!important;
    margin-right:5px!important;
    color:red !important;
    font-weight:bold !important;
    font-size:22px!important; }
    
    .passwords-stored-text .icon-small {
    fill: gold !important;}
    
    .synced-devices-text .icon-small {
    fill: red !important;}
    
    #report-title{color: #1a75ff !important; font-weight: bold !important; font-size: 18px !important;}
    
    #report-content{
    width: 890px !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;}
    
    #report-content: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){
    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{
    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;}
    
    #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;}
    
    #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:17px 18px!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:17px 18px!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;}
    }
    Alles anzeigen

    Symbole:          

    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