NAVIGATION
This shows you the differences between two versions of the page.
english:phpwcms_replacer_rts:frontend_render:newx [2012/02/15 08:02] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render:newx [2018/06/03 18:09] (current) |
||
---|---|---|---|
Line 6: | Line 6: | ||
===== {NEWX: Counter : category-IDs : Keywords : Mode [hidden categories]} ===== | ===== {NEWX: Counter : category-IDs : Keywords : Mode [hidden categories]} ===== | ||
- | FIXME Beta -> TRANSLATE please test | + | FIXME TRANSLATE please test |
Original TAG [[http://www.phpwcms-docu.de/link_tags_.phtml|{NEW:Amount_of_shown_links:ID}]] enhanced to allow a search for articles keywords in different categories.. \\ | Original TAG [[http://www.phpwcms-docu.de/link_tags_.phtml|{NEW:Amount_of_shown_links:ID}]] enhanced to allow a search for articles keywords in different categories.. \\ | ||
Line 1209: | Line 1209: | ||
\\ | \\ | ||
- | === CSS: === | + | ==== CSS: ==== |
File: e.g. in template/inc_css/frontend.css | File: e.g. in template/inc_css/frontend.css | ||
Line 1234: | Line 1234: | ||
\\ | \\ | ||
- | |||
- | ==== CSS: ==== | ||
- | |||
- | File: e.g. in template/inc_css/frontend.css | ||
- | |||
- | **Example:** | ||
- | <code css> | ||
- | /* NEW TAG --------------------------------- */ | ||
- | |||
- | .new-tag { | ||
- | font-family: verdana; /* "Courier New", monospace; */ | ||
- | font-size:90%; | ||
- | } | ||
- | |||
- | .new-tag a { | ||
- | color: red; | ||
- | } | ||
- | |||
- | .new-tag .datelink { | ||
- | font-size:80%; | ||
- | color: darkred; | ||
- | } | ||
- | </code> | ||
- | |||
- | \\ | ||