Jump to content

Css font question


dk4210

Recommended Posts

Hello Everyone,
I have tried to duplicate the css font and font size that is on the following page[see linik] page, but I have been unable to. Could some one give me a sample css that would make my text look like this? Here is the link to the site.. Its the main text area.

http://keyetv.com/topstories/topstories_story_299113124.html

Thanks, Dan
Link to comment
Share on other sites

[code]#storysandbox{
margin-top:2em;
}
#storysandbox ul, #storysandbox ol {
margin-bottom:1em;
}
#storysandbox ul li {
list-style-type:disc;
display:list-item;
margin-left:20px;
font-size:1.1em;
line-height:1.2em;
}
#storysandbox ol li {
list-style-type:decimal;
display:list-item;
margin-left:25px;
font-size:1.1em;
line-height:1.2em;
}
#storysandbox hr {
display:block;
visibility:visible;
color:#ccc;
border:1px solid #ccc;
margin-bottom:1em;
}
#storysandbox h2 {
padding-left:0;
background-image:none !important;
}
#storysandbox p pre {
font-size:1.1em;
}[/code]


should do it
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.