creativo Posted January 21, 2012 Report Share Posted January 21, 2012 Hallo, ich benötige Eure Hilfe bei der Umgestaltung der automatischen Emails aus dem Shopsystem. Einige optische Dinge kann ich ja in der mail.css ändern, und einige Teile sind ja ganz normale Grafiken (.png). Aber außen und oben (wo auch das Logo platziert wird) ist so ein breiter, hellgrüner Streifen. Wie oder wo kann ich diese Farbe ändern? Vielen Dank für Eure Hilfe. Link to comment Share on other sites More sharing options...
ripley_one Posted January 23, 2012 Report Share Posted January 23, 2012 mail.css backgroundcolor muss das doch sein. Link to comment Share on other sites More sharing options...
creativo Posted January 23, 2012 Author Report Share Posted January 23, 2012 Ich habe wohl Tomaten auf den Augen. Hier poste ich mal die mail.css. body { margin: 0px auto; background: url(../img/email/email_bg.png); } h1 {color:#000000;font-weight:bold;font-size:22px;margin:20px 0px 15px 0px;padding:0px;width:auto;border-style:solid;border-width:0px 0px 1px 0px;border-color:#000000;} h2 {color:#000000; font-weight:bold;font-size:16px;margin:15px 0px 8px 0px;padding:0px;} .email_container{ margin: 0px auto; width: 720px; } .email_table_left_bg{ width: 60px; background: url(../img/email/table_left_bg.png) repeat-y 0 0; } .email_table_center_bg{ background: url(../img/email/table_center.png) #ffffff repeat-x; width: 600px; padding-top: 50px; } .email_table_right_bg{ width: 60px; background: url(../img/email/table_right_bg.png) repeat-y 0 0; } .email_table_left{ width: 60px; height: 480px; background: url(../img/email/table_left.png) no-repeat; } .email_table_right{ width: 60px; height: 480px; background: url(../img/email/table_right.png) no-repeat; } .email_toplogo { width: 600px; height: 80px; } .email_content{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; min-height:430px; } .email_footer{ color: #666666; font-size: 11px; border-top: 1px #efefef solid; height: 50px; padding:10px; text-align: center; } .email_title{ font-size: 16px; font-weight:600; } .email_highlight{ font-weight:600; color:#000000; background: #B1B16D; padding: 10px; } .email_highlight a, .email_highlight a:link{ color:#ffffff; text-decoration:none; } .email_ul{ background: #FFFFFF; border: 1px #DDDDDD solid; padding: 10px; } .email_ul li{ list-style-position: inside; padding-top: 10px; } .email_caution{ background: #FFE0E4; border: 1px #DDDDDD solid; padding: 10px; } .email_strong{ font-weight:600; } /* ORDER DETAILS */ table.tabledetails {font-size:11px; background-color:#FFF2CC; border-style: solid; border-width:0px 1px 1px 1px; border-color:#DA9401;} table.tabledetails tr td {padding:4px} table.tabledetails tr.headerrow td {background-color:#DA9401; color:#FFFFFF; font-weight:bold} table.tabledetails tr.headerrow td.left {text-align:left} table.tabledetails tr.headerrow td.center {text-align:center} table.tabledetails tr.headerrow td.right {text-align:right} /* ORDER DETAILS CONTENT ROW 1 */ table.tabledetails tr.contentrow1 td {background-color:#FFF2CC;vertical-align:top} table.tabledetails tr.contentrow1 td.left {text-align:left} table.tabledetails tr.contentrow1 td.center {text-align:center} table.tabledetails tr.contentrow1 td.right {text-align:right} /* ORDER DETAILS CONTENT ROW 2 */ table.tabledetails tr.contentrow2 td {background-color:#FFEAAB;vertical-align:top} table.tabledetails tr.contentrow2 td.left {text-align:left} table.tabledetails tr.contentrow2 td.center {text-align:center} table.tabledetails tr.contentrow2 td.right {text-align:right} Link to comment Share on other sites More sharing options...
giller Posted January 23, 2012 Report Share Posted January 23, 2012 du meinst aber nicht den helgrünen schlagschatten der von der png grafik erzeugt wird musst mal auf deinem bild ein pfeil machen was du meinst Link to comment Share on other sites More sharing options...
creativo Posted January 23, 2012 Author Report Share Posted January 23, 2012 Da wo der Pfeil draufzeigt. Link to comment Share on other sites More sharing options...
giller Posted January 23, 2012 Report Share Posted January 23, 2012 body { margin: 0px auto; background: url(../img/email/email_bg.png); } ich würde sage diese grafik ist es Link to comment Share on other sites More sharing options...
creativo Posted January 23, 2012 Author Report Share Posted January 23, 2012 Ja, die Farbe dieser Grafik habe ich schon geändert. Mit FTP in mein Template, aber es ergibt keine Änderung. Die Bestellmail an den Kunden bleibt unverändet. Link to comment Share on other sites More sharing options...
giller Posted January 23, 2012 Report Share Posted January 23, 2012 Auch die Mail Programme betreiben Chaching also Chache lehren aber frag mich nicht wie ambesten die background datei umbenen und im template auch dann sollte das neue design nachgeladen werden ansonsten mail template erstmel im browser laden und dort bearbeiten Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.