2014-01-23 17:22:54 -05:00
|
|
|
@import "lib/bootstrap/bootstrap";
|
2014-11-08 20:27:32 -08:00
|
|
|
@import "lib/bootstrap-social/bootstrap-social";
|
2014-07-01 17:04:45 -04:00
|
|
|
@import "lib/ionicons/ionicons";
|
2014-10-24 16:41:09 -07:00
|
|
|
@import "lib/animate.min.less";
|
2015-01-25 10:35:41 -08:00
|
|
|
@import "lib/bootstrap/variables";
|
2014-01-07 18:09:32 -05:00
|
|
|
|
2015-01-25 10:35:41 -08:00
|
|
|
//fonts.googleapis.com/css?family=Lato:300);
|
2014-12-16 16:44:03 -08:00
|
|
|
@import url(http://fonts.googleapis.com/css?family=Lato:400);
|
2015-01-18 13:34:45 -08:00
|
|
|
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
|
2014-01-23 18:17:24 -05:00
|
|
|
|
2014-11-07 17:00:27 -08:00
|
|
|
html,body,div,span,a,li,td,th {
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
font-weight: 300;
|
2014-11-07 15:43:10 -08:00
|
|
|
}
|
2014-11-07 14:46:17 -08:00
|
|
|
|
2015-01-08 22:31:15 -08:00
|
|
|
li, .wrappable {
|
2014-12-16 16:38:33 -08:00
|
|
|
white-space: pre; /* CSS 2.0 */
|
|
|
|
white-space: pre-wrap; /* CSS 2.1 */
|
|
|
|
white-space: pre-line; /* CSS 3.0 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla */
|
|
|
|
white-space: -hp-pre-wrap; /* HP Printers */
|
|
|
|
word-wrap: break-word; /* IE 5+ */
|
|
|
|
}
|
|
|
|
|
2014-05-11 04:04:39 -04:00
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
2014-01-24 02:14:40 -05:00
|
|
|
}
|
|
|
|
|
2015-01-26 11:02:22 -08:00
|
|
|
body.top-and-bottom-margins {
|
|
|
|
padding-top: 80px;
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.no-top-and-bottom-margins {
|
2015-01-25 14:05:56 -08:00
|
|
|
padding-top: 50px;
|
2015-01-26 11:02:22 -08:00
|
|
|
margin-bottom: 40px;
|
2013-12-06 00:54:22 -05:00
|
|
|
}
|
2013-12-12 01:35:18 -05:00
|
|
|
|
2014-12-10 13:32:00 -08:00
|
|
|
h1, h2 {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
2014-12-16 16:44:03 -08:00
|
|
|
font-weight: 400;
|
2014-12-10 13:32:00 -08:00
|
|
|
}
|
|
|
|
|
2014-10-18 14:53:32 -07:00
|
|
|
h1, h2, h3, h4, h5, h6, p, li {
|
2014-10-16 13:17:03 -07:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2014-05-11 05:09:27 -04:00
|
|
|
// Alerts
|
2014-03-07 14:40:01 -05:00
|
|
|
// -------------------------
|
|
|
|
|
2014-05-11 05:09:27 -04:00
|
|
|
.alert {
|
|
|
|
margin-top: 20px;
|
2014-03-07 14:40:01 -05:00
|
|
|
}
|
|
|
|
|
2014-06-05 14:18:51 -04:00
|
|
|
// Thumbnails
|
2014-03-07 14:40:01 -05:00
|
|
|
// -------------------------
|
|
|
|
|
2014-06-05 14:18:51 -04:00
|
|
|
.thumbnail {
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
|
2013-12-11 19:05:16 -05:00
|
|
|
}
|
|
|
|
|
2014-07-01 18:00:28 -04:00
|
|
|
// Font Icons
|
2014-03-07 14:40:01 -05:00
|
|
|
// -------------------------
|
|
|
|
|
2014-07-01 18:00:28 -04:00
|
|
|
.fa,
|
|
|
|
[class^='ion-'] {
|
2014-11-08 20:27:32 -08:00
|
|
|
margin-right: 5px;
|
2014-10-12 01:51:55 -07:00
|
|
|
}
|
|
|
|
|
2014-10-13 14:14:51 -07:00
|
|
|
.img-center {
|
|
|
|
margin: 0 auto;
|
2014-10-12 01:51:55 -07:00
|
|
|
}
|
2014-10-13 14:14:51 -07:00
|
|
|
|
|
|
|
.three-by-three {
|
|
|
|
height: 100px;
|
2014-10-12 01:51:55 -07:00
|
|
|
}
|
2014-10-13 14:14:51 -07:00
|
|
|
|
2014-10-24 18:51:32 -07:00
|
|
|
/**/
|
|
|
|
|
2014-10-13 14:14:51 -07:00
|
|
|
.btn-cta {
|
|
|
|
font-size: 40px;
|
2014-10-12 01:51:55 -07:00
|
|
|
}
|
2014-10-13 14:14:51 -07:00
|
|
|
|
2014-10-26 09:32:57 -07:00
|
|
|
.nonprofit-cta {
|
2014-10-25 10:27:09 -07:00
|
|
|
font-size: 28px;
|
2014-10-24 18:51:32 -07:00
|
|
|
}
|
|
|
|
|
2014-10-13 14:14:51 -07:00
|
|
|
.btn {
|
|
|
|
white-space: normal;
|
|
|
|
-webkit-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
|
|
|
|
-moz-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
|
|
|
|
box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
|
2014-10-12 01:51:55 -07:00
|
|
|
}
|
2014-10-13 14:14:51 -07:00
|
|
|
|
|
|
|
.btn-nav {
|
2014-11-07 16:45:19 -08:00
|
|
|
margin-top: 10px;
|
2014-10-13 18:00:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2014-10-18 14:53:32 -07:00
|
|
|
.img-center {
|
|
|
|
margin:0 auto;
|
2014-10-13 21:38:10 -07:00
|
|
|
}
|
|
|
|
|
2014-10-20 15:35:42 -07:00
|
|
|
.centered-iframe {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
2014-10-21 18:00:56 -07:00
|
|
|
@media (min-width: 767px) {
|
|
|
|
.landing-panel-body {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-panel-heading {
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
|
2014-11-02 12:24:37 -08:00
|
|
|
.panel-heading {
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
2014-10-21 18:00:56 -07:00
|
|
|
.navbar-brand {
|
2014-10-22 07:59:39 -07:00
|
|
|
font-size: 26px;
|
2014-10-21 18:00:56 -07:00
|
|
|
}
|
|
|
|
|
2014-11-01 18:07:59 -07:00
|
|
|
.ten-pixel-break {
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
2014-12-09 22:30:18 -08:00
|
|
|
.fifteen-pixel-break {
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
2014-10-23 23:07:52 -07:00
|
|
|
.nav-height {
|
2014-10-24 18:51:32 -07:00
|
|
|
height: 50px;
|
2014-12-11 17:59:01 -08:00
|
|
|
border: none;
|
2014-10-23 23:07:52 -07:00
|
|
|
}
|
|
|
|
|
2014-10-21 18:00:56 -07:00
|
|
|
.landing-icon {
|
|
|
|
font-size: 150px;
|
|
|
|
}
|
|
|
|
|
2014-10-21 21:36:47 -07:00
|
|
|
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
|
|
|
|
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
|
|
|
2014-12-09 22:30:18 -08:00
|
|
|
.negative-45 {
|
2014-11-30 19:05:06 -08:00
|
|
|
margin-top: -45px;
|
|
|
|
margin-bottom: -45px;
|
|
|
|
}
|
|
|
|
|
2014-12-09 22:30:18 -08:00
|
|
|
.negative-10 {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
|
2015-01-15 22:25:04 -08:00
|
|
|
.negative-35 {
|
|
|
|
margin-top: -35px;
|
|
|
|
}
|
|
|
|
|
2015-01-11 22:19:56 -08:00
|
|
|
.negative-5 {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
2014-12-11 17:59:01 -08:00
|
|
|
.negative-15 {
|
|
|
|
margin-top: -15px;
|
|
|
|
}
|
|
|
|
|
2014-11-30 19:05:06 -08:00
|
|
|
.landing-p {
|
|
|
|
font-size: 18px !important;
|
2014-10-23 23:07:52 -07:00
|
|
|
}
|
2014-10-24 18:51:32 -07:00
|
|
|
|
|
|
|
.text-success {
|
2014-11-07 14:46:17 -08:00
|
|
|
color: @brand-success;
|
2014-10-24 18:51:32 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.delay-1 {
|
|
|
|
-webkit-animation-delay: 1s;
|
|
|
|
animation-delay: 1s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delay-2 {
|
|
|
|
-webkit-animation-delay: 2s;
|
|
|
|
animation-delay: 2s;
|
|
|
|
}
|
|
|
|
|
2015-01-14 13:28:20 -08:00
|
|
|
.delay-4 {
|
|
|
|
-webkit-animation-delay: 4s;
|
|
|
|
animation-delay: 4s;
|
|
|
|
}
|
|
|
|
|
2014-12-11 23:07:33 -08:00
|
|
|
.delay-10 {
|
|
|
|
-webkit-animation-delay: 10s;
|
|
|
|
animation-delay: 10s;
|
2014-11-30 19:05:06 -08:00
|
|
|
}
|
|
|
|
|
2014-10-24 18:51:32 -07:00
|
|
|
.fast-animation {
|
|
|
|
-webkit-animation-duration: 0.5s;
|
|
|
|
animation-duration: 0.5s;
|
2014-10-25 10:27:09 -07:00
|
|
|
}
|
|
|
|
|
2015-01-24 20:49:59 -05:00
|
|
|
.slow-animation {
|
|
|
|
-webkit-animation-duration: 1.5s;
|
|
|
|
animation-duration: 1.5s;
|
|
|
|
}
|
|
|
|
|
2014-10-25 10:27:09 -07:00
|
|
|
.disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
cursor: default;
|
|
|
|
color: graytext !important;
|
2014-11-01 18:07:59 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.hidden-element {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-container {
|
2014-11-02 09:07:40 -08:00
|
|
|
height: 120px;
|
2014-11-06 23:20:20 -08:00
|
|
|
}
|
|
|
|
|
2014-11-07 13:25:08 -08:00
|
|
|
.nav-logo {
|
|
|
|
height: 40px;
|
|
|
|
margin-top: -10px;
|
|
|
|
@media (max-width: 365px) {
|
|
|
|
height: 30px;
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
2015-01-21 14:12:19 -08:00
|
|
|
@media (min-width: 767px) and (max-width: 890px) {
|
|
|
|
height: 30px;
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
2014-11-07 13:25:08 -08:00
|
|
|
}
|
|
|
|
|
2014-12-30 13:15:22 -08:00
|
|
|
.navbar-right {
|
2015-01-21 14:12:19 -08:00
|
|
|
@media (min-width: 767px) {
|
2014-12-30 20:26:12 -08:00
|
|
|
padding-right: 50px;
|
|
|
|
}
|
2015-01-17 16:09:35 -08:00
|
|
|
@media (max-width: 991px) and (min-width: 768px) {
|
2014-12-30 13:15:22 -08:00
|
|
|
position: absolute;
|
|
|
|
right:0;
|
|
|
|
margin-right: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
2014-11-07 13:25:08 -08:00
|
|
|
.navbar {
|
|
|
|
white-space: nowrap;
|
2015-01-17 16:09:35 -08:00
|
|
|
border: none;
|
2015-01-25 14:05:56 -08:00
|
|
|
@media (min-width: 767px) {
|
|
|
|
padding-left: 30px;
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
2014-11-07 13:47:39 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body {
|
2014-11-07 16:45:19 -08:00
|
|
|
margin-bottom: -6px;
|
2014-11-07 13:25:08 -08:00
|
|
|
}
|
|
|
|
|
2014-11-06 23:20:20 -08:00
|
|
|
.strikethrough {
|
|
|
|
text-decoration: line-through;
|
2014-11-07 13:25:08 -08:00
|
|
|
}
|
|
|
|
|
2014-11-07 14:46:17 -08:00
|
|
|
.btn-social {
|
|
|
|
width: 250px;
|
2014-11-29 22:22:27 -08:00
|
|
|
margin: auto;
|
2014-11-07 15:43:10 -08:00
|
|
|
}
|
|
|
|
|
2014-12-23 18:20:53 -08:00
|
|
|
.btn-link-social {
|
|
|
|
max-width: 400px;
|
2014-12-24 00:07:20 -08:00
|
|
|
margin: auto;
|
2014-12-23 18:20:53 -08:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2014-11-07 15:43:10 -08:00
|
|
|
.navbar {
|
2014-12-11 15:36:46 -08:00
|
|
|
background-color: #4a2b0f;
|
2014-11-07 15:43:10 -08:00
|
|
|
}
|
|
|
|
|
2014-12-30 10:45:19 -08:00
|
|
|
.navbar-nav > li > a {
|
|
|
|
color: #eee;
|
2014-11-07 15:43:10 -08:00
|
|
|
&:hover {
|
2014-12-30 10:45:19 -08:00
|
|
|
color: #4a2b0f;
|
2014-11-07 15:43:10 -08:00
|
|
|
}
|
2014-11-11 00:58:22 -08:00
|
|
|
}
|
|
|
|
|
2014-11-30 19:05:06 -08:00
|
|
|
.hug-top {
|
2014-12-11 17:59:01 -08:00
|
|
|
margin-top: -35px;
|
2014-11-30 19:05:06 -08:00
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
|
|
|
|
2014-11-11 00:58:22 -08:00
|
|
|
.big-text {
|
|
|
|
font-size: 63px;
|
2014-11-30 19:05:06 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.scroll-lock {
|
|
|
|
overflow: hidden;
|
|
|
|
height: 100%;
|
2014-12-04 15:55:37 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.signup-btn.btn {
|
|
|
|
background-color: #ffac33;
|
|
|
|
background-image: linear-gradient(#ffcc4d, #ffac33);
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc4d, endColorstr=#ffac33, GradientType=0)";
|
|
|
|
border-color: #f1a02a;
|
2014-12-30 12:38:45 -08:00
|
|
|
color: #292f33 !important;
|
2014-12-04 15:55:37 -08:00
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
.signup-btn:hover, .signup-btn:focus {
|
|
|
|
background-color: #e99110;
|
|
|
|
background-image: linear-gradient(#ffcc4d, #e99110);
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc4d, endColorstr=#e99110, GradientType=0)";
|
|
|
|
border-color: #ec8b11;
|
2014-12-30 12:38:45 -08:00
|
|
|
color: #292f33 !important;
|
2014-12-04 15:55:37 -08:00
|
|
|
}
|
|
|
|
.signup-btn:active {
|
|
|
|
background-color: #f2a330;
|
|
|
|
background-image: none;
|
|
|
|
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
2014-12-09 22:30:18 -08:00
|
|
|
.profile-image {
|
2015-01-11 22:19:56 -08:00
|
|
|
border-radius: 5px;
|
2014-12-09 22:30:18 -08:00
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
2014-12-18 00:45:31 -08:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2014-12-09 22:30:18 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.team-member {
|
|
|
|
height: 420px;
|
|
|
|
}
|
|
|
|
|
|
|
|
*, *:before, *:after {box-sizing: border-box !important;}
|
|
|
|
|
|
|
|
.masonry-row {
|
|
|
|
-moz-column-width: 18em;
|
|
|
|
-webkit-column-width: 18em;
|
|
|
|
-moz-column-gap: 1em;
|
|
|
|
-webkit-column-gap:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.masonry-block {
|
|
|
|
display: inline-block;
|
|
|
|
padding: .25rem;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.masonry-relative {
|
|
|
|
position:relative;
|
|
|
|
display: block;
|
2014-12-10 22:26:09 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-big {
|
|
|
|
font-size: 30px;
|
2014-12-13 21:09:11 -08:00
|
|
|
}
|
|
|
|
|
2014-12-05 23:10:02 -08:00
|
|
|
.table {
|
|
|
|
margin-left: -16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead {
|
|
|
|
font-size: 150%;
|
2014-12-17 23:59:28 -08:00
|
|
|
}
|
|
|
|
|
2014-12-20 22:15:50 -08:00
|
|
|
.nowrap {
|
|
|
|
white-space: nowrap;
|
2014-12-23 18:20:53 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.big-break {
|
2015-01-15 22:25:04 -08:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 50px;
|
2014-12-29 22:40:27 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile-picture {
|
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav a {
|
2014-12-30 10:45:19 -08:00
|
|
|
color: #eee;
|
2014-12-29 22:40:27 -08:00
|
|
|
font-size: 20px;
|
|
|
|
margin-top: -5px;
|
2014-12-30 12:38:45 -08:00
|
|
|
margin-bottom: -5px;
|
2014-12-30 11:40:37 -08:00
|
|
|
}
|
|
|
|
.navbar-toggle {
|
|
|
|
color: #eee;
|
2014-12-30 12:38:45 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-right {
|
|
|
|
background-color: #4a2b0f;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signup-btn-nav {
|
|
|
|
margin-top:-2px !important;
|
|
|
|
padding-top: 10px !important;
|
|
|
|
padding-bottom: 10px !important;
|
2015-01-05 16:38:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.nameline {
|
|
|
|
margin-top: -5px;
|
|
|
|
font-size: 40px;
|
2015-01-06 02:27:08 -05:00
|
|
|
}
|
|
|
|
|
2015-01-08 18:39:16 -08:00
|
|
|
.public-profile-img {
|
|
|
|
height: 200px;
|
|
|
|
width: 200px;
|
2015-01-08 23:27:14 -08:00
|
|
|
border-radius: 5px;
|
2015-01-08 18:39:16 -08:00
|
|
|
}
|
|
|
|
|
2015-01-06 02:27:08 -05:00
|
|
|
.ng-invalid.ng-dirty {
|
|
|
|
border-color: #FA787E;
|
|
|
|
}
|
|
|
|
.ng-valid.ng-dirty {
|
|
|
|
border-color: #78FA89;
|
2015-01-08 18:39:16 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-narrow {
|
|
|
|
@media (min-width: 767px) {
|
|
|
|
marign: 0 auto;
|
|
|
|
width: 80%;
|
|
|
|
}
|
2015-01-08 22:31:15 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.min650 {
|
|
|
|
min-height: 630px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portfolio-image {
|
2015-01-11 22:19:56 -08:00
|
|
|
height: 225px;
|
|
|
|
width: 300px;
|
|
|
|
border-radius: 5px;
|
2015-01-08 22:31:15 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.flat-top {
|
|
|
|
margin-top: -5px;
|
2015-01-08 23:27:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.negative-bottom {
|
|
|
|
margin-bottom: -20px;
|
2015-01-11 22:19:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.min-height-1000 {
|
|
|
|
min-height: 1000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.points-on-top {
|
|
|
|
color: #eee;
|
|
|
|
font-size: 50px;
|
|
|
|
z-index: 2;
|
|
|
|
width: 50%;
|
|
|
|
margin: 0 auto;
|
|
|
|
position: relative;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
2015-01-15 17:21:12 -08:00
|
|
|
.landing-skill-icon {
|
|
|
|
color: #215f1e;
|
2015-01-15 21:39:01 -08:00
|
|
|
font-size: 150px;
|
2015-01-15 17:21:12 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.black-text {
|
|
|
|
color: #333;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
|
2015-01-15 19:04:24 -08:00
|
|
|
.font-awesome-padding {
|
2015-01-15 21:39:01 -08:00
|
|
|
margin-top: 45px;
|
2015-01-15 19:04:24 -08:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2015-01-11 22:19:56 -08:00
|
|
|
.background-svg {
|
|
|
|
width: 220px;
|
|
|
|
height: 220px;
|
|
|
|
background-image: url("https://s3.amazonaws.com/freecodecamp/certificate-icon.svg");
|
|
|
|
background-size: 120%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
2015-01-15 19:04:24 -08:00
|
|
|
|
2015-01-15 17:21:12 -08:00
|
|
|
.testimonial-image {
|
|
|
|
border-radius: 5px;
|
|
|
|
height: 200px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial-copy {
|
|
|
|
font-size: 20px;
|
|
|
|
text-align: center;
|
2015-01-15 19:04:24 -08:00
|
|
|
@media (min-width: 991px) and (max-width: 1199px) {
|
|
|
|
height: 120px;
|
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
height: 90px;
|
|
|
|
}
|
2015-01-15 17:21:12 -08:00
|
|
|
}
|
2015-01-11 22:19:56 -08:00
|
|
|
|
2015-01-17 16:09:35 -08:00
|
|
|
.hamburger-dropdown {
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-17 16:36:10 -08:00
|
|
|
.challenge-list-header {
|
|
|
|
background-color: #215f1e;
|
|
|
|
color: #eee;
|
|
|
|
font-size: 40px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: -30px;
|
|
|
|
border-radius: 5px 5px 0px 0px;
|
2015-01-24 23:03:25 -08:00
|
|
|
padding-left: 50px;
|
2015-01-17 16:36:10 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.closing-x {
|
|
|
|
color: #eee;
|
|
|
|
font-size: 60px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2015-01-17 14:16:29 -08:00
|
|
|
.fcc-footer {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #4a2b0f;
|
|
|
|
height: 40px;
|
|
|
|
bottom: 0;
|
|
|
|
position: absolute;
|
|
|
|
a {
|
|
|
|
font-size: 28px;
|
|
|
|
color: #eee;
|
|
|
|
&:hover {
|
|
|
|
color: #4a2b0f;
|
|
|
|
background-color: #eee;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-25 15:22:21 -05:00
|
|
|
.embed-responsive-twitch-chat {
|
|
|
|
padding-bottom: 117%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#directions {
|
|
|
|
text-align: left;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jquery-exercises-well {
|
|
|
|
text-align: left;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#exercise-directory {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-exercise {
|
|
|
|
text-size: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bonfire-instructions {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Bonfire styling
|
|
|
|
*/
|
|
|
|
|
2015-01-19 23:52:39 -05:00
|
|
|
form.code span {
|
2015-01-25 14:05:56 -08:00
|
|
|
font-size: 18px;
|
2015-01-20 15:21:11 -05:00
|
|
|
font-family: "Ubuntu Mono";
|
2015-01-20 03:10:24 -05:00
|
|
|
padding-bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
2015-01-25 23:56:04 -05:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror-linenumber {
|
|
|
|
font-size: 18px;
|
|
|
|
font-family: "Ubuntu Mono";
|
|
|
|
}
|
|
|
|
|
|
|
|
#mainEditorPanel {
|
|
|
|
height: 100%;
|
2015-01-20 03:10:24 -05:00
|
|
|
}
|
|
|
|
|
2015-01-25 10:35:41 -08:00
|
|
|
.big-error-icon {
|
2015-01-25 15:22:21 -05:00
|
|
|
font-size: 40px;
|
2015-01-25 10:35:41 -08:00
|
|
|
color: @brand-danger;
|
|
|
|
}
|
|
|
|
|
|
|
|
.big-success-icon {
|
2015-01-25 15:22:21 -05:00
|
|
|
font-size: 40px;
|
2015-01-25 10:35:41 -08:00
|
|
|
color: @brand-primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.test-output {
|
2015-01-25 15:22:21 -05:00
|
|
|
font-size: 15px;
|
2015-01-25 10:35:41 -08:00
|
|
|
font-family: "Ubuntu Mono";
|
|
|
|
}
|
|
|
|
|
2015-01-20 03:10:24 -05:00
|
|
|
#mainEditorPanel .panel-body {
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2015-01-25 14:05:56 -08:00
|
|
|
.panel-bonfire {
|
|
|
|
height: 100%
|
|
|
|
}
|
|
|
|
|
2015-01-20 20:35:25 -05:00
|
|
|
div.CodeMirror-scroll {
|
2015-01-25 23:56:04 -05:00
|
|
|
padding-bottom: 40px;
|
2015-01-22 11:29:45 -08:00
|
|
|
}
|
2015-01-20 20:35:25 -05:00
|
|
|
|
2015-01-25 10:35:41 -08:00
|
|
|
.test-vertical-center {
|
2015-01-25 15:22:21 -05:00
|
|
|
margin-top: 15px;
|
2015-01-25 10:35:41 -08:00
|
|
|
}
|
|
|
|
|
2015-01-25 23:56:04 -05:00
|
|
|
|
|
|
|
|
2015-01-11 22:19:56 -08:00
|
|
|
//uncomment this to see the dimensions of all elements outlined in red
|
|
|
|
//* {
|
|
|
|
// border-color: red;
|
|
|
|
// border-width: 1px;
|
|
|
|
// border-style: solid;
|
2015-01-18 19:10:03 -05:00
|
|
|
//}
|