Seite 1 von 1
IEVIEW: verschiedene Schriftfarben
Verfasst: 07.03.2006, 19:54
von trashmonkey
Titel sagt eigentlich schon alles.
Ich möchte im Template verschiedene Schriftfarben angezeigt bekommen. Beispielsweise möchte ich meine gesendeten Texte schwarz, und die meines Gegenübers blau haben. In den Einstellungen hab ich jetzt nichts gefunden, weiß grad auch garnicht, ob das überhaupt machbar ist...
Irgendwelche Vorschläge?
Merci :|
Verfasst: 07.03.2006, 19:59
von g4L
klar is es machbar

musst nur .css können

also wenn dus nich hinkriegst kannst mir auch des template schicken dann mach ichs dir kurz! schreibst ICQ
Verfasst: 07.03.2006, 20:00
von loli
Da musst du schon am Theme selber was machen.. Schau mal in die .ivt Datei des Themes rein und änder da die Werte. Die Farbe kannst du dann mit ColorPad bestimmen..
Verfasst: 07.03.2006, 20:05
von trashmonkey
.css beherrsch ich nur stellenweise. Schriftfarbe kann ich ja auch ändern, allerdings wird die dann auf alle Nachrichten (gesendete und empfangene) übertragen. Kannst ja mal den Code posten, g4l

Verfasst: 07.03.2006, 20:12
von g4L
des liegt ganz an deinem template wie des aufgebaut is!
[gelöst]
Verfasst: 07.03.2006, 20:16
von trashmonkey
Ist das .United-Template. Habs zwar gemoddet, aber der Aufbau ist immernoch gleich.
Verfasst: 07.03.2006, 20:28
von g4L
kk und wo willst welche farbe? und welche farbe des templates der UNITED-suite?
Verfasst: 07.03.2006, 20:32
von trashmonkey
's blaue.
Nett, dass du dir die Mühe machst
Schriftfarben sind erstmal egal, kann ich im Nachhinein ja noch abändern.
Verfasst: 07.03.2006, 20:33
von g4L
kk dann mach ich dir des mal schnell und zeig dir dann wo du was ändern kannst k?! ich post den code dann hier!
Verfasst: 07.03.2006, 20:38
von g4L
#body {
background: #ECECEC url(img/back.gif) repeat fixed;
font-family: 'Trebuchet MS';
color: #000000;
font-size: 8pt;
font-style: normal;
padding: 0px 8px 8px 8px;
}
#box {
border: 1px solid #000000;
background: #FFFFFF;
padding: 3px 3px 3px 3px;
margin: 8px 0px 0px 0px;
word-wrap: break-word;
}
#in-head {
background: #000000;
border-bottom: 2px solid #ABDCFC;
color: #79BAB0;
height: 16px;
line-height: 16px;
font-weight: bold;
padding: 0px 0px 0px 18px;
margin: 0px 0px 3px 0px;
position: relative;
width: auto;
}
#out-head {
background: #000000;
border-bottom: 2px solid #ABDCFC;
color: #3E2600;
height: 16px;
line-height: 16px;
font-weight: bold;
padding: 0px 0px 0px 18px;
margin: 0px 0px 3px 0px;
position: relative;
width: auto;
}
#file-head {
background: #000000;
border-bottom: 2px solid #ABDCFC;
color: #ABDCFC;
height: 16px;
line-height: 16px;
font-weight: bold;
padding: 0px 0px 0px 18px;
margin: 0px 0px 3px 0px;
position: relative;
width: auto;
}
#url-head {
background: #000000;
border-bottom: 2px solid #ABDCFC;
color: #ABDCFC;
height: 16px;
line-height: 16px;
font-weight: bold;
padding: 0px 0px 0px 18px;
margin: 0px 0px 3px 0px;
position: relative;
width: auto;
}
#status-head {
background: #000000;
border-bottom: 2px solid #ABDCFC;
color: #ABDCFC;
height: 16px;
line-height: 16px;
font-weight: bold;
padding: 0px 0px 0px 18px;
margin: 0px 0px 5px 0px;
position: relative;
width: auto;
}
a {
text-decoration: none;
color: #ABDCFC;
}
a:hover {
text-decoration: underline;
color: #ABDCFC;
}
span.timestamp {
position: absolute;
right: 5;
top: 0;
}
.img {
margin: 0px 0px 0px 0px;
vertical-align: middle;
}
/* --- grouping --- */
#in-ghead {
background-color: #FFFFFF;
color: #999999;
height: 10px;
line-height: 10px;
font-size: 7pt;
padding: 0px 0px 0px 5px;
margin: 0px 0px 3px 0px;
position: relative;
width: auto;
border-bottom: 1px solid #999999;
}
#out-ghead {
background-color: #FFFFFF;
color: #999999;
height: 10px;
line-height: 10px;
font-size: 7pt;
padding: 0px 0px 0px 5px;
margin: 0px 0px 3px 0px;
position: relative;
width: auto;
border-bottom: 1px solid #999999;
}
unter "#in-head" bei "color:" setzt du den farbcode ein, der bei den income messages kommen soll
und bei
"#out-head" ebenfalls bei "color:" den der ausgehenden msg!
und den code den ich dir jetzt geschickt hab, kopierst und fügst ein bei der style.css ein oder machst dir gleich selber

viel erfolg!
Verfasst: 07.03.2006, 21:19
von trashmonkey
Vielen vielen Dank. Genau das hab ich gebraucht.

Verfasst: 07.03.2006, 21:46
von g4L
kein problem
