Files
kupshop/admin/templates/email/base_admin.tpl
2025-08-02 16:30:27 +02:00

97 lines
1.7 KiB
Smarty

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<style type="text/css">
* {
margin: 0;padding: 0;border:0px;
}
body {
font-family: Verdana, Helvetica, sans-serif;
color:#000;
font-size:16px;
text-align:left;
}
a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}
p{
line-height:26px;
padding:2px 5px;
font-size:12px;
}
.cleaner {
clear:both;
padding:0;
margin:0;
background:none;
}
/*************************** MAIN LAYOUT *****************************/
#page{
width:697px;
border:1px solid #bfdfe9;
border-radius:3px;
padding:23px 34px 26px;
margin:30px 30px 5px;
background: #fff;
-moz-box-shadow : 0 1px 3px #bfdfe9;
-webkit-box-shadow: 0 1px 3px #bfdfe9;
box-shadow: 0 1px 3px #bfdfe9;
}
h1{
font-weight:100;
font-size:18px;
padding:0;
margin-bottom:10px;
font-size:24px;
}
h2{
font-weight:100;
font-size:22px;
color:#3590ad;
padding:0px 0px;
margin-bottom:10px;
}
p#footer{
width:697px;
margin:0 75px;
color:#78bbd1;
font-size:12px;
text-align:right;
}
p#footer a{
color:#78bbd1;
}
hr{
border-top:2px dashed #8ed6ed;
margin:5px 0px 10px;
}
</style>
<div id="page">
<div class="content">
{block "content"}
{/block}
</div>
</div>
<p id="footer">
{$dbcfg.shop_title}
</p>
</body>
</html>