Elxis CMS Forum

Extensions => Templates => Topic started by: datahell on February 17, 2009, 23:25:01

Title: CSS changes on Elxis 2009.0
Post by: datahell on February 17, 2009, 23:25:01
I open this post to keep a list of all CSS related changes for Elxis 2009.0 in comparison to Elxis 2008.1.
Although  such a list will also be announced when 2009.0 is released I inform you from now. You can add in your existing templates the additional CSS classes in order to be ready when 2009.0 is released.

17 Feb 2009 (Elxis 2009.0 DEV r2276)
Added css class item_comments
Applies to a DIV element that shows the number of comments for a content item.
Sample html: <div class="item_comments">X comments</div>
okto template's CSS:
Code: (css) [Select]
div.item_comments {
background: transparent url(../images/comments.gif) 0 50% no-repeat;
padding-left: 18px;
font-family: tahoma,verdana,arial,sans-serif;
color: #444;
font-style: normal;
font-size: 0.92em;
}

Title: Ks-service pictures not displayed
Post by: dasylva on July 20, 2009, 14:22:44
hi,
i changed my elxis 2008 and installed the elxis 2009 and my template dosn't work : all is right but pictures are not displayed; can some one help me?
Title: Re: CSS changes on Elxis 2009.0
Post by: datahell on July 20, 2009, 14:48:22
Can you give us a URL?
Title: Re: CSS changes on Elxis 2009.0
Post by: webgift on July 20, 2009, 14:59:22
There is an open subject here : https://forum.elxis.org/index.php?topic=3686.msg24032;topicseen#msg24032
Title: Re: CSS changes on Elxis 2009.0
Post by: ks-net on July 20, 2009, 15:18:21
as $webGift  said there is a post about pictures that not displaying ...
are those two post relative?

dasylva...  are you talking about the same thing

Title: Re: CSS changes on Elxis 2009.0
Post by: dasylva on July 24, 2009, 16:29:32
thanks, it works now!