Fonts all went italics after updating

Started by Existant, February 29, 2016, 01:08:29 PM

Previous topic - Next topic

Existant

Good afternoon all,

I was recently running 2.0.8.  And did the package updater until I was at the current 2.0.11.  Upon doing so, my fonts went italics (please see pic attached)

www.rcacres.com is the site.

I'm guessing something in a CSS file got edited.  Could someone please point me in the right direction to un-italics all my stuff.

Please and thank you,

Kindred

in your index.css
em {
    font-style: italic;
}

is affecting everything...

it looks like -- in your template, you have a rogue <em> and a rogue <strong>


<div id="tptopbarHeader" style="clear: both;">
<div class="block_topcontainer">...
<div class="block_topcontainer">...
</div>
<em>
<strong>
<script type="text/javascript" language="Javascript">
<div class="tp_toppanel" style="overflow: hidden;"> </div>
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Existant

Quote from: Kindred on February 29, 2016, 07:06:55 PM
in your index.css
em {
    font-style: italic;
}

is affecting everything...

it looks like -- in your template, you have a rogue <em> and a rogue <strong>


<div id="tptopbarHeader" style="clear: both;">
<div class="block_topcontainer">...
<div class="block_topcontainer">...
</div>
<em>
<strong>
<script type="text/javascript" language="Javascript">
<div class="tp_toppanel" style="overflow: hidden;"> </div>


That's in my index.css?

Where do I find my index.css?

Steve

... -> Themes -> default -> css

You may find it in each of your themes so you'll have to fix them all.
DO NOT pm me for support!

Kindred

Actually, the problem is not your CSS...  The problem is those rogue em and strong calls in your template.  They do not belong
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Existant

Quote from: Kindred on February 29, 2016, 09:03:25 PM
Actually, the problem is not your CSS...  The problem is those rogue em and strong calls in your template.  They do not belong

Which template please?

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Existant


Sir Osis of Liver



<em><strong><span style="font-size: xx-small;">
Mousing over a sponsor and clicking on their image takes you to their site
</center>



It should be in your index.template.php, just below the scrolling banner.  The <em> is an open tag, and affects everything that follows.  You also have some deprecated html tags, but that's another story. :P
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Existant

Quote from: Sir Osis of Liver on February 29, 2016, 11:06:52 PM


<em><strong><span style="font-size: xx-small;">
Mousing over a sponsor and clicking on their image takes you to their site
</center>



It should be in your index.template.php, just below the scrolling banner.  The <em> is an open tag, and affects everything that follows.  You also have some deprecated html tags, but that's another story. :P

Quote from: Sir Osis of Liver on February 29, 2016, 11:06:52 PM


<em><strong><span style="font-size: xx-small;">
Mousing over a sponsor and clicking on their image takes you to their site
</center>



It should be in your index.template.php, just below the scrolling banner.  The <em> is an open tag, and affects everything that follows.  You also have some deprecated html tags, but that's another story. :P


THAT WAS IT!!!!

Thank you very much

Colin

"If everybody is thinking alike, then somebody is not thinking." - Gen. George S. Patton Jr.

Colin

Advertisement: