SparkleShare/data/html/event-log.html

106 lines
1.9 KiB
HTML
Raw Normal View History

2010-11-06 15:05:48 +00:00
<!doctype html>
<html>
<head>
<title>Event Log</title>
<style>
body {
2011-03-17 00:25:51 +00:00
background-color: #f0f0f0;
2010-11-06 15:05:48 +00:00
color: <!-- $body-color -->;
font-size: <!-- $body-font-size -->;
font-family: <!-- $body-font-family -->;
margin: 0;
padding: 0;
margin-top: 20px;
2010-11-06 15:05:48 +00:00
}
small {
font-size: <!-- $small-font-size -->;
color: <!-- $small-color -->;
}
.day-entry-header {
font-size: <!-- $day-entry-header-font-size -->;
color: #babdb6;
2011-03-17 00:25:51 +00:00
text-align: center;
margin-left: auto;
margin-right: auto;
width: 90%;
text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}
.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 {
2011-03-17 12:07:19 +00:00
width: 100px;
padding-left: 0;
margin-left: 12px;
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 {
color: <!-- $a-hover-color -->;
2010-11-06 15:05:48 +00:00
}
td {
vertical-align: top;
}
.event-time, dt {
font-size: 80%;
color: <!-- $secondary-font-color -->;
}
.no-buddy-icon {
margin-right: 12px;
width: 36px;
height: 36px;
background-image: url('<!-- $no-buddy-icon-background-image -->');
background-repeat: no-repeat;
background-position: center;
}
.buddy-icon {
2011-02-07 17:09:31 +00:00
width: 36px;
height: 36px;
}
.event-entry-content {
background-color: #fff;
margin: 12px;
padding: 12px;
-webkit-border-radius: 6px;
2011-03-13 21:03:40 +00:00
border: #ddd 1px solid;
}
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>