website_rasmus/_sass/_datacoop.scss

103 lines
1.9 KiB
SCSS
Raw Permalink Normal View History

.badge:before {
2019-02-12 10:28:43 +00:00
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;
content: "";
2019-02-12 10:28:43 +00:00
}
.badge-positive:before {
background-color: #4c4;
2019-02-12 10:28:43 +00:00
}
.badge-partial:before {
background-color: #fd4;
2019-02-12 10:28:43 +00:00
}
.badge-negative:before {
background-color: #f44;
2019-02-12 10:28:43 +00:00
}
.badge-stable:before {
2019-02-13 15:26:15 +00:00
background-image: url(/images/badges/stable.svg);
}
.badge-secure-connection:before {
2019-02-12 10:28:43 +00:00
background-image: url(/images/badges/secure-connection.svg);
}
.badge-encrypted-data-storage:before {
2019-02-12 10:28:43 +00:00
background-image: url(/images/badges/encrypted-data-storage.svg);
}
.badge-zero-knowledge:before {
2019-02-12 10:28:43 +00:00
background-image: url(/images/badges/zero-knowledge.svg);
}
.badge-backup:before {
2019-02-12 10:28:43 +00:00
background-image: url(/images/badges/backup.svg);
}
.badge-logging:before {
2019-02-12 10:28:43 +00:00
background-image: url(/images/badges/logging.svg);
}
.badge-anonymous-access:before {
2019-02-12 10:28:43 +00:00
background-image: url(/images/badges/anonymous-access.svg);
}
.badge-credits,
.badge-notes {
2019-02-12 10:28:43 +00:00
color: #888;
font-size: .75em;
}
.service-details ul.badges {
list-style-type: none;
margin: 0 0 0 .5em;
padding: 0;
}
.service-details ul.badges li {
margin: .5em 0;
}
2019-02-12 12:18:48 +00:00
.hidden {
display: none;
}
.service {
text-indent: 2.25em;
background-size: contain;
background-position: top left;
background-repeat: no-repeat;
}
2022-11-09 13:01:38 +00:00
.service.mastodon {
background-image: url(/images/logos/mastodon.png);
}
.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);
}
2022-11-10 10:34:35 +00:00
.service.rallly {
background-image: url(/images/logos/rallly.svg);
}