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

Beiträge von Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Mai 2020 um 19:54

    about:memory für Firefox Nightly

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url-prefix(about:memory) {
    
    body:before {
    content: "Endors: about:memory "; 
    font-size:24px!important; 
    font-weight:bold !important;
    margin-left:510px !important; 
    color:red !important; 
    line-height: 3.0 !important; }
    
    h1{
    color: red !important;
    font-size: 22px !important; 
    font-weight: bold !important; 
    margin-top: 20px !important;}
    
    h2{
    color: #3377ff !important; 
    margin-left: 40px !important; 
    margin-top: 20px !important;}
    
    div.sidebarItem:nth-child(1) > div:nth-child(1){
    color: red !important; 
    font-weight: bold !important; }
    
    div.sidebarItem:nth-child(1):hover > div:nth-child(1) {color: #3377ff !important;}
    
    div.sidebarItem:nth-child(2) > div:nth-child(1){
    color: red !important; 
    font-weight: bold !important; 
    margin-left: 9px !important;}
    
    div.sidebarItem:nth-child(2):hover > div:nth-child(1) {color: #3377ff !important;}
    
    div.opsRowLabel{
    color: red !important;
    font-size: 13px !important;
    font-weight: bold !important; }
    
    div.opsRowLabel:hover{
    color: #3377ff !important;
    font-size: 13px !important;
    font-weight: bold !important; }
    
    div.opsRow:nth-child(n+2) {margin-left: 4px !important;}
    
    div.opsRow:nth-child(4){min-width: 200px !important;}
    
    div.ancillary:nth-child(1) {
    max-width: 1340px !important;
    margin-left: 10px !important;
    margin-bottom: 15px !important;
    background-color: #fffff0 !important;
    padding-top: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !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;}
    
    div.ancillary:nth-child(1):hover{
    background-color: #FFDEAD !important;
    }
    
    ::marker {color: #ffffff !important;}
    
    .sidebar{
    margin-top: 5px !important;
    max-height: 500px !important;
    padding-top: 25px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    background-color: #FFFFF0 !important;
    border-left-color: Tomato!important;
    border-top-color: Tomato!important;
    border-right-color: OrangeRed!important;
    border-bottom-color: OrangeRed!important;
    border-radius: 14px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    .sidebar:hover{
    background-color: #FFDEAD !important;
    border-left-color: Tomato!important;
    border-top-color: Tomato!important;
    border-right-color: OrangeRed!important;
    border-bottom-color: OrangeRed!important;
    }
    
    div.ancillary:nth-child(3){
    margin-left: 85px !important;
    }
    
    html{background: #ffffff !important;}
    
    body{background: #ffffff !important;}
    
    .sections{
    max-width: 840px !important;
    background-color: #fffff0 !important;
    margin-top: 5px !important;
    margin-left: 85px !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;}
    
    .sections:hover{
    background-color: #FFDEAD !important;
    }
    
    html > body > div:first-child > div > div:first-child { 
    margin-left: 4px ! important; 
    padding-left:14px !important; 
    margin-right: 2px ! important;}
    
    html > body > div:first-child > div > div:nth-child(2){
    min-width: 114px !important; 
    padding-left:14px !important; 
    margin-right: 2px ! important; 
    padding-top: 6px !important; 
    padding-bottom: 11px !important; 
    max-height: 40px !important; }
    
    html > body > div:first-child > div > div:nth-child(3){
    min-width: 214px !important; 
    padding-left:14px !important; 
    margin-right: 2px ! important; 
    padding-top: 10px !important;}
    
    html > body > div:first-child > div > div:last-child{
    min-width: 157px !important; 
    padding-left:14px !important; 
    margin-right: -2px ! important;
    padding-top: 10px !important;}
    
    #measureButton{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild16.png")no-repeat !important;
    padding-left:27px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:8px 3px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!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;
    margin-left:-8px !important;}
    
    #measureButton:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild16.png")no-repeat !important;
    padding-left:27px!important;
    background-position:8px 3px!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;}
    
    button[title="Do a global garbage collection."]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild17.png")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:7px 3px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    color:black !important;
    margin-left:-10px !important; }
    
    button[title="Do a global garbage collection."]:hover{
    -moz-appearance:none!important;
    background:#CFE6F1 url("..//icons/Bild17.png")no-repeat !important;
    padding-left:24px!important;
    background-position:7px 3px!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; }
    
    button[title="Do a cycle collection."]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild18.png")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:7px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    margin-left:7px !important;
    color:black !important; }
    
    button[title="Do a cycle collection."]:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild18.png")no-repeat !important;
    padding-left:24px!important;
    background-position:7px 2px!important;
    border-radius:14px!important;
    border-style: outset !important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-width:2px !important;}
    
    html > body > div:first-child > div > div:nth-child(3) > button:last-child{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild19.png")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:7px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !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;
    margin-left:7px !important;
    color:black !important; }
    
    html > body > div:first-child > div > div:nth-child(3) > button:last-child:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild19.png")no-repeat !important;
    padding-left:24px!important;
    background-position:7px 2px!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;}
    
    #saveLogsConcise{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild20.png")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:7px 3px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !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; }
    
    #saveLogsConcise:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild20.png")no-repeat !important;
    padding-left:24px!important;
    background-position:7px 3px!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;}
    
    #saveLogsVerbose{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/content.gif")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:7px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !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;
    margin-left: 5px !important;
    color:black !important; }
    
    #saveLogsVerbose:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/content.gif")no-repeat !important;
    padding-left:24px!important;
    background-position:7px 2px!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;}
    
    button[title="Load memory reports from file and show."] {
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild21.png")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:8px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    margin-left:10px !important;
    color:black !important; }
    
    button[title="Load memory reports from file and show."]:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild21.png")no-repeat !important;
    padding-left:24px!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:8px 2px!important; }
    
    button[title="Read memory reports from the clipboard and show."]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild22.png")no-repeat !important;
    padding-left:23px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:7px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !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;
    margin-left:10px !important;
    color:black !important; }
    
    button[title="Read memory reports from the clipboard and show."]:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild22.png")no-repeat !important;
    padding-left:23px!important;
    background-position:7px 2px!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;}
    
    button[title="Load memory report data from two files and show the difference."]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild23.png")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:8px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    margin-left:10px !important;
    color:black !important; }
    
    button[title="Load memory report data from two files and show the difference."]:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild23.png")no-repeat !important;
    padding-left:24px!important;
    background-position:8px 2px!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;}
    
    button[title="Save memory reports to file."]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild24.png")no-repeat !important;
    padding-left:26px!important;
    padding-bottom: 5px!important;
    padding-right: 8px!important;
    background-position:7px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    margin-left:18px !important;
    color:black !important; }
    
    button[title="Save memory reports to file."]:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild24.png")no-repeat !important;
    padding-left:26px!important;
    background-position:7px 2px!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;}
    
    [href="about:support"]{min-width: 260px !important;}
    
    [href="about:support"]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild25.png")no-repeat !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-bottom: 1px!important;
    height:24px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 2px!important;
    border-radius:14px!important;
    color:black !important;
    line-height: 2.0 !important;}
    
    [href="about:support"]:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild25.png")no-repeat !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 2px!important;}
    
    html > body > div:first-child > div > div:last-child > button:last-child{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild26.png")no-repeat !important;
    padding-left:24px!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    background-position:7px 2px!important;
    font-size:14.0px!important;
    height:24px!important;
    border-radius:14px!important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    margin-left:10px!important;
    color:black !important; }
    
    html > body > div:first-child > div > div:last-child > button:last-child:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild26.png")no-repeat !important;
    padding-left:24px!important;
    border-style: outset !important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    background-position:7px 2px!important;}
    
    .index > li:nth-child(n+1) > a:nth-child(1){
    display: inline-block !important;
    min-width: 175px !important;
    margin-left:-11px !important;
    margin-right: 10px !important;
    margin-bottom: 6px !important;
    -moz-appearance:none!important;
    background: #efefef  url("..//icons/Bild119.png")no-repeat !important;
    padding-left:26px!important;
    padding-bottom: 4px!important;
    padding-top: 2px!important;
    background-position:7px 4px!important;
    font-size:13.0px!important;
    border-radius:14px!important;
    border-style: outset !important;
    border-left-color:  #E6E5E5 !important;
    border-top-color:  #E6E5E5 !important;
    border-right-color:  #5C5B5B !important;
    border-bottom-color:  #5C5B5B !important;
    border-width:2px !important;
    color:black !important;}
    
    .index > li:nth-child(n+1) > a:nth-child(1):hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
    border-style: outset !important;
    border-left-color:  #e4e3e3 !important;
    border-top-color:  #e4e3e3 !important;
    border-right-color:  #5c5b5b !important;
    border-bottom-color:  #5c5b5b !important;
    background-position:7px 4px!important; }
    }
    Alles anzeigen

    Symbole:                          

    Mfg.
    Endor

    Bilder

    • Bild24.png
      • 325 Byte
      • 16 × 16
    • content.png
      • 1,55 kB
      • 16 × 16
  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Mai 2020 um 19:16

    So hier meine Version von about:cache

    CSS Code:

    CSS
    @-moz-document url-prefix(about:cache){
    
    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: 270px !important;
    margin-bottom: 30px !important;}
    
    h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 20px !important;}
    
    body{
    background-color: #fffff0 !important;
    min-width: 1140px !important;
    margin-top: 25px !important;
    margin-left: 110px !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;}
    
    /* body:hover{
    background-color: #FFDEAD !important;
    } */
    
    body > table:nth-child(11),
    body > table:nth-child(9),
    body > table:nth-child(7){
    background-color: #ffffff !important;
    margin-top: 5px !important;
    margin-left: 5px !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;}
    
    body > table:nth-child(11){margin-bottom: 30px !important;}
    
    #entries > tbody > tr:nth-child(2n+1) {
    background-color: #fbfbd6 !important;
    text-decoration: none !important;
    color: black !important;
    }
    
    #entries > tbody > tr:nth-child(2n+1):hover {
    background-color: #fbf3d6 !important;}
    
    #entries > tbody > tr:nth-child(2n) {
    background-color: #fce8be !important;}
    
    #entries > tbody > tr:nth-child(2n):hover {
    background-color: #fcdabe !important;}
    
    #submit{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild5.png")no-repeat !important;
    padding-left:35px!important;
    min-height: 30px!important;
    padding-right: 20px!important;
    background-position:10px 4px!important;
    font-size:14.0px!important;
    border-radius:14px!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;
    margin-left:8px !important;
    -moz-appearance:none!important;}
    
    #submit:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild5.png")no-repeat !important;
    background-position:10px 4px!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;}
    
    [href="about:cache?storage=&context="]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild6.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;}
    
    [href="about:cache?storage=&context="]:hover{
    background: #CFE6F1 url("..//icons/Bild6.png")no-repeat !important;
    background-position:10px 4px!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;}
    
    [href="about:cache?device=memory"]{min-width: 260px !important;}
    
    [href="about:cache?storage=memory&context="]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild7.png")no-repeat !important;
    margin-top: 30px !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    line-height: 2.5 !important;}
    
    [href="about:cache?storage=memory&context="]:hover{
    background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!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;}
    
    [href="about:cache?storage=disk&context="]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild7.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    line-height: 2.5 !important;}
    
    [href="about:cache?storage=disk&context="]:hover{
    background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!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;}
    
    [href="about:cache?storage=appcache&context="]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild7.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    line-height: 2.5 !important;}
    
    [href="about:cache?storage=appcache&context="]:hover{
    background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!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;}
    }
    Alles anzeigen

    Symbole:    

    Mfg.
    Endor


    Was about:memory in Nightly betrifft,

    es ist eine Schaltfläche neu, da fehlen die Anpassungen.

    Ich kümmere mich darum.

    Sonst werden hier alle Schaltflächen angzeigt.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 21:58

    about:cache kommt morgen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 21:39

    about:memory

    nicht vergessen oben links auf Measure zu klicken. :wink:

    CSS Code

    CSS
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url-prefix(about:memory) {
            
        body::before {
        content: "Endors: about:memory    "; 
        font-size:24px!important; 
        font-weight:bold !important; 
        margin-left:510px !important;  
        color:red !important; 
        line-height: 3.0 !important; }
        
        h1{
        color: red !important; 
        font-size: 22px !important; 
        font-weight: bold !important; 
        margin-top: 20px !important;}
        
        h2{
        color: #3377ff !important; 
        margin-left: 40px !important; 
        margin-top: 20px !important;}
        
        div.sidebarItem:nth-child(1) > div:nth-child(1){
        color: red !important; 
        font-weight: bold !important; }
        
        div.sidebarItem:nth-child(1):hover > div:nth-child(1){color: #3377ff !important;}
        
        div.sidebarItem:nth-child(2) > div:nth-child(1){
        color: red !important; 
        font-weight: bold !important; 
        margin-left: 9px !important;}
        
        div.sidebarItem:nth-child(2):hover > div:nth-child(1){color: #3377ff !important;}
        
        div.opsRowLabel{
        color: red !important; 
        font-size: 14px !important; 
        font-weight: bold !important; }
            
        div.opsRowLabel:hover{
        color: #3377ff !important; 
        font-size: 14px !important; 
        font-weight: bold !important; }
    
        div.ancillary:nth-child(1) {
        max-width: 1170px !important;
        margin-left: 80px !important;
        margin-bottom: 15px !important;
        background-color: #fffff0 !important;
        padding-top: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !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;}    
        
        div.ancillary:nth-child(1):hover{ 
        background-color: #FFDEAD !important;
        }
        
        ::marker {color: #ffffff !important;}
        
        .sidebar{
        margin-top: 5px !important;
        max-height: 530px !important;
        padding-top: 25px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-bottom: 25px !important;
        background-color: #FFFFF0 !important;
        border-left-color:  Tomato!important;
        border-top-color:  Tomato!important;
        border-right-color:  OrangeRed!important;
        border-bottom-color: OrangeRed!important;
        border-radius: 14px !important;
        border-width:  4px !important;
        border-style: outset !important;}
        
        .sidebar:hover{
        background-color: #FFDEAD !important;
        border-left-color:  Tomato!important;
        border-top-color:  Tomato!important;
        border-right-color:  OrangeRed!important;
        border-bottom-color: OrangeRed!important;
        }
        
        div.ancillary:nth-child(3){
        margin-left: 85px !important;
        }
        
        html{background: #ffffff !important;}
        
        body{background: #ffffff !important;}
        
        .sections{ 
        max-width: 840px !important;
        background-color: #fffff0 !important;
        margin-top: 5px !important;
        margin-left: 85px !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;}
        
        .sections:hover{ 
        background-color: #FFDEAD !important;
        }
        
        html > body > div:first-child > div > div:first-child {
        margin-left: 4px ! important; 
        padding-left:14px !important; 
        margin-right: 2px ! important;}
        
        html > body > div:first-child > div > div:nth-child(2){
        min-width: 114px !important;
        padding-left:14px !important; 
        margin-right: 2px ! important; 
        padding-top: 6px !important; 
        padding-bottom: 11px !important; 
        max-height: 40px !important; }
        
        html > body > div:first-child > div > div:nth-child(3){
        min-width: 214px !important; 
        padding-left:14px !important; 
        margin-right: 2px ! important; 
        padding-top: 10px !important;}
        
        html > body > div:first-child > div > div:last-child{
        min-width: 157px !important; 
        padding-left:14px !important; 
        margin-right: -2px ! important; 
        padding-top: 10px !important;}
        
            
        #measureButton{
        -moz-appearance:none!important;
        background: #efefef url("..//icons/Bild16.png")no-repeat !important;
        padding-left:27px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:8px 3px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!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;
        margin-left:-8px !important;}
    
        #measureButton:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild16.png")no-repeat !important;
        padding-left:27px!important;
        background-position:8px 3px!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;}
        
        button[title="Do a global garbage collection."]{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild17.png")no-repeat !important;
        padding-left:24px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:7px 3px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        color:black !important;
        margin-left:-10px !important;    }
    
        button[title="Do a global garbage collection."]:hover{
        -moz-appearance:none!important;
        background:#CFE6F1 url("..//icons/Bild17.png")no-repeat !important;
        padding-left:24px!important;
        background-position:7px 3px!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;    }
        
        button[title="Do a cycle collection."]{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild18.png")no-repeat !important;
        padding-left:24px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:7px 2px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        margin-left:7px !important;
        color:black !important; }
    
        button[title="Do a cycle collection."]:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild18.png")no-repeat !important;
        padding-left:24px!important;
        background-position:7px 2px!important;
        border-radius:14px!important;
        border-style: outset !important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        border-width:2px !important;}
        
        html > body > div:first-child > div > div:nth-child(3) > button:last-child{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild19.png")no-repeat !important;
        padding-left:24px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:7px 2px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !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;
        margin-left:7px !important;
        color:black !important; }
    
        html > body > div:first-child > div > div:nth-child(3) > button:last-child:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild19.png")no-repeat !important;
        padding-left:24px!important;
        background-position:7px 2px!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;}    
        
        #saveLogsConcise{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild20.png")no-repeat !important;
        padding-left:24px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:7px 3px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !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;
        margin-left:-10px !important;
        color:black !important; }
    
        #saveLogsConcise:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild20.png")no-repeat !important;
        padding-left:24px!important;
        background-position:7px 3px!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;}            
        
        button[title="Load memory reports from file and show."] {
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild21.png")no-repeat !important;
        padding-left:24px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:8px 2px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        margin-left:10px !important;
        color:black  !important; }
    
        button[title="Load memory reports from file and show."]:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild21.png")no-repeat !important;
        padding-left:24px!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:8px 2px!important; }    
        
        button[title="Read memory reports from the clipboard and show."]{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild22.png")no-repeat !important;
        padding-left:23px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:7px 2px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !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;
        margin-left:10px !important;
        color:black !important;  }
    
        button[title="Read memory reports from the clipboard and show."]:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild22.png")no-repeat !important;
        padding-left:23px!important;
        background-position:7px 2px!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;}
        
        button[title="Load memory report data from two files and show the difference."]{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild23.png")no-repeat !important;
        padding-left:24px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:8px 2px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        margin-left:10px !important;
        color:black !important;  }
    
        button[title="Load memory report data from two files and show the difference."]:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild23.png")no-repeat !important;
        padding-left:24px!important;
        background-position:8px 2px!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;}
        
        button[title="Save memory reports to file."]{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild24.png")no-repeat !important;
        padding-left:26px!important;
        padding-bottom: 5px!important; 
        padding-right: 8px!important;
        background-position:7px 2px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-color: dodgerblue !important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        margin-left:18px !important;
        color:black !important;  }
    
        button[title="Save memory reports to file."]:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild24.png")no-repeat !important;
        padding-left:26px!important;
        background-position:7px 2px!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;}    
        
            
        [href="about:support"]{min-width: 260px !important;}
            
        [href="about:support"]{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild25.png")no-repeat !important;
        margin-bottom: 5px !important;
        margin-right: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        padding-bottom: 1px!important; 
        height:24px!important;
        border-color: dodgerblue !important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:10px 2px!important;
        border-radius:14px!important;
        color:black !important; 
        line-height: 2.0 !important;}
    
        [href="about:support"]:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild25.png")no-repeat !important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:20px!important;
        padding-left:35px!important ;
        background-position:10px 2px!important;}
            
        html > body > div:first-child > div > div:last-child > button:last-child{
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild26.png")no-repeat !important;
        padding-left:24px!important;
        padding-bottom: 5px!important; 
        padding-right: 5px!important;
        background-position:7px 2px!important;
        font-size:14.0px!important;
        height:24px!important;
        border-radius:14px!important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        margin-left:10px!important;
        color:black !important; }
    
        html > body > div:first-child > div > div:last-child > button:last-child:hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild26.png")no-repeat !important;
        padding-left:24px!important;
        border-style: outset !important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        background-position:7px 2px!important;}
        
        .index > li:nth-child(n+1) > a:nth-child(1){
        display: inline-block !important;
        min-width: 160px !important;
        margin-left:-11px !important;
        margin-right: 10px !important;
        margin-bottom: 6px !important;
        -moz-appearance:none!important;
        background: #efefef  url("..//icons/Bild119.png")no-repeat !important;
        padding-left:26px!important;
        padding-bottom: 4px!important;
        padding-top: 2px!important;
        background-position:7px 4px!important;
        font-size:13.0px!important;
        border-radius:14px!important;
        border-style: outset !important;
        border-left-color:  #E6E5E5 !important;
        border-top-color:  #E6E5E5 !important;
        border-right-color:  #5C5B5B !important;
        border-bottom-color:  #5C5B5B !important;
        border-width:2px !important;
        color:black !important;}
        
        .index > li:nth-child(n+1) > a:nth-child(1):hover{
        -moz-appearance:none!important;
        background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
        border-style: outset !important;
        border-left-color:  #e4e3e3 !important;
        border-top-color:  #e4e3e3 !important;
        border-right-color:  #5c5b5b !important;
        border-bottom-color:  #5c5b5b !important;
        background-position:7px 4px!important; }
        }
    Alles anzeigen

    Symbole:                      

    Boersenfeger eventuell Zeilen 30, 31, 85 und 88 wieder beachten. :wink:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 18:38

    Und ob der Bund wird :D

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 18:24

    Jo about:cache knöpfe ich mir auch noch vor.

    Im Moment arbeite ich an about:memory.

    Melde mich.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 13:02

    Ja ich will ja nicht dass Dir langweilig wird. :wink:

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 12:47

    Wer mag, einen neuen hätte ich auch noch:

    about:networking

    CSS Code

    CSS
    /* AGENT_SHEET */
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url-prefix(about:networking){
    
    
    #warning_message > div{
    margin-left: 350px !important;
    margin-right: 300px !important;}
    
    
    #menu:after{
    content: "Endors Firefox networking " !important;
    color:red !important;
    font-weight:bold !important;
    font-size:22px!important;
    padding-left: 100px !important; }
    
    
    #menu {margin-top: 9px !important; }
    
    
    #refreshdiv{margin-top: 15px !important;}
    
    
    #body{background: #ffffff !important; }
    
    
    table[width="100%"][border="1"] {margin-top: 30px !important; }
    
    
    #sectionTitle{color: red !important; font-size: 20px !important; font-weight: bold !important; }
    
    
    #sectionTitle:hover{color: #0080ff !important; font-size: 20px !important; font-weight: bold !important; }
    
    
    #http > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1),
    #sockets > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1),
    #dns > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    #dns > table:nth-child(4) > thead:nth-child(1) > tr:nth-child(1),
    #websockets > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1),
    #dnslookuptool > table:nth-child(5) > thead:nth-child(1) > tr:nth-child(1),
    #rcwn > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1),
    #rcwn > table:nth-child(4) > thead:nth-child(1) > tr:nth-child(1),
    #rcwn > table:nth-child(7) > thead:nth-child(1) > tr:nth-child(1),
    #networkid > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1)
    {color: #0080ff !important;}
    
    
    #http > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1):hover,
    #sockets > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1):hover,
    #dns > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1):hover,
    #dns > table:nth-child(4) > thead:nth-child(1) > tr:nth-child(1):hover,
    #websockets > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1):hover,
    #dnslookuptool > table:nth-child(5) > thead:nth-child(1) > tr:nth-child(1):hover,
    #rcwn > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1):hover,
    #rcwn > table:nth-child(4) > thead:nth-child(1) > tr:nth-child(1):hover,
    #rcwn > table:nth-child(7) > thead:nth-child(1) > tr:nth-child(1):hover,
    #networkid > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1):hover
    {color: #cc0000 !important;}
    
    
    tr:hover{background-color: #ffeb99 !important; }
    
    
    #categories{
    -moz-appearance: none !important;
    background-color: #faf5e4 !important;
    margin: 0 0 0 !important;
    border-width: 0!important;}
    
    
    #confpref {
    -moz-appearance:none!important;
    background: gainsboro url("..//icons/Bild27.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    height: 25px !important;
    padding-left:20px!important;
    padding-bottom: 4px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:16px 5px!important;
    border-radius:14px!important;}
    
    
    #confpref:hover {
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild27.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    padding-left:20px!important;
    border-color: dodgerblue !important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:16px 5px!important;
    border-radius:14px!important;}
    
    
    #refreshButton{
    margin-top: 5px!important;
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild28.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    min-height: 25px!important;
    text-decoration:none!important;
    padding-right:10px!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:1px !important;
    background-position:10px 3px!important;
    border-radius:4px!important;
    }
    
    
    #refreshButton:hover {
    -moz-appearance:none!important;
    background: #E1F3FC url("..//icons/Bild28.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    background-position:10px 3px!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:4px!important;
    }
    
    
    #dnsLookupButton{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild29.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    min-height: 25px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width:1px !important;
    background-position:10px 4px!important;
    border-radius:4px!important;
    }
    
    
    #dnsLookupButton:hover {
    -moz-appearance:none!important;
    background: #E1F3FC url("..//icons/Bild29.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    border-style: outset !important;
    border-width:1px !important;
    border-radius:4px!important;
    }
    
    
    #start-logging-button{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild30.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    min-height: 25px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width:1px !important;
    background-position:10px 4px!important;
    border-radius:4px!important;
    }
    
    
    #start-logging-button:hover {
    -moz-appearance:none!important;
    background: #E1F3FC url("..//icons/Bild30.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    border-style: outset !important;
    border-width:1px !important;
    border-radius:4px!important;
    }
    
    
    #stop-logging-button{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild31.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    min-height: 25px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width:1px !important;
    background-position:10px 4px!important;
    border-radius:4px!important;
    }
    
    
    #stop-logging-button:hover {
    -moz-appearance:none!important;
    background: #E1F3FC url("..//icons/Bild31.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    border-style: outset !important;
    border-width:1px !important;
    border-radius:4px!important;
    }
    
    
    #set-log-file-button{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild32.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    min-height: 25px!important;
    text-decoration:none!important;
    padding-right:94px!important;
    padding-left:35px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width:1px !important;
    background-position:10px 4px!important;
    border-radius:4px!important;
    }
    
    
    #set-log-file-button:hover {
    -moz-appearance:none!important;
    background: #E1F3FC url("..//icons/Bild32.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:94px!important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    border-style: outset !important;
    border-width:1px !important;
    border-radius:4px!important;
    }
    
    
    #set-log-modules-button{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild33.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    min-height: 25px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width:1px !important;
    background-position:10px 4px!important;
    border-radius:4px!important;
    }
    
    
    #set-log-modules-button:hover {
    -moz-appearance:none!important;
    background: #E1F3FC url("..//icons/Bild33.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    background-position:10px 4px!important;
    border-style: outset !important;
    border-width:1px !important;
    border-radius:4px!important;
    }
    
    
    a[href="https://developer.mozilla.org/docs/Mozilla/Debugging/HTTP_logging"]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild34.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    min-height: 26px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    border-color: #A6A4A4 !important;
    border-style: outset !important;
    border-width:1px !important;
    background-position:10px 5px!important;
    border-radius:4px!important;
    }
    
    
    a[href="https://developer.mozilla.org/docs/Mozilla/Debugging/HTTP_logging"]:hover {
    -moz-appearance:none!important;
    background: #E1F3FC url("..//icons/Bild34.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:10px!important;
    padding-left:35px!important;
    background-position:10px 5px!important;
    border-style: outset !important;
    border-width:1px !important;
    border-radius:4px!important;
    }
    
    
    /* Kategorien */
    
    
    .category{
    color: black !important;
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    padding-left:10px !important;
    margin-left: 20px !important;
    margin-bottom: 5px !important;}
    
    
    .category:hover{
    color: #1f001c !important;
    }
    
    
    div[class="category category-no-icon"][selected="true"]{
    color: red !important;
    }
    
    
    div[class="category category-no-icon"][selected="true"][id="category-http"]{
    background: #F8D3A8 url("..//icons/Bild35.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-http"]{
    background: #FAF5E4 url("..//icons/Bild35.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    margin-top: 40px !important;
    }
    
    
    div[class="category category-no-icon"][id="category-http"]:hover{
    background: #F9A791 url("..//icons/Bild35.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-http"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild35.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-sockets"][selected="true"]{
    background:#F8D3A8 url("..//icons/Bild36.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-sockets"]{
    background: #FAF5E4 url("..//icons/Bild36.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-sockets"]:hover{
    background: #F9A791 url("..//icons/Bild36.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-sockets"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild36.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dns"][selected="true"]{
    background:#F8D3A8 url("..//icons/Bild37.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dns"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild37.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dns"]{
    background: #FAF5E4 url("..//icons/Bild37.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dns"]:hover{
    background: #F9A791 url("..//icons/Bild37.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-websockets"][selected="true"]{
    background:#F8D3A8 url("..//icons/Bild38.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-websockets"]{
    background: #FAF5E4 url("..//icons/Bild38.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-websockets"]:hover{
    background: #F9A791 url("..//icons/Bild38.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-websockets"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild38.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dnslookuptool"][selected="true"]{
    background:#F8D3A8 url("..//icons/Bild39.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dnslookuptool"]{margin-top: -10px !important;}
    
    
    div[class="category category-no-icon"][id="category-dnslookuptool"]{
    background: #FAF5E4 url("..//icons/Bild39.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dnslookuptool"]:hover{
    background: #F9A791 url("..//icons/Bild39.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-dnslookuptool"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild39.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-logging"][selected="true"]{
    background:#F8D3A8 url("..//icons/Bild40.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-logging"]{
    background: #FAF5E4 url("..//icons/Bild40.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-logging"]:hover{
    background: #F9A791 url("..//icons/Bild40.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-logging"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild40.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-rcwn"][selected="true"]{
    background:#F8D3A8 url("..//icons/Bild41.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-rcwn"]{
    background: #FAF5E4 url("..//icons/Bild41.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-rcwn"]:hover{
    background: #F9A791 url("..//icons/Bild41.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-rcwn"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild41.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-networkid"][selected="true"]{
    background:#F8D3A8 url("..//icons/Bild40a.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    margin-bottom: 6px!important;
    }
    div[class="category category-no-icon"][id="category-networkid"]{
    background: #FAF5E4 url("..//icons/Bild40a.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    margin-bottom: 6px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-networkid"]:hover{
    background: #F9A791 url("..//icons/Bild40a.png") no-repeat !important;
    background-position:18px 16px!important;
    padding-left:44px!important;
    }
    
    
    div[class="category category-no-icon"][id="category-networkid"][selected="true"]:hover{
    background: #FDEB95 url("..//icons/Bild40a.png") no-repeat !important;
    font-weight: bold !important;
    background-position:18px 16px!important;
    padding-left:40px!important;
    }
    }
    Alles anzeigen

    Symbole:                            

    Bilder

    • Bild33.png
      • 1,6 kB
      • 16 × 16
  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 12:24

    Wenn Du unter about:plugins keinen Flashplayer siehst, den ohne also den 1

    sonst den für mit also den 2 Code.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 17. Mai 2020 um 12:18

    Hätte ein Update für den CSS Code für about:plugins

    Boersenfeger für Dich könnte wieder Zeile 16 und 17 wichtig sein. :wink:

    CSS Code für Benutzer ohne Flash Plugin

    CSS
    @-moz-document url("about:plugins"){
    
    
    #plugs:before {content: "Endors"; font-size:24px !important; font-weight: bold !important;
    color:red !important; margin-right: 10px !important; margin-top: -20px !important; }
    
    
    html{background: #ffffff !important; margin-top: 20px !important;}
    
    
    /* Breite einstellen */
    
    
    body{
    background: #fffff0 !important;
    margin-left: 240px !important;
    max-width: 900px !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;}
    
    
    .notice {
    background-color: #ee7621 !important;
    color: #ffffff !important;
    padding-left: 20px !important;
    margin-top: 30px !important;
    border-radius: 24px !important;}
    
    
    th {background-color: #ee7621 !important;}
    
    
    .notice:hover,
    th:hover {background-color: #b54f06 !important;}
    
    
    td{background: #FFFFFF !important;}
    td:hover{background: #ffeb99 !important;}
    
    
    h1{color: red !important; font-size: 22px !important; font-weight: bold !important; margin-top: 20px !important;}
    
    
    h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 20px !important;}
    
    
    table.contenttable:nth-child(12){margin-top: 15px !important;}
    
    
    table.contenttable:nth-child(12),
    table.contenttable:nth-child(9),
    table.contenttable:nth-child(6){border-radius: 24px !important;}
    
    
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
    {border-top-left-radius:24px !important;}
    
    
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3)
    {border-top-right-radius:24px !important;}
    
    
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(1)
    {border-bottom-left-radius:24px !important;}
    
    
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(3)
    {border-bottom-right-radius:24px !important;}
    
    
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1){padding-left: 15px !important;}
    
    
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(1){padding-left: 15px !important; padding-bottom: 7px !important;}
    
    
    table.contenttable:nth-child(9),
    table.contenttable:nth-child(6){margin-top: 15px !important;}
    
    
    .notice > a:nth-child(1){
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    margin-top:3px!important;
    margin-bottom: 5px !important;
    margin-right:55px!important;
    margin-left: 10px !important;
    padding-right: 15px !important;
    padding-left:35px!important;
    padding-top: 1px!important;
    padding-bottom: 2px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:10px 2px!important;
    border-radius:14px!important;}
    
    
    .notice > a:nth-child(1):hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
    color:black!important;
    font-size: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;
    background-position:10px 2px!important;
    border-radius:14px!important;}
    }
    Alles anzeigen

    CSS Code für Benutzer mit Flash Plugin

    CSS
    @-moz-document url("about:plugins"){
    
    
    #plugs:before {content: "Endors"; font-size:24px !important; font-weight: bold !important;
    color:red !important; margin-right: 10px !important; margin-top: -20px !important; }
    
    
    html{background: #ffffff !important; margin-top: 20px !important;}
    
    
    /* Breite einstellen */
    
    
    body{
    background: #fffff0 !important;
    margin-left: 240px !important;
    max-width: 900px !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;}
    
    
    .notice {
    background-color: #ee7621 !important;
    color: #ffffff !important;
    padding-left: 20px !important;
    margin-top: 30px !important;
    border-radius: 24px !important;}
    
    
    th {background-color: #ee7621 !important;}
    
    
    .notice:hover,
    th:hover {background-color: #b54f06 !important;}
    
    
    td{background: #FFFFFF !important;}
    td:hover{background: #ffeb99 !important;}
    
    
    h1{color: red !important; font-size: 22px !important; font-weight: bold !important; margin-top: 20px !important;}
    
    
    h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 20px !important;}
    
    
    table.contenttable:nth-child(12){margin-top: 15px !important;}
    
    
    table.contenttable:nth-child(12),
    table.contenttable:nth-child(9),
    table.contenttable:nth-child(6){border-radius: 24px !important;}
    
    
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
    {border-top-left-radius:24px !important;}
    
    
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3)
    {border-top-right-radius:24px !important;}
    
    
    /* table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1), */
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(1)
    {border-bottom-left-radius:24px !important;}
    
    
    /* table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3), */
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(3)
    {border-bottom-right-radius:24px !important;}
    
    
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1){padding-left: 15px !important;}
    
    
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(1){padding-left: 15px !important; padding-bottom: 7px !important;}
    
    
    table.contenttable:nth-child(9),
    table.contenttable:nth-child(6){margin-top: 15px !important;}
    
    
    .notice > a:nth-child(1){
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    margin-top:3px!important;
    margin-bottom: 5px !important;
    margin-right:55px!important;
    margin-left: 10px !important;
    padding-right: 15px !important;
    padding-left:35px!important;
    padding-top: 1px!important;
    padding-bottom: 2px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:10px 2px!important;
    border-radius:14px!important;}
    
    
    .notice > a:nth-child(1):hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
    color:black!important;
    font-size: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;
    background-position:10px 2px!important;
    border-radius:14px!important;}
    }
    Alles anzeigen

    Was sagt Ihr dazu?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 16. Mai 2020 um 18:05

    Jo wer hat noch nicht wer will nochmal :wink:

    about:policies

    CSS
    /* AGENT_SHEET */
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document url(about:policies),
    url(about:policies#active),
    url(about:policies#documentation){
    
    
    html {background: #ffffff !important;}
    
    
    .main-content:before{
    content: "Endors Polices:" !important;
    margin-left:380px!important;
    margin-right:5px!important;
    color:red !important;
    font-weight:bold !important;
    font-size:20px!important; }
    
    
    
    
    #sectionTitle{color: #1a75ff !important; font-weight: bold !important; font-size: 18px !important;}
    
    
    #documentation > table:nth-child(1) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1){
    color: Orangered !important; font-weight: bold !important; font-size: 18px !important;}
    
    
    .inactive-service-message{color: #e64d00 !important;}
    
    
    #documentation{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    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;}
    
    
    #documentation:hover{
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    }
    
    
    
    
    tbody.collapsible:nth-child(n+1):hover{
    -moz-appearance:none!important;
    border-radius: 20px !important;
    border-width: 1px !important;
    border-style: outset !important;
    border-color: coral !important;}
    
    
    tbody.collapsible:nth-child(n+1) > tr:nth-child(1) {background-color: #fffff0 !important;}
    
    
    tbody.collapsible:nth-child(n+1) > tr:nth-child(1):hover {background-color: #f7e787 !important; }
    
    
    tbody.content-style:nth-child(n+2) > tr:nth-child(1) > td:nth-child(1) {background-color: #ffeb99 !important; color: red !important;}
    
    
    tbody.content-style:nth-child(n+2) > tr:nth-child(1) > td:nth-child(1):hover {background-color: #ffcc99 !important; color: red !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;
    }
    
    
    #overrides > tr:nth-child(n+2) > td:nth-child(2) > a:nth-child(1){margin-left: 114px !important; }
    
    
    #category-active{
    background: #efefef url("..//icons/general-24.png")no-repeat !important;
    background-position:14px 14px!important;
    font-size: 16px!important;
    color: orangered !important;
    padding-left:40px !important;
    padding-right: 20px !important;
    padding-bottom:3px!important;
    padding-top:3px!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;
    border-radius:24px!important;}
    
    
    #category-active[selected="true"]{
    background: #efefef url("..//icons/general-24.png")no-repeat !important;
    background-position:14px 14px!important;
    font-size: 16px!important;
    color: blue !important;
    padding-left:40px !important;
    padding-right: 20px !important;
    padding-bottom:3px!important;
    padding-top:3px!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;
    border-radius:24px!important;}
    
    
    #category-active:hover{
    color: red !important;
    background: #B2EDFA url("..//icons/general-24.png")no-repeat !important;
    background-position:14px 14px!important;
    font-size:16px!important;
    text-decoration:none!important;
    border-radius:24px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #category-documentation{
    background: #efefef url("..//icons/active_sessions.png")no-repeat !important;
    background-position:14px 17px!important;
    color: orangered !important;
    margin-top: 10px!important;
    font-size: 16px!important;
    padding-left:40px !important;
    padding-right: 20px !important;
    padding-bottom:3px!important;
    padding-top:3px!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;
    border-radius:24px!important;}
    
    
    #category-documentation[selected="true"]{
    background: #efefef url("..//icons/active_sessions.png")no-repeat !important;
    background-position:14px 17px!important;
    font-size: 16px!important;
    color: blue !important;
    padding-left:40px !important;
    padding-right: 20px !important;
    padding-bottom:3px!important;
    padding-top:3px!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;
    border-radius:24px!important;}
    
    
    #category-documentation:hover{
    color: brown !important;
    background: #B2EDFA url("..//icons/active_sessions.png")no-repeat !important;
    background-position:14px 17px!important;
    font-size:16px!important;
    text-decoration:none!important;
    border-radius:24px!important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    
    
    button[data-l10n-id="label-disable"]{
    background: #efefef url("..//icons/delete.png") no-repeat !important;
    margin-right: -5px !important;
    color:black!important;
    font-size:14px!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-width:2px !important;
    border-style: outset !important;
    background-position:10px 6px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="label-disable"]:hover{
    background: #B2EDFA url("..//icons/delete.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 6px!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;}
    
    
    button[data-l10n-id="label-enable"]{
    background: #efefef url("..//icons/Bild27.png") no-repeat !important;
    margin-right: -5px !important;
    color:black!important;
    font-size:14px!important;
    padding-left:35px!important;
    padding-right: 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;
    background-position:10px 6px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="label-enable"]:hover{
    background: #B2EDFA url("..//icons/Bild27.png") no-repeat !important;
    padding-left:35px!important;
    background-position:10px 6px!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
    • 16. Mai 2020 um 16:33

    Ja ist hier ähnlich mal wird alles angezeigt mal nicht. Allerdings bei Cache.

    Bei Anbieter nicht. Da wird hier immer alles angezeigt. Wieso das so ist

    weiß ich leider auch nicht.

    Mfg.
    Endor

  • Datei/Neues Fenster und Hamburger Menü/Anpassen

    • Endor
    • 16. Mai 2020 um 16:30

    Prima, freut mich wenn Du alles gefunden hast was du brauchtest.

    Ansonsten wie immer gern geschehen. :)

    Mfg.
    Endor

  • Datei/Neues Fenster und Hamburger Menü/Anpassen

    • Endor
    • 16. Mai 2020 um 15:08

    Alles was mit rechts klick Kontextmenü zu tun hat müsste da dabei sein:

    https://github.com/Endor8/CSS/blo…Rechtsklick.css

    Lesezeichen sollte das hier sein:

    https://github.com/Endor8/CSS/blo…Lesezeichen.css

    Mfg.
    Endor

  • Datei/Neues Fenster und Hamburger Menü/Anpassen

    • Endor
    • 16. Mai 2020 um 14:42

    Schau mal bei mir in Github, da habe ich alle zusammen:

    https://github.com/Endor8/CSS/tre…ox%2069/Browser

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 16. Mai 2020 um 14:21

    Prima, danke für die schnelle Antwort. :klasse:

    Ansonsten wie immer gern geschehen. :)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 16. Mai 2020 um 14:08

    Ja, genau. Teste ich aber gleich mal.

    Wenn mache in eine Version noch für ohne Flash Plugin.

    Mfg.
    Endor


    so bitte nochmal testen, diese Version ist nur für Benutzer ohne Flashplayer Plugin.

    CSS
    @-moz-document url("about:plugins"){
    
    
    #plugs:before {content: "Endors"; font-size:24px !important; font-weight: bold !important;
    color:red !important; margin-right: 10px !important;}
    
    
    html{background: #ffffff !important;}
    
    
    /* Breite einstellen */
    body{background: #ffffff !important; margin-left: 210px !important; max-width: 1000px !important;}
    
    
    .notice {background-color: #ee7621 !important; color: #ffffff !important; margin-top: 30px !important; border-radius: 24px !important; }
    
    
    th {background-color: #ee7621 !important;}
    
    
    .notice:hover,
    th:hover {background-color: #b54f06 !important;}
    
    
    td{background: #FFFFF0 !important;}
    td:hover{background: #ffeb99 !important;}
    
    
    h1{color: red !important; font-size: 22px !important; font-weight: bold !important; margin-top: 50px !important;}
    
    
    h2{color: #3377ff !important; }
    
    
    table.contenttable:nth-child(12){margin-top: 15px !important;}
    
    
    table.contenttable:nth-child(12),
    table.contenttable:nth-child(9),
    table.contenttable:nth-child(6){border-radius: 24px !important;}
    
    
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
    {border-top-left-radius:24px !important;}
    
    
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3)
    {border-top-right-radius:24px !important;}
    
    
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(1)
    {border-bottom-left-radius:24px !important;}
    
    
    table.contenttable:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(9) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(3)
    {border-bottom-right-radius:24px !important;}
    
    
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1){padding-left: 15px !important;}
    
    
    table.contenttable:nth-child(6) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(1){padding-left: 15px !important; padding-bottom: 7px !important;}
    
    
    table.contenttable:nth-child(9),
    table.contenttable:nth-child(6){margin-top: 15px !important;}
    
    
    .notice > a:nth-child(1){
    appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    margin-top:3px!important;
    margin-bottom: 5px !important;
    margin-right:55px!important;
    margin-left: 10px !important;
    padding-right: 15px !important;
    padding-left:35px!important;
    padding-top: 1px!important;
    padding-bottom: 2px!important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-style: outset !important;
    border-width:2px !important;
    background-position:10px 2px!important;
    border-radius:14px!important;}
    
    
    .notice > a:nth-child(1):hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
    color:black!important;
    font-size: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;
    background-position:10px 2px!important;
    border-radius:14px!important;}
    }
    Alles anzeigen

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 16. Mai 2020 um 12:20

    Kein Problem. Hauptsache es passt jetzt. :wink:

    Wie immer gern geschehen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 16. Mai 2020 um 12:11

    Boersenfeger

    Nein habe ich nicht. Ich habe so wie Du einen Ordner icons im Chrome Ordner

    da packe ich dann die Icons rein. Ja ich habe hier einen Fundus von Icons,

    da ist eine ganze Menge zusammen. Fugue Icons und Fatcow icons sind meine

    Hauptquellen.

    FuchsFan

    das sieht bei mir so aus:

    Da fehlt etwas bei Dir.

    Mfg.
    Endor

  • Wetterfuchsskript zeigt Werbung

    • Endor
    • 15. Mai 2020 um 21:54

    Boersenfeger

    Das mit der Verschiebung habe ich jetzt auch gesehen, allerdings in Firefox beta.

    Erhöhe im Wetterfuchs.uc.js Script den Wert bei height für dieses Fenster um 5px
    das hat hier gelangt. Eventuell braucht es bei Dir mehr. Hier steht als Wert 865

    der muss auf 870 rauf oder höher. Musst Du probieren.

    Das wäre übrigens diese Zeile:

    Code
    DED_WetterAktuell: {url:"https://www.wetterkontor.de/de/deutschland_aktuell.asp?id=0&page=0&sort=0",width:625,height:870},

    milupo Du hast eine PN.

    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