roundcubemail-plugins-kolab/plugins/kolab_notes/skins/larry/print.css

43 lines
644 B
CSS
Raw Normal View History

2014-04-09 19:46:05 +02:00
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
body {
background-color: #FFF;
margin: 1em;
}
#notebody {
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;
}
#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;
}