2012-06-27 14:29:28 +00:00
|
|
|
@import "nib/vendor";
|
2013-04-09 17:20:59 +00:00
|
|
|
|
|
|
|
|
// Vendor Includes - include first so we can override
|
|
|
|
|
@import "../../public/vendor/bootstrap/css/bootstrap.min.css";
|
|
|
|
|
@import "../../public/vendor/bootstrap/css/bootstrap-responsive.min.css";
|
|
|
|
|
@import "../../public/vendor/datepicker/css/datepicker.css";
|
|
|
|
|
|
|
|
|
|
// Custom includes
|
2013-02-08 18:04:31 +00:00
|
|
|
@import "./female_sprites.styl";
|
|
|
|
|
@import "./male_sprites.styl";
|
|
|
|
|
@import "./shop_sprites.styl";
|
2013-02-08 18:29:09 +00:00
|
|
|
@import "./tasks.styl";
|
|
|
|
|
@import "./avatar.styl";
|
2013-02-09 19:41:19 +00:00
|
|
|
@import "./customizer.styl";
|
2013-02-08 18:29:09 +00:00
|
|
|
@import "./items.styl";
|
2013-03-27 05:35:51 +00:00
|
|
|
@import "./inventory.styl";
|
2013-02-27 22:46:21 +00:00
|
|
|
@import "./alerts.styl";
|
2013-03-09 17:03:38 +00:00
|
|
|
@import "../../public/img/sprites/pet_sprites.css";
|
2013-03-21 20:56:25 +00:00
|
|
|
@import "../../public/img/sprites/PetEggs.css";
|
2013-03-05 19:16:10 +00:00
|
|
|
@import "./helpers.styl";
|
2013-03-05 20:01:52 +00:00
|
|
|
@import "./responsive.styl";
|
2013-03-18 22:29:53 +00:00
|
|
|
@import "./header.styl";
|
2013-05-06 13:01:43 +00:00
|
|
|
@import "./filters.styl";
|
2013-03-06 06:58:07 +00:00
|
|
|
@import "./scrollbars.styl";
|
2013-05-03 14:46:59 +00:00
|
|
|
@import "./achievements.styl";
|
2013-05-02 12:17:04 +00:00
|
|
|
@import "./game-pane.styl";
|
2013-05-08 15:24:26 +00:00
|
|
|
@import "./backer.styl";
|
2013-05-02 12:17:04 +00:00
|
|
|
|
2013-03-06 05:49:02 +00:00
|
|
|
// fix exploding to very wide for some reason
|
|
|
|
|
.datepicker
|
|
|
|
|
width: 210px
|
|
|
|
|
|
2012-06-26 15:25:24 +00:00
|
|
|
html,body,p,h1,ul,li,table,tr,th,td
|
|
|
|
|
margin: 0
|
|
|
|
|
padding: 0
|
2013-02-08 18:29:09 +00:00
|
|
|
|
2013-03-06 05:49:02 +00:00
|
|
|
*
|
|
|
|
|
-webkit-box-sizing: border-box
|
|
|
|
|
-moz-box-sizing: border-box
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
|
2013-03-19 03:42:03 +00:00
|
|
|
* { font-family: "Lato", sans-serif }
|
|
|
|
|
|
2013-03-06 05:49:02 +00:00
|
|
|
hr
|
|
|
|
|
border-top: 0
|
|
|
|
|
border-bottom: 1px solid #ddd
|
|
|
|
|
border-color: rgba(0,0,0,0.1)
|
|
|
|
|
|
|
|
|
|
|
2012-09-03 03:42:48 +00:00
|
|
|
/* Footer
|
|
|
|
|
-------------------------------------------------- */
|
2012-07-30 21:26:06 +00:00
|
|
|
|
2012-09-03 03:42:48 +00:00
|
|
|
/* Bootstrap website boilerplate */
|
|
|
|
|
.footer {
|
|
|
|
|
padding: 70px 0;
|
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
.footer p {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
.footer-links {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
.footer-links li {
|
|
|
|
|
display: inline;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Customizations to make footer sticky */
|
2013-03-19 03:42:03 +00:00
|
|
|
/*html, body {height: 100%;}*/
|
2013-03-18 20:48:47 +00:00
|
|
|
#wrap
|
|
|
|
|
min-height: 100%
|
|
|
|
|
z-index:-1
|
2013-03-19 03:42:03 +00:00
|
|
|
#main
|
2013-02-08 18:29:09 +00:00
|
|
|
padding-bottom: 250px; /* don't know why this works, sticky footers are weird */
|
2012-09-19 13:48:22 +00:00
|
|
|
|
2013-03-05 20:01:52 +00:00
|
|
|
@media (max-width: 600px) {
|
2013-02-10 21:38:37 +00:00
|
|
|
#wrap {
|
|
|
|
|
margin-top: 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-11 18:19:09 +00:00
|
|
|
/* Gems
|
2013-02-08 18:29:09 +00:00
|
|
|
-------------------------------------------------- */
|
2013-05-12 09:15:31 +00:00
|
|
|
/* Adaptation of GH's social-count for Gems */
|
2012-09-19 13:48:22 +00:00
|
|
|
|
2013-05-11 18:19:09 +00:00
|
|
|
.gem-cost
|
2012-09-19 13:48:22 +00:00
|
|
|
border: 1px solid #D4D4D4;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 6px 7px 5px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
color: #333;
|
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
2013-05-11 18:19:09 +00:00
|
|
|
.gem-cost::before
|
2012-09-19 13:48:22 +00:00
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
border: 6px solid #D4D4D4;
|
|
|
|
|
border-color: transparent #D4D4D4 transparent transparent;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 100%;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -6px;
|
|
|
|
|
|
2013-05-11 18:19:09 +00:00
|
|
|
.gem-cost::after
|
2012-09-19 13:48:22 +00:00
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
border: 6px solid #FAFAFA;
|
|
|
|
|
border-color: transparent #FAFAFA transparent transparent;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 100%;
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
top: 50%;
|
2013-01-17 01:53:17 +00:00
|
|
|
margin-top: -6px;
|
2013-02-08 18:04:31 +00:00
|
|
|
|
2013-02-08 18:29:09 +00:00
|
|
|
/* Misc
|
|
|
|
|
-------------------------------------------------- */
|
2013-02-08 18:04:31 +00:00
|
|
|
|
2013-03-18 22:30:25 +00:00
|
|
|
.modal
|
|
|
|
|
whitespace: normal
|
|
|
|
|
|
2013-02-09 21:22:39 +00:00
|
|
|
.notification-character
|
2013-02-08 18:29:09 +00:00
|
|
|
float:left
|
2013-02-08 18:04:31 +00:00
|
|
|
|
2013-02-09 21:22:39 +00:00
|
|
|
.notification-message
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-right: 1em
|
|
|
|
|
line-height: 3
|
|
|
|
|
|
|
|
|
|
.notification-action
|
|
|
|
|
vertical-align: baseline
|
2013-02-08 18:29:09 +00:00
|
|
|
#reset-modal
|
2013-02-16 17:02:55 +00:00
|
|
|
z-index:1500
|
|
|
|
|
#notification-area
|
|
|
|
|
position: fixed;
|
2013-02-16 17:04:40 +00:00
|
|
|
top: 0;
|
|
|
|
|
right: 0px;
|
2013-03-18 20:48:47 +00:00
|
|
|
z-index: 1001;
|
2013-05-02 15:48:24 +00:00
|
|
|
|
|
|
|
|
.modal-body
|
2013-05-06 13:01:43 +00:00
|
|
|
margin: 10px
|