2019-02-12 10:28:43 +00:00
|
|
|
.badge {
|
|
|
|
font-family: monospace;
|
|
|
|
border: .1em solid #000;
|
|
|
|
border-radius: 1.1em;
|
|
|
|
width: 2em;
|
|
|
|
height: 2em;
|
|
|
|
margin-bottom: -.6em;
|
|
|
|
margin-right: .5em;
|
|
|
|
overflow: hidden;
|
|
|
|
display: inline-block;
|
|
|
|
text-indent: 10em;
|
|
|
|
background: #ccc center center;
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-positive {
|
2019-02-12 11:27:35 +00:00
|
|
|
background-color: #4c4;
|
2019-02-12 10:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-partial {
|
2019-02-12 11:27:35 +00:00
|
|
|
background-color: #fd4;
|
2019-02-12 10:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-negative {
|
2019-02-12 11:27:35 +00:00
|
|
|
background-color: #f44;
|
2019-02-12 10:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-secure-connection{
|
|
|
|
background-image: url(/images/badges/secure-connection.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-encrypted-data-storage{
|
|
|
|
background-image: url(/images/badges/encrypted-data-storage.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-zero-knowledge{
|
|
|
|
background-image: url(/images/badges/zero-knowledge.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-backup{
|
|
|
|
background-image: url(/images/badges/backup.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-logging{
|
|
|
|
background-image: url(/images/badges/logging.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-anonymous-access {
|
|
|
|
background-image: url(/images/badges/anonymous-access.svg);
|
|
|
|
}
|
|
|
|
|
2019-02-12 11:27:35 +00:00
|
|
|
.badge-credits,
|
|
|
|
.badge-notes {
|
2019-02-12 10:28:43 +00:00
|
|
|
color: #888;
|
|
|
|
font-size: .75em;
|
|
|
|
}
|
2019-02-12 11:27:35 +00:00
|
|
|
|
2019-02-12 11:56:54 +00:00
|
|
|
.service-details ul.badges {
|
2019-02-12 11:27:35 +00:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0 0 0 .5em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2019-02-12 11:56:54 +00:00
|
|
|
.service-details ul.badges li {
|
2019-02-12 11:27:35 +00:00
|
|
|
margin: .5em 0;
|
|
|
|
}
|
2019-02-12 12:18:48 +00:00
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-02-12 13:12:19 +00:00
|
|
|
|
|
|
|
.service {
|
|
|
|
text-indent: 2.25em;
|
|
|
|
background-size: contain;
|
|
|
|
background-position: top left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service.nextcloud {
|
|
|
|
background-image: url(/images/logos/nextcloud.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.service.gitea {
|
|
|
|
background-image: url(/images/logos/gitea.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.service.passit {
|
|
|
|
background-image: url(/images/logos/passit.png);
|
|
|
|
}
|