Den meinte ich.
Ahso ok. Hier zuoberst im css für "Neuer Tab" Seite.
CSS
@-moz-document url(about:newtab), url(about:home) {
body {
background-image: url('file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/Icons/exc.png') !important;
background-repeat: no-repeat !important;
background-size: 80px 570px /*1365px 570px*/ !important;
background-position: left !important;
}
.outer-wrapper.ds-outer-wrapper-breakpoint-override {
margin-top: -20px;
padding-left: 150px !important;
padding-right: 125px !important;
padding-bottom: 5px !important;
}
.search-wrapper .logo-and-wordmark .logo {
background: url("file:///C:/Users/askas/AppData/Roaming/Mozilla/Firefox/Profiles/use9514s.default-release/chrome/Icons/Fuchs4.png") no-repeat center !important;
background-size: auto;
background-size: 32px !important;
display: inline-block;
height: 72px !important;
width: 812px !important;
margin-left: -105px !important;
padding-left: 350px !important;
}
.logo-and-wordmark {
margin-bottom: 30px !important;
max-height: 15px !important;
}
.search-wrapper .search-handoff-button, .search-wrapper input {
max-height: 52px !important;
background-color: red !important;
font-family: arial black !important;
color: blue !important;
border: 3px dashed blue !important;
}
.search-wrapper {
margin-left: -110px !important;
}
.body-wrapper {
margin-top: -30px !important;
}
.wordmark {
visibility: hidden !important;
}
.logo::after {
content: "Neuer Tab" !important;
color: blue !important;
font-weight: 700 !important;
font-size: 29px !important;
padding-left: 80px !important;
margin-top: 16px !important;
display: block !important;
}
main {
width: 100% !important;
}
li.top-site-outer {
padding: 20px 20px 0 !important;
border: 2px dotted blue !important;
}
div.tile, div.tile div.screenshot {
width: 40px !important;
height: 40px !important;
}
.top-site-outer .title span,
.top-site-outer .title.pinned span {
color: blue !important;
width: 90px !important;
height: 20px !important;
margin-left: -10px !important;
}
.icon.icon-settings {
background-color: red !important;
color: white !important;
margin-top: 20px !important;
padding-left: 20px !important;
}
.icon.icon-settings:hover {
background-color: blue !important;
}
}
Alles anzeigen