Added toggle to collapse sidebar
This commit is contained in:
39
style.css
39
style.css
@ -35,6 +35,26 @@ body {
|
||||
overflow-x:hidden;
|
||||
}
|
||||
|
||||
#sidebartoggle {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
z-index: 3000;
|
||||
background-color: rgba(8, 48, 78, 0.9);
|
||||
color: #FFCE00;
|
||||
border: 1px solid #20A8B1;
|
||||
border-right: none;
|
||||
border-radius: 5px 0 0 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#redeem {
|
||||
/* cheap hack to prevent sidebar content being overlayed by the map
|
||||
* status box */
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
|
||||
|
||||
.enl {
|
||||
color: #03fe03 !important;
|
||||
@ -100,11 +120,6 @@ a:hover {
|
||||
border: 1px solid #20A8B1;
|
||||
}
|
||||
|
||||
#chatcontrols a:first-child {
|
||||
letter-spacing:-1px;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
#chatcontrols a.active {
|
||||
border-color: #FFCE00;
|
||||
border-bottom-width:0px;
|
||||
@ -182,6 +197,7 @@ mark {
|
||||
overflow:hidden;
|
||||
vertical-align: top;
|
||||
background: transparent;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
summary {
|
||||
@ -229,7 +245,7 @@ summary {
|
||||
font-size: 12.6px;
|
||||
font-family: Verdana,sans-serif;
|
||||
color: #EEEEEE;
|
||||
width: 558px
|
||||
width: 558px !important;
|
||||
}
|
||||
|
||||
|
||||
@ -488,17 +504,6 @@ aside:nth-child(odd) span {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
#toolbox {
|
||||
padding: 4px;
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
#spacer {
|
||||
/* cheap hack to prevent sidebar content being overlayed by the map
|
||||
* status box */
|
||||
height: 55px;
|
||||
}
|
||||
|
||||
/* a common portal display takes this much space (prevents moving
|
||||
* content when first selecting a portal) */
|
||||
|
||||
|
Reference in New Issue
Block a user