replace unicode arrows with CSS tricks that should work on all platforms (patch by mledoze). Fixes #98, #116
This commit is contained in:
38
style.css
38
style.css
@ -85,6 +85,13 @@ a:hover {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.toggle {
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
|
||||
/* chat ***************************************************************/
|
||||
|
||||
#chatcontrols {
|
||||
@ -110,6 +117,7 @@ a:hover {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
border: 1px solid #20A8B1;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#chatcontrols a:first-child {
|
||||
@ -127,6 +135,22 @@ a:hover {
|
||||
border-left-color: #FFCE00
|
||||
}
|
||||
|
||||
|
||||
#chatcontrols .toggle {
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
margin: 6px auto auto;
|
||||
}
|
||||
|
||||
#chatcontrols .expand {
|
||||
border-bottom: 10px solid #FFCE00;
|
||||
}
|
||||
|
||||
#chatcontrols .shrink {
|
||||
border-top: 10px solid #FFCE00;
|
||||
}
|
||||
|
||||
|
||||
#chat {
|
||||
position: absolute;
|
||||
width: 708px;
|
||||
@ -258,6 +282,20 @@ summary {
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sidebartoggle .toggle {
|
||||
border-bottom: 10px solid transparent;
|
||||
border-top: 10px solid transparent;
|
||||
}
|
||||
|
||||
#sidebartoggle .open {
|
||||
border-right: 10px solid #FFCE00;
|
||||
}
|
||||
|
||||
#sidebartoggle .close {
|
||||
border-left: 10px solid #FFCE00;
|
||||
}
|
||||
|
||||
/* player stats */
|
||||
#playerstat {
|
||||
height: 30px;
|
||||
|
Reference in New Issue
Block a user