80 lines
925 B
CSS
80 lines
925 B
CSS
/*A1 - 300 PPI 7017 Pixels 9933 Pixels */
|
|
|
|
body {
|
|
border: dotted 2px black;
|
|
padding:1em;
|
|
font-size:1em;
|
|
font-family: sans-serif;
|
|
}
|
|
@viewport {
|
|
width:7017px;
|
|
height:9933px;
|
|
}
|
|
.title {
|
|
margin: 10px 25%;
|
|
width: 49%;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
img#main{
|
|
max-width: 100%;
|
|
}
|
|
#smallleft{
|
|
float: left;
|
|
}
|
|
|
|
#calendar{
|
|
width: 49%;
|
|
float: right;
|
|
}
|
|
|
|
.clnr{
|
|
width:25%;
|
|
float:right;
|
|
height: 100%;
|
|
border: solid 1px #ddd;
|
|
}
|
|
.clnl{
|
|
width: 25%;
|
|
border: solid 1px #ddd;
|
|
display: inline-block;
|
|
}
|
|
|
|
hr{
|
|
clear:both;
|
|
}
|
|
|
|
/*stop Mozilla Sunbird*/
|
|
.vevent {
|
|
border: 1px solid black;
|
|
padding: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.key {
|
|
font-style: italic;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.value {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
abbr {
|
|
border: none;
|
|
}
|
|
|
|
.summarykey {
|
|
display: none;
|
|
}
|
|
|
|
.summary {
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 3px;
|
|
}
|
|
|
|
.description {
|
|
white-space: pre-wrap;
|
|
}
|
|
/*stop Mozilla Sunbird*/
|