1
EyeKeeper
News shrinking its size
  • 2004/7/21 16:34

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hello folks...

something strange is happening with the mews modulkes installed in this site:

http://www.jaraguaturismo.com.br/modules/news/

You can see that the news showed ath the bottom of the page were (somehow) shrinked and I have no idea how to solve it...

Can anyone help me?

2
tjnemez
Re: News shrinking its size
  • 2004/7/21 18:33

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


this is the css for your news items which affect your text size:

.item
{
color: #0D0D0D;
}
.itemHead
{
padding: 3px;
color: #242424;
border-bottom: 1px dashed #8699B5;
}
.itemInfo
{
text-align: right;
padding: 3px;
background-color: #FFFFFF;
}
.itemTitle a
{
font-size: 130%;
font-weight: bold;
font-variant: small-caps;
color: #A52303;
background-color: transparent;
}
.itemPoster
{
font-size: 80%;
font-style: italic;
}
.itemPostDate
{
font-size: 80%;
font-style: italic;
}
.itemStats
{
font-size: 80%;
font-style: italic;
}
.itemBody
{
padding-left: 5px;
}
.itemText
{
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5em;
}
.itemText:first-letter
{
font-size: 133%;
font-weight: bold;
}
.itemFoot
{
text-align: left;
padding: 3px;
background-color: #FFFFFF;
font-size: 11px;
}
.itemAdminLink
{
font-size: 90%;
}
.itemPermaLink
{
font-size: 90%;
}

in the above css you are specifying text size in precentages, but i do not see where you specify the normal size. so, 130% of what and so on.

on your first news item you are using the following html:

<FONT size=3>Praias, Caminhadas, Trilhas,
Belezas Naturais, Muuuitos Camarões
e o <FONT size=4>Forró da Ilha!!!




you are specifying text sizes using inline styling which will override your style.css. as a rule you should not use inline styling, so try to use your style.css to define text sizes. do a view source and you will see the different classes used and where you have defined text size.

also noted this in your head tag. is this related to a style sheet? as you can see the link is not complete.


Login

Who's Online

318 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 318


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits