2013-12-08 18:32:26 +02:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2021-08-13 11:42:54 -07:00
|
|
|
@import "../vendor/normalize-css/normalize.css";
|
2023-08-27 18:17:13 +05:00
|
|
|
@import "../vendor/hint.css/hint.min.css";
|
2012-09-12 15:20:53 -04:00
|
|
|
|
|
|
|
body {
|
2015-09-18 14:45:55 -04:00
|
|
|
background: #fafafa;
|
2024-08-13 11:26:23 +02:00
|
|
|
--backgroundColor: #fafafa;
|
2013-07-16 14:24:45 -04:00
|
|
|
color: #5c5855;
|
2022-02-23 03:47:36 -05:00
|
|
|
font: 0.875rem/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
|
|
|
|
2021-06-12 17:01:43 +02:00
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
body {
|
|
|
|
background: #212121;
|
2024-08-13 11:26:23 +02:00
|
|
|
--backgroundColor: #212121;
|
2021-06-12 17:01:43 +02:00
|
|
|
color: #d0c8c1;
|
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2021-06-12 17:01:43 +02:00
|
|
|
h1, h2, h3, h5 {
|
2021-06-20 15:54:29 +02:00
|
|
|
color: #dadada !important;
|
2021-06-12 17:01:43 +02:00
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2023-12-29 02:32:01 +07:00
|
|
|
.license-overview-description, .site-footer {
|
2023-12-29 02:31:22 +07:00
|
|
|
color: #ccc !important;
|
2021-06-12 17:01:43 +02:00
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2023-12-29 02:49:16 +07:00
|
|
|
.license-rules li:hover, .site-footer a {
|
2023-12-29 02:31:22 +07:00
|
|
|
color: #ddd !important;
|
2021-06-12 17:01:43 +02:00
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2021-06-12 17:01:43 +02:00
|
|
|
.home h2 {
|
2021-06-20 15:54:29 +02:00
|
|
|
color: #c7cdce !important;
|
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2021-06-20 15:54:29 +02:00
|
|
|
.license-body pre {
|
2021-08-23 11:33:37 -07:00
|
|
|
background-color: #131313 !important;
|
|
|
|
border: 1px solid #3e3e3e !important;
|
2021-06-20 15:54:29 +02:00
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2021-06-20 15:54:29 +02:00
|
|
|
.note {
|
2021-08-23 11:33:37 -07:00
|
|
|
color: #9fa5a6 !important;
|
2021-06-20 15:54:29 +02:00
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2021-06-20 15:54:29 +02:00
|
|
|
strong {
|
2021-08-23 11:33:37 -07:00
|
|
|
color: #bdbdbd !important;
|
2021-06-20 15:54:29 +02:00
|
|
|
}
|
2023-12-29 02:31:22 +07:00
|
|
|
|
2021-06-20 15:54:29 +02:00
|
|
|
button, input, optgroup, select, textarea {
|
2021-08-23 11:33:37 -07:00
|
|
|
color: black !important;
|
2021-06-12 17:01:43 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-12 15:20:53 -04:00
|
|
|
a {
|
|
|
|
color: #149ad4;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2012-09-12 15:20:53 -04:00
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-10-30 19:49:15 +02:00
|
|
|
h1, h2, h3, h5 {
|
2015-09-18 14:45:55 -04:00
|
|
|
color: #444;
|
2013-10-30 20:23:28 +02:00
|
|
|
font-family: Chivo, "Helvetica Neue", Helvetica, Arial, serif;
|
2012-09-12 15:20:53 -04:00
|
|
|
font-weight: 900;
|
|
|
|
line-height: 1.1;
|
2013-10-30 19:49:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 2.1875rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
2016-02-23 17:47:34 -08:00
|
|
|
.license h1 {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
2012-11-29 10:40:26 -05:00
|
|
|
h2 {
|
2013-11-05 14:22:51 -05:00
|
|
|
opacity: 0.8;
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 1.5rem;
|
2013-01-25 16:08:25 -05:00
|
|
|
margin-top: 24px;
|
2012-11-29 10:40:26 -05:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
h3 {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.9375rem;
|
2013-01-22 12:15:02 -05:00
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2012-09-12 15:20:53 -04:00
|
|
|
h5 {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.875rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2013-10-30 19:49:15 +02:00
|
|
|
ol, ul { padding: 0; margin: 0; list-style-type: none; }
|
|
|
|
|
|
|
|
th, td { text-align: left; font-weight: normal; }
|
|
|
|
|
2012-09-12 15:20:53 -04:00
|
|
|
strong {
|
2015-09-18 14:45:55 -04:00
|
|
|
color: #444;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
|
|
|
|
2016-06-04 15:27:47 -07:00
|
|
|
:target {
|
|
|
|
background-color: yellow;
|
2022-06-16 17:11:53 -07:00
|
|
|
color: #444 !important;
|
2016-06-04 15:27:47 -07:00
|
|
|
}
|
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.container {
|
2012-09-12 15:20:53 -04:00
|
|
|
margin: 40px auto;
|
2013-09-25 08:58:07 -04:00
|
|
|
width: 940px;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.home {
|
2012-09-12 15:20:53 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.home h1 {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 3.75rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.home h2 {
|
2016-04-28 17:51:16 +01:00
|
|
|
color: #687072;
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 1.6875rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
line-height: 70px;
|
|
|
|
margin-bottom: 45px;
|
|
|
|
vertical-align: middle;
|
2013-11-05 14:22:51 -05:00
|
|
|
opacity: 1;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.home h2 span {
|
2021-08-23 11:33:37 -07:00
|
|
|
color: rgba(127,127,127,10%);
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 4.375rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
padding: 0 5px;
|
|
|
|
position: relative;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-16 15:16:10 -04:00
|
|
|
.triptych {
|
2013-01-25 16:08:25 -05:00
|
|
|
width: 900px;
|
2013-09-16 15:42:21 -04:00
|
|
|
margin: 0 auto 20px;
|
2012-11-29 07:49:16 -05:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-09-16 15:16:10 -04:00
|
|
|
.triptych li {
|
2013-01-25 16:08:25 -05:00
|
|
|
width: 280px;
|
2012-09-12 15:20:53 -04:00
|
|
|
float: left;
|
|
|
|
margin-left: 27px;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2014-01-23 10:49:36 +02:00
|
|
|
.triptych li:first-child {
|
2012-09-12 15:20:53 -04:00
|
|
|
margin-left: 0;
|
2012-11-26 09:34:26 -08:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-09-16 15:16:10 -04:00
|
|
|
.triptych li > a {
|
2012-11-26 09:34:26 -08:00
|
|
|
text-decoration: none;
|
2013-09-16 15:16:10 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-09-16 15:16:10 -04:00
|
|
|
.triptych h3 {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 1.375rem;
|
2013-09-16 15:16:10 -04:00
|
|
|
margin: 0 auto 20px auto;
|
|
|
|
width: 220px;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2012-11-26 09:34:26 -08:00
|
|
|
|
2018-06-18 00:04:36 -07:00
|
|
|
.situations .existing {
|
2018-06-17 23:47:38 -07:00
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
2013-09-16 15:16:10 -04:00
|
|
|
.situations .whatever {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-09-16 15:16:10 -04:00
|
|
|
.situations .copyleft {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.situations .button {
|
2013-01-21 19:01:43 -05:00
|
|
|
margin-top: 20px;
|
2013-01-21 19:45:45 -05:00
|
|
|
}
|
|
|
|
|
2013-12-13 19:43:30 +02:00
|
|
|
.triptych-sprite {
|
|
|
|
background-image: url(../img/home-sprite.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-06-17 23:47:38 -07:00
|
|
|
.three-arrows { background-position: 0 0; width: 72px; height: 56px; }
|
2018-06-18 00:04:36 -07:00
|
|
|
.community { background-position: 0 -57px; width: 72px; height: 56px; }
|
2018-06-17 23:47:38 -07:00
|
|
|
.circular { background-position: 0 -115px; width: 72px; height: 68px; }
|
2013-12-13 19:43:30 +02:00
|
|
|
|
|
|
|
|
2016-04-16 10:13:49 -07:00
|
|
|
.license-overview {
|
2013-11-06 10:10:48 -05:00
|
|
|
clear: both;
|
2016-06-06 10:25:18 -07:00
|
|
|
margin-bottom: 40px;
|
2013-11-06 10:10:48 -05:00
|
|
|
}
|
|
|
|
|
2016-04-16 10:13:49 -07:00
|
|
|
.license-overview-heading {
|
2013-11-06 10:10:48 -05:00
|
|
|
float: left;
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.license-details {
|
2013-12-10 09:49:05 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2013-11-19 09:05:41 -08:00
|
|
|
float: left;
|
2013-11-06 10:10:48 -05:00
|
|
|
width: 55%;
|
2013-11-19 09:05:41 -08:00
|
|
|
padding-left: 20px;
|
2013-11-06 10:10:48 -05:00
|
|
|
}
|
|
|
|
|
2016-04-26 16:43:40 -07:00
|
|
|
.license-page-details {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2016-04-16 10:13:49 -07:00
|
|
|
.license-overview-name {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 1.75rem;
|
2016-04-07 17:49:56 -07:00
|
|
|
margin-top: 5px;
|
2013-11-05 14:22:51 -05:00
|
|
|
}
|
|
|
|
|
2016-04-16 10:13:49 -07:00
|
|
|
.license-overview-description {
|
2015-09-18 14:45:55 -04:00
|
|
|
color: #555;
|
2013-11-05 14:22:51 -05:00
|
|
|
}
|
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules {
|
2015-09-18 14:45:55 -04:00
|
|
|
border-bottom: solid 1px #ddd;
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.8125rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
line-height: 1.3;
|
2013-11-06 10:10:48 -05:00
|
|
|
margin-bottom: 12px;
|
2013-06-11 14:13:00 -04:00
|
|
|
width: 100%;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-11-06 10:10:48 -05:00
|
|
|
.license-rules th,
|
|
|
|
.license-rules td {
|
|
|
|
width: 33%;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules th {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.9375rem;
|
2013-11-06 10:10:48 -05:00
|
|
|
padding: 5px 10px 5px 0;
|
2013-06-11 14:13:00 -04:00
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-06-11 14:13:00 -04:00
|
|
|
.license-rules th.summary {
|
|
|
|
line-height: 1.4;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules .name {
|
2013-12-10 09:49:05 +02:00
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
2015-09-18 14:45:55 -04:00
|
|
|
border-right: solid 1px #ddd;
|
2013-06-11 14:13:00 -04:00
|
|
|
padding-left: 0;
|
|
|
|
width: 280px;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules .name a {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 1.75rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-25 16:08:25 -05:00
|
|
|
.license-rules .name small a {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 1rem;
|
2013-01-25 16:08:25 -05:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules td {
|
2013-11-06 10:10:48 -05:00
|
|
|
padding: 4px 0 12px 0;
|
|
|
|
vertical-align: top;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules .label {
|
2012-09-12 15:20:53 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-12-15 09:21:24 +02:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules li {
|
2012-09-12 15:20:53 -04:00
|
|
|
margin-right: 15px;
|
2013-11-06 10:10:48 -05:00
|
|
|
margin-bottom: 5px;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules li:hover {
|
2015-09-18 14:45:55 -04:00
|
|
|
color: #444;
|
2012-12-04 17:12:12 -05:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-12-15 09:21:24 +02:00
|
|
|
.license-sprite {
|
|
|
|
background-image: url(../img/license-sprite.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: inline-block;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-12-15 09:21:24 +02:00
|
|
|
.sidebar .source span { background-position: 0 0; width: 16px; height: 12px; }
|
2016-03-01 13:33:15 -08:00
|
|
|
.license-limitations span { background-position: -16px 0; width: 12px; height: 12px; }
|
|
|
|
.license-permissions span { background-position: -28px 0; width: 12px; height: 12px; }
|
|
|
|
.license-conditions span { background-position: -40px 0; width: 12px; height: 12px; }
|
2019-12-02 21:32:07 -08:00
|
|
|
.lite span { opacity: 0.5; }
|
2012-09-12 15:20:53 -04:00
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.license-rules-sidebar li {
|
|
|
|
float: none;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.license-body {
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.9375rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
float: left;
|
2013-09-25 08:58:07 -04:00
|
|
|
width: 700px;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.license-body pre {
|
2012-12-13 14:31:25 -05:00
|
|
|
font-family: Consolas, Monaco, Courier, monospace;
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.875rem;
|
2013-12-09 21:06:05 +02:00
|
|
|
background-color: #fff;
|
2015-09-18 14:45:55 -04:00
|
|
|
border: 1px solid #eee;
|
2013-09-25 08:58:07 -04:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-ms-border-radius: 3px;
|
2013-12-09 21:06:05 +02:00
|
|
|
-o-border-radius: 3px;
|
2013-09-25 08:58:07 -04:00
|
|
|
border-radius: 3px;
|
|
|
|
padding: 20px;
|
2012-11-26 11:58:08 -08:00
|
|
|
}
|
|
|
|
|
2016-04-26 16:43:40 -07:00
|
|
|
.license-nickname {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.sidebar {
|
2012-09-12 15:20:53 -04:00
|
|
|
float: right;
|
|
|
|
width: 220px;
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.75rem;
|
2012-09-12 15:20:53 -04:00
|
|
|
}
|
2012-11-28 10:40:00 -08:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.sidebar a.button {
|
2012-09-12 15:20:53 -04:00
|
|
|
margin-top: -110px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2018-10-14 20:21:54 -03:00
|
|
|
.sidebar input#repository-url {
|
2018-10-09 18:27:26 +00:00
|
|
|
width: 100%;
|
2018-10-14 20:21:54 -03:00
|
|
|
padding: 5px 20px 5px 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
2018-10-18 17:13:48 -03:00
|
|
|
.input-wrapper {
|
2018-10-14 20:21:54 -03:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-10-18 17:13:48 -03:00
|
|
|
.input-wrapper .status-indicator {
|
2018-10-14 20:21:54 -03:00
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 6px;
|
|
|
|
height: 8px;
|
|
|
|
width: 8px;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #fff;
|
|
|
|
animation: none;
|
2019-12-25 10:58:01 -08:00
|
|
|
border: 4px solid #ddd;
|
2018-10-14 20:21:54 -03:00
|
|
|
}
|
|
|
|
|
2019-12-25 10:58:01 -08:00
|
|
|
.input-wrapper .status-indicator.fetching {
|
2018-10-14 20:21:54 -03:00
|
|
|
border-right-color: transparent;
|
|
|
|
animation: rotate 0.8s infinite linear;
|
|
|
|
}
|
|
|
|
|
2019-12-25 10:58:01 -08:00
|
|
|
.input-wrapper .status-indicator.error {
|
|
|
|
border: 4px solid #c6403d;
|
2018-10-14 20:21:54 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes rotate {
|
|
|
|
0% { transform: rotate(0deg); }
|
|
|
|
100% { transform: rotate(360deg); }
|
2018-10-09 18:27:26 +00:00
|
|
|
}
|
|
|
|
|
2016-06-02 11:57:32 -07:00
|
|
|
.note {
|
|
|
|
color: #687072;
|
|
|
|
}
|
|
|
|
|
2013-12-14 10:04:09 +02:00
|
|
|
.button {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-ms-border-radius: 3px;
|
|
|
|
-o-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2015-09-18 14:45:55 -04:00
|
|
|
border-color: #ccc #bbb #aaa #bbb;
|
2013-12-14 10:04:09 +02:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2015-09-18 14:45:55 -04:00
|
|
|
color: #444;
|
2013-12-14 10:04:09 +02:00
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px, rgba(255, 255, 255, 0.8) 0 1px 0 0 inset;
|
|
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px, rgba(255, 255, 255, 0.8) 0 1px 0 0 inset;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px, rgba(255, 255, 255, 0.8) 0 1px 0 0 inset;
|
2015-09-18 14:45:55 -04:00
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee), color-stop(100%, #ddd));
|
|
|
|
background-image: -webkit-linear-gradient(#eee, #ddd);
|
|
|
|
background-image: -moz-linear-gradient(#eee, #ddd);
|
|
|
|
background-image: -o-linear-gradient(#eee, #ddd);
|
|
|
|
background-image: linear-gradient(#eee, #ddd);
|
2013-12-14 10:04:09 +02:00
|
|
|
display: inline-block;
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.75rem;
|
2013-12-14 10:04:09 +02:00
|
|
|
font-weight: normal;
|
|
|
|
padding: 5px 10px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
text-decoration: none;
|
2015-09-18 14:45:55 -04:00
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee), color-stop(100%, #ccc));
|
|
|
|
background-image: -webkit-linear-gradient(#eee, #ccc);
|
|
|
|
background-image: -moz-linear-gradient(#eee, #ccc);
|
|
|
|
background-image: -o-linear-gradient(#eee, #ccc);
|
|
|
|
background-image: linear-gradient(#eee, #ccc);
|
2013-12-14 10:04:09 +02:00
|
|
|
}
|
|
|
|
|
2013-01-22 12:15:02 -05:00
|
|
|
.projects-with-license li {
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.site-footer {
|
2015-09-18 14:45:55 -04:00
|
|
|
border-top: 1px solid #eee;
|
2012-11-27 16:16:07 -05:00
|
|
|
margin-top: 30px;
|
|
|
|
padding-top: 20px;
|
2015-09-18 14:45:55 -04:00
|
|
|
color: #555;
|
2022-02-23 03:47:36 -05:00
|
|
|
font-size: 0.75rem;
|
2012-11-27 16:16:07 -05:00
|
|
|
text-align: left;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.site-footer a {
|
2015-09-18 14:45:55 -04:00
|
|
|
color: #444;
|
2012-11-27 16:16:07 -05:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.site-footer p {
|
2012-11-27 16:16:07 -05:00
|
|
|
float: left;
|
2013-10-30 19:49:15 +02:00
|
|
|
margin-top: 0;
|
2012-11-27 16:16:07 -05:00
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.site-footer nav {
|
2012-11-27 16:16:07 -05:00
|
|
|
float: right;
|
|
|
|
}
|
2013-10-30 19:49:15 +02:00
|
|
|
|
2013-01-21 19:45:45 -05:00
|
|
|
.site-footer nav a {
|
2012-11-27 16:16:07 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
2013-01-25 16:08:25 -05:00
|
|
|
.bullets {
|
2013-12-14 10:04:09 +02:00
|
|
|
list-style-type: disc;
|
2013-01-25 16:08:25 -05:00
|
|
|
}
|
|
|
|
|
2013-12-14 10:04:09 +02:00
|
|
|
.bullets > li {
|
2013-01-25 16:08:25 -05:00
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2013-11-06 10:10:48 -05:00
|
|
|
.small {
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2013-12-14 10:04:09 +02:00
|
|
|
|
2023-08-27 18:17:13 +05:00
|
|
|
/* Hint.css Overide */
|
2024-11-25 21:04:41 +00:00
|
|
|
.override-hint-inline {
|
2023-08-27 18:17:13 +05:00
|
|
|
display: block;
|
2012-12-04 17:12:12 -05:00
|
|
|
}
|
|
|
|
|
2023-08-27 21:24:40 +05:00
|
|
|
// Selecting all the tooltip bodies to increase their font-size
|
|
|
|
[class*="hint--"][aria-label]:after {
|
2023-08-31 13:15:27 +05:00
|
|
|
font-size: 0.80rem;
|
|
|
|
text-shadow: none;
|
2023-08-30 01:27:25 +05:00
|
|
|
}
|
|
|
|
|
2023-08-31 13:06:26 +05:00
|
|
|
// Tooltips
|
2023-08-31 16:11:03 +05:00
|
|
|
.tooltip--permissions.hint--bottom:before{
|
|
|
|
border-bottom-color: #298625;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip--conditions.hint--bottom:before{
|
|
|
|
border-bottom-color: #0d648a;
|
|
|
|
}
|
|
|
|
|
2023-08-31 16:30:46 +05:00
|
|
|
.tooltip--error.hint--bottom:before,
|
2023-08-31 16:11:03 +05:00
|
|
|
.tooltip--limitations.hint--bottom:before{
|
|
|
|
border-bottom-color: #812a28;
|
|
|
|
}
|
|
|
|
|
2023-08-31 13:06:26 +05:00
|
|
|
.tooltip--permissions:after{
|
2023-08-30 01:27:25 +05:00
|
|
|
background-color: #d8f4d7;
|
|
|
|
color: #298625;
|
|
|
|
border-color: #3dc637;
|
|
|
|
}
|
|
|
|
|
2023-08-31 13:06:26 +05:00
|
|
|
.tooltip--conditions:after{
|
2023-08-30 01:27:25 +05:00
|
|
|
background-color: #d0ebf6;
|
|
|
|
border-color: #149ad4;
|
|
|
|
color: #0d648a;
|
|
|
|
}
|
|
|
|
|
2023-08-31 16:26:39 +05:00
|
|
|
.tooltip--error:after,
|
2023-08-31 13:06:26 +05:00
|
|
|
.tooltip--limitations:after{
|
2023-08-30 01:27:25 +05:00
|
|
|
background-color: #f4d9d8;
|
|
|
|
border-color: #c6403d;
|
|
|
|
color: #812a28;
|
2023-08-27 21:24:40 +05:00
|
|
|
}
|
2012-12-04 17:12:12 -05:00
|
|
|
|
2012-11-27 16:16:07 -05:00
|
|
|
/* For modern browsers */
|
2013-12-09 20:05:34 +02:00
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
2013-12-09 21:06:05 +02:00
|
|
|
content: "";
|
|
|
|
display: table;
|
2012-11-27 16:16:07 -05:00
|
|
|
}
|
|
|
|
|
2013-12-09 20:05:34 +02:00
|
|
|
.clearfix:after {
|
2013-12-09 21:06:05 +02:00
|
|
|
clear: both;
|
2012-11-27 16:16:07 -05:00
|
|
|
}
|
|
|
|
|
2013-12-09 21:06:53 +02:00
|
|
|
.with-love { float: right; clear: right; }
|
2013-12-13 19:43:30 +02:00
|
|
|
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2.0),
|
|
|
|
only screen and (min--moz-device-pixel-ratio: 2.0),
|
|
|
|
only screen and (-o-min-device-pixel-ratio: 200/100),
|
|
|
|
only screen and (min-device-pixel-ratio: 2.0) {
|
|
|
|
.three-arrows,
|
2018-06-18 00:04:36 -07:00
|
|
|
.community,
|
2013-12-13 19:43:30 +02:00
|
|
|
.circular {
|
|
|
|
background-image: url(../img/home-sprite@2x.png);
|
2018-06-17 23:47:38 -07:00
|
|
|
-webkit-background-size: 72px 182px;
|
|
|
|
-moz-background-size: 72px 182px;
|
|
|
|
background-size: 72px 182px;
|
2013-12-13 19:43:30 +02:00
|
|
|
}
|
2013-12-15 09:21:24 +02:00
|
|
|
|
|
|
|
.license-sprite {
|
|
|
|
background-image: url(../img/license-sprite@2x.png);
|
|
|
|
-webkit-background-size: 52px 12px;
|
|
|
|
-moz-background-size: 52px 12px;
|
|
|
|
background-size: 52px 12px;
|
|
|
|
}
|
|
|
|
|
2013-12-13 19:43:30 +02:00
|
|
|
}
|
2013-12-20 00:27:35 +01:00
|
|
|
|
|
|
|
{% include css/responsive.css %}
|