2014-04-09 19:46:05 +02:00
|
|
|
body {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
background-color: #FFF;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
2014-06-26 10:26:14 +02:00
|
|
|
#notebody * {
|
2014-04-09 19:46:05 +02:00
|
|
|
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notedetailstitle {
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
border-bottom: 1px solid #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notedetailstitle #notetags {
|
|
|
|
margin-bottom: 0.4em;
|
|
|
|
font-style: italic;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2014-04-09 19:50:01 +02:00
|
|
|
#notedetailstitle #notetags .tag {
|
|
|
|
margin-right: 0.8em;
|
|
|
|
}
|
|
|
|
|
2014-04-09 19:46:05 +02:00
|
|
|
#notedetailstitle .dates {
|
|
|
|
margin-bottom: 0.2em;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notedetailstitle .dates span {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notedetailstitle h1 {
|
|
|
|
font-size: 14pt;
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
}
|