mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17291] Replace last GIFs with font icons
PHPBB3-17291 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
parent
6d47a6c6dc
commit
e586cd833c
4 changed files with 46 additions and 10 deletions
Binary file not shown.
Before Width: | Height: | Size: 51 B |
Binary file not shown.
Before Width: | Height: | Size: 49 B |
Binary file not shown.
Before Width: | Height: | Size: 49 B |
|
@ -607,25 +607,47 @@ li {
|
||||||
#menu li#activemenu a span {
|
#menu li#activemenu a span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: transparent url("../images/arrow_right.gif") 0% 50% no-repeat;
|
|
||||||
color: #1180b7;
|
color: #1180b7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #menu li#activemenu a span {
|
|
||||||
background: transparent url("../images/arrow_left.gif") 100% 50% no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu li#activemenu a:hover span,
|
#menu li#activemenu a:hover span,
|
||||||
#menu li#activemenu span {
|
#menu li#activemenu span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: #ffffff url("../images/arrow_right.gif") 1% 50% no-repeat;
|
|
||||||
color: #bc2a4d;
|
color: #bc2a4d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #menu li#activemenu a:hover span,
|
#menu li#activemenu a span:before,
|
||||||
.rtl #menu li#activemenu span {
|
#menu li#activemenu a:hover span:before,
|
||||||
background: #ffffff url("../images/arrow_left.gif") 99% 50% no-repeat;
|
#menu li#activemenu span:before {
|
||||||
|
font-family: "Font Awesome 6 Free";
|
||||||
|
color: #515f77;
|
||||||
|
margin-right: 3px;
|
||||||
|
margin-left: -10px;
|
||||||
|
content: "\f105";
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu li#activemenu a:hover span:before,
|
||||||
|
#menu li#activemenu span:before {
|
||||||
|
margin-right: 1px;
|
||||||
|
margin-left: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl #menu li#activemenu a span:before,
|
||||||
|
.rtl #menu li#activemenu a:hover span:before,
|
||||||
|
.rtl #menu li#activemenu span:before {
|
||||||
|
font-family: "Font Awesome 6 Free";
|
||||||
|
color: #515f77;
|
||||||
|
margin-right: -10px;
|
||||||
|
margin-left: 3px;
|
||||||
|
content: "\f104";
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl #menu li#activemenu a:hover span:before,
|
||||||
|
.rtl #menu li#activemenu span:before {
|
||||||
|
margin-right: -8px;
|
||||||
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu li a:active,
|
#menu li a:active,
|
||||||
|
@ -636,16 +658,30 @@ li {
|
||||||
|
|
||||||
#menu li span.completed {
|
#menu li span.completed {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: url("../images/arrow_down.gif") 1% 50% no-repeat;
|
|
||||||
padding: 3px 3px 3px 12px;
|
padding: 3px 3px 3px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu li span.completed:before {
|
||||||
|
font-family: "Font Awesome 6 Free";
|
||||||
|
color: #515f77;
|
||||||
|
margin-right: 1px;
|
||||||
|
margin-left: -8px;
|
||||||
|
content: "\f107";
|
||||||
|
}
|
||||||
|
|
||||||
.rtl #menu li span.completed {
|
.rtl #menu li span.completed {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: url("../images/arrow_down.gif") 99% 50% no-repeat;
|
|
||||||
padding: 3px 12px 3px 3px;
|
padding: 3px 12px 3px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl #menu li span.completed:before {
|
||||||
|
font-family: "Font Awesome 6 Free";
|
||||||
|
color: #515f77;
|
||||||
|
margin-right: -8px;
|
||||||
|
margin-left: 1px;
|
||||||
|
content: "\f107";
|
||||||
|
}
|
||||||
|
|
||||||
#menu .header {
|
#menu .header {
|
||||||
font-family: Tahoma, Helvetica, sans-serif;
|
font-family: Tahoma, Helvetica, sans-serif;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue