/* * $Revision: 1.1 $ * $Date: 2009/07/03 14:30:33 $ * Language specific styles. */ @import "/worldservice/styles/core/1/core_light.css"; /* =BASE Typography, headings etc. Base size is 14px for Persian (1em = 14px) 1px = 0.071em -> Npx = N * 0.071em Calculate line heights, vertical paddings and margins: x = l/h l = base line height h = height of element (i.e. font size or margin/padding) +++++++++++++++++++++++++++++++++++++++++++++++ */ body#www-bbcpersian-com { font-family: tahoma, arial, verdana, sans-serif; } /* =Headings -----------------------------*/ h1, h2, h3, h4, h5, h6 { font-family: arial, tahoma, verdana, sans-serif; font-weight: bold; } h1 { font-size: 1.64em; line-height: 0.91; } h2 { font-size: 1.36em; line-height: 1.11; } h3 { font-size: 1.14em; line-height: 1.31; } h4 { font-size: 1em; line-height: 1.5; } h5 { font-size: 1em; line-height: 1.5; } h6 { font-size: 1em; line-height: 1.5; } /* =Text -----------------------------*/ p { font-size: 1em; line-height: 1.5; } p.ingress {} blockquote { font-size: 1em; line-height: 1.5; } /* =Links -----------------------------*/ a {} a:link {} a:visited {} a:hover {} a:active{} /* =Lists -----------------------------*/ ul {} ol {} li { font-size: 1em; line-height: 1.5; } #local-nav { border-bottom:1px solid #ccc; } #local-nav li { display:inline; list-style-type:none; } #local-nav li.nav-current { font-weight:bold; } #local-nav li.nav-current li { font-weight:normal; } #local-nav li.nav-current li.nav-current { font-weight:bold; } #local-nav li a { display:inline-block; padding:0.5em 0 0.5em 0.5em; }