#1 (permalink)  
Old 18.01.2006, 19:20
Neuer Benutzer
 
Join Date: 01.2006
Posts: 11
Rep Power: 7
rockbox is on a distinguished road
Frage Cyborg Quote aussehen
Bitte füllen Sie folgende Angaben möglichst vollständig aus.

Welcher Style: Cyborg (blue)
Version der Forensoftware: phpbb 2.0.19
direkter Link zum Forum mit dem Problem/Fehler: www.rockbox-lounge.de

Beschreibung des Problems:
Hi,

also ich suchte gerade in der Stylesheet nach dem Quote Definitionen, bin ich auch fündig geworden in der cyborg stylesheet:

Code:
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width:1px
}
Nur wenn ich da die Farbe von .quote background-color änder, tut sich nichts im Forum...

Bin ich auf dem Holzweg???

Siehe hier:
http://www.rockbox-lounge.de/viewtopic.php?t=2

Ich möchte einfach den Quote Bereich dunkler machen, so das er sich mehr abhebt....

Was mir auch noch auffiel, das wenn ein Gast postet, sich der Thread komplett verschiebt, siehe hier:

http://www.rockbox-lounge.de/viewtop...t=270&start=15

Wie kann man das abstellen?

MfG
Sascha

Last edited by Christian : 18.01.2006 at 20:20.
Reply With Quote
  #2 (permalink)  
Old 18.01.2006, 19:42
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Die .quote CSS Klasse ist aber richtig, bist du dir sicher, dass du es auch im richtigen Template geändert hast?

Quote:
Was mir auch noch auffiel, das wenn ein Gast postet, sich der Thread komplett verschiebt, siehe hier:

http://www.rockbox-lounge.de/viewtop...t=270&start=15

Wie kann man das abstellen?

Das sieht aus als wäre das Problem im Firefox, ich schau mir das morgen mal an.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #3 (permalink)  
Old 18.01.2006, 19:50
Neuer Benutzer
 
Join Date: 01.2006
Posts: 11
Rep Power: 7
rockbox is on a distinguished road
Beitrag
Ja ist nur im Firefox, IE, Opera ist es in Ordnung.


MfG
Sascha

P.S.: Danke schon Mal...
Reply With Quote
  #4 (permalink)  
Old 18.01.2006, 19:58
Neuer Benutzer
 
Join Date: 01.2006
Posts: 11
Rep Power: 7
rockbox is on a distinguished road
Ja ich bin mir sicher

Das Template ist cyborg und die css ist die cyborg.css
Ich habe es heir lokal mal probiert und es passierte nichts, hochgeladen, auch nichts...

Ich habe eine wirklcih schreckliche Farbe benutzt
Habe heir den Code:

Code:
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #7E0130; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width:1px
}

Last edited by Christian : 18.01.2006 at 20:20.
Reply With Quote
  #5 (permalink)  
Old 18.01.2006, 20:01
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Du musst es im overall_header.tpl ändern.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #6 (permalink)  
Old 18.01.2006, 20:14
Neuer Benutzer
 
Join Date: 01.2006
Posts: 11
Rep Power: 7
rockbox is on a distinguished road
Beitrag
Hier:

Code:
/* Quote & Code blocks */
.code { 
	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
Jetzt sau dumm gefragt, wie muss ich nun vorgehen?

Also ich muss zugeben, in Stylesheets usw. musste ich noch nie groß was ändern, also drückt ein Auge zu

PHP ja aber da auch nich so viel
Reply With Quote
  #7 (permalink)  
Old 18.01.2006, 20:19
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Mach es so wie es am einfachsten ist:

Code:
.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: #deinfarbcode; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #8 (permalink)  
Old 18.01.2006, 20:26
Neuer Benutzer
 
Join Date: 01.2006
Posts: 11
Rep Power: 7
rockbox is on a distinguished road
Das dachte ich mir, das es so geht, nur wie muss man es richtig machen, wenn man es so machen soll wie es sich gehört?

Das interessiert mich brennend, daher habe ich auch hier gefragt

Mich interessiert nun noch brennender, wie ich die Quotes Farben änder, die es mir bei den Posts drunter anzeigt, also das was man unten im Fenster als letzte Nachrichten sehen kann Danke....

Habe da nichts gefunden...

MfG
Sascha

Last edited by rockbox : 18.01.2006 at 21:27.
Reply With Quote
  #9 (permalink)  
Old 20.01.2006, 20:09
Neuer Benutzer
 
Join Date: 01.2006
Posts: 11
Rep Power: 7
rockbox is on a distinguished road
Cool
Quote:
Originally Posted by Christian
Die .quote CSS Klasse ist aber richtig, bist du dir sicher, dass du es auch im richtigen Template geändert hast?

Das sieht aus als wäre das Problem im Firefox, ich schau mir das morgen mal an.

Ich will ja nicht nerven aber morgen war schon
Reply With Quote
  #10 (permalink)  
Old 21.01.2006, 12:27
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Suche im viewtopic_body Template nach:

Code:
		<td width="150" nowrap="nowrap" align="left" valign="top" class="row2"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
und erstetze es mit:

Code:
		<td style="width:150px;white-space: nowrap;"  align="left" valign="top" class="row2"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #11 (permalink)  
Old 21.01.2006, 22:12
Neuer Benutzer
 
Join Date: 01.2006
Posts: 11
Rep Power: 7
rockbox is on a distinguished road
Sorry das ich so nervig bin aber hat nichts gebracht
Siehe hier:

http://www.rockbox-lounge.de/viewtop...t=270&start=15
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cyborg and Cyborg-Dark Templates-XML? skdb Bugs & Fehlersuche 13 05.11.2007 09:09
Quote E=mc² Recycle-Bin 14 08.07.2004 16:47


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS