2012-05-28 06:18:14 +00:00
|
|
|
body {
|
2012-09-10 19:06:14 +02:00
|
|
|
margin: 10px 10px;
|
2012-05-28 06:18:14 +00:00
|
|
|
background: lightgray;
|
|
|
|
color: black;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
background: lightblue;
|
|
|
|
color: black;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 2px blue solid;
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
|
|
|
|
2012-09-10 19:06:14 +02:00
|
|
|
#pmd-logo {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 360px;
|
|
|
|
}
|
|
|
|
|
2012-05-28 06:18:14 +00:00
|
|
|
.container {
|
|
|
|
border-radius: 15px;
|
|
|
|
padding: 20px;
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
width: 100%;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-1 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-3 {
|
|
|
|
width: 30%;
|
|
|
|
margin-right: 3%;
|
|
|
|
min-width: 300px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-2-3 {
|
|
|
|
width: 63%;
|
|
|
|
margin-right: 3%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-margin {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
font-size: 60%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-family: serif;
|
2012-09-10 19:06:14 +02:00
|
|
|
width: 85%;
|
2012-05-28 06:18:14 +00:00
|
|
|
margin: 3em auto;
|
|
|
|
font-size: 140%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.externalLink {
|
|
|
|
background: url("external.png") no-repeat scroll right center transparent;
|
|
|
|
padding-right: 18px;
|
|
|
|
}
|