ich habe mir einen Teampage Mod installiert der als Hintergrund eine Farbe benutzt.
Code: Alles auswählen
$bg_color = '#7B7A8C';
Vielen Dank schonmal!
Code: Alles auswählen
$bg_color = '#7B7A8C';
Linus Thorvals hat geschrieben:Intelligence is the ability to avoid doing work, yet getting the work done.
Linus Thorvals hat geschrieben:Intelligence is the ability to avoid doing work, yet getting the work done.
Code: Alles auswählen
<body bgcolor="#CAD5DD"
Code: Alles auswählen
<body style="backgrund-image:url(URL DES BILDES);"...
Linus Thorvals hat geschrieben:Intelligence is the ability to avoid doing work, yet getting the work done.
Code: Alles auswählen
.tableteamline { background-color: {BG_BACKGROUND}; border: 0px }
Code: Alles auswählen
# Background for entire page
# Hintergrund fuer die Gesamte Seite
$bg_color = '#7B7A8C';
wird wohl nichts.
Code: Alles auswählen
<style type="text/css">
<!--
.teamline { border: 1px {BORDER_COLOR} solid; }
.tableteamline { background-color: {BG_BACKGROUND}; border: 0px }
-->
</style>