SparkleShare/data/html/event-log.html
2010-11-06 15:05:48 +00:00

44 lines
682 B
HTML

<!doctype html>
<html>
<head>
<title>Event Log</title>
<link rel="stylesheet" media="screen" href="style.css" />
<style>
body {
background-color: <!-- $body-background-color -->;
color: <!-- $body-color -->;
font-size: <!-- $body-font-size -->;
}
small {
font-size: <!-- $small-font-size -->;
color: <!-- $small-color -->;
}
.day-entry-header {
background-color: <!-- $day-entry-header-background-color -->;
}
a {
color: <!-- $a-color -->;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<!-- $log-->
</body>
</html>