Version 1.0.0-RC2
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<!-- INCLUDECSS @dmzx_mchat/mchat.css -->
|
||||
<!-- INCLUDECSS @dmzx_mchat/mchat_custom.css -->
|
||||
3
styles/pbwow3/template/mchat_header.html
Normal file
3
styles/pbwow3/template/mchat_header.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="collapse-box">
|
||||
<h2><!-- IF MCHAT_ARCHIVE_PAGE -->{L_MCHAT_ARCHIVE_PAGE}<!-- ELSEIF S_MCHAT_CUSTOM_PAGE --><a href="{U_MCHAT_CUSTOM_PAGE}" title="{L_MCHAT_TITLE}">{L_MCHAT_TITLE}</a><!-- ELSE -->{L_MCHAT_TITLE}<!-- ENDIF --></h2>
|
||||
</div>
|
||||
1
styles/pbwow3/template/mchat_navlink.html
Normal file
1
styles/pbwow3/template/mchat_navlink.html
Normal file
@@ -0,0 +1 @@
|
||||
<li class="small-icon icon-mchat"><a href="{U_MCHAT}" title="{L_MCHAT_TITLE}" role="menuitem">{L_MCHAT_TITLE}</a></li>
|
||||
22
styles/pbwow3/theme/mchat_custom.css
Normal file
22
styles/pbwow3/theme/mchat_custom.css
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
*
|
||||
* @package phpBB Extension - mChat
|
||||
* @copyright (c) 2016 dmzx - http://www.dmzx-web.net
|
||||
* @copyright (c) 2016 kasimi
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
.icon-mchat > a:before {
|
||||
content: '\f086';
|
||||
font-family: 'FontAwesome';
|
||||
}
|
||||
|
||||
#mChat + .forabg .collapse-box a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#mChat + .forabg .collapse-box a:before {
|
||||
content: '';
|
||||
margin-right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user