afgthug Posted February 27, 2005 Report Share Posted February 27, 2005 Hallo! Ich m?chte die farbe des Textes im Footer in Blau bzw. Rot haben wie kann ich das ver?ndern? Link to comment Share on other sites More sharing options...
Guest HHGAG Posted February 27, 2005 Report Share Posted February 27, 2005 stylesheet.css => .copyright => Farbe definieren =) Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 bin anf?nger wo befindet sich die datei?? Link to comment Share on other sites More sharing options...
Guest HHGAG Posted February 27, 2005 Report Share Posted February 27, 2005 /templates/DEINTEMPLATE/stylesheet.css Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 hmm da steht nichts von .copyright (habe die aktuelle kostenlose version...) :wall: Link to comment Share on other sites More sharing options...
Guest HHGAG Posted February 27, 2005 Report Share Posted February 27, 2005 Dann erstellen =) Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 lol und wie mach ich das?? Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 kann mir das jemand zeigen ist wirklich dringend, da ich heute fertig werden muss... :cry: Link to comment Share on other sites More sharing options...
Alphakanal Posted February 27, 2005 Report Share Posted February 27, 2005 :144: :abgelehnt: Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 27, 2005 Report Share Posted February 27, 2005 http://de.selfhtml.org/navigation/css.htm Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 ja aber wo muss ich dann diesen code einf?gen?? In welcher stelle der datei? Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 Hier meine css datei: Was mich machen damit das Copyright Vermeck unten in der farbe rot angezeigt wird??? /* ----------------------------------------------------------------------------------------- $Id: stylesheet.css,v 1.1 2003/09/11 19:05:05 fanta2k Exp $ XT-Commerce - community made shopping http://www.xt-commerce.com Copyright © 2003 XT-Commerce ----------------------------------------------------------------------------------------- based on: © 2000-2001 The Exchange Project (earlier name of osCommerce) © 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com © 2003 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org Released under the GNU General Public License ---------------------------------------------------------------------------------------*/ .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; } .productsNotifications { background: #f2fff7; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; } BODY { background: #FFFFFF; color: #000000; margin: 0px; } A { color: #000000; text-decoration: none; } A:hover { color: #AABBDD; text-decoration: underline; } FORM { display: inline; } TR.header { background: #ffffff; } TR.headerNavigation { background: #F6F6F6; } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #F6F6F6; color: #000000; font-weight : bold; border-bottom: 1px solid; border-color: #b6b7cb; } A.headerNavigation { color: #000000; } A.headerNavigation:hover { color: #000000; } TR.headerError { background: #ff0000; } TD.headerError { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #ff0000; color: #ffffff; font-weight : bold; text-align : center; } TR.headerInfo { background: ; } TD.headerInfo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #00ff00; color: #ffffff; font-weight: bold; text-align: center; } TR.footer { background: #bbc3d3; } TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #F6F6F6; color: #000000; font-weight : bold; border-bottom: 1px solid; border-color: #b6b7cb; } .infoBox { background: #; } .infoBoxContents { background: ; font-family: Verdana, Arial, sans-serif; font-size: 10px; } .infoBoxNotice { background: #FF8E90; } .infoBoxNoticeContents { background: #FFE6E6; font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: ; color: #FFFFFF; border-bottom: 1px solid; border-color: #6D6D6D; background-color: #003333; } TD.infoBox, SPAN.infoBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #f8f8f9; } TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #f8f8f9; } TABLE.productListing { border: 1px; border-style: solid; border-color: #b6b7cb; border-spacing: 1px; } .productListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #b6b7cb; color: #FFFFFF; font-weight: bold; } TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; } A.pageResults { color: #0000FF; } A.pageResults:hover { color: #0000FF; background: #FFFF33; } TD.pageHeading, DIV.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #000000; } TR.subBar { background: ; } TD.subBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 15px; } TD.smallText, SPAN.smallText, P.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.accountCategory { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #aabbdd; } TD.fieldKey { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } TD.fieldValue { font-family: Verdana, Arial, sans-serif; font-size: 12px; } TD.tableHeading { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.newItemInCart { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } CHECKBOX, INPUT, RADIO, SELECT { font-family: Verdana, Arial, sans-serif; font-size: 11px; } TEXTAREA { width: 100%; font-family: Verdana, Arial, sans-serif; font-size: 11px; } SPAN.greetUser { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #f0a480; font-weight: bold; } TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; } TD.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.markProductOutOfStock { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: #c76170; font-weight: bold; } SPAN.productSpecialPrice { font-family: Verdana, Arial, sans-serif; color: #ff0000; } SPAN.errorText { font-family: Verdana, Arial, sans-serif; color: #ff0000; } SPAN.productDiscountPrice { font-family: Verdana, Arial, sans-serif; color: #ff0000; font-weight: bold; } .moduleRow { } .moduleRowOver { background-color: #0077A2; cursor: hand; } .moduleRowSelected { background-color: #E9F4FC; } .checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; } .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } /* message box */ .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; } .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; } /* input requirement */ .inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } .tableShop { background-color: #ffffff; border-left: 1px solid; border-right: 1px solid; border-color: #b6b7cb; } .navLeft { border-right: 1px solid; border-color: #b6b7cb; } .navRight { border-left: 1px solid; border-color: #b6b7cb; } .tableBody { padding: 2px; }.rahmen { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: none; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #666666; border-top-style: solid; } TD { FONT-SIZE: 11px; FONT-FAMILY: Arial, sans-serif } .mmbodysml { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #b6b7cb; color: #FFFFFF; font-weight: bold; } .produktpreis { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000066; text-decoration: blink; } .boxtextweiss { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none; } .boxtextweiss A:link {COLOR: #ffffff;FONT-SIZE: 11px;font-weight: bold;FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;} .boxtextweiss A:visited {COLOR: #ffffff;FONT-SIZE: 11px;font-weight: bold;FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;} .boxtextweiss A:hover {COLOR: #cccccc;FONT-SIZE: 11px;font-weight: bold;FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;} .boxtextweiss A:active {COLOR: #000000;FONT-SIZE: 11px;font-weight: bold;FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;} .rahmenlinks { border-left-width: 1px; border-left-style: solid; border-left-color: #000000; } .rahmenoben { border-top: 1px solid #000000; border-right: 1px none #000000; border-bottom: 1px none #000000; border-left: 1px none #000000; } .rahmenrechts { border-right-width: 1px; border-right-style: solid; border-right-color: #000000; } .rahmenunten { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000000; } .HGKATEGORIE { background-image: url(Bilder/hg_kategorie.gif); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 17px; font-weight: normal; color: #FFFFFF; } .HGKATEGORIE A:link {COLOR: #ffffff;FONT-SIZE: 10px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;} .HGKATEGORIE A:visited {COLOR: #ffffff;FONT-SIZE: 10px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;} .HGKATEGORIE A:hover {COLOR: #cccccc;FONT-SIZE: 10px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;} .HGKATEGORIE A:active {COLOR: #000000;FONT-SIZE: 10px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;}.rahmenrechts_schatten { border-right-width: 3px; border-right-style: outset; border-right-color: #000066; } Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 27, 2005 Report Share Posted February 27, 2005 :fear: einfach.copyright { background: #FF0000; } irgendwo unten dran, mitten rein, oben dr?ber..... :?: Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 geht nicht es bleibt dennoch schwarz.... uffff Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 27, 2005 Report Share Posted February 27, 2005 guck dir doch den quelltext deiner seite im browser an, da steht dann doch wo die farbe herkommt. oder gib mal link. cache abgeschaltet/geleert ? Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 http://web10.yourwebhosting.ws/kunden/shopk/index.php das der link hoffe du kannst mir helfen. Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 27, 2005 Report Share Posted February 27, 2005 hmmm... in deiner shopversion ist der footer aus einer verschl?sselten datei, keine ahnung welche class da verwendet wird. ggf weiss hhgag da n?heres, ich verwende die rc 1.2 schon l?nger nicht mehr :fear: Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 jetzt ist der footer ganz verschwunden oh man... egal ich l?sch das teil jetzt ich benutze lieber wieder oscommerce machts gut leute! Link to comment Share on other sites More sharing options...
smedder Posted February 27, 2005 Report Share Posted February 27, 2005 Wie w?rs damit, einfach in der entsprechenden Datei, wo auch immer sie sich befinden mag in den <font>-Tag die entsprechende Farbe einzubauen!? <font size="1" color="#farbe" face="Verdana, Arial, Helvetica, sans-serif"> Dieser Shop wurde mit xt:Commerce erstellt.<br> xt:Commerce ist als freie Software unter der GNU/GPL Lizenz erh?ltlich.<br> eCommerce Engine ? 2004 <a href="http://www.xt-commerce.com" target="new">xt:Commerce</a> </font> Link to comment Share on other sites More sharing options...
afgthug Posted February 27, 2005 Author Report Share Posted February 27, 2005 sehr lustig...bei oscommerce ist dies kein problem, da die nicht diese Stelle vor den Usern verstecken, wie die leute hier. Finde mal bei sovielen Dateien die richtige :stupid: Link to comment Share on other sites More sharing options...
smedder Posted February 27, 2005 Report Share Posted February 27, 2005 Das ist nicht lustig, sondern die einzige M?glichkeit die Farbe des Textes zu ver?ndern. Wenn du das willst musst du halt ein bisschen suchen. Das gesuche hilft einem dann ja mit der Zeit auch, sich allgemein besser zurecht zu finden in den Dateien. Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 27, 2005 Report Share Posted February 27, 2005 Das gesuche hilft einem dann ja mit der Zeit auch, sich allgemein besser zurecht zu finden in den Dateienbravo, genau die richtige einstellung im ?brigen gibt es wahrhaft wichtigeres als die footer-farbe :fear: ob rot oder blau, damit gibts keinen cent umsatz mehr. imo wollen die meisten die nach layout des footers suchen selbigen eh nur entfernen, ich frag mich grad warum ich hierzu ?berhaupt nen tip abgebe. Link to comment Share on other sites More sharing options...
Guest HHGAG Posted February 27, 2005 Report Share Posted February 27, 2005 Wie ich schon von Anfang an erw?hnt habe ist nur eine class in der stylesheet.css anzulegen, im Standard Template sollte es von enthalten sein, da der Footer sonst links stehen w?rde, und bei dem ist die Farbe ohne Probleme ?nderbar. End of discussion =) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.