freeCodeCamp/public/css/styles.less

100 lines
1.4 KiB
Plaintext
Raw Normal View History

2014-01-23 22:22:54 +00:00
@import "lib/bootstrap/bootstrap";
@import "lib/font-awesome/font-awesome";
2014-07-01 21:04:45 +00:00
@import "lib/ionicons/ionicons";
@import "lib/bootstrap-social";
2014-07-01 21:04:45 +00:00
@import "themes/modern";
2014-01-23 22:37:47 +00:00
// Scaffolding
// -------------------------
2014-01-23 23:17:24 +00:00
2014-05-11 08:04:39 +00:00
html {
position: relative;
min-height: 100%;
2014-01-24 07:14:40 +00:00
}
2013-12-04 03:56:18 +00:00
body {
2014-05-11 08:04:39 +00:00
padding-top: 60px;
margin-bottom: 75px;
}
2013-12-12 06:35:18 +00:00
2014-05-11 08:04:39 +00:00
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 45px;
line-height: 45px;
p,
ul {
margin-bottom: 0;
}
2014-01-24 07:14:40 +00:00
}
2014-01-23 22:37:47 +00:00
// Navbar
// -------------------------
2014-01-23 23:17:24 +00:00
.navbar-nav img {
width: 30px;
height: 30px;
margin: -15px 15px -15px;
2014-01-23 23:17:24 +00:00
}
// Alerts
2014-03-07 19:40:01 +00:00
// -------------------------
.alert {
margin-top: 20px;
2014-03-07 19:40:01 +00:00
}
2014-06-05 18:18:51 +00:00
// Thumbnails
2014-03-07 19:40:01 +00:00
// -------------------------
2014-06-05 18:18:51 +00:00
.thumbnail {
padding: 0;
border-radius: 0;
box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
}
2014-07-01 22:00:28 +00:00
// Font Icons
2014-03-07 19:40:01 +00:00
// -------------------------
2014-07-01 22:00:28 +00:00
.fa,
[class^='ion-'] {
margin-right: 6px;
}
2014-10-13 21:14:51 +00:00
html { height: 50%; }
body { margin: 0; height: 100%; position: relative; }
#firepad-container {
width: 100%;
height: 100%;
}
2014-10-13 21:14:51 +00:00
.img-center {
margin: 0 auto;
}
2014-10-13 21:14:51 +00:00
.three-by-three {
height: 100px;
}
2014-10-13 21:14:51 +00:00
.navbar-icon {
height: 40px;
2014-10-13 21:14:51 +00:00
margin-top: -10px;
}
2014-10-13 21:14:51 +00:00
.btn-cta {
font-size: 40px;
}
2014-10-13 21:14:51 +00:00
.btn {
border-radius: 3px;
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-13 21:14:51 +00:00
.btn-nav {
margin-top: 5px;
2014-05-11 08:35:12 +00:00
}