mirror of
https://github.com/etesync/android
synced 2025-03-11 04:56:22 +00:00

* recurring events * classification * status * attendees * ical4j 1.0.4 -> 1.0.5 * remove biweekly (replaced by ical4j)
52 lines
575 B
CSS
52 lines
575 B
CSS
body {
|
|
background-color: white;
|
|
font-family: tahoma, verdana, sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 36pt;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
table, h1 {
|
|
margin: 20px;
|
|
/* float: left; */
|
|
}
|
|
|
|
thead {
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.title {
|
|
font-size: 36pt;
|
|
}
|
|
|
|
.content {
|
|
margin: 20px;
|
|
}
|
|
|
|
#footer {
|
|
text-align: center;
|
|
margin: 10px auto 10px auto;
|
|
font-size: xx-small;
|
|
}
|