Files
web-development/zoesch.de/galerie/themes/default/template/mail/text/html/mail-css-clear.tpl
Felix Zösch 07c290a453 Initial commit: Backup der Webseiten
- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-13 01:17:15 +01:00

72 lines
1.0 KiB
Smarty

/* page */
body {
color:#111;
}
html, body, #bodyTable {
background:#fff;
}
#contentTable {
width:600px;
}
/* main block */
#header {
background:#eee;
background-image:radial-gradient(ellipse at center, #fefefe, #e5e5e5);
border-top:4px solid #f70;
text-align:center;
text-shadow:1px 1px 0px #fff;
}
#header #subtitle {
color:#e06900;
}
#content {
background:#fefefe;
border-width:1px;
border-style:solid;
border-color:#ddd #eee;
box-shadow:inset 0 0 20px #eee;
}
#footer {
background:#eee;
border-bottom:2px solid #f70;
}
/* links */
a {
color:#f70;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/* images */
img.photo {
border:10px solid #ddd;
}
img.photo:hover {
border-color:#eee;
}
/* paragraphs */
blockquote {
border-left:2px solid #aaa;
border-radius:2px;
}
/* tables */
#content table td {
border-bottom:1px solid #efefef;
}
#content table th {
background:#aaa;
color:#fff;
border-right:1px solid #ddd;
}
#content table tfoot td {
background:#eee;
border-right:1px solid #fff;
}