/* eli.css
---------- */

/* Add an icon for external links in siganture, forum posts and PM */
.post .content a[href^='http:']:before,
.post .content a[href^='https:']:before,
.post .signature a[href^='http:']:before,
.post .signature a[href^='https:']:before {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: '\f0a4';
	padding: 0 3px 0 3px;
}

.post .content a[href^='https://www.board3.de']:before,
.post .siganture a[href^='https://www.board3.de']:before {
	content: '';
	padding: 0;
}
