1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00
choosealicense.com/assets/css/application.scss

507 lines
8.7 KiB
SCSS
Raw Normal View History

---
---
@import "/assets/vendor/normalize-css/normalize.css";
2016-04-24 18:25:24 +02:00
@import "/assets/vendor/qtip2/jquery.qtip.min.css";
2012-09-12 21:20:53 +02:00
body {
2015-09-18 20:45:55 +02:00
background: #fafafa;
2013-07-16 20:24:45 +02:00
color: #5c5855;
font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
2012-09-12 21:20:53 +02:00
}
a {
color: #149ad4;
font-weight: bold;
text-decoration: none;
}
2012-09-12 21:20:53 +02:00
a:hover {
text-decoration: underline;
}
h1, h2, h3, h5 {
2015-09-18 20:45:55 +02:00
color: #444;
2013-10-30 19:23:28 +01:00
font-family: Chivo, "Helvetica Neue", Helvetica, Arial, serif;
2012-09-12 21:20:53 +02:00
font-weight: 900;
line-height: 1.1;
}
h1 {
2015-03-08 15:32:19 +01:00
font-size: 35px;
2012-09-12 21:20:53 +02:00
margin-bottom: 25px;
}
.license h1 {
max-width: 700px;
}
2012-11-29 16:40:26 +01:00
h2 {
opacity: 0.8;
font-size: 24px;
margin-top: 24px;
2012-11-29 16:40:26 +01:00
margin-bottom: 10px;
}
h3 {
font-size: 15px;
margin-top: 20px;
margin-bottom: 10px;
}
2012-09-12 21:20:53 +02:00
h5 {
font-size: 14px;
margin-bottom: 15px;
}
p {
margin-bottom: 1em;
}
ol, ul { padding: 0; margin: 0; list-style-type: none; }
th, td { text-align: left; font-weight: normal; }
2012-09-12 21:20:53 +02:00
strong {
2015-09-18 20:45:55 +02:00
color: #444;
2012-09-12 21:20:53 +02:00
}
:target {
background-color: yellow;
}
.container {
2012-09-12 21:20:53 +02:00
margin: 40px auto;
width: 940px;
2012-09-12 21:20:53 +02:00
}
.home {
2012-09-12 21:20:53 +02:00
text-align: center;
}
.home h1 {
2015-10-23 23:50:25 +02:00
font-size: 60px;
2012-09-12 21:20:53 +02:00
}
.home h2 {
color: #687072;
2012-09-12 21:20:53 +02:00
font-size: 27px;
line-height: 70px;
margin-bottom: 45px;
vertical-align: middle;
opacity: 1;
2012-09-12 21:20:53 +02:00
}
.home h2 span {
2015-09-18 20:45:55 +02:00
color: #f1f1f1;
2012-09-12 21:20:53 +02:00
font-size: 70px;
padding: 0 5px;
position: relative;
top: 10px;
}
.triptych {
width: 900px;
margin: 0 auto 20px;
}
.triptych li {
width: 280px;
2012-09-12 21:20:53 +02:00
float: left;
margin-left: 27px;
}
.triptych li:first-child {
2012-09-12 21:20:53 +02:00
margin-left: 0;
2012-11-26 18:34:26 +01:00
}
.triptych li > a {
2012-11-26 18:34:26 +01:00
text-decoration: none;
}
.triptych h3 {
2012-09-12 21:20:53 +02:00
font-size: 22px;
margin: 0 auto 20px auto;
width: 220px;
2012-09-12 21:20:53 +02:00
}
2012-11-26 18:34:26 +01:00
2018-06-18 09:04:36 +02:00
.situations .existing {
margin-top: 16px;
}
.situations .whatever {
margin-top: 16px;
}
.situations .copyleft {
margin-top: 3px;
}
.situations .button {
margin-top: 20px;
}
.triptych-sprite {
background-image: url(../img/home-sprite.png);
background-repeat: no-repeat;
display: inline-block;
}
.three-arrows { background-position: 0 0; width: 72px; height: 56px; }
2018-06-18 09:04:36 +02:00
.community { background-position: 0 -57px; width: 72px; height: 56px; }
.circular { background-position: 0 -115px; width: 72px; height: 68px; }
.license-overview {
2013-11-06 16:10:48 +01:00
clear: both;
2016-06-06 19:25:18 +02:00
margin-bottom: 40px;
2013-11-06 16:10:48 +01:00
}
.license-overview-heading {
2013-11-06 16:10:48 +01:00
float: left;
width: 35%;
}
.license-details {
2013-12-10 08:49:05 +01:00
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
2013-11-06 16:10:48 +01:00
width: 55%;
padding-left: 20px;
2013-11-06 16:10:48 +01:00
}
.license-page-details {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.license-overview-name {
font-size: 28px;
margin-top: 5px;
}
.license-overview-description {
2015-09-18 20:45:55 +02:00
color: #555;
}
.license-rules {
2015-09-18 20:45:55 +02:00
border-bottom: solid 1px #ddd;
2012-09-12 21:20:53 +02:00
font-size: 13px;
line-height: 1.3;
2013-11-06 16:10:48 +01:00
margin-bottom: 12px;
2013-06-11 20:13:00 +02:00
width: 100%;
2012-09-12 21:20:53 +02:00
}
2013-11-06 16:10:48 +01:00
.license-rules th,
.license-rules td {
width: 33%;
}
.license-rules th {
2013-11-06 16:10:48 +01:00
font-size: 15px;
padding: 5px 10px 5px 0;
2013-06-11 20:13:00 +02:00
vertical-align: bottom;
}
2013-06-11 20:13:00 +02:00
.license-rules th.summary {
line-height: 1.4;
2012-09-12 21:20:53 +02:00
}
.license-rules .name {
2013-12-10 08:49:05 +01:00
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
2015-09-18 20:45:55 +02:00
border-right: solid 1px #ddd;
2013-06-11 20:13:00 +02:00
padding-left: 0;
width: 280px;
2012-09-12 21:20:53 +02:00
}
.license-rules .name a {
2012-09-12 21:20:53 +02:00
font-size: 28px;
}
.license-rules .name small a {
font-size: 16px;
}
.license-rules td {
2013-11-06 16:10:48 +01:00
padding: 4px 0 12px 0;
vertical-align: top;
2012-09-12 21:20:53 +02:00
}
.license-rules .label {
2012-09-12 21:20:53 +02:00
font-weight: bold;
}
.license-rules li {
2012-09-12 21:20:53 +02:00
margin-right: 15px;
2013-11-06 16:10:48 +01:00
margin-bottom: 5px;
2012-09-12 21:20:53 +02:00
}
.license-rules li:hover {
2015-09-18 20:45:55 +02:00
color: #444;
2012-12-04 23:12:12 +01:00
}
.license-sprite {
background-image: url(../img/license-sprite.png);
background-repeat: no-repeat;
display: inline-block;
2012-09-12 21:20:53 +02:00
}
.sidebar .source span { background-position: 0 0; width: 16px; height: 12px; }
.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; }
.lite span { opacity: 0.5; }
2012-09-12 21:20:53 +02:00
.license-rules-sidebar li {
float: none;
padding-bottom: 3px;
}
.license-body {
2012-11-28 19:40:00 +01:00
font-size: 15px;
2012-09-12 21:20:53 +02:00
float: left;
width: 700px;
2012-09-12 21:20:53 +02:00
}
.license-body pre {
font-family: Consolas, Monaco, Courier, monospace;
font-size: 14px;
background-color: #fff;
2015-09-18 20:45:55 +02:00
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 20px;
}
.license-nickname {
margin-top: 0;
}
.sidebar {
2012-09-12 21:20:53 +02:00
float: right;
width: 220px;
font-size: 12px;
2012-09-12 21:20:53 +02:00
}
2012-11-28 19:40:00 +01:00
.sidebar a.button {
2012-09-12 21:20:53 +02:00
margin-top: -110px;
width: 100%;
}
2018-10-15 01:21:54 +02:00
.sidebar input#repository-url {
width: 100%;
2018-10-15 01:21:54 +02:00
padding: 5px 20px 5px 10px;
box-sizing: border-box;
margin-right: 12px;
}
.input-wrapper {
2018-10-15 01:21:54 +02:00
position: relative;
}
.input-wrapper .status-indicator {
2018-10-15 01:21:54 +02:00
position: absolute;
right: 5px;
top: 6px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #fff;
animation: none;
border: 4px solid #ddd;
2018-10-15 01:21:54 +02:00
}
.input-wrapper .status-indicator.fetching {
2018-10-15 01:21:54 +02:00
border-right-color: transparent;
animation: rotate 0.8s infinite linear;
}
.input-wrapper .status-indicator.error {
border: 4px solid #c6403d;
2018-10-15 01:21:54 +02:00
}
@keyframes rotate {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.note {
color: #687072;
}
.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 20:45:55 +02:00
border-color: #ccc #bbb #aaa #bbb;
border-style: solid;
border-width: 1px;
2015-09-18 20:45:55 +02:00
color: #444;
-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 20:45:55 +02: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);
display: inline-block;
font-size: 12px;
font-weight: normal;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
.button:hover {
text-decoration: none;
2015-09-18 20:45:55 +02: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);
}
.projects-with-license li {
padding-bottom: 3px;
}
.site-footer {
2015-09-18 20:45:55 +02:00
border-top: 1px solid #eee;
2012-11-27 22:16:07 +01:00
margin-top: 30px;
padding-top: 20px;
2015-09-18 20:45:55 +02:00
color: #555;
2012-11-27 22:16:07 +01:00
font-size: 12px;
text-align: left;
line-height: 1.5;
}
.site-footer a {
2015-09-18 20:45:55 +02:00
color: #444;
2012-11-27 22:16:07 +01:00
font-weight: normal;
}
.site-footer p {
2012-11-27 22:16:07 +01:00
float: left;
margin-top: 0;
2012-11-27 22:16:07 +01:00
}
.site-footer nav {
2012-11-27 22:16:07 +01:00
float: right;
}
.site-footer nav a {
2012-11-27 22:16:07 +01:00
display: inline-block;
margin-left: 20px;
}
.bullets {
list-style-type: disc;
}
.bullets > li {
margin-left: 2em;
}
2013-11-06 16:10:48 +01:00
.small {
font-size: 90%;
}
2012-12-04 23:12:12 +01:00
/* Qtip styles */
.qtip-conditions,
.qtip-permissions,
2018-10-15 01:21:54 +02:00
.qtip-limitations,
.qtip-fetching,
.qtip-error {
font-size: 12px;
line-height: 1.3;
}
.qtip-conditions {
background-color: #d0ebf6;
border-color: #149ad4;
color: #0d648a;
2012-12-04 23:12:12 +01:00
}
.qtip-conditions .qtip-titlebar {
background-color: #149ad4;
color: #fff;
2012-12-04 23:12:12 +01:00
}
2018-10-15 01:21:54 +02:00
.qtip-fetching,
.qtip-permissions {
background-color: #d8f4d7;
border-color: #3dc637;
color: #298625;
2012-12-04 23:12:12 +01:00
}
2018-10-15 01:21:54 +02:00
.qtip-fetching .qtip-titlebar,
2016-04-16 18:58:54 +02:00
.qtip-permissions .qtip-titlebar {
background-color: #3dc637;
color: #fff;
2012-12-04 23:12:12 +01:00
}
2018-10-15 01:21:54 +02:00
.qtip-error,
.qtip-limitations {
background-color: #f4d9d8;
border-color: #c6403d;
color: #812a28;
2012-12-04 23:12:12 +01:00
}
2018-10-15 01:21:54 +02:00
.qtip-error .qtip-titlebar,
.qtip-limitations .qtip-titlebar {
background-color: #c6403d;
color: #fff;
2012-12-04 23:12:12 +01:00
}
2012-11-27 22:16:07 +01:00
/* For modern browsers */
2013-12-09 19:05:34 +01:00
.clearfix:before,
.clearfix:after {
content: "";
display: table;
2012-11-27 22:16:07 +01:00
}
2013-12-09 19:05:34 +01:00
.clearfix:after {
clear: both;
2012-11-27 22:16:07 +01:00
}
.with-love { float: right; clear: right; }
@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 09:04:36 +02:00
.community,
.circular {
background-image: url(../img/home-sprite@2x.png);
-webkit-background-size: 72px 182px;
-moz-background-size: 72px 182px;
background-size: 72px 182px;
}
.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-20 00:27:35 +01:00
{% include css/responsive.css %}