/**
* @package phpBB Extension - S_Username BBCode
* @copyright (c) 2019 Sniper_E - http://sniper-e.com
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/

.usernameGlobalsElement {
	font-size: 1.0em;
	font-weight: bold;
}

/** Advanced BBCode Box user icon */
#abbc3_button_user {	
	background-image:  url("./images/user.gif");
}

/** Posting Buttons user icon */
#postingbuttons_user {	
	background-image:  url("./images/user.png");
}
