Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<style>
        {{{theme.css}}}
        table.emailmain td.emailcontent { {{#str}}tmple_typography_text_color,theme_monocolor{{/str}} {{#str}}tmple_typography_text_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}} }
        table.emailmain td.emailcontent a,
        table.emailmain td.emailcontent a:hover,
        table.emailmain td.emailcontent a:focus,
        table.emailmain td.emailcontent a:active { {{#str}}tmple_typography_link_color,theme_monocolor{{/str}} }
        table.emailfooter { {{#str}}tmple_typography_footer_color,theme_monocolor{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}} }
        table.emailfooter td { {{#str}}tmple_typography_footer_color,theme_monocolor{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}} }
    @media only screen {
            body {
                margin: 0;
                -webkit-font-smoothing: antialiased;
                width:100% !important;
                background-color: #F3F3F3;
                -webkit-text-size-adjust:none;
            }

            .content img {
                max-width: 100%;
            }
    }
</style>
<table class="emailbody" border="0" cellpadding="0" cellspacing="0" style="padding-top:24px; padding-right:24px; padding-bottom:24px; padding-left:24px; {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}} {{#str}}tmple_typography_text_color,theme_monocolor{{/str}} width:100%; border-collapse:separate; background-color:#F5F5F5;">
    <tbody>
        <tr>
            <td align="center">
                <div style="width: 90%; max-width: 700px; border-radius: 10px; background-color: #fff; padding: 30px; margin-top: 15px; margin-left: auto; margin-right: auto;">
                    <table class="emailmain" border="0" cellpadding="0" cellspacing="0" width="590" style="padding:20px;background-color:#FFFFFF;{{#str}}tmple_typography_text_color,theme_monocolor{{/str}}border-collapse:separate;">
                        <tbody>
                            <tr>
                                <td class="emailheader" style="padding-bottom:20px;text-align:left;border-bottom:1px solid #CCCCCC;">
                                        {{#str}}tmpl_logo_img,theme_monocolor{{/str}}
                                </td>
                            </tr>
                            <tr>
                                <td class="emailcontent" style="padding-top:20px;padding-bottom:20px;{{#str}}tmple_typography_text_color,theme_monocolor{{/str}} {{#str}}tmple_typography_text_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}}">
                                    {{{body}}}
                                </td>
                            </tr>
                            <tr>
                                <td class="emailfooter-container" style="padding-top:20px;border-top:1px solid #CCCCCC;">
                                    
                                    <table class="emailfooter" border="0" cellpadding="0" cellspacing="0" width="100%" style="{{#str}}tmple_typography_footer_color,theme_monocolor{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}}">
                                        <tbody>
                                            <tr>
                                                <td colspan="2" style="{{#str}}tmple_typography_footer_color,theme_monocolor{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}}">
                                                    {{#str}}tmpl_footer_text,theme_monocolor{{/str}}
                                                </td>
                                            </tr>
                                            <tr>
                                                <td valign="bottom" style="font-size: 12px;text-align:left;padding-top:20px; {{#str}}tmple_typography_footer_color,theme_monocolor{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}}">
                                                    {{#str}}tmpl_footer_copyright,theme_monocolor{{/str}}
                                                </td>
                                                <td valign="bottom" style="text-align:right;padding-top:20px; {{#str}}tmple_typography_footer_color,theme_monocolor{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_monocolor{{/str}} {{#str}}tmple_typography_fontfamily,theme_monocolor{{/str}}">
                                                    {{#str}}email_footer_displaylogo_ch,theme_monocolor{{/str}}
                                                </td>
                                            </tr>
                                        </tbody>
                                    </table>    
                                        
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </td>
        </tr>
    </tbody>
</table>