SparkleShare/data/html/event-log.html

84 lines
1.3 KiB
HTML
Raw Normal View History

2010-11-06 15:05:48 +00:00
<!doctype html>
<html>
<head>
<title>Event Log</title>
<style>
body {
background-color: <!-- $body-background-color -->;
color: <!-- $body-color -->;
font-size: <!-- $body-font-size -->;
font-family: <!-- $body-font-family -->;
margin: 0;
padding: 0;
2010-11-06 15:05:48 +00:00
}
small {
font-size: <!-- $small-font-size -->;
color: <!-- $small-color -->;
}
.day-entry-header {
background-color: <!-- $day-entry-header-background-color -->;
2011-02-07 01:22:23 +00:00
padding: 9px;
}
.day-entry-content {
2011-02-06 16:56:38 +00:00
padding: 9px;
}
dl {
padding: 0;
margin: 0;
2011-02-06 16:56:38 +00:00
padding-bottom: 15px;
}
dt {
2011-02-06 16:56:38 +00:00
padding-bottom: 9px;
padding-top: 9px;
}
dd {
padding-left: 0;
2011-02-06 16:56:38 +00:00
margin-left: 9px;
text-overflow: ellipsis;
2010-11-06 15:05:48 +00:00
}
2010-11-06 15:05:48 +00:00
a {
color: <!-- $a-color -->;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
td {
vertical-align: top;
}
.event-time, dt {
font-size: 80%;
color: <!-- $secondary-font-color -->;
}
img {
2011-02-07 17:09:31 +00:00
margin-right: 12px;
width: 36px;
height: 36px;
background-color: <!-- $small-color -->;
}
2010-11-06 15:05:48 +00:00
</style>
</head>
<body onDragStart='return false'>
<!-- $event-log-content -->
2010-11-06 15:05:48 +00:00
</body>
</html>