|
Revision 2145, 3.0 kB
(checked in by hhubner, 2 years ago)
|
Worldpay payment pages
|
| Line | |
|---|
| 1 |
<style media="screen" type="text/css"> body {margin-top: 0px; margin-left: 0px;} /* Container */ /* Container im oberen Bereich = header */ #header {position: relative; z-index: 2; margin-top: 30px; margin-left: 50px; width: 780px; height: 92px; visibility: visible; display: block; padding : 0px 0px 0px 0px; background-image : url(/i/103530/header_ganzneu.gif); background-repeat : no-repeat;} /* menueleiste im header - neue version - linker bereich */#menue_header_left{ position: absolute; z-index: 30; margin-top: 75px; margin-left: 30px; font : normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif; width: 150px; height: 17px; visibility: visible; display: block; color : Gray;}/* Container mittleren Bereich = content left/main/right */ #content_left{ position: absolute; z-index: 4; margin-left: 50px; width: 190px; height: 750px; max-height: 950px; visibility: visible; display: block; background-color : #EEEFE4; border-right : 1px solid #CCCCCC; border-left : 1px solid #CCCCCC; border-bottom : 1px solid #CCCCCC; } /* Box fuer Infos auf den Zahlungsformularen --> ohne Rand und höher*/#textbox_left_form { position: relative; z-index: 20; width: 150px; max-width: 150px; margin : 28px 15px 10px 15px; visibility: visible; display: block; font : normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color : #333333; font-weight : normal; text-decoration : none;} td { font : normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color : #333333; font-weight : normal; text-decoration : none; } #content_main { position: absolute; z-index: 5; margin-top: 0px; margin-left: 240px; width: 450px; height: 750px; max-height: 950px; visibility: visible; display: block; border-bottom : 1px solid #CCCCCC;} #textbox_content_big { position: relative; z-index: 39; line-height: 13px; height: 700px; width: 440px; margin-top: 30px; margin-left: 10px; margin-right: 6px; margin-bottom: 2px; visibility: visible; display: block; max-height : 400px; font : normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; } #content_right{ position: absolute; z-index: 6; margin-top: 0px; margin-left: 791px; width: 39px; visibility: visible; display: block; height: 750px; max-height: 950px; border-right : 1px solid #CCCCCC; border-bottom : 1px solid #CCCCCC; background-image : url(../images/bg_content_right.gif);} </style><body> <div id="header"> <div id="menue_header_left"> BOS Deutschland e. V. [BOS Germany]</div> </div><div id="content_left"> <div id="textbox_left_form"> <table border="0" cellpadding="1" cellspacing="0"> <tr> <td> </td> <td colspan="2"> <img src="/i/103530/step2.gif" width="120" height="20" border="0" alt="" /> </td> </tr> </table> </div></div><div id="content_main"> <div id="textbox_content_big"> |
|---|