• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

[ERLEDIGT] Hintergrund statisch machen

Status
Für weitere Antworten geschlossen.

Shymilk

Neues Mitglied
Hi, Ich bin noch neu und kenne mich noch nicht besonders gut aus.

Hier meine Frage:
Wie kann ich den Hintergrund einer Seite statisch machen.

Thx für eure hilfe.
 
Viel ist da ja nicht zu beachten. Vielleicht zeigst Du mal, was DU gemacht hast, damit wir evtl. Hinweise auf Fehler geben können?!
 
Habs nicht selbst gemacht.

CSS:
body a,
body a b,
body .comment a,
body .video-list-item .title,
body #watch-description a {

  color: rgb(182,255,0) !important;
}

/********** besuchte links ***************************/

.yt-tile-default h3 a:visited:not(#foo),
.yt-tile-visible h3 a:visited:not(#foo),
a:visited:not(#foo),
a:visited b:not(#foo),
a:visited font:not(#foo),
a:visited span:not(#foo) {

color: rgb(255,255,255) !important;
}

/********** dislike spalte**************************/
body .video-extras-sparkbar-dislikes {
background-color: rgb(255, 255, 255) !important;
}

/********** Hintergrund bild **************************/
html body:not(#foo) { background: url([URL]https://images2.alphacoders.com/206/206292.jpg[/URL]) #000  fixed repeat left top !important;   -moz-appearance: none !important; }


/* Hintergrundbild */
body>iframe+table>tbody>tr>td,
#vm-video-actions-bar, .yt-uix-hovercard-card,
html body { background: url([URL]https://images2.alphacoders.com/206/206292.jpg[/URL]) #100  scroll repeat left top !important;   -moz-appearance: none !important; }


/* Hauptfarbe  und Opazität Einstellung: justieren rgba (rot, grün, blau, Opazität */
#builder-preview-pane,#vm-video-actions-inner,
.yt-uix-hovercard-card-border,
#body-container, body > #footer-container, body > #footer-hh-container
    {background: rgba(4,10,9,.1000) !important;}

/* suchleisten farbe */
#uploader-progress,
#playlist-bar-bar-container,
#masthead-expanded-menu-acct-sw-list,
.gwt-PopupPanel > .popupContent  * ,
.yt-uix-button.yt-uix-button-shelf-slider-pager,
body>iframe+table,
body>iframe+table>tbody>tr>td>table,
#watch7-playlist-tray, .yt-uix-clickcard-card-border,
#watch7-playlist-tray-mask
    {background: rgb(255,255,255) !important;}

/* Diese Farbe wirkt sich auf die zentralen Abschnitte der Hauptseiten. */
#page .branded-page-v2-primary-col,
#results,
#page #watch7-content,
.channel-layout-two-column .primary-pane
{
  background-color: #000000 !important;
}
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben