2007-11-04 13:43:39 +03:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
2008-06-29 13:50:42 +04:00
|
|
|
body {
|
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
font-size: 0.8em;
|
|
|
|
color:#484848;
|
|
|
|
}
|
2009-02-14 21:32:11 +03:00
|
|
|
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
|
|
|
|
h1 { font-size: 1.2em; }
|
|
|
|
h2, h3 { font-size: 1.1em; }
|
|
|
|
a, a:link, a:visited { color: #2A5685;}
|
|
|
|
a:hover, a:active { color: #c61a1a; }
|
|
|
|
a.wiki-anchor { display: none; }
|
2008-06-29 13:50:42 +04:00
|
|
|
hr {
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
background: #ccc;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2007-11-04 13:43:39 +03:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<%= yield %>
|
|
|
|
<hr />
|
2008-10-27 14:08:29 +03:00
|
|
|
<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer) %></span>
|
2007-11-04 13:43:39 +03:00
|
|
|
</body>
|
|
|
|
</html>
|