Später....
About Seiten mit CSS Codes anpassen
-
Endor -
10. Mai 2020 um 14:44 -
Erledigt
-
-
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
Alles anzeigen@-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;} }
CSS Code für Benutzer mit Flash Plugin
CSS
Alles anzeigen@-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;} }
Was sagt Ihr dazu?
Mfg.
Endor -
... da ich den Flashplayer nicht händisch installiert habe, dieser aber wohl durchs System Win 10 mit drauf ist... welchen Code nehm ich da... oder wird er im Browser Edge bzw IE mitgebracht?
-
Wenn Du unter about:plugins keinen Flashplayer siehst, den ohne also den 1
sonst den für mit also den 2 Code.
Mfg.
Endor -
oder wird er im Browser Edge bzw IE mitgebracht?
Die bekommen ihn durch das Update von Windows, und haben nichts mit dem Fx dann zu tun.
Ist er denn bei dir unter Plugins eingetragen?
-
nee, wird nicht angezeigt... danke!
-
Wer mag, einen neuen hätte ich auch noch:
about:networking
CSS Code
CSS
Alles anzeigen/* 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; } }
Symbole:
-
Puh, da habe ich ja später zu Hause ordentlich zu tun...
-
Ja ich will ja nicht dass Dir langweilig wird. :wink:
-
-
Ich habe auch ein wenig gebastelt.
about:Cache
css Code
CSS
Alles anzeigen/* AGENT_SHEET **********************/ /* Geändert von EDV-Oldie ***********/ /* Letzte Änderung am 17.05.2020 ****/ /* about:Cache */ html { background: silver !important; } .aboutPageWideContainer::before { content: "Design by EDV-Oldie"; font-size: 24px !important; font-weight: bold !important; color: red !important; margin-right: 10px !important; margin-top: -20px !important; } .aboutPageWideContainer > h1 { color: #057A7A !important; font-weight: bold !important; } .aboutPageWideContainer > h2 { -moz-appearance: none !important; background: #F0F0F0 !important; max-width: 80px !important; padding-left: 20px !important; padding-bottom: 5px !important; background-position: 10px 3px !important; font-size: 14.0px !important; border-style: outset !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-radius: 12px !important; color: black !important; } table { background: #FDF5E6 !important; border-style: outset !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-radius: 24px !important; } /* about:Cache Ende */
wer möchte kann es noch verbessern.
Gruß
EDV-Oldi -
Hallo edvoldi ,
gerade mal installiert - sieht gut aus.
Lässt sich an der Umrandung noch etwas machen (gleiche Farbe) - fehlen evtl. auch noch Icons?
-
Hallo Büssen,
fehlen evtl. noch Icons?
ich bekommen nur ein Icon für alle 3 Bereiche hin, schauen wir einmal was die Profis sagen.
(gleiche Farbe)
Meinst Du das so?
CSS
Alles anzeigen/* AGENT_SHEET **********************/ /* Geändert von EDV-Oldie ***********/ /* Letzte Änderung am 17.05.2020 ****/ /* about:Cache */ html { background: silver !important; } .aboutPageWideContainer::before { content: "Design by EDV-Oldie"; font-size: 24px !important; font-weight: bold !important; color: red !important; margin-right: 10px !important; margin-top: -20px !important; } .aboutPageWideContainer > h1 { color: #057A7A !important; font-weight: bold !important; } .aboutPageWideContainer > h2 { -moz-appearance: none !important; background: #F0F0F0 !important; max-width: 80px !important; padding-left: 20px !important; padding-bottom: 5px !important; background-position: 10px 3px !important; font-size: 14.0px !important; border-style: outset !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: lightblue!important; border-bottom-color: lightblue!important; border-width: 2px !important; border-radius: 12px !important; color: black !important; } table { background: #FDF5E6 !important; border-style: outset !important; border-left-color: lightblue!important; border-top-color: lightblue!important; border-right-color: lightblue!important; border-bottom-color: lightblue!important; border-width: 2px !important; border-radius: 24px !important; } /* about:Cache Ende */
Gruß
EDV-OldiOder lieber diese Farbe:
CSS
Alles anzeigen/* AGENT_SHEET **********************/ /* Geändert von EDV-Oldie ***********/ /* Letzte Änderung am 17.05.2020 ****/ /* about:Cache */ html { background: silver !important; } .aboutPageWideContainer::before { content: "Design by EDV-Oldie"; font-size: 24px !important; font-weight: bold !important; color: red !important; margin-right: 10px !important; margin-top: -20px !important; } .aboutPageWideContainer > h1 { color: #057A7A !important; font-weight: bold !important; } .aboutPageWideContainer > h2 { -moz-appearance: none !important; background: #F0F0F0 !important; max-width: 80px !important; padding-left: 20px !important; padding-bottom: 5px !important; background-position: 10px 3px !important; font-size: 14.0px !important; border-style: outset !important; border-left-color: dodgerblue!important; border-top-color: dodgerblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-width: 2px !important; border-radius: 12px !important; color: black !important; } table { background: #FDF5E6 !important; border-style: outset !important; border-left-color: dodgerblue!important; border-top-color: dodgerblue!important; border-right-color: dodgerblue!important; border-bottom-color: dodgerblue!important; border-width: 2px !important; border-radius: 24px !important; } /* about:Cache Ende */
-
So schnell kann man gar nicht reagieren!
Ich meinte eigentlich (s.a. Pfeile) die Umrandung in gleicher Farbe.- also hell oder dunkelblau?
Falls es dodgerblue sein sollte, so wird die Umrandung nicht in gleicher Farbe gezeigt
Bei dodgerblue wird jedoch nicht die Umrandung gleichmäßig in dieser Farbe angezeigt?
-
die Umrandung in gleicher Farbe
richtig, der erste Code ist hell, der zweite dunkel.
Und noch eine kleine Änderung,
table bitte in .aboutPageWideContainer > table ändern.
Gruß
EDV-Oldi -
Prima Endor, danke...
Büssen: Deinen about:cache Code nutze ich erstmal nicht, da er mit den anderen von Endor nicht kumuliert, da hoffe ich mal, das ER noch seine Variante anbietet..
-
Büssen: Deinen about:cache Code nutze ich erstmal nicht, da er mit den anderen von Endor nicht kumuliert, da hoffe ich mal, das ER noch seine Variante anbietet..
Das ist nicht mein "about:cache Code".
Habe mich nur mal als Tester betätigt und entsprechend mit Antworten reagiert.
Ich werde anscheinend auch nicht alle Codes einsetzen. Also warten wir mal, was die Zukunft noch bringt!
richtig, der erste Code ist hell, der zweite dunkel.
Und noch eine kleine Änderung,
table bitte in .aboutPageWideContainer > table ändern.
Gruß
EDV-OldiÄnderung durchgeführt - hier nun der 2. Code
Soll es so sein?
-
Jo about:cache knöpfe ich mir auch noch vor.
Im Moment arbeite ich an about:memory.
Melde mich.
Mfg.
Endor
-
Jo about:cache knöpfe ich mir auch noch vor.
Im Moment arbeite ich an about:memory.
Melde mich.
Mfg.
Endor
Denn man to
Der Firefox soll ja noch schön bunt werden! Warten wir es ab!
-
Und ob der Bund wird
-