2019-04-28 17:15:25 -04:00
|
|
|
body {
|
|
|
|
text-align: center;
|
|
|
|
background: url("img/grey.png") repeat;
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
color: #050505;
|
|
|
|
}
|
|
|
|
|
2019-02-22 16:50:25 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: url('fonts/roboto-v18-latin-300.eot');
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'),
|
|
|
|
url('fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('fonts/roboto-v18-latin-300.woff2') format('woff2'),
|
|
|
|
url('fonts/roboto-v18-latin-300.woff') format('woff'),
|
|
|
|
url('fonts/roboto-v18-latin-300.ttf') format('truetype'),
|
|
|
|
url('fonts/roboto-v18-latin-300.svg#Roboto') format('svg');
|
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-04-25 17:03:55 -04:00
|
|
|
tt {
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
h1 {
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-05-17 16:31:04 -04:00
|
|
|
.ui p {
|
|
|
|
line-height: 1.8em;
|
|
|
|
}
|
|
|
|
|
2019-02-22 16:50:25 -05:00
|
|
|
a, a:visited {
|
2019-04-25 17:03:55 -04:00
|
|
|
color: #0057B3;
|
2019-05-17 16:31:04 -04:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2019-06-12 08:02:45 -04:00
|
|
|
hr {
|
|
|
|
color: #4aa3ff;
|
|
|
|
}
|
|
|
|
|
2019-05-17 16:31:04 -04:00
|
|
|
a.brand {
|
|
|
|
color: #050505;
|
|
|
|
}
|
|
|
|
|
2019-07-12 12:10:18 -04: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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4:target, h3:target {
|
2019-06-10 14:28:37 -04:00
|
|
|
background-color: #ffa;
|
|
|
|
}
|
|
|
|
|
2019-07-12 12:10:18 -04:00
|
|
|
h4 a, h4 a:visited, h3 a, h3 a:visited {
|
2019-06-10 14:28:37 -04:00
|
|
|
color: #050505;
|
|
|
|
}
|
|
|
|
|
2019-05-17 16:31:04 -04:00
|
|
|
span.brand {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
2019-02-22 16:50:25 -05:00
|
|
|
}
|
|
|
|
|
2019-02-12 08:11:03 -05:00
|
|
|
code {
|
2019-02-22 10:02:22 -05:00
|
|
|
background-color: #ccc;
|
2019-03-07 04:55:32 -05:00
|
|
|
padding: 0 0.3em;
|
2019-02-22 10:02:22 -05:00
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
|
|
|
|
2019-03-07 04:55:32 -05:00
|
|
|
code.snippet {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2019-05-20 21:26:25 -04:00
|
|
|
.example {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.example div {
|
|
|
|
flex: 1;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
2019-06-05 08:33:02 -04:00
|
|
|
font-family: monospace;
|
2019-05-20 21:26:25 -04:00
|
|
|
background: #f9f9f9;
|
|
|
|
border-left: 10px solid #ccc;
|
|
|
|
margin: 1.5em 10px;
|
|
|
|
padding: 0.5em 10px;
|
|
|
|
}
|
|
|
|
blockquote:before {
|
|
|
|
color: #ccc;
|
|
|
|
font-size: 4em;
|
|
|
|
line-height: 0.1em;
|
|
|
|
margin-right: 0.25em;
|
|
|
|
vertical-align: -0.4em;
|
|
|
|
}
|
|
|
|
blockquote p {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2019-02-22 15:15:06 -05:00
|
|
|
li {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.search, .upload, .manage {
|
2019-02-12 08:11:03 -05:00
|
|
|
display: flex;
|
2019-04-25 17:03:55 -04:00
|
|
|
padding: 0 15%;
|
2019-02-22 10:02:22 -05:00
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.manageEmail, .searchTerm, .fileUpload {
|
2019-02-12 08:11:03 -05:00
|
|
|
flex-grow: 1;
|
2019-02-22 15:07:49 -05:00
|
|
|
border: 3px solid;
|
2019-02-22 10:02:22 -05:00
|
|
|
padding: 5px;
|
|
|
|
height: 20px;
|
|
|
|
border-radius: 5px;
|
|
|
|
outline: none;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-02-22 15:07:49 -05:00
|
|
|
.manageEmail {
|
|
|
|
border-color: #d93838;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchTerm, .fileUpload {
|
|
|
|
border-color: #4aa3ff;
|
|
|
|
}
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.iconButton {
|
|
|
|
width: 40px;
|
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-04-26 09:15:54 -04:00
|
|
|
.publishedUid {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2019-05-03 09:34:34 -04:00
|
|
|
width: 65%;
|
2019-04-26 09:15:54 -04:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.publishedUid div {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2019-04-26 17:13:56 -04:00
|
|
|
.verificationEmails {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 50%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.verificationEmails ul {
|
|
|
|
margin-top: 0.3em;
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
}
|
|
|
|
.verificationEmails li {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2019-05-17 16:31:04 -04:00
|
|
|
.usage li {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.button {
|
|
|
|
height: 36px;
|
2019-02-22 15:07:49 -05:00
|
|
|
border: 1px solid;
|
2019-02-12 08:11:03 -05:00
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
2019-02-22 10:02:22 -05:00
|
|
|
border-radius: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: inherit;
|
2019-06-06 07:20:18 -04:00
|
|
|
font-weight: bold;
|
2019-02-22 10:02:22 -05:00
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-02-22 15:07:49 -05:00
|
|
|
.manageButton {
|
|
|
|
border-color: #d93838;
|
|
|
|
background: #d93838;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchButton, .uploadButton {
|
|
|
|
border-color: #4aa3ff;
|
|
|
|
background: #4aa3ff;
|
|
|
|
}
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.searchButton, .manageButton, .uploadButton {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-04-28 17:47:20 -04:00
|
|
|
.button img, .button svg {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.card {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 4vh;
|
|
|
|
padding: 20px 30px 50px;
|
2019-02-12 08:11:03 -05:00
|
|
|
background-color: #fff;
|
2019-02-22 10:02:22 -05:00
|
|
|
border-top: 5px solid #4aa3ff;
|
|
|
|
box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.2);
|
2019-03-06 06:30:56 -05:00
|
|
|
width: 80vw;
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
|
2019-04-26 09:15:54 -04:00
|
|
|
/* This is used to enlarge the card, but is also used to constrain the
|
|
|
|
flow of text in /about. */
|
|
|
|
.card > .about {
|
2019-04-25 17:21:06 -04:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2019-04-26 17:13:56 -04:00
|
|
|
span.fingerprint {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: larger;
|
|
|
|
}
|
|
|
|
|
2019-04-25 17:39:15 -04:00
|
|
|
span.email {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
2019-06-23 09:47:13 -04:00
|
|
|
.debug_link {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
margin: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.debug_link a {
|
|
|
|
color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.debug_link a:hover {
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.attribution {
|
2019-03-07 05:18:54 -05:00
|
|
|
position: fixed;
|
2019-02-26 07:12:28 -05:00
|
|
|
z-index: -1;
|
2019-02-12 08:11:03 -05:00
|
|
|
bottom: 0;
|
2019-02-22 10:02:22 -05:00
|
|
|
right: 0;
|
2019-02-12 08:11:03 -05:00
|
|
|
width: 100%;
|
2019-02-22 10:02:22 -05:00
|
|
|
text-align: right;
|
|
|
|
font-size: 12px;
|
2019-02-12 08:11:03 -05:00
|
|
|
color: #bbb;
|
2019-02-22 10:02:22 -05:00
|
|
|
margin: 10px;
|
|
|
|
}
|
2019-02-12 08:11:03 -05:00
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
.attribution a {
|
|
|
|
color: #ccc;
|
|
|
|
}
|