
- allows the integration of emoticons as UTFT-8 HTML entity via a toolbar - the toolbar is available when creating/editing entries, static pages and in the comment function
14 lines
293 B
CSS
14 lines
293 B
CSS
/*
|
|
* Name: Emoticons CSS
|
|
* Author: Fraenkiman
|
|
* Version: 1.0.0
|
|
* Module: emoticons.css
|
|
* Description: This file defines the style of the emoticons
|
|
*/
|
|
|
|
.emoticons a, .emoticons a:hover {
|
|
text-decoration: none !IMPORTANT;
|
|
text-shadow: none !IMPORTANT;
|
|
font-weight: normal !IMPORTANT
|
|
}
|