2017-07-06 03:09:37 +02:00
|
|
|
body {
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(0, 0%, 98%);
|
2020-03-17 23:28:30 +01:00
|
|
|
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
|
|
|
line-height: 150%;
|
|
|
|
height: 100%;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 17px;
|
2017-07-06 03:09:37 +02:00
|
|
|
}
|
|
|
|
|
2018-05-26 19:18:06 +02:00
|
|
|
.noscroll {
|
|
|
|
overflow: hidden;
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
2019-01-06 19:27:53 +01:00
|
|
|
.digest-address-link {
|
|
|
|
margin-top: 10px;
|
2019-06-18 20:58:40 +02:00
|
|
|
color: hsl(0, 0%, 60%);
|
2019-01-06 19:27:53 +01:00
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-06-10 09:22:55 +02:00
|
|
|
.mac-cmd-key {
|
|
|
|
font-size: 15px;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.container-fluid {
|
|
|
|
padding: 0px;
|
2013-06-19 21:15:01 +02:00
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
/* Hack for IE */
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
|
|
|
|
2013-06-19 21:58:46 +02:00
|
|
|
margin: 0 auto -56px;
|
2013-05-16 21:24:11 +02:00
|
|
|
}
|
|
|
|
|
2017-07-27 03:05:45 +02:00
|
|
|
.normal {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.navbar {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inner {
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
2017-02-14 00:08:58 +01:00
|
|
|
.header {
|
2017-07-06 03:09:37 +02:00
|
|
|
position: relative;
|
|
|
|
|
2017-02-14 00:08:58 +01:00
|
|
|
padding: 6px 0px;
|
2017-02-24 05:05:51 +01:00
|
|
|
height: 29px;
|
2017-02-14 00:08:58 +01:00
|
|
|
|
2018-09-27 21:57:07 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2019-06-19 04:53:16 +02:00
|
|
|
box-shadow: 0px 0px 4px hsla(0, 0%, 0%, 0.1);
|
2017-02-14 00:08:58 +01:00
|
|
|
|
2017-08-01 19:13:03 +02:00
|
|
|
z-index: 100;
|
2017-02-14 00:08:58 +01:00
|
|
|
}
|
|
|
|
|
2016-08-01 04:24:56 +02:00
|
|
|
.navbar.footer .nav > li {
|
2013-06-19 21:58:46 +02:00
|
|
|
line-height: 56px;
|
2013-06-19 21:53:56 +02:00
|
|
|
}
|
|
|
|
|
2016-08-01 04:24:56 +02:00
|
|
|
.navbar.footer .nav > li > a {
|
2013-06-19 21:53:56 +02:00
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.push {
|
2013-06-19 21:58:46 +02:00
|
|
|
height: 56px;
|
2013-06-19 21:15:01 +02:00
|
|
|
}
|
|
|
|
|
2016-12-06 01:23:21 +01:00
|
|
|
.breakpoint {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2013-06-19 21:15:01 +02:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-08 01:30:16 +01:00
|
|
|
/* The API tabbed content tends to have a lot of code blocks,
|
|
|
|
which look nicer against a different background */
|
|
|
|
.api-center .code-section .blocks {
|
|
|
|
background-color: hsl(0, 0%, 98%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.api-center .code-section ul.nav li.active {
|
|
|
|
background-color: hsl(0, 0%, 98%);
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 98%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The Help Center tabbed content tends to be a lot short sentences.
|
|
|
|
We also want the Help Center tabbed content to pop more. */
|
|
|
|
.help-center .code-section .blocks {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
2019-01-06 19:27:53 +01:00
|
|
|
.digest-container {
|
|
|
|
padding-top: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.digest-email-container {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto !important;
|
2019-02-13 04:13:38 +01:00
|
|
|
max-width: 700px;
|
2019-01-06 19:27:53 +01:00
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.digest-email-html {
|
|
|
|
padding: 20px;
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
.help .app-main {
|
|
|
|
padding: 0;
|
2018-05-26 19:18:06 +02:00
|
|
|
margin-top: 59px;
|
2018-07-11 19:18:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.app.help {
|
|
|
|
display: inline-flex;
|
2017-07-10 20:50:11 +02:00
|
|
|
|
2019-06-19 04:53:16 +02:00
|
|
|
box-shadow: 0px -20px 50px hsla(0, 0%, 0%, 0.04);
|
2017-07-10 20:50:11 +02:00
|
|
|
overflow: auto;
|
2017-10-03 19:54:14 +02:00
|
|
|
|
2017-08-22 07:28:04 +02:00
|
|
|
color: hsl(0, 0%, 27%);
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2019-02-09 01:24:03 +01:00
|
|
|
/* Markdown processor generates lots of spurious <p></p> */
|
|
|
|
.help p:empty {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2017-07-10 20:50:11 +02:00
|
|
|
.help .sidebar {
|
|
|
|
width: 300px;
|
|
|
|
z-index: 1;
|
|
|
|
/* 100vh - navbar - paddingTop - paddingBottom - bottomNav */
|
2018-07-11 19:18:36 +02:00
|
|
|
height: calc(100vh - 59px);
|
2017-07-10 20:50:11 +02:00
|
|
|
|
2017-10-03 20:11:23 +02:00
|
|
|
border-right: 1px solid hsl(219, 10%, 97%);
|
2017-07-10 20:50:11 +02:00
|
|
|
overflow: auto;
|
2017-08-22 21:03:28 +02:00
|
|
|
|
2017-08-22 07:28:04 +02:00
|
|
|
background-color: hsl(153, 32%, 55%);
|
|
|
|
color: hsl(0, 0%, 100%);
|
2017-10-03 20:11:23 +02:00
|
|
|
|
2017-08-22 21:03:28 +02:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
.help .sidebar .content {
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
|
2017-08-21 07:27:42 +02:00
|
|
|
.help .sidebar h1 {
|
2020-03-20 15:12:06 +01:00
|
|
|
font-weight: 400;
|
2017-08-21 07:27:42 +02:00
|
|
|
font-size: 1.25em;
|
2017-12-28 19:12:14 +01:00
|
|
|
line-height: 1.5;
|
|
|
|
margin-bottom: 0px;
|
2018-10-06 04:48:54 +02:00
|
|
|
border-bottom: 1px solid hsla(0, 0, 100%, .6);
|
2017-08-21 07:27:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.help .sidebar h1:not(:first-of-type) {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2018-09-12 09:09:57 +02:00
|
|
|
.help .sidebar h1:first-of-type,
|
|
|
|
.help .sidebar h1.home-link {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2017-12-28 19:12:14 +01:00
|
|
|
.help .sidebar h2 {
|
2020-03-20 15:15:03 +01:00
|
|
|
font-weight: 400;
|
2017-12-28 19:12:14 +01:00
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.05;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2017-12-09 11:24:21 +01:00
|
|
|
.help .sidebar.slide h2 {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-11-08 21:48:45 +01:00
|
|
|
.help .sidebar.slide h2::before {
|
2018-09-12 08:34:06 +02:00
|
|
|
display: block;
|
2017-10-01 23:00:00 +02:00
|
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
|
|
content: "\f107";
|
|
|
|
margin-right: 5px;
|
2018-09-12 08:34:06 +02:00
|
|
|
float: right;
|
2017-10-03 20:38:49 +02:00
|
|
|
|
|
|
|
opacity: 0.5;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2017-12-26 19:51:38 +01:00
|
|
|
.help .sidebar h1.home-link {
|
|
|
|
font-size: 1em;
|
2019-02-16 20:52:26 +01:00
|
|
|
margin-bottom: 17px;
|
2017-12-26 19:51:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.help .sidebar h1.home-link a::before {
|
|
|
|
display: inline-block;
|
|
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
|
|
content: "\f0d9";
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2017-07-10 20:50:11 +02:00
|
|
|
.help .sidebar ul {
|
2017-08-21 07:27:42 +02:00
|
|
|
margin: 5px 0px 10px 12px;
|
2017-11-08 21:48:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.help .sidebar.slide ul {
|
|
|
|
margin-left: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help .sidebar.slide ul {
|
2017-10-01 23:00:00 +02:00
|
|
|
display: none;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.help .sidebar li {
|
2017-10-03 20:11:51 +02:00
|
|
|
list-style-type: none;
|
2017-10-03 22:02:50 +02:00
|
|
|
font-size: 0.95em;
|
2017-08-24 23:35:34 +02:00
|
|
|
font-weight: 400;
|
2017-07-10 20:50:11 +02:00
|
|
|
line-height: 1.7;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-10-02 23:00:00 +02:00
|
|
|
.help .sidebar li a,
|
|
|
|
.help .sidebar h1 a {
|
2017-07-10 20:50:11 +02:00
|
|
|
color: inherit;
|
2017-07-14 15:03:17 +02:00
|
|
|
display: block;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2017-12-28 19:12:14 +01:00
|
|
|
.help .sidebar a.highlighted {
|
2017-12-24 18:22:33 +01:00
|
|
|
background-color: hsl(152, 40%, 42%);
|
|
|
|
|
|
|
|
/* Extend highlight to entire width of sidebar, not just link area */
|
2018-02-16 01:11:18 +01:00
|
|
|
/* This has been changed from "+" to "- -" because of issue #8403.
|
|
|
|
If the issue has been fixed, please change this back to "+" again. */
|
|
|
|
width: calc(100% - -20px);
|
2017-12-24 18:22:33 +01:00
|
|
|
margin-left: -40px;
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
|
2018-06-07 19:27:53 +02:00
|
|
|
.help .sidebar a:active,
|
|
|
|
.help .sidebar a:hover,
|
|
|
|
.help .sidebar a:focus,
|
|
|
|
.help .sidebar a:visited {
|
|
|
|
outline: none;
|
|
|
|
}
|
2019-03-01 13:34:22 +01:00
|
|
|
|
2017-07-10 20:50:11 +02:00
|
|
|
.app.help .hamburger {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-04-12 20:33:14 +02:00
|
|
|
.help-center ol,
|
2018-04-04 20:36:18 +02:00
|
|
|
.portico-landing.integrations ol {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.title {
|
2012-09-25 22:58:59 +02:00
|
|
|
font-family: Helvetica;
|
|
|
|
font-size: 100px;
|
|
|
|
font-weight: bold;
|
2013-05-06 19:57:06 +02:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 60px;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
2019-01-06 19:27:53 +01:00
|
|
|
#digest-page-title {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2012-09-25 22:58:59 +02:00
|
|
|
.lead {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.pitch {
|
2013-02-22 17:58:54 +01:00
|
|
|
width: 600px;
|
2013-09-13 06:06:10 +02:00
|
|
|
max-width: 100%;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
2016-09-16 19:05:14 +02:00
|
|
|
.help-box {
|
2016-12-06 01:23:21 +01:00
|
|
|
max-width: 500px;
|
2016-09-16 19:05:14 +02:00
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
|
|
|
font-size: 0.9rem;
|
2017-08-24 23:35:34 +02:00
|
|
|
font-weight: 400;
|
2016-09-16 19:05:14 +02:00
|
|
|
line-height: 1.2;
|
|
|
|
|
2017-06-21 09:06:11 +02:00
|
|
|
color: hsl(0, 0%, 27%);
|
2016-09-16 19:05:14 +02:00
|
|
|
|
2018-10-12 07:22:46 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 87%);
|
2016-09-16 19:05:14 +02:00
|
|
|
border-radius: 4px;
|
2017-06-21 09:06:11 +02:00
|
|
|
background-color: hsl(0, 0%, 98%);
|
2016-09-16 19:05:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.help-box .blob {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-inline {
|
2017-08-24 23:35:34 +02:00
|
|
|
font-weight: 400;
|
2016-09-16 19:05:14 +02:00
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|
2017-01-05 17:51:00 +01:00
|
|
|
.help-inline.text-error {
|
2017-09-27 01:19:46 +02:00
|
|
|
color: hsl(1, 54%, 61%);
|
2017-01-05 17:51:00 +01:00
|
|
|
}
|
|
|
|
|
2012-09-26 20:02:37 +02:00
|
|
|
a.title {
|
2018-10-14 21:57:50 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2012-09-26 20:02:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.title:hover {
|
2018-10-14 21:57:50 +02:00
|
|
|
color: hsl(0, 0%, 50%);
|
2012-09-26 20:02:37 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-10-03 17:51:15 +02:00
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.fakecontrol {
|
2012-10-03 17:51:15 +02:00
|
|
|
padding-top: 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-12-04 18:59:17 +01:00
|
|
|
|
2016-07-11 02:29:36 +02:00
|
|
|
img.screenshot {
|
2018-07-25 21:38:45 +02:00
|
|
|
/* This makes it so screenshots are still shown
|
|
|
|
even if they are larger than their span. */
|
2013-09-13 06:06:10 +02:00
|
|
|
max-width: 100%;
|
2012-12-04 18:59:17 +01:00
|
|
|
}
|
2013-02-06 17:32:06 +01:00
|
|
|
|
2013-11-13 00:19:35 +01:00
|
|
|
.android-screenshot {
|
|
|
|
margin-top: -30px;
|
|
|
|
width: 221px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iphone-screenshot {
|
|
|
|
width: 184px;
|
|
|
|
margin: 0 32px;
|
|
|
|
}
|
|
|
|
|
2013-07-15 21:26:49 +02:00
|
|
|
.full-width-screenshot {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-02-06 20:25:04 +01:00
|
|
|
/* Silly easter egg for /integrations */
|
2013-02-11 22:34:20 +01:00
|
|
|
.integral {
|
|
|
|
font-weight: normal;
|
|
|
|
display: none;
|
2013-02-06 23:49:39 +01:00
|
|
|
}
|
|
|
|
|
2013-02-11 22:34:20 +01:00
|
|
|
.show-integral {
|
|
|
|
position: relative;
|
2013-02-06 20:25:04 +01:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:50:20 +02:00
|
|
|
.show-integral:hover::after {
|
2013-02-06 20:25:04 +01:00
|
|
|
content: "dx";
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration {
|
|
|
|
margin-top: 2em;
|
|
|
|
padding-top: 1em;
|
2019-01-23 00:33:18 +01:00
|
|
|
border-top: 1px dashed hsl(0, 0%, 0%);
|
2013-02-06 20:25:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.integration p {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
2013-04-03 22:30:36 +02:00
|
|
|
|
2013-04-08 20:21:20 +02:00
|
|
|
#pw_strength {
|
2013-04-03 22:30:36 +02:00
|
|
|
/* Same width as a Bootstrap default text <input> with padding */
|
|
|
|
width: 220px;
|
2017-05-04 07:48:53 +02:00
|
|
|
height: 8px;
|
2013-04-03 22:30:36 +02:00
|
|
|
}
|
2013-04-09 22:20:46 +02:00
|
|
|
|
2017-04-20 21:02:56 +02:00
|
|
|
#registration #pw_strength {
|
|
|
|
width: 325px;
|
2017-05-01 21:33:41 +02:00
|
|
|
margin-top: 20px;
|
2017-04-20 21:02:56 +02:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:50:20 +02:00
|
|
|
.def::before {
|
2017-03-14 16:18:40 +01:00
|
|
|
content: " - ";
|
2013-04-09 22:20:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.api-details {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.api-details ul {
|
2017-03-14 16:18:40 +01:00
|
|
|
list-style-type: none;
|
2013-04-09 22:20:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.api-details dd {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.python {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commandline {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-05-02 21:50:14 +02:00
|
|
|
|
|
|
|
@media print {
|
|
|
|
#portico-area {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
2013-05-05 01:24:38 +02:00
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.landing-page {
|
|
|
|
padding: 2em 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page-bottom {
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.landing-page h2,
|
|
|
|
.landing-page h4 {
|
2013-05-16 21:24:11 +02:00
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page p {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.laptop-image {
|
|
|
|
width: 787px;
|
|
|
|
height: 414px;
|
|
|
|
background-image: url('/static/images/landing-page/laptop.png');
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.laptop-screen {
|
|
|
|
position: relative;
|
|
|
|
top: 32px;
|
|
|
|
width: 507px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-icon {
|
2017-03-14 16:18:40 +01:00
|
|
|
width: 33%;
|
2013-05-16 21:24:11 +02:00
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.portico-page h1 {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.shaded-background {
|
2017-06-21 09:06:11 +02:00
|
|
|
background-color: hsl(0, 0%, 93%);
|
2013-05-16 21:24:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.darker-background {
|
2017-06-21 09:06:11 +02:00
|
|
|
background-color: hsl(0, 0%, 28%);
|
2018-10-14 21:57:50 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2013-05-16 21:24:11 +02:00
|
|
|
}
|
2013-05-17 21:45:37 +02:00
|
|
|
|
2013-06-10 22:14:20 +02:00
|
|
|
.alert-hidden {
|
2013-05-17 21:45:37 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2013-07-11 21:40:52 +02:00
|
|
|
|
|
|
|
label.text-error {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text-error {
|
2018-10-14 21:57:50 +02:00
|
|
|
border-color: hsl(0, 100%, 50%);
|
|
|
|
outline-color: hsl(0, 100%, 50%);
|
2013-07-11 21:40:52 +02:00
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
2017-06-16 04:43:18 +02:00
|
|
|
.portico-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-10-04 21:20:40 +02:00
|
|
|
.portico-container .if-zulip-electron {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* detect if the platform is `ZulipDesktop` and if so, hide this tag! */
|
|
|
|
.portico-container[data-platform="ZulipElectron"] .if-zulip-electron {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.footer {
|
2017-08-03 22:00:06 +02:00
|
|
|
margin: 20px;
|
2013-09-13 06:06:10 +02:00
|
|
|
z-index: 100;
|
2017-08-03 22:00:06 +02:00
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
|
|
|
text-align: center;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-05-03 19:46:24 +02:00
|
|
|
.footer .footer-navigation {
|
|
|
|
margin-left: 0px;
|
2017-08-01 02:46:42 +02:00
|
|
|
margin-right: 0px;
|
2017-05-03 19:46:24 +02:00
|
|
|
}
|
|
|
|
|
2017-08-03 22:00:06 +02:00
|
|
|
/* -- new footer -- */
|
|
|
|
.footer {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer a {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer section {
|
2017-08-24 18:56:01 +02:00
|
|
|
width: calc(25% - 40px);
|
|
|
|
margin: 0px 20px;
|
|
|
|
max-width: 150px;
|
2017-08-03 22:00:06 +02:00
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer section h3 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: 600;
|
2017-08-28 20:22:59 +02:00
|
|
|
line-height: 1.2;
|
|
|
|
|
|
|
|
margin-bottom: 5px;
|
2017-08-03 22:00:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer section ul {
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-08-03 22:00:06 +02:00
|
|
|
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* -- end new footer -- */
|
|
|
|
|
2017-06-16 04:43:18 +02:00
|
|
|
.header {
|
2018-01-09 22:50:18 +01:00
|
|
|
padding: 15px 0;
|
2017-06-16 04:43:18 +02:00
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.header-main .logo {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
position: relative;
|
2017-02-14 00:08:58 +01:00
|
|
|
line-height: 0.8;
|
2017-03-18 05:59:00 +01:00
|
|
|
}
|
|
|
|
|
2017-07-10 20:50:11 +02:00
|
|
|
.header-main .logo .light {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 8px;
|
|
|
|
|
2018-07-06 23:21:45 +02:00
|
|
|
font-size: 1.2rem;
|
2017-10-03 20:36:34 +02:00
|
|
|
font-weight: 400;
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2017-10-03 20:36:34 +02:00
|
|
|
opacity: 0.5;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.header-main .logo .brand-logo {
|
|
|
|
width: 25px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .logo span {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-left: 10px;
|
|
|
|
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2017-03-18 05:59:00 +01:00
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: 600;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .portico-logo {
|
2014-04-11 01:43:01 +02:00
|
|
|
height: 28px;
|
2014-03-12 19:31:52 +01:00
|
|
|
width: auto;
|
2014-04-11 01:43:01 +02:00
|
|
|
padding: 6px 0px 6px 0px;
|
2017-03-18 05:59:00 +01:00
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
2017-09-29 01:31:55 +02:00
|
|
|
.portico-header .dropdown {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown ul {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
list-style-type: none;
|
|
|
|
width: 200px;
|
|
|
|
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2017-09-29 01:31:55 +02:00
|
|
|
padding: 5px 0px;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
2018-09-27 21:57:07 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 87%);
|
2019-06-19 04:53:16 +02:00
|
|
|
box-shadow: 0px 2px 5px hsla(0, 0%, 0%, 0.1);
|
2017-09-29 01:31:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown.show ul {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown ul::before {
|
|
|
|
content: "\25B2";
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: -4px;
|
|
|
|
right: 9px;
|
|
|
|
|
|
|
|
font-size: 0.5em;
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 87%);
|
2017-09-29 01:31:55 +02:00
|
|
|
|
|
|
|
line-height: 0;
|
|
|
|
|
2019-08-30 03:49:42 +02:00
|
|
|
transform: scale(1.8, 1);
|
2017-09-29 01:31:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown ul li {
|
|
|
|
display: list-item;
|
|
|
|
margin: 0;
|
|
|
|
padding: 3px 10px;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown ul li:hover {
|
2019-03-07 01:04:39 +01:00
|
|
|
background-color: hsl(190, 10%, 90%);
|
2017-09-29 01:31:55 +02:00
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown ul li a {
|
|
|
|
display: block;
|
|
|
|
margin: 2px 0px;
|
2019-03-07 01:04:39 +01:00
|
|
|
padding: 0px;
|
2017-09-29 01:31:55 +02:00
|
|
|
|
|
|
|
transition: none;
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: 400;
|
|
|
|
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 27%);
|
2017-09-29 01:31:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown ul li:hover a {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: transparent;
|
2017-09-29 01:31:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown ul li a i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2017-10-26 20:04:27 +02:00
|
|
|
.portico-header .dropdown-pill {
|
2019-06-19 04:53:16 +02:00
|
|
|
border: 1px solid hsla(0, 0%, 0%, 0.2);
|
2017-10-26 20:04:27 +02:00
|
|
|
border-radius: 4px;
|
2018-11-01 08:17:10 +01:00
|
|
|
margin-left: 10px;
|
2017-10-26 20:04:27 +02:00
|
|
|
font-weight: 400;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown-pill .realm-name {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
margin: 0px 5px 0px -4px;
|
|
|
|
padding: 1px 0px 1px 5px;
|
|
|
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-page-container .portico-header .dropdown-pill .realm-name {
|
|
|
|
margin-left: -3px;
|
|
|
|
}
|
|
|
|
|
2017-10-26 20:30:40 +02:00
|
|
|
.portico-header .dropdown-pill .realm-name i.fa {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
|
|
|
|
font-size: 0.6em;
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
opacity: 0.5;
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-header .dropdown-pill:hover .realm-name i.fa {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2017-10-26 20:04:27 +02:00
|
|
|
.portico-header .dropdown-pill .header-realm-icon {
|
2017-09-29 01:31:55 +02:00
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
2017-10-26 20:04:27 +02:00
|
|
|
vertical-align: top;
|
2017-11-22 23:14:15 +01:00
|
|
|
border-radius: 4px;
|
2017-09-29 01:31:55 +02:00
|
|
|
}
|
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.app {
|
2013-09-13 06:06:10 +02:00
|
|
|
width: 100%;
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline {
|
2017-06-21 09:06:11 +02:00
|
|
|
background-color: hsl(218, 84%, 85%);
|
2014-03-13 16:11:32 +01:00
|
|
|
background: url("/static/images/landing-page/gg.jpg");
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.bottom-signup-button {
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%) !important;
|
2013-09-13 06:06:10 +02:00
|
|
|
text-decoration: none !important;
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signup-signature {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2017-03-22 21:03:45 +01:00
|
|
|
.devlogin_subheader {
|
2017-04-20 21:02:56 +02:00
|
|
|
margin-top: 10px;
|
2017-03-22 21:03:45 +01:00
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-top: 0px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2013-10-21 21:19:31 +02:00
|
|
|
.portico-large-text {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-secondary-header {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
2017-08-01 21:55:39 +02:00
|
|
|
.table.table-striped {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2019-06-19 04:53:16 +02:00
|
|
|
box-shadow: 0px 0px 4px hsla(0, 0%, 0%, 0.1);
|
2017-08-01 21:55:39 +02:00
|
|
|
}
|
|
|
|
|
2017-11-13 22:48:06 +01:00
|
|
|
.team-profiles {
|
|
|
|
/* Compensate for gutter width */
|
|
|
|
margin: -10px;
|
2019-06-03 20:21:29 +02:00
|
|
|
margin-bottom: 3px;
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2017-11-13 22:48:06 +01:00
|
|
|
.team .profile .profile-name {
|
|
|
|
font-weight: 600;
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2017-11-13 22:48:06 +01:00
|
|
|
.team .profile .profile-role {
|
|
|
|
opacity: 0.5;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: 400;
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2017-11-13 22:48:06 +01:00
|
|
|
.team .bdfl {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2017-11-13 22:48:06 +01:00
|
|
|
.team .bdfl .profile-picture {
|
2017-11-20 10:44:17 +01:00
|
|
|
flex: 0 auto;
|
2017-11-13 22:48:06 +01:00
|
|
|
width: 200px;
|
|
|
|
margin: 10px;
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:50:20 +02:00
|
|
|
.team .bdfl .profile-picture > img {
|
2017-11-13 22:48:06 +01:00
|
|
|
height: auto;
|
|
|
|
border-radius: 5px;
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2017-11-13 22:48:06 +01:00
|
|
|
.team .bdfl .profile-information {
|
|
|
|
flex: 1;
|
|
|
|
/* Wrap when screen is small to prevent very short line */
|
|
|
|
min-width: 300px;
|
2017-10-11 20:07:13 +02:00
|
|
|
font-size: 1.4em;
|
2017-11-13 22:48:06 +01:00
|
|
|
margin: 10px 10px 0 10px;
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2017-11-13 22:48:06 +01:00
|
|
|
.team .bdfl .profile-description {
|
2018-09-27 08:41:34 +02:00
|
|
|
margin-top: 5px;
|
2017-10-11 20:07:13 +02:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 0.8em;
|
|
|
|
opacity: 0.8;
|
2018-09-27 08:35:52 +02:00
|
|
|
p {
|
|
|
|
/* Avoid double-applying the 1.2em font-size here */
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2017-10-11 20:07:13 +02:00
|
|
|
}
|
|
|
|
|
2017-11-17 19:50:55 +01:00
|
|
|
.team input {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.team label {
|
|
|
|
font-size: initial;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
margin: 0 0 -1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.team label:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.team input:checked + label {
|
2018-09-27 21:57:07 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 93%);
|
2019-01-23 00:33:18 +01:00
|
|
|
border-top: 2px solid hsl(80, 61%, 50%);
|
2018-09-27 21:57:07 +02:00
|
|
|
border-bottom-color: hsl(0, 0%, 100%);
|
2017-11-17 19:50:55 +01:00
|
|
|
}
|
|
|
|
|
2018-08-27 17:05:05 +02:00
|
|
|
.contributors-list {
|
|
|
|
margin-left: -40px;
|
2018-12-04 18:27:47 +01:00
|
|
|
width: calc(100% - -80px);
|
2018-08-27 17:05:05 +02:00
|
|
|
}
|
|
|
|
|
2017-11-11 21:32:48 +01:00
|
|
|
.contributors {
|
2017-11-17 19:50:55 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Activated .contributors */
|
|
|
|
input#total:checked ~ #tab-total,
|
|
|
|
input#server:checked ~ #tab-server,
|
|
|
|
input#desktop:checked ~ #tab-desktop,
|
|
|
|
input#mobile:checked ~ #tab-mobile,
|
|
|
|
input#python-zulip-api:checked ~ #tab-python-zulip-api,
|
2018-01-15 15:54:22 +01:00
|
|
|
input#zulip-js:checked ~ #tab-zulip-js,
|
2018-03-23 00:23:38 +01:00
|
|
|
input#zulipbot:checked ~ #tab-zulipbot,
|
|
|
|
input#terminal:checked ~ #tab-terminal {
|
2018-09-27 21:57:07 +02:00
|
|
|
border-top: 1px solid hsl(0, 0%, 93%);
|
2017-11-17 19:50:55 +01:00
|
|
|
padding-top: 20px;
|
2017-11-11 21:32:48 +01:00
|
|
|
display: grid;
|
|
|
|
grid-gap: 5px;
|
|
|
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
2017-01-06 18:56:36 +01:00
|
|
|
}
|
|
|
|
|
2017-07-27 03:05:45 +02:00
|
|
|
.contributors .person a {
|
2017-01-06 18:56:36 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2017-07-27 03:05:45 +02:00
|
|
|
.contributors .person {
|
2017-11-11 21:32:48 +01:00
|
|
|
box-sizing: border-box;
|
2017-01-06 18:56:36 +01:00
|
|
|
padding: 10px;
|
2018-09-27 21:57:07 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 93%);
|
2017-07-27 03:05:45 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributors .person:hover {
|
2018-09-27 21:57:07 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 73%);
|
2017-01-06 18:56:36 +01:00
|
|
|
}
|
|
|
|
|
2017-07-27 03:05:45 +02:00
|
|
|
.contributors .person .avatar {
|
2017-11-11 21:32:48 +01:00
|
|
|
width: 60px;
|
2017-01-06 18:56:36 +01:00
|
|
|
text-align: center;
|
2017-07-27 03:05:45 +02:00
|
|
|
display: inline-block;
|
2017-01-06 18:56:36 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-07-27 03:05:45 +02:00
|
|
|
.contributors .person .info {
|
2017-01-06 18:56:36 +01:00
|
|
|
width: 50%;
|
|
|
|
text-align: left;
|
2017-07-27 03:05:45 +02:00
|
|
|
display: inline-block;
|
2017-01-06 18:56:36 +01:00
|
|
|
vertical-align: top;
|
2017-07-27 03:05:45 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2017-01-06 18:56:36 +01:00
|
|
|
.avatar_img {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
max-width: 80%;
|
|
|
|
max-height: 80%;
|
|
|
|
border-radius: 20%;
|
|
|
|
}
|
|
|
|
|
2018-08-25 20:12:12 +02:00
|
|
|
.tab-loading,
|
2017-11-11 21:32:48 +01:00
|
|
|
.last-updated {
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2018-09-27 08:35:52 +02:00
|
|
|
font-size: 0.9em !important;
|
|
|
|
padding-top: 30px;
|
2017-11-11 21:32:48 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-10-19 00:58:20 +02:00
|
|
|
.history .sponsors {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.history .sponsors .sponsor-picture img {
|
|
|
|
height: 170px;
|
|
|
|
margin: 0 20px 0 20px;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2017-03-19 12:36:49 +01:00
|
|
|
.login-page-header {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-08-19 02:58:20 +02:00
|
|
|
.login-page-subheader {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 24px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 300px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: -30px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.apps-muted {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-instructions-header {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-app-download {
|
|
|
|
font-size: 25px;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2015-08-19 02:58:20 +02:00
|
|
|
.btn-direct {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding: 8px;
|
|
|
|
font-size: 18px;
|
2017-03-18 17:18:34 +01:00
|
|
|
border-radius: 0px;
|
2015-08-19 02:58:20 +02:00
|
|
|
min-width: 300px;
|
2015-08-19 05:35:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-user {
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2017-06-21 09:06:11 +02:00
|
|
|
border-color: hsl(169, 44%, 54%);
|
2017-03-18 17:18:34 +01:00
|
|
|
border-style: solid;
|
2017-06-21 09:06:11 +02:00
|
|
|
color: hsl(170, 40%, 41%);
|
2015-08-19 05:35:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-admin {
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2017-06-21 09:06:11 +02:00
|
|
|
border-color: hsl(198, 100%, 48%);
|
2017-03-18 17:18:34 +01:00
|
|
|
border-style: solid;
|
2017-06-21 09:06:11 +02:00
|
|
|
color: hsl(207, 89%, 54%);
|
2015-08-19 02:58:20 +02:00
|
|
|
}
|
|
|
|
|
2017-04-20 21:02:56 +02:00
|
|
|
.login-page {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.login-page .alert {
|
|
|
|
width: 320px;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: -30px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
margin: auto;
|
2017-04-20 21:02:56 +02:00
|
|
|
/* plus input padding. */
|
2018-02-25 19:49:13 +01:00
|
|
|
width: calc(300px - -28px);
|
2017-04-20 21:02:56 +02:00
|
|
|
margin-bottom: 10px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.register-form {
|
2017-08-24 18:56:01 +02:00
|
|
|
display: inline-block;
|
2013-09-13 06:06:10 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.register-button {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2016-06-03 01:02:58 +02:00
|
|
|
.new-organization-button {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-03-18 09:21:24 +01:00
|
|
|
input.new-organization-button {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.login-form .control-label,
|
|
|
|
.register-form .control-label {
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2015-08-19 02:58:20 +02:00
|
|
|
.login-form .direct-label {
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.login-form .control-group,
|
|
|
|
.register-form .control-group {
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-forgot-password {
|
|
|
|
float: right;
|
|
|
|
line-height: 40px;
|
|
|
|
position: relative;
|
|
|
|
right: -15px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2018-10-12 01:52:00 +02:00
|
|
|
.login-social {
|
2016-10-16 06:08:25 +02:00
|
|
|
max-width: 100%;
|
|
|
|
min-width: 300px;
|
2013-09-13 06:06:10 +02:00
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
2017-08-25 02:31:01 +02:00
|
|
|
margin-top: 10px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-06-06 20:35:32 +02:00
|
|
|
.main-headline-container {
|
2013-09-13 06:06:10 +02:00
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 40px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline-logo {
|
|
|
|
display: block;
|
|
|
|
width: 200px;
|
|
|
|
height: auto;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-image {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 900px;
|
|
|
|
height: auto;
|
|
|
|
position: relative;
|
|
|
|
bottom: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline-text {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2018-10-14 21:57:50 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2013-09-13 06:06:10 +02:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline-text .tagline {
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 42px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline-text .footnote {
|
|
|
|
display: block;
|
|
|
|
font-size: 18px;
|
2018-10-14 21:57:50 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-signup-button {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-main,
|
|
|
|
.header-main,
|
|
|
|
.footer-main {
|
|
|
|
min-width: 350px;
|
|
|
|
margin: 0px auto;
|
|
|
|
padding: 0px 20px 0px 20px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-02-14 00:08:58 +01:00
|
|
|
.footer-main {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.hello-main {
|
|
|
|
max-width: none;
|
|
|
|
min-width: 0;
|
2015-09-24 01:35:21 +02:00
|
|
|
padding: 0 !important;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-navigation {
|
|
|
|
list-style: none;
|
2014-03-13 17:41:10 +01:00
|
|
|
padding-top: 16px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.footer-navigation li,
|
|
|
|
.footer-navigation li a {
|
2013-09-13 06:06:10 +02:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 47%);
|
2017-02-14 00:08:58 +01:00
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: 400;
|
|
|
|
cursor: pointer;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-02-14 00:08:58 +01:00
|
|
|
.footer-navigation li:hover a {
|
2017-06-21 09:06:11 +02:00
|
|
|
color: hsl(0, 0%, 27%);
|
2017-02-14 00:08:58 +01:00
|
|
|
text-decoration: none;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.little-bullet {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-links {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-links a {
|
|
|
|
display: inline-block;
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2017-02-14 00:08:58 +01:00
|
|
|
padding: 2px 7px 1px 8px;
|
|
|
|
font-weight: 600;
|
2013-09-13 06:06:10 +02:00
|
|
|
font-size: 16px;
|
|
|
|
transition: all 0.2s ease-in;
|
2017-02-14 00:08:58 +01:00
|
|
|
border-radius: 4px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-links a:hover {
|
2017-02-14 00:08:58 +01:00
|
|
|
text-decoration: none;
|
2017-06-21 09:06:11 +02:00
|
|
|
background-color: hsla(0, 0%, 100%, 1.0);
|
|
|
|
color: hsl(170, 50%, 40%);
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-07 20:26:37 +02:00
|
|
|
.centered-button {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-muted {
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 87%);
|
2013-10-07 20:26:37 +02:00
|
|
|
}
|
|
|
|
|
2016-08-16 02:07:07 +02:00
|
|
|
/* -- password reset container -- */
|
|
|
|
.password-reset {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-05-04 07:48:53 +02:00
|
|
|
.password-reset form {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset #pw_strength {
|
|
|
|
width: 328px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2016-08-16 02:07:07 +02:00
|
|
|
.password-reset .control-group .control-label {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-05-04 07:48:53 +02:00
|
|
|
.password-reset {
|
|
|
|
width: 328px;
|
|
|
|
}
|
|
|
|
|
2016-08-16 02:07:07 +02:00
|
|
|
.password-reset .pitch {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2016-09-16 19:05:14 +02:00
|
|
|
.input-group.margin {
|
|
|
|
margin: 10px 0px;
|
|
|
|
}
|
|
|
|
|
2016-10-29 08:20:19 +02:00
|
|
|
.input-group .progress {
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-08-16 02:07:07 +02:00
|
|
|
.password-reset .input-group {
|
|
|
|
margin: 15px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .progress {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset #email-section .fakecontrol {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .input-group input[type=text],
|
|
|
|
.password-reset .input-group input[type=password] {
|
|
|
|
width: calc(100% - 14px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .input-group #pw_strength {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .input-group.m-t-30 {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2016-08-24 03:13:56 +02:00
|
|
|
.center-container {
|
2016-12-06 01:23:21 +01:00
|
|
|
min-height: calc(100vh - 94px);
|
2016-09-16 19:05:14 +02:00
|
|
|
min-height: 700px;
|
2016-08-24 03:13:56 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
-wekbit-box-align: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .submit-button-box .controls {
|
2016-09-28 03:06:44 +02:00
|
|
|
margin: 0px;
|
2016-08-24 03:13:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.center-block {
|
|
|
|
text-align: left;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .pitch {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .control-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .control-group label {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .control-group .controls {
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block #send_confirm input[type=text] {
|
2016-09-28 03:06:44 +02:00
|
|
|
margin-top: 20px;
|
2016-08-24 03:13:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .button {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2018-08-19 02:10:04 +02:00
|
|
|
.help .markdown {
|
2018-09-27 21:57:07 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2018-07-11 19:18:36 +02:00
|
|
|
width: calc(100vw - 300px);
|
|
|
|
height: calc(100vh - 59px);
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2017-10-05 00:44:46 +02:00
|
|
|
.error_page {
|
|
|
|
min-height: calc(100vh - 290px);
|
2020-03-25 02:00:28 +01:00
|
|
|
height: 100%;
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(163, 42%, 85%);
|
2017-10-05 00:44:46 +02:00
|
|
|
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
2020-03-25 02:00:28 +01:00
|
|
|
.error_page .container {
|
|
|
|
padding: 20px 0px;
|
|
|
|
}
|
|
|
|
|
2017-10-05 00:44:46 +02:00
|
|
|
.error_page .row-fluid {
|
|
|
|
margin-top: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error_page img {
|
|
|
|
display: block;
|
|
|
|
clear: right;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 500px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error_page .errorbox {
|
|
|
|
margin: auto;
|
2018-10-06 18:49:20 +02:00
|
|
|
border: 2px solid hsl(163, 43%, 46%);
|
2017-10-05 00:44:46 +02:00
|
|
|
max-width: 500px;
|
2018-10-14 21:57:50 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2018-10-06 18:49:20 +02:00
|
|
|
box-shadow: 0 0 4px hsl(163, 43%, 46%);
|
2017-10-05 00:44:46 +02:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error_page .errorbox.config-error {
|
|
|
|
max-width: 750px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error_page p {
|
2018-10-06 18:49:20 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2017-10-05 00:44:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.error_page .errorcontent {
|
|
|
|
text-align: left;
|
|
|
|
padding: 40px 40px 30px 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error_page .lead {
|
2018-10-06 18:49:20 +02:00
|
|
|
color: hsl(163, 49%, 44%);
|
2018-02-28 21:45:13 +01:00
|
|
|
font-size: 35px;
|
2017-10-05 00:44:46 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
2018-02-27 21:52:03 +01:00
|
|
|
.hourglass-img {
|
|
|
|
width: initial !important;
|
|
|
|
margin-bottom: 25px !important;
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
@media (max-width: 800px) {
|
2017-07-10 20:50:11 +02:00
|
|
|
.app.help .markdown {
|
2018-07-11 19:18:36 +02:00
|
|
|
width: 100vw;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2017-08-01 02:46:42 +02:00
|
|
|
.app.help .markdown .content {
|
|
|
|
max-width: none;
|
2018-07-11 19:18:36 +02:00
|
|
|
margin-left: 50px;
|
2017-08-01 02:46:42 +02:00
|
|
|
}
|
|
|
|
|
2017-07-10 20:50:11 +02:00
|
|
|
.app.help .hamburger {
|
|
|
|
display: block;
|
2017-08-22 21:03:28 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 70px;
|
|
|
|
left: 9px;
|
2017-12-21 18:22:22 +01:00
|
|
|
fill: hsl(0, 0%, 100%);
|
2017-08-22 21:03:28 +02:00
|
|
|
z-index: 2;
|
2017-07-10 20:50:11 +02:00
|
|
|
|
2017-08-22 21:03:28 +02:00
|
|
|
transition: all 0.3s ease;
|
2017-07-10 20:50:11 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app.help .sidebar {
|
2018-07-11 19:18:36 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 59px;
|
2017-08-22 21:03:28 +02:00
|
|
|
right: calc(100vw - 50px);
|
2018-07-11 19:18:36 +02:00
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
min-width: unset;
|
|
|
|
height: calc(100vh - 59px);
|
|
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
overflow: hidden;
|
2017-07-10 20:50:11 +02:00
|
|
|
transform: translateX(0);
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
2018-12-07 10:17:16 +01:00
|
|
|
.help .sidebar .content:not(.show) {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2017-07-10 20:50:11 +02:00
|
|
|
.app.help .sidebar.show {
|
2018-07-11 19:18:36 +02:00
|
|
|
pointer-events: initial;
|
|
|
|
transform: translateX(calc(100% - 50px));
|
|
|
|
overflow: auto;
|
2018-12-07 10:17:16 +01:00
|
|
|
.content {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2017-08-22 21:03:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.app.help .sidebar.show + .hamburger {
|
2018-07-11 19:18:36 +02:00
|
|
|
transform: translateX(calc(100vw - 50px));
|
2017-08-22 21:03:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.app.help .sidebar.show ~ .markdown {
|
2019-08-30 03:49:42 +02:00
|
|
|
filter: brightness(0.7);
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
2018-03-03 23:43:13 +01:00
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
.app-main,
|
|
|
|
.header-main {
|
|
|
|
min-width: auto;
|
2018-03-03 23:43:13 +01:00
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
.app-main {
|
|
|
|
padding: 0;
|
2017-08-24 18:56:01 +02:00
|
|
|
}
|
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
.help .sidebar:not(.show) a.highlighted {
|
|
|
|
background-color: transparent;
|
2017-08-24 18:56:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 815px) {
|
|
|
|
.footer {
|
|
|
|
width: 450px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2017-08-24 18:56:01 +02:00
|
|
|
.footer section {
|
|
|
|
width: calc(50% - 40px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
@media (max-width: 767px) {
|
2017-03-18 05:59:00 +01:00
|
|
|
body {
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.input-medium,
|
|
|
|
.input-large {
|
2017-03-18 05:59:00 +01:00
|
|
|
display: block !important;
|
|
|
|
width: 100% !important;
|
|
|
|
min-height: 30px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
padding: 4px 6px !important;
|
|
|
|
line-height: 20px !important;
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postal-envelope {
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.letter-form {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.punc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signup-section {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2018-05-07 21:09:51 +02:00
|
|
|
|
|
|
|
.line-break-desktop {
|
2018-07-25 21:38:45 +02:00
|
|
|
display: none;
|
2018-05-07 21:09:51 +02:00
|
|
|
}
|
2018-08-27 17:05:05 +02:00
|
|
|
|
|
|
|
.contributors-list {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-08-24 18:56:01 +02:00
|
|
|
@media (max-height: 600px) {
|
|
|
|
.password-container {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-20 10:44:17 +01:00
|
|
|
@media (max-width: 558px) {
|
|
|
|
.team .bdfl .profile-name,
|
|
|
|
.team .bdfl .profile-role {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
@media (max-width: 500px) {
|
2018-07-11 19:18:36 +02:00
|
|
|
.help .app-main {
|
2018-05-26 19:18:06 +02:00
|
|
|
margin-top: 39px;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.app.help .sidebar {
|
2018-07-11 19:18:36 +02:00
|
|
|
top: 39px;
|
|
|
|
height: calc(100vh - 39px);
|
2017-08-22 21:03:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.app.help .hamburger {
|
|
|
|
top: 50px;
|
2017-07-10 20:50:11 +02:00
|
|
|
}
|
|
|
|
|
2019-07-22 21:53:20 +02:00
|
|
|
.help .markdown {
|
|
|
|
height: calc(100vh - 39px);
|
|
|
|
}
|
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
.error_page .lead {
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-bottom: 10px;
|
2017-07-17 19:59:20 +02:00
|
|
|
}
|
|
|
|
|
2018-07-11 19:18:36 +02:00
|
|
|
.brand.logo .light {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-container {
|
|
|
|
display: block;
|
2017-03-18 09:21:24 +01:00
|
|
|
}
|
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.header {
|
|
|
|
padding: 4px 0px 6px 0px;
|
|
|
|
}
|
2016-08-24 03:13:56 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.header-main {
|
|
|
|
max-width: 100vw;
|
2018-07-11 19:18:36 +02:00
|
|
|
padding: 0 10px;
|
2017-03-18 05:59:00 +01:00
|
|
|
}
|
2016-08-24 03:13:56 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.main-headline-text .tagline {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 34px;
|
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
#apps-tabs li a {
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-08-28 20:22:59 +02:00
|
|
|
@media (max-width: 475px) {
|
|
|
|
.footer {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2017-08-24 18:56:01 +02:00
|
|
|
.footer section {
|
2017-08-28 20:22:59 +02:00
|
|
|
margin: 0px 3px;
|
|
|
|
width: calc(50% - 8px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 400px) {
|
|
|
|
.footer section {
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
max-width: none;
|
|
|
|
text-align: center;
|
2017-08-24 18:56:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-24 05:42:56 +02:00
|
|
|
.emoji {
|
2014-03-06 22:10:45 +01:00
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
2013-10-24 05:42:56 +02:00
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2016-09-16 19:05:14 +02:00
|
|
|
|
|
|
|
/* --- new settings styling --- */
|
|
|
|
.input-group input[type=radio],
|
|
|
|
.input-group input[type=checkbox] {
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group input[type=radio] {
|
|
|
|
position: relative;
|
|
|
|
top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group label {
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group label {
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m-v-20 {
|
|
|
|
margin: 20px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.radio {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.grid label.inline-block {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.grid {
|
|
|
|
padding: 10px 0px;
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2016-09-16 19:05:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
label.label-title {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2017-03-18 09:21:24 +01:00
|
|
|
input.new-organization-button {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2016-09-16 19:05:14 +02:00
|
|
|
.input-group label.inline-block {
|
2017-03-18 05:59:00 +01:00
|
|
|
/* eyeballing off-centered aesth. */
|
2016-09-16 19:05:14 +02:00
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-new {
|
|
|
|
padding: 8px 15px;
|
|
|
|
margin: 0;
|
|
|
|
min-width: 130px;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
2017-06-21 09:06:11 +02:00
|
|
|
background-color: hsl(207, 55%, 53%);
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2016-09-16 19:05:14 +02:00
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* -- button states -- */
|
|
|
|
.button-new:hover {
|
|
|
|
filter: brightness(1.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-new:active {
|
|
|
|
filter: brightness(0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-new.sea-green {
|
2017-06-21 09:06:11 +02:00
|
|
|
background-color: hsl(177, 70%, 46%);
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2016-09-16 19:05:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.float-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2016-12-20 10:41:46 +01:00
|
|
|
|
2017-08-28 23:27:16 +02:00
|
|
|
#find_account .form-control {
|
2016-12-20 10:41:46 +01:00
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2017-08-28 23:27:16 +02:00
|
|
|
#find_account .btn {
|
2016-12-20 10:41:46 +01:00
|
|
|
height: 40px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2017-02-01 02:55:02 +01:00
|
|
|
|
2018-06-19 16:52:29 +02:00
|
|
|
.documentation-footer {
|
|
|
|
font-size: .85rem;
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
|
2017-06-14 02:01:01 +02:00
|
|
|
#devtools-wrapper {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2019-03-13 18:26:01 +01:00
|
|
|
#devtools-registration {
|
|
|
|
float: left;
|
|
|
|
form {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-06-14 02:01:01 +02:00
|
|
|
#devtools-page {
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2017-07-08 02:26:30 +02:00
|
|
|
|
2017-08-08 19:32:16 +02:00
|
|
|
.portico-page.error {
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-page.error .portico-page-container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-04-27 18:14:55 +02:00
|
|
|
|
|
|
|
#third-party-apps {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2019-02-08 13:38:01 +01:00
|
|
|
|
|
|
|
.table .json-api-example {
|
|
|
|
width: fit-content;
|
|
|
|
max-width: 300px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table .json-api-example code {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2020-02-17 16:18:09 +01:00
|
|
|
|
|
|
|
.desktop-redirect-box {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-redirect-links {
|
|
|
|
margin-top: 20px;
|
|
|
|
text-decoration: underline;
|
|
|
|
color: hsl(0, 0%, 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-redirect-image {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|