| Antworten: 14 Seite  [1]  | |
|  Mimi Try to beat me Beiträge: 182 | # Thema - 21.01.2008 um 17:01 Uhr Moin, kann mir jemand sagen wie oder besser was ich ändern muss um bei den News das Datum + Uhrzeit des Posts in andere Farbe anzeigen lassen kann    Gruß | 
| Inaktiv |  | 
|  UnKn0wn  Geekboy  Beiträge: 1160 | # Antwort: 1 - 21.01.2008 um 18:06 Uhr müsste die class bottom sein, wenn ich mich jetzt recht erinnere. Einfach mal Quelltext anzeigen lassen und dann nach 20.10.2007 um suchen. Dann siehst du ja welche class davor steht. ------------------ Mit freundlichen Grüßen SEBEL-DESIGN http://www.sebel-design.com | 
| Inaktiv | |
|  Mimi Thread-Ersteller Try to beat me Beiträge: 182 | # Antwort: 2 - 23.01.2008 um 18:50 Uhr also wie?  wenn ich die bottom in der css änder ändert sich iwie nix mehr...  #bottom { background-color:#c4c4c4; border:1px solid #c4c4c4; color:#c4c4c4; margin-top:20px; padding:4px 0px 4px 0px; width:100%; | 
| Inaktiv | |
|  Fr33z3m4n  Medal of Honor  Herkunft: Hamm Beiträge: 11094 | # Antwort: 3 - 23.01.2008 um 18:56 Uhr #bottom a:link, #bottom a:visited { color: #c4c4c4 } bei deiner css hinzufügen ------------------ mfg Patrick "Fr33z3m4n" Jaskulski  Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. Zuletzt editiert von Fr33z3m4n  am 23.01.2008 um 18:56 Uhr (1x Editiert) | 
| Inaktiv | |
|  h4ze Geekboy  Herkunft: Itzehoe Beiträge: 1433 | # Antwort: 4 - 23.01.2008 um 19:59 Uhr ist das datum nen link? glaub ned. versuch mal: #bottom { color: #000; } also nur da wo #bottom steht dadrunter color #000; einfügen. ------------------ | 
| Inaktiv | |
|  Mimi Thread-Ersteller Try to beat me Beiträge: 182 | # Antwort: 5 - 23.01.2008 um 20:29 Uhr hab jetzt mal versucht schwarz zu machen aber es ändert sich garnix } #bottom { background-color:#000000; border:1px solid #000000; color:#000000; margin-top:20px; padding:4px 0px 4px 0px; width:100%; } ändert netmol die farbe Zuletzt editiert von BlaxX am 23.01.2008 um 20:29 Uhr (1x Editiert) | 
| Inaktiv | |
|  Ramires  Supporter  Herkunft: Waldeck Beiträge: 1900 | # Antwort: 6 - 23.01.2008 um 20:39 Uhr hehe,... dann versuchs mal mit der class deklaration,...  nicht #bottom sondern so,.. .bottom ------------------ Verschwende keine Energie an Dinge die Du nicht ändern kannst... | 
| Inaktiv | |
|  Fr33z3m4n  Medal of Honor  Herkunft: Hamm Beiträge: 11094 | # Antwort: 7 - 24.01.2008 um 08:42 Uhr hmm da könnte der Ramires sogar recht haben ^^ ------------------ mfg Patrick "Fr33z3m4n" Jaskulski  Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. | 
| Inaktiv | |
|  Ramires  Supporter  Herkunft: Waldeck Beiträge: 1900 | # Antwort: 8 - 24.01.2008 um 09:24 Uhr danke, freeze,... ^^ ------------------ Verschwende keine Energie an Dinge die Du nicht ändern kannst... | 
| Inaktiv | |
|  Mimi Thread-Ersteller Try to beat me Beiträge: 182 | # Antwort: 9 - 24.01.2008 um 15:40 Uhr ich finds nicht  habs ah mit der .bottom versucht ändert aber nix an der Farbe der Anzeige css...  body { background-image:url(http://markus-ruisch.de/templates/blaxx/Bilder/bg.jpg); background-repeat:no-repeat; background-color:#508501; color:#CCCCCC; font-family:Verdana,Helvetica,sans-serif; font-size:8pt; margin:0px; text-align:center; } a:link, a:visited { background-color:inherit; color:#7db501; text-decoration:none; } a:active, a:hover { background-color:#inherit; color:#7db501; text-decoration:underline; } div,span { background-color:inherit; color:#F2F2F2; font-family:Verdana,Helvetica,sans-serif; } img { border:0px; } form { display:inline; } td { background-color:#inherit; color:#777777; font-size:8pt; vertical-align:top; } textarea { width:90%; } ul { margin:0px; } #nav-left,#content,#bottom { float:left; margin:auto; } #nav-left { width:14%; } #nav-right { float:right; width:20%; } #content { background-color:#8bc600; color:#CCCCCC; text-align:center; width:66%; } #bottom { background-color:#000000; border:1px solid #000000; color:#000000; margin-top:20px; padding:4px 0px 4px 0px; width:100%; } #head { background-color:#7db501; border:1px solid #c4c4c4; color:#c4c4c4; font-size:25pt; height:100px; margin-bottom:20px; text-align:center; width:100%; } #debug { height:150px; margin-bottom:20px; overflow:auto; padding-left:4px; width:100%; text-align:left; } #errors { color:#CC0000; } #sql { color:#666666; } .h1 { color: #cccccc; font-size: 14pt; font-weight: bold; text-decoration: none; } .h2 { color: #cccccc; font-size: 16pt; font-weight: normal; text-decoration: none; } .h3 { color: #cccccc; font-size: 20pt; font-weight: normal; text-decoration: none; } .form { background-color:#f2f2f2; border:1px solid #c4c4c4; color:#8D8D8D; font-family:Verdana,Helvetica,sans-serif; font-size:8pt; margin:2px; padding-left:3px; } .forum { background-color:#c4c4c4; color:inherit; margin:auto; } .headb { background-color:#ffffff; color:#7db501; font-weight:bold; padding:4px; text-align:left; } .bottom { background-color:#ffffff; color:#7db501; padding:4px 6px 4px 8px; text-align:left; } .newshead { background-color:#ffffff; color:#8bc600; font-size:11pt; font-weight:bold; padding:4px 6px 4px 8px; text-align:left; } .left,.center,.right { padding:1px; } .leftb,.centerb,.rightb { background-color:#ffffff; color:#000000; padding:4px 6px 4px 8px; } .leftc,.centerc,.rightc { background-color:#ffffff; color:#000000; padding:4px 6px 4px 8px; } .left,.leftb,.leftc { text-align:left; } .center,.centerb,.centerc { text-align:center; } .right,.rightb,.rightc { text-align:right; } .quote { background-color:#444444; border:1px solid #C4C4C4; color:inherit; padding:6px; text-align:left; } .navhead,.navhead2 { background-color:#777777; border:solid #C4C4C4; border-width:1px 1px 0px 1px; color:inherit; font-weight:bold; padding:4px; text-align:center; } .navbodyb,.navbody2b { background-color:#7db501; border:1px solid #C4C4C4; color:inherit; list-style:none; padding:4px 6px 4px 8px; text-align:left; } .calhead { background-color:#555555; color:inherit; padding:4px 2px 4px 2px; text-align:center; } .calday,.calevent,.caltoday, .calweek { padding:4px 2px 4px 2px; text-align:right; } .calday { background-color:#666666; color:inherit; } .calevent { background-color:#444444; color:inherit; } .caltoday { background-color:#3E3E3E; color:inherit; } .calweek { background-color:#333333; color:inherit; } | 
| Inaktiv | |
|  Ramires  Supporter  Herkunft: Waldeck Beiträge: 1900 | # Antwort: 10 - 24.01.2008 um 15:55 Uhr hmm,.. sehr merkwürdig,.... das ist aber definitv die class bottom,... schmeiss mal das #bottom raus, falls du das nicht benötigts, vielleicht kneift da was,... und mach mal hier in den clip deine recent.tpl ------------------ Verschwende keine Energie an Dinge die Du nicht ändern kannst... Zuletzt editiert von Ramires  am 24.01.2008 um 15:55 Uhr (1x Editiert) | 
| Inaktiv | |
|  fay-pain Specialist Beiträge: 2006 | # Antwort: 11 - 24.01.2008 um 16:48 Uhr änder mal hier die Farbe: div,span { background-color:inherit; color:#F2F2F2; font-family:Verdana,Helvetica,sans-serif; } ------------------ Manchmal hast du fay und machmal pain. - hajo | 
| Inaktiv | |
|  Ramires  Supporter  Herkunft: Waldeck Beiträge: 1900 | # Antwort: 12 - 24.01.2008 um 16:50 Uhr jopp,.. übersehen,... das wirds sein,... die datumsanzeige wird noch mal per div auf left gefloatet,... ^^ ------------------ Verschwende keine Energie an Dinge die Du nicht ändern kannst... | 
| Inaktiv | |
|  fay-pain Specialist Beiträge: 2006 | # Antwort: 13 - 24.01.2008 um 16:51 Uhr gaynau, Ramires   ------------------ Manchmal hast du fay und machmal pain. - hajo | 
| Inaktiv | |
|  Mimi Thread-Ersteller Try to beat me Beiträge: 182 | # Antwort: 14 - 24.01.2008 um 20:56 Uhr jo passt  danke@euch^^ | 
| Inaktiv | |
|   Dieses Thema wurde von fay-pain  geschlossen. | |
| Antworten: 14 Seite  [1]  | |
Latest 5 Modules
Demo
Probiere ClanSphere aus und teste daran herum. Demo
Spenden
  
    ClanSphere ist freie OpenSource Software.
Bitte unterstützt uns.
    Spenden
  
 
  
 
 
  
 
 
  
  
  
  
 