2013-12-30 04:10:27 +00:00
|
|
|
@import "nib"
|
|
|
|
|
//@import "nib/vendor"
|
2013-04-09 17:20:59 +00:00
|
|
|
|
|
|
|
|
// Vendor Includes - include first so we can override
|
2013-09-06 19:39:18 +00:00
|
|
|
// Import only styles that do not have urls to images! Include them directly in the page!
|
2013-09-10 22:31:26 +00:00
|
|
|
@import "../bower_components/bootstrap-tour/build/css/bootstrap-tour.min.css"
|
2013-10-30 18:13:21 +00:00
|
|
|
@import "../bower_components/angular-loading-bar/build/loading-bar.css"
|
2013-11-27 15:19:56 +00:00
|
|
|
@import "../bower_components/js-emoji/emoji.css"
|
2014-01-23 07:20:59 +00:00
|
|
|
@import "../bower_components/select2/select2.css"
|
2013-04-09 17:20:59 +00:00
|
|
|
|
|
|
|
|
// Custom includes
|
2013-08-25 15:47:10 +00:00
|
|
|
@import "./tasks.styl"
|
|
|
|
|
@import "./avatar.styl"
|
|
|
|
|
@import "./customizer.styl"
|
|
|
|
|
@import "./items.styl"
|
|
|
|
|
@import "./inventory.styl"
|
|
|
|
|
@import "./alerts.styl"
|
|
|
|
|
@import "./helpers.styl"
|
|
|
|
|
@import "./header.styl"
|
|
|
|
|
@import "./filters.styl"
|
|
|
|
|
@import "./scrollbars.styl"
|
|
|
|
|
@import "./game-pane.styl"
|
|
|
|
|
@import "./npcs.styl"
|
|
|
|
|
@import "./challenges.styl"
|
2013-12-13 02:29:20 +00:00
|
|
|
@import "./classes.styl"
|
2014-01-25 01:28:19 +00:00
|
|
|
@import "./quests.styl"
|
2014-01-28 02:24:24 +00:00
|
|
|
@import "./shared.styl"
|
2014-02-06 17:35:12 +00:00
|
|
|
@import "./footer.styl"
|
2013-03-06 05:49:02 +00:00
|
|
|
|
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
|
2014-01-31 20:18:44 +00:00
|
|
|
font-family: "Lato", sans-serif
|
2013-03-19 03:42:03 +00:00
|
|
|
|
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
|
|
|
/* Customizations to make footer sticky */
|
2014-02-06 17:35:12 +00:00
|
|
|
|
2014-02-06 17:46:43 +00:00
|
|
|
html, body
|
|
|
|
|
height: 100%
|
|
|
|
|
|
2013-03-18 20:48:47 +00:00
|
|
|
#wrap
|
|
|
|
|
z-index:-1
|
2014-01-31 20:18:44 +00:00
|
|
|
padding: 0 15px // Required by Bootstrap 3 when using .container-fluid
|
2014-02-06 17:46:43 +00:00
|
|
|
min-height: 100%
|
|
|
|
|
height: auto !important
|
2012-09-19 13:48:22 +00:00
|
|
|
|
2014-02-05 15:51:35 +00:00
|
|
|
@media (max-width: 600px)
|
|
|
|
|
#wrap
|
2013-02-10 21:38:37 +00:00
|
|
|
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
|
2014-02-05 15:51:35 +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
|
2012-09-19 13:48:22 +00:00
|
|
|
|
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
|
|
|
|
|
-------------------------------------------------- */
|
2014-02-02 15:06:30 +00:00
|
|
|
//move
|
|
|
|
|
|
|
|
|
|
.new-stuff-modal // a .modal-body
|
2014-02-05 15:51:35 +00:00
|
|
|
h5
|
|
|
|
|
font-weight: 700
|
|
|
|
|
|
2014-02-09 15:25:10 +00:00
|
|
|
.modal-fixed-height
|
|
|
|
|
overflow-y: auto
|
|
|
|
|
max-height: 400px // Taken from Bootstrap 2.3.2 css, may need to change
|
|
|
|
|
|
2014-02-01 15:46:48 +00:00
|
|
|
// notification-character used only by death modal's figure, move
|
2014-02-01 16:18:37 +00:00
|
|
|
|
2014-02-09 15:16:43 +00:00
|
|
|
.modal-body
|
2014-02-01 16:04:21 +00:00
|
|
|
figure
|
|
|
|
|
float: left
|
|
|
|
|
padding: 15px
|
|
|
|
|
|
2014-02-09 15:16:43 +00:00
|
|
|
.death-modal // a .modal-body
|
|
|
|
|
margin: 10px
|
2013-05-15 11:23:18 +00:00
|
|
|
|
2013-08-25 22:20:07 +00:00
|
|
|
a
|
2013-09-08 10:13:55 +00:00
|
|
|
cursor: pointer
|
|
|
|
|
|
2014-01-31 20:18:44 +00:00
|
|
|
a span.glyphicon
|
|
|
|
|
color: #333 // Takes base color from bootstrap
|
|
|
|
|
|
2014-02-05 18:05:42 +00:00
|
|
|
a.label
|
|
|
|
|
color: #fff
|
|
|
|
|
|
2014-02-08 15:27:34 +00:00
|
|
|
.label .glyphicon
|
|
|
|
|
color: #fff
|
|
|
|
|
|
2014-02-05 15:51:35 +00:00
|
|
|
.muted
|
|
|
|
|
color: #999
|
|
|
|
|
|
2013-09-11 18:36:57 +00:00
|
|
|
.btn
|
2013-10-12 23:47:49 +00:00
|
|
|
margin-right: 5px
|
|
|
|
|
|
2014-02-09 15:16:43 +00:00
|
|
|
.vertical-align
|
|
|
|
|
vertical-align: middle
|
|
|
|
|
.inline-block
|
|
|
|
|
display: inline-block
|
|
|
|
|
|
2014-01-28 09:13:24 +00:00
|
|
|
// Buttons in groups should not have a 5px margin between them; suppress margin for buttons in groups.
|
|
|
|
|
.btn-group .btn
|
|
|
|
|
margin-right: 0px
|
|
|
|
|
|
2013-10-22 23:33:06 +00:00
|
|
|
.modal-indented-list
|
2013-10-12 23:47:49 +00:00
|
|
|
margin-left: 10px;
|
2013-12-20 19:42:36 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
|
|
2014-01-28 00:34:22 +00:00
|
|
|
.buy-gems
|
|
|
|
|
.nav-tabs
|
|
|
|
|
margin-top: 0.5em
|
|
|
|
|
.gem-wallet
|
|
|
|
|
padding-top: 2px
|
|
|
|
|
|
2014-02-08 18:20:10 +00:00
|
|
|
// Add badges' classes
|
|
|
|
|
.badge-info
|
|
|
|
|
background-color: #428bca
|
|
|
|
|
.badge-success
|
|
|
|
|
background-color: #47a447
|
2014-02-13 04:21:06 +00:00
|
|
|
|
|
|
|
|
.white, .white a
|
|
|
|
|
color: #fff !important
|
|
|
|
|
|
|
|
|
|
.collapse-toolbar
|
|
|
|
|
position:absolute
|
|
|
|
|
right:0px
|
|
|
|
|
top:0px
|
|
|
|
|
width:30px
|
|
|
|
|
height:25px
|
|
|
|
|
background-color:#222
|
|
|
|
|
z-index:999
|
|
|
|
|
.glyphicon
|
|
|
|
|
color:white
|
|
|
|
|
padding-left:7px
|
|
|
|
|
padding-top:5px
|