2014-03-14 23:32:32 +00:00
|
|
|
|
// Custom styles for the menu aka toolbar aka navbar
|
|
|
|
|
|
.navbar
|
2014-03-16 23:53:15 +00:00
|
|
|
|
width:100%;
|
|
|
|
|
|
top:0
|
|
|
|
|
|
left:0
|
|
|
|
|
|
z-index:998
|
2014-03-14 23:32:32 +00:00
|
|
|
|
color: #222
|
2014-03-15 08:26:25 +00:00
|
|
|
|
background-color: #f5f5f5
|
2014-03-14 23:32:32 +00:00
|
|
|
|
border: none;
|
|
|
|
|
|
border-bottom: 1px solid rgba(0,0,0,0.2)
|
|
|
|
|
|
border-radius:0px
|
|
|
|
|
|
margin-bottom:0px
|
2014-03-18 20:14:29 +00:00
|
|
|
|
min-height:52px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
> div
|
|
|
|
|
|
padding-left:8px
|
|
|
|
|
|
.glyphicon
|
|
|
|
|
|
color:#5d5d5d
|
|
|
|
|
|
.caret
|
|
|
|
|
|
color:#9d9d9d
|
|
|
|
|
|
.gem-wallet
|
|
|
|
|
|
padding-top:4px
|
|
|
|
|
|
padding-bottom:8px
|
2014-03-18 20:14:29 +00:00
|
|
|
|
height:52px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
.Pet_Currency_Gem2x.Gems
|
|
|
|
|
|
position:relative
|
|
|
|
|
|
top:8px
|
|
|
|
|
|
.currency
|
2014-03-18 20:14:29 +00:00
|
|
|
|
min-height:52px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
padding-top:16px
|
|
|
|
|
|
padding-right:16px
|
|
|
|
|
|
// Mobile menu button
|
|
|
|
|
|
.navbar-header
|
|
|
|
|
|
position:absolute
|
|
|
|
|
|
top:0
|
|
|
|
|
|
right:45px
|
|
|
|
|
|
button
|
|
|
|
|
|
margin-right:0
|
|
|
|
|
|
// Top level menu items: Tasks – Options
|
|
|
|
|
|
.navbar-menu
|
|
|
|
|
|
float:left;
|
|
|
|
|
|
li
|
|
|
|
|
|
display:inline-block
|
2014-03-18 20:14:29 +00:00
|
|
|
|
height:52px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
a
|
|
|
|
|
|
display:block
|
|
|
|
|
|
height:100%
|
|
|
|
|
|
margin-left:8px
|
|
|
|
|
|
padding-top:16px
|
|
|
|
|
|
padding-left:8px
|
|
|
|
|
|
padding-right:8px
|
|
|
|
|
|
font-size:16px
|
|
|
|
|
|
line-height:1
|
|
|
|
|
|
text-decoration:none
|
|
|
|
|
|
&:link,&:visited
|
|
|
|
|
|
color: #222
|
|
|
|
|
|
&:hover
|
|
|
|
|
|
background-color:#eee
|
|
|
|
|
|
&:active
|
|
|
|
|
|
color:#000
|
|
|
|
|
|
.toolbar-toggle
|
2014-03-26 22:01:30 +00:00
|
|
|
|
margin-left:0px
|
|
|
|
|
|
padding-left:4px
|
|
|
|
|
|
padding-right:4px
|
|
|
|
|
|
font-size:12px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
.glyphicon
|
|
|
|
|
|
color:#9d9d9d
|
2014-03-17 23:42:04 +00:00
|
|
|
|
.glyphicon-chevron-down
|
|
|
|
|
|
position:relative
|
2014-03-26 22:01:30 +00:00
|
|
|
|
top:2px
|
|
|
|
|
|
transition: all 0.26s linear
|
2014-03-17 23:42:04 +00:00
|
|
|
|
.glyphicon-chevron-down.active
|
|
|
|
|
|
top:0px
|
2014-03-16 23:53:15 +00:00
|
|
|
|
transform: rotate(180deg)
|
2014-03-14 23:32:32 +00:00
|
|
|
|
// Information bar: Bailey – notifs – currency – subscribe button
|
|
|
|
|
|
.navbar-info
|
|
|
|
|
|
float:right
|
2014-03-18 20:14:29 +00:00
|
|
|
|
min-height:52px
|
2014-03-16 23:53:15 +00:00
|
|
|
|
// padding-right:25px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
li
|
|
|
|
|
|
display:inline-block
|
2014-03-18 20:14:29 +00:00
|
|
|
|
button
|
|
|
|
|
|
margin-top: 8px
|
|
|
|
|
|
margin-bottom: 8px
|
2014-03-16 23:53:15 +00:00
|
|
|
|
@media screen and (max-width:768px)
|
2014-03-14 23:32:32 +00:00
|
|
|
|
.navbar-menu
|
|
|
|
|
|
float:none
|
|
|
|
|
|
.navbar-info
|
|
|
|
|
|
width:100%
|
2014-03-16 23:53:15 +00:00
|
|
|
|
.toolbar-sync
|
|
|
|
|
|
margin-left:4px
|
|
|
|
|
|
a
|
|
|
|
|
|
padding:8px !important
|
|
|
|
|
|
// Navigation submenu
|
2014-03-14 23:32:32 +00:00
|
|
|
|
.toolbar-submenu
|
|
|
|
|
|
background-color:#eee
|
|
|
|
|
|
border-top: 1px solid rgba(0,0,0,0.2)
|
|
|
|
|
|
> li
|
|
|
|
|
|
display:inline-block
|
|
|
|
|
|
vertical-align:top
|
|
|
|
|
|
margin-top:16px
|
|
|
|
|
|
margin-left:16px
|
|
|
|
|
|
margin-bottom:8px
|
|
|
|
|
|
line-height:1.618
|
|
|
|
|
|
ul
|
|
|
|
|
|
list-style:none
|
|
|
|
|
|
li
|
|
|
|
|
|
padding-left:22px
|
|
|
|
|
|
.glyphicon
|
|
|
|
|
|
margin-right:8px
|
|
|
|
|
|
color:#9d9d9d
|
2014-03-16 23:53:15 +00:00
|
|
|
|
@media screen and (min-width:768px)
|
2014-03-18 20:14:29 +00:00
|
|
|
|
.navbar
|
2014-03-16 23:53:15 +00:00
|
|
|
|
position:fixed
|
|
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
.navbar-info.inactive
|
|
|
|
|
|
display:none;
|
2014-03-26 22:01:30 +00:00
|
|
|
|
|
|
|
|
|
|
// Notifications icon and dropdown
|
|
|
|
|
|
.toolbar-notifs
|
|
|
|
|
|
position: relative
|
|
|
|
|
|
z-index:11000
|
|
|
|
|
|
div
|
|
|
|
|
|
position: absolute
|
|
|
|
|
|
top: 54px
|
|
|
|
|
|
left:-128px
|
|
|
|
|
|
width:300px
|
|
|
|
|
|
border:1px solid #b5b5b5
|
|
|
|
|
|
border-radius:4px
|
|
|
|
|
|
background-color:#fff
|
|
|
|
|
|
h4
|
|
|
|
|
|
font-size: 16px
|
|
|
|
|
|
margin:0px
|
|
|
|
|
|
border-radius:4px 4px 0px 0px
|
|
|
|
|
|
background-color: #f7f7f7
|
|
|
|
|
|
border-bottom:1px solid #ccc
|
|
|
|
|
|
h4, ul
|
|
|
|
|
|
padding: 10px 16px
|
|
|
|
|
|
.toolbar-notifs-notifs
|
|
|
|
|
|
padding-bottom:16px
|
|
|
|
|
|
max-height: 63vh
|
|
|
|
|
|
overflow: auto
|
|
|
|
|
|
li
|
|
|
|
|
|
display: block
|
|
|
|
|
|
position: relative
|
|
|
|
|
|
margin-bottom:10px
|
|
|
|
|
|
.glyphicon
|
|
|
|
|
|
margin-right: 10px
|
|
|
|
|
|
height: 100%
|
|
|
|
|
|
a
|
|
|
|
|
|
display:inline-block
|
|
|
|
|
|
a:nth-of-type(1)
|
|
|
|
|
|
margin-right: 26px
|
|
|
|
|
|
a:nth-of-type(2)
|
|
|
|
|
|
position:absolute
|
|
|
|
|
|
right:0px
|
|
|
|
|
|
.glyphicon-remove-circle
|
|
|
|
|
|
margin-right: 0px
|
|
|
|
|
|
color:#9d9d9d
|
|
|
|
|
|
&:after
|
|
|
|
|
|
content:''
|
|
|
|
|
|
position:absolute
|
|
|
|
|
|
top:-9px
|
|
|
|
|
|
left:142px
|
|
|
|
|
|
z-index:2
|
|
|
|
|
|
width:16px
|
|
|
|
|
|
height:16px
|
|
|
|
|
|
border-top:1px solid #b5b5b5
|
|
|
|
|
|
border-left:1px solid #b5b5b5
|
|
|
|
|
|
background-color: #f7f7f7
|
|
|
|
|
|
transform: rotate(45deg)
|
|
|
|
|
|
|
|
|
|
|
|
.toolbar-notifs-controls
|
|
|
|
|
|
text-align: right
|
|
|
|
|
|
border-top:1px solid #ccc
|
|
|
|
|
|
border-radius:0px 0px 4px 4px
|
|
|
|
|
|
background-color: #fff
|
|
|
|
|
|
li
|
|
|
|
|
|
margin-left: 10px
|
|
|
|
|
|
a
|
|
|
|
|
|
display: block
|
|
|
|
|
|
padding: 2px 4px
|
|
|
|
|
|
border: 1px solid #ccc
|
|
|
|
|
|
border-radius: 4px
|
|
|
|
|
|
text-decoration:none
|
|
|
|
|
|
color:#222
|
|
|
|
|
|
a:active
|
|
|
|
|
|
background-color: #eee
|
|
|
|
|
|
@media screen and (min-width:768px)
|
|
|
|
|
|
a:hover
|
|
|
|
|
|
background-color: #f5f5f5
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
.toolbar-notifs
|
|
|
|
|
|
div
|
|
|
|
|
|
position:fixed
|
|
|
|
|
|
overflow: auto
|
|
|
|
|
|
z-index: 2000
|
|
|
|
|
|
top: 2vh
|
|
|
|
|
|
left: 2vw
|
|
|
|
|
|
width: 96vw
|
|
|
|
|
|
height: 96vh
|
|
|
|
|
|
box-shadow:
|
|
|
|
|
|
0 0 0 30px rgba(0,0,0,0.63)
|
|
|
|
|
|
&:after
|
|
|
|
|
|
display: none
|
|
|
|
|
|
.toolbar-notifs-controls
|
|
|
|
|
|
width: 100%
|
|
|
|
|
|
position: absolute
|
|
|
|
|
|
bottom:0
|
|
|
|
|
|
right:0
|