Форуми / Cotonti / Support / text

biro
#1 14.02.2009 22:18
The text style in the default skin is rubbish...i am bad with css..at which line of code can i change it
Be sure to check out<br /><br /><br />
My site-<a href="http://www.iso-center.co.cc">http://www.iso-center.co.cc</a><br />
My plugins;TPL Editior 1.2 &amp; Mobile site
Dilster3000
#2 14.02.2009 22:20
[spoiler=][hide]
[highlight=css]I do not understand..[/highlight]
[/hide][/spoiler]
biro
#3 14.02.2009 22:28
sure?
Be sure to check out<br /><br /><br />
My site-<a href="http://www.iso-center.co.cc">http://www.iso-center.co.cc</a><br />
My plugins;TPL Editior 1.2 &amp; Mobile site
Dilster3000
#4 14.02.2009 23:09
Ok..now i do
jslowik
#5 15.02.2009 01:08
Should be the top line of the CSS

body { margin:0; background:#e6ebf0 url(img/SED-Light_BG.gif) repeat-x; font:12px/1.25em Lucida Grande, Arial, Verdana, Sans-Serif; color:#3E606F; }
trecky
#6 15.02.2009 03:19
i noticed the default skin FORM POST TEXT was almost unreadable on internet explorer on vista was ultra light gray with a bad drop shadow, btw cotonti.com is totaly fine as ive checked it :)

im about to go out just so will just put the bits i change on forums.posts.tpl


from

<div class="fmsg" style="width:550px; overflow-x:auto; overflow-y:visible; margin-bottom:8px;" curpos="0" maxpos="0" pageincrement="440" increment="10" disabled="true" collapsed="true">

to

<div class="fmsg" >

and in my css i added the class fmsg ..



.fmsg {
font:11px Verdana, Arial, sans-serif;
color:#000000;
width:550px;
overflow-x:auto;
overflow-y:visible;
margin-bottom:8px;
}

dont know if thats what u mean or if its been fixed already but like i said im about to go out and thought a quick post may help...so that helps as its something i had complaints over when i 1st used the default sed-light skin. if not sorry hehe

Відредаговано: trecky (15.02.2009 03:31, 15 років тому)
biro
#7 15.02.2009 03:23
well i will try

but i think disenabled should be set to false
Be sure to check out<br /><br /><br />
My site-<a href="http://www.iso-center.co.cc">http://www.iso-center.co.cc</a><br />
My plugins;TPL Editior 1.2 &amp; Mobile site

Відредаговано: biro (15.02.2009 03:24, 15 років тому)
Kilandor
#8 15.02.2009 04:06
The text looks perfectly fine to me, and no one else has complained.

Thats why its a skin though, you can change it to how you want.

You should screenshot what it looked like for you. Maybe you had a missing font and it defaulted to some other.
trecky
#9 16.02.2009 17:33
here's a screen grab of my site if i uses sedlight skin and the second drop down on light
[img] http://www.multigamers.co.uk/downloads/skin.jpg[/img]

i can set you a test account and take the force default skin off my site if you want to get it 1st hand, it look totaly fine in fire fox and xp ie7 etc, as ive not touched the skin at all as i simply duplicated that one to make my skin off the back of it.

Відредаговано: trecky (16.02.2009 18:01, 15 років тому)