Themes
Style | The overall look of a news item
|
||||||||||||||||
New Color scheme |
An optional color scheme to apply to the style
|
Theme overrides
Background Color | The overall background color | ||||||||||||||
New Border width |
The item's border width | ||||||||||||||
New Border radius |
The item's border radius | ||||||||||||||
New Border color |
The item's border color | ||||||||||||||
New Shadow |
The item's shadow
Warning When adding shadows, the item's content width is reduced with the space taken by the shadows. For instance, if item width is 300px and the shadow is 10px wide, the content width will be 300 - 10 - 10 = 280px. |
||||||||||||||
New Space to border |
The distance between the content of the item and it's outer limit ![]() |
||||||||||||||
New Font color |
The item's font color. Leave blank to use the template's styling. Leave blank to use the template's or color theme's color | ||||||||||||||
New Link color |
The item's link color. Leave blank to use the template's styling. Leave blank to use the template's or color theme's color | ||||||||||||||
New Link hover color |
The item's link color when hovering over it. Leave blank to use the template's or color theme color's | ||||||||||||||
Font size reference | The reference size of the text for the whole item, except for the calendar head. 0 will set the size to the template’s default |
||||||||||||||
Head | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
New Space around |
White space that surrounds the 'head' element (leave empty to keep the style's default)![]() |
||||||||||||||
Body | |||||||||||||||
New Space around |
White space that surrounds the 'body' of the item (leave empty to keep the style's default)![]() |
||||||||||||||
Information | |||||||||||||||
Font | The font for the blocs of information | ||||||||||||||
Font size | The font size in comparison to the font size of reference | ||||||||||||||
Line spacing | The height (px or em) given to each line allowing spacing of the lines of information | ||||||||||||||
Font color | The text color. New v4.13 When you do not select a color, the text color is the same as the introductory text |
||||||||||||||
Pro Font color over head |
The text color for information placed over the head (image or video) | ||||||||||||||
Icons color | The color of the icons, when icons are shown. New v4.13 When you do not select a color, the icon color is the same as the introductory text |
||||||||||||||
Pro Icons color over head |
The color of the icons placed over the head (image or video), when icons are shown | ||||||||||||||
New Pro Improve contrast |
When showing information over images, the text may be hard to read. Enable this functionality to add a background gradient and text shadow. Before: ![]() After: ![]() |
||||||||||||||
Read more link | |||||||||||||||
Style | The link style, following the theme default style or using Bootstrap (Bootstrap is the default for backward compatibility) | ||||||||||||||
Bootstrap type | The link type (as defined by Bootstrap)
|
||||||||||||||
Bootstrap size | The size of the label (as defined by Bootstrap)
|
||||||||||||||
Classes | The CSS classes that can be added to the link (space separated). Example New 6.0 Example Use |
||||||||||||||
Categories | |||||||||||||||
Style | The link style, following the theme default style or using Bootstrap | ||||||||||||||
Bootstrap type | The link type (as defined by Bootstrap)
|
||||||||||||||
Bootstrap size | The size of the label (as defined by Bootstrap)
|
||||||||||||||
Classes | The CSS classes that can be added to the link (space separated). Example New 6.0 Example Use |
||||||||||||||
Read all link | |||||||||||||||
Style | The link style, following the theme default style or using Bootstrap | ||||||||||||||
Bootstrap type | The link type (as defined by Bootstrap)
|
||||||||||||||
Bootstrap size | The size of the label (as defined by Bootstrap)
|
||||||||||||||
Classes | The CSS classes that can be added to the link (space separated). Example New 6.0 Example Use |
Other overrides
CSS overrides | Simple CSS tweaks that can be added and applied to the module. The code is minified automatically to be as small as possible. Styles must be prefixed with #lnee_[your module id] in order to affect the module instance only.Prefix styles with .lnee to affect all instances on the page.Check the user stylesheets section for more information. Example #te_23 .field { text-align: center; } |