hagrid-keyserver--hagrid/dist/assets/site.css

356 lines
7.5 KiB
CSS
Raw Normal View History

2019-04-28 21:15:25 +00:00
body {
text-align: center;
background: url("img/grey.png") repeat;
font-family: 'Roboto', sans-serif;
font-weight: 300;
2019-04-28 21:15:25 +00:00
color: #050505;
2021-06-16 12:22:32 +00:00
word-wrap: break-word;
2019-04-28 21:15:25 +00:00
}
/* roboto-300 - latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto-v20-latin_latin-ext-300.eot');
src: local('Roboto Light'), local('Roboto-Light'),
url('fonts/roboto-v20-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'),
url('fonts/roboto-v20-latin_latin-ext-300.woff2') format('woff2'),
url('fonts/roboto-v20-latin_latin-ext-300.woff') format('woff'),
url('fonts/roboto-v20-latin_latin-ext-300.ttf') format('truetype'),
url('fonts/roboto-v20-latin_latin-ext-300.svg#Roboto') format('svg');
}
2019-02-12 13:11:03 +00:00
/* roboto-regular - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('fonts/roboto-v20-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('fonts/roboto-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto-v20-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url('fonts/roboto-v20-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
src: local('Roboto Medium'), local('Roboto-Medium'),
url('fonts/roboto-v20-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto-v20-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto-v20-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto-v20-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto-v20-latin-ext_latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-mono-300 - latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto-mono-v11-latin-300.eot'); /* IE9 Compat Modes */
src: local(''),
url('fonts/roboto-mono-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto-mono-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto-mono-v11-latin-300.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto-mono-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto-mono-v11-latin-300.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* ubuntu-mono-regular - latin */
@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;
font-weight: 400;
src: url('fonts/ubuntu-mono-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Ubuntu Mono'), local('UbuntuMono-Regular'),
url('fonts/ubuntu-mono-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/ubuntu-mono-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/ubuntu-mono-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/ubuntu-mono-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/ubuntu-mono-v9-latin-regular.svg#UbuntuMono') format('svg'); /* Legacy iOS */
}
h1, h2, h3, h4 {
font-weight: 500;
}
strong {
font-weight: bolder;
}
span.brand {
font-family: "Ubuntu Mono";
2019-04-25 21:03:55 +00:00
}
2019-02-22 15:02:22 +00:00
h1 {
padding-bottom: 0.75em;
padding-bottom: 0.75em;
2019-02-22 15:02:22 +00:00
}
2019-02-12 13:11:03 +00:00
2019-05-17 20:31:04 +00:00
.ui p {
line-height: 1.8em;
}
a, a:visited {
2019-04-25 21:03:55 +00:00
color: #0057B3;
2019-05-17 20:31:04 +00:00
text-decoration: none;
}
2019-06-12 12:02:45 +00:00
hr {
color: #4aa3ff;
}
2019-05-17 20:31:04 +00:00
a.brand {
color: #050505;
}
2020-11-11 17:54:23 +00:00
.usage > h2 a, .usage > h2 a:visited {
color: #050505;
}
2019-07-12 16:10:18 +00:00
.usage h2 div {
display: inline-block;
width: 2.5em;
text-align: center;
}
.usage h2 div img {
display: inline-block;
height: 2em;
vertical-align: -30%;
}
2020-02-05 19:43:13 +00:00
h4:target, h3:target, h2:target {
2019-06-10 18:28:37 +00:00
background-color: #ffa;
}
2019-07-12 16:10:18 +00:00
h4 a, h4 a:visited, h3 a, h3 a:visited {
2019-06-10 18:28:37 +00:00
color: #050505;
}
2019-05-17 20:31:04 +00:00
a:hover {
text-decoration: underline;
}
2019-02-12 13:11:03 +00:00
code {
2019-02-22 15:02:22 +00:00
background-color: #ccc;
padding: 0 0.3em;
2019-02-22 15:02:22 +00:00
border-radius: 3px;
box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.2);
}
code.snippet {
border: 1px solid #aaa;
font-size: 12px;
padding: 1em;
}
2019-05-21 01:26:25 +00:00
.example {
display: flex;
}
.example div {
flex: 1;
min-width: 0;
}
blockquote {
2019-06-05 12:33:02 +00:00
font-family: monospace;
2019-05-21 01:26:25 +00:00
background: #f9f9f9;
2021-02-19 02:40:52 +00:00
border-inline-start: 10px solid #ccc;
2019-05-21 01:26:25 +00:00
margin: 1.5em 10px;
padding: 0.5em 10px;
}
blockquote p {
display: inline;
}
2019-02-22 20:15:06 +00:00
li {
2021-02-19 02:40:52 +00:00
text-align: start;
2019-02-22 20:15:06 +00:00
}
abbr {
text-decoration: none;
color: #444;
}
2019-02-22 15:02:22 +00:00
.search, .upload, .manage {
2019-02-12 13:11:03 +00:00
display: flex;
2019-04-25 21:03:55 +00:00
padding: 0 15%;
2019-02-22 15:02:22 +00:00
}
2019-02-12 13:11:03 +00:00
@media screen and (min-width: 450px) {
.search, .upload, .manage {
display: flex;
padding: 0 15%;
}
}
2019-02-22 15:02:22 +00:00
.manageEmail, .searchTerm, .fileUpload {
2019-02-12 13:11:03 +00:00
flex-grow: 1;
2019-02-22 20:07:49 +00:00
border: 3px solid;
2019-02-22 15:02:22 +00:00
padding: 5px;
height: 20px;
outline: none;
2021-02-19 02:40:52 +00:00
border-radius: 5px 0 0 5px;
}
.rtl .manageEmail, .rtl .searchTerm, .rtl .fileUpload {
border-radius: 0 5px 5px 0;
2019-02-22 15:02:22 +00:00
}
2019-02-12 13:11:03 +00:00
2019-02-22 20:07:49 +00:00
.manageEmail {
border-color: #d93838;
}
.searchTerm, .fileUpload {
border-color: #4aa3ff;
}
2019-02-22 15:02:22 +00:00
.iconButton {
width: 40px;
}
2019-02-12 13:11:03 +00:00
.publishedUid {
margin-left: auto;
margin-right: auto;
2019-05-03 13:34:34 +00:00
width: 65%;
2021-02-19 02:40:52 +00:00
text-align: start;
}
.publishedUid div {
float: right;
}
2021-02-19 02:40:52 +00:00
.rtl .publishedUid div {
float: left;
}
2019-04-26 21:13:56 +00:00
.verificationEmails {
margin-left: auto;
margin-right: auto;
width: 50%;
2021-02-19 02:40:52 +00:00
text-align: start;
2019-04-26 21:13:56 +00:00
}
.verificationEmails ul {
margin-top: 0.3em;
margin-bottom: 0.3em;
}
.verificationEmails li {
line-height: 1.5em;
}
2019-05-17 20:31:04 +00:00
.usage li {
line-height: 1.5em;
}
2019-02-22 15:02:22 +00:00
.button {
height: 36px;
2019-02-22 20:07:49 +00:00
border: 1px solid;
2019-02-12 13:11:03 +00:00
text-align: center;
color: #fff;
2019-02-22 15:02:22 +00:00
border-radius: 5px;
cursor: pointer;
font-size: 20px;
font-family: inherit;
font-weight: bolder;
2019-02-22 15:02:22 +00:00
}
2019-02-12 13:11:03 +00:00
2019-02-22 20:07:49 +00:00
.manageButton {
border-color: #d93838;
background: #d93838;
}
.searchButton, .uploadButton {
border-color: #4aa3ff;
background: #4aa3ff;
}
2019-02-22 15:02:22 +00:00
.searchButton, .manageButton, .uploadButton {
2021-02-19 02:40:52 +00:00
border-radius: 0 5px 5px 0;
}
.rtl .searchButton, .rtl .manageButton, .rtl .uploadButton {
border-radius: 5px 0 0 5px;
2019-02-22 15:02:22 +00:00
}
2019-02-12 13:11:03 +00:00
2019-04-28 21:47:20 +00:00
.button img, .button svg {
vertical-align: middle;
}
2019-02-22 15:02:22 +00:00
.card {
position: relative;
display: inline-block;
margin-top: 4vh;
padding: 20px 30px 50px;
2019-02-12 13:11:03 +00:00
background-color: #fff;
2019-02-22 15:02:22 +00:00
border-top: 5px solid #4aa3ff;
box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.2);
width: 80vw;
max-width: 800px;
}
/* This is used to enlarge the card, but is also used to constrain the
flow of text in /about. */
.card > .about {
2021-02-19 02:40:52 +00:00
text-align: start;
2019-04-25 21:21:06 +00:00
}
2019-04-26 21:13:56 +00:00
span.fingerprint {
font-family: "Ubuntu Mono";
2019-04-26 21:13:56 +00:00
}
2019-04-25 21:39:15 +00:00
span.email {
font-family: "Ubuntu Mono";
white-space: nowrap;
2019-04-25 21:39:15 +00:00
}
.debug_link {
position: absolute;
right: 0px;
2021-02-19 02:40:52 +00:00
left: 0px;
top: 0px;
margin: 10px;
font-size: 12px;
2021-02-19 02:40:52 +00:00
text-align: end;
}
.debug_link a {
color: transparent;
}
.debug_link a:hover {
color: #bbb;
}
2019-02-22 15:02:22 +00:00
.attribution {
position: fixed;
z-index: -1;
2019-02-12 13:11:03 +00:00
bottom: 0;
2019-02-22 15:02:22 +00:00
right: 0;
2021-02-19 02:40:52 +00:00
left: 0;
text-align: end;
2019-02-22 15:02:22 +00:00
font-size: 12px;
2019-02-12 13:11:03 +00:00
color: #bbb;
2022-03-10 17:09:10 +00:00
margin: 10px 20px;
2019-02-22 15:02:22 +00:00
}
2019-02-12 13:11:03 +00:00
2019-02-22 15:02:22 +00:00
.attribution a {
color: #ccc;
}
input.textbutton {
padding: 0px;
border: none;
background: none;
margin: 0px;
cursor: pointer;
color: blue;
font-family: inherit;
font-size: inherit;
}