2014-01-23 17:22:54 -05:00
|
|
|
@import "lib/bootstrap/bootstrap";
|
2014-06-03 00:28:41 -04:00
|
|
|
@import "lib/font-awesome/font-awesome";
|
|
|
|
@import "lib/bootstrap-social";
|
2014-05-11 03:28:05 -04:00
|
|
|
@import "themes/default";
|
2014-01-07 18:09:32 -05:00
|
|
|
|
2014-01-23 17:37:47 -05:00
|
|
|
// Scaffolding
|
2014-03-05 16:41:42 -05:00
|
|
|
// -------------------------
|
2014-01-23 18:17:24 -05:00
|
|
|
|
2014-05-11 04:04:39 -04:00
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
2014-01-24 02:14:40 -05:00
|
|
|
}
|
|
|
|
|
2013-12-03 22:56:18 -05:00
|
|
|
body {
|
2014-05-11 04:04:39 -04:00
|
|
|
padding-top: 60px;
|
2014-05-11 04:35:12 -04:00
|
|
|
margin-bottom: 120px;
|
2013-12-06 00:54:22 -05:00
|
|
|
}
|
2013-12-12 01:35:18 -05:00
|
|
|
|
2014-05-11 04:04:39 -04:00
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 90px;
|
2014-01-24 02:14:40 -05:00
|
|
|
}
|
|
|
|
|
2014-01-23 17:37:47 -05:00
|
|
|
// Navbar
|
|
|
|
// -------------------------
|
2014-01-23 18:17:24 -05:00
|
|
|
|
2014-05-11 05:09:27 -04:00
|
|
|
.navbar-nav img {
|
2014-01-28 22:51:25 -05:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2014-05-11 05:09:27 -04:00
|
|
|
margin: -15px 15px -15px;
|
2014-01-23 18:17:24 -05:00
|
|
|
}
|
|
|
|
|
2014-02-03 13:34:15 -05:00
|
|
|
.navbar-brand {
|
2014-05-11 05:09:27 -04:00
|
|
|
background: url(../img/npm.png) no-repeat left center;
|
2014-02-03 13:34:15 -05:00
|
|
|
background-size: 40px;
|
|
|
|
padding-left: 50px;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
// Font Awesome
|
|
|
|
// -------------------------
|
|
|
|
|
2014-05-11 05:09:27 -04:00
|
|
|
.fa {
|
2013-12-11 19:05:16 -05:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2014-03-07 14:40:01 -05:00
|
|
|
// API Examples
|
|
|
|
// -------------------------
|
|
|
|
|
2014-02-06 02:51:16 -05:00
|
|
|
.thumb {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumb img {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
opacity: 0.2;
|
|
|
|
transition: opacity 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumb:hover img {
|
|
|
|
opacity: 1;
|
|
|
|
box-shadow: 0 0 3px 1px @brand-primary;
|
|
|
|
}
|
2014-01-24 02:14:40 -05:00
|
|
|
|
2014-02-12 14:59:51 -05:00
|
|
|
.facebook-caption {
|
|
|
|
position: absolute;
|
2014-02-27 12:39:51 -05:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2014-02-12 14:59:51 -05:00
|
|
|
font-size: 12px;
|
|
|
|
color: #fff;
|
|
|
|
padding: 3px;
|
|
|
|
bottom: 25px;
|
2014-04-14 01:16:19 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.api-examples {
|
|
|
|
img {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2014-05-11 04:35:12 -04:00
|
|
|
}
|