div.ax_mail {
+ margin : 0;
+ padding : 1em 0;
+ background-color: #ddd;
+ color: #000;
+}
+
+div.ax_text {
margin : auto;
width : 72ex;
font-family : "Georgia", "Times New Roman", serif;
- font-size : 11pt;
+ font-size : 10pt;
text-align : justify;
background-color : #fff;
color : #000;
div.ax_mail div.title {
margin : 0ex;
- padding : 72px 1ex 1ex 1ex;
+ padding : 68px 1ex 1ex 1ex;
font-size : 120%;
font-weight : bold;
text-align : right;
color : #a40000;
background-repeat : no-repeat;
background-position : 0ex 0ex;
- background-image : url(http://dev.m4x.org/images/ax_mail_header.png);
+ background-image : url(http://www.polytechnique.org/images/ax_mail_header.jpg);
}
div.ax_mail div.intro {
div.ax_mail div.signature {
margin : 2ex 2ex 0 0ex;
- font-size : 80%;
+ font-size : 90%;
font-style: italic;
text-align : right;
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************/
-
div.nl {
+ margin : 0;
+ padding : 1em 0;
+ background-color: #ddd;
+ color: #000;
+}
+
+div.nl_text {
margin : auto;
width : 72ex;
font-family : "Verdana", "Arial", "Helvetica", sans-serif;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title></title>
+ <title>Lettre d'information de l'AX</title>
<style type="text/css">
<!--
- {literal}
- body { background-color: #ddd; color: #000; }
- {/literal}
{$am->css()}
-->
</style>
<body>
{/if}
<div class='ax_mail'>
+ <div class='ax_text'>
<div class="title">{$am->title()}</div>
<div class="intro">{$am->head($prenom, $nom, $sexe, 'html')|smarty:nodefaults}</div>
<div class="body">{$am->body('html')|smarty:nodefaults}</div>
<a href="https://www.polytechnique.org/ax/out{if $hash}/{$hash}{/if}">ne plus recevoir</a>]
</div>
</div>
+ </div>
{if $is_mail}
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title></title>
+ <title>Lettre mensuelle de Polytechnique.org</title>
<style type="text/css">
<!--
- {literal}
- body { background-color: #ddd; color: #000; }
- {/literal}
{$nl->css()}
-->
</style>
<body>
{/if}
<div class='nl'>
+ <div class='nl_text'>
<div class="title">{$nl->title()}</div>
<div class="intro">{$nl->head($prenom, $nom, $sexe, 'html')|smarty:nodefaults}</div>
<a id="top_lnk"></a>
<a href="https://www.polytechnique.org/nl/submit">écrire dans la NL</a> |
<a href="https://www.polytechnique.org/nl/out">ne plus recevoir</a>]
</div>
+ </div>
</div>
{if $is_mail}
</body>