Page 1 of 1

Where is CSS for NewsPostDetailDate located? + other q's. [partially solved]

Posted: Fri Feb 22, 2008 1:51 pm
by erat
I thought maybe there isn't one and added NewsPostDetailDate { blaa } on my default .css file. However chages there didn't affect on the page.

Also, what is the summary of news php-script? If I make a long post CMSMS gives me a 'more', when I click it I get to see the news + the older news under it. I don't think I want this feature, I just want news content to show up. It makes my page too long.

Furthermore is there a possibility to add a word limit on the news editor? I don't want the table which contains my news to get any longer than I've set it to be.

-eRat

p.s. I got the summary thing go away by deleting whole tag section. Seems it shows content without it
p.p.s. Thnx Nullig, much appreciated.

Re: Where is CSS for NewsPostDetailDate located? + other q's.

Posted: Fri Feb 22, 2008 6:43 pm
by Nullig
The News styling is done via the "Module: News" stylesheet, which should be attached to your template.

Nullig

Re: Where is CSS for NewsPostDetailDate located? + other q's. [partially solved]

Posted: Sat Feb 23, 2008 9:55 am
by erat
I couldn't get any changes in Layout->Stylesheets->Module: News to show up. My own page template's stylesheet has been attached to all pages. I have deleted all other templates except my own. What have I done wrong? I did try adding news styling to this template of my own making, but it didn't affect on page styling.

Oh and where can I add and edit Content->News->Add Article->Format Dropdown styles? I want to add a float: right and a float: left divs for images.

Edit: I'll add here what I have in each section:

Template->Stylesheets->myStyle(assigned to all pages)

News {
padding-right: 120px;
}


Content->News->Summary Templates->myNews(default)

wrapped around almost the whole myNews document. (Because I want whole news section to have this padding)

You can see the problem here: http://clanfrp.byethost13.com/cms/ There is no right side padding, which makes the text go too close to the right edge.

-eRat

p.s. Thanks for your patience I'm a bit lost how this works even after reading the documentation twice.

Re: Where is CSS for NewsPostDetailDate located? + other q's. [partially solved]

Posted: Sat Feb 23, 2008 1:09 pm
by alby
erat wrote: News {
padding-right: 120px;
}
Maybe with #News { is betterĀ  ;)

Alby