test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • idzzz Friend
    #127917

    hi

    i use joomla 1.0.15 and install JA Hedera 1.0 – August, 2007 now i want to use ja news module but i cant set positin on index ans css please help me ?????? :confused:

    this is index.php


    <?php
    /*------------------------------------------------------------------------
    # JA Hedera 1.0 - August, 2007
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    -------------------------------------------------------------------------*/

    defined( '_VALID_MOS' ) or die( 'Restricted access' );
    $iso = split( '=', _ISO );
    /*echo "<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>";*/
    global $ja_color_themes, $ja_header_images, $ja_width_default, $ja_color_default, $ja_font_size_default, $ja_tool, $ja_menutype, $ja_template_path, $ja_template_absolute_path, $ja_headerimg, $ja_color, $ja_width, $ja_font_size, $ja_template_name;
    global $jaMainmenuLastItemActive;
    $jaMainmenuLastItemActive = false;

    $ja_template_name = 'ja_hedera';

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('default','orange','green'); // You can add more color array if needed
    $ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg');
    $ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg');
    ####################################
    # Change the width of the template
    $ja_width_default = 'wide'; // 'narrow': 800x600; 'wide': 1024x768
    # default color
    $ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes
    #font size default
    $ja_font_size_default = 3;
    # Enable users option
    $ja_tool = 6; // 0: 0: disable all; 1: Screen tool; 2: font tool; 3: screen + font; 4: color tool; 5: screen + color; 6: font + color; 7: all;
    # Choose your prefer Menu Type
    $ja_menutype = 4; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Dropline; 4: Moomenu
    # END: TEMPLATE CONFIGURATIONS ##########

    # Define the template path ##########
    $ja_template_path = $mosConfig_live_site.'/templates/'.$ja_template_name;
    $ja_template_absolute_path = $mosConfig_absolute_path.'/templates/'.$ja_template_name;
    include ($ja_template_absolute_path."/ja_templatetools.php");

    $topnav = "";
    $subnav = "";
    if ($ja_menutype == 1) {
    require($ja_template_absolute_path."/ja_splitmenu.php");
    $subnav = $jasplmenu->hasSubMenu (1);
    } else if ($ja_menutype == 3) {
    require($ja_template_absolute_path."/ja_scriptdlmenu.php");
    $topnav = $jamenu->menuObj->main;
    $subnav = $jamenu->menuObj->sub;
    }
    $contentwpstyle = "";
    if ($subnav)
    $contentwpstyle = "style="background-position: 0 30px;"";

    # Auto Collapse Divs Functions ##########
    $ja_left = mosCountModules('left');
    $ja_right = mosCountModules('right');

    if ( $ja_left && $ja_right ) {
    $divid = '';
    } elseif ( $ja_left ) {
    $divid = '-fr';
    } elseif ( $ja_right ) {
    $divid = '-fl';
    } else {
    $divid = '-f';
    }

    $curidx = getCurrentMenuIndex();
    if ($curidx) $curidx--;
    $ja_header_img = 'header.jpg';
    $ja_header_images = ($ja_width=='narrow')? $ja_header_images_narrow:$ja_header_images_wide;
    if (count($ja_header_images)) {
    $curidx = $curidx % count($ja_header_images);
    $ja_header_img = $ja_header_images[$curidx];
    }
    $msie='/msies(5.[5-9]|[6].[0-9]*).*(win)/i';
    $supported_browsers = !isset($_SERVER['HTTP_USER_AGENT']) ||
    !preg_match($msie,$_SERVER['HTTP_USER_AGENT']) ||
    preg_match('/opera/i',$_SERVER['HTTP_USER_AGENT']);

    ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>
    <?php mosShowHead(); ?>
    <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <meta http-equiv="Content-Style-Type" content="text/css" />

    <link href="<?php echo $ja_template_path;?>/css/template_css.css" rel="stylesheet" type="text/css" />
    <link href="<?php echo $ja_template_path;?>/css/ja-newslight.css" rel="stylesheet" type="text/css" />

    <script language="javascript" type="text/javascript" src="<?php echo $ja_template_path;?>/scripts/ja.script.js"></script>
    <script language="javascript" type="text/javascript" src="<?php echo $ja_template_path;?>/scripts/mootools.v1.1.js"></script>

    <?php genMenuHead(); ?>

    <?php if ( $my->id ) { initEditor(); } ?>

    <!-->
    <style type="text/css">
    .clearfix {height: 1%;}
    h1.logo a, img {
    behavior: url("<?php echo $ja_template_path;?>/scripts/iepngfix.htc");
    }
    </style>
    <!-->

    <!-->
    <style type="text/css">
    .clearfix {display: inline-block;}
    </style>
    <!-->

    <link href="<?php echo $ja_template_path;?>/css/colors/<?php echo $ja_color; ?>.css" rel="stylesheet" type="text/css" />
    </head>

    <body id="bd" class="<?php echo "$ja_width fs".$ja_font_size;?>">
    <a name="Top" id="Top"></a>

    <ul class="accessibility">
    <li><a href="<?php echo getCurrentURL();?>#ja-content" title="Skip to content">Skip to content</a></li>
    <li><a href="<?php echo getCurrentURL();?>#ja-mainnav" title="">Skip to main navigation</a></li>
    <li><a href="<?php echo getCurrentURL();?>#ja-col1" title="">Skip to 1st column</a></li>
    <li><a href="<?php echo getCurrentURL();?>#ja-col2" title="">Skip to 2nd column</a></li>
    </ul>

    <div id="ja-wrapper">

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap" class="clearfix">
    <div id="ja-header">

    <h1 class="logo"><a href="index.php" title="<?php echo $mosConfig_sitename?>"><?php echo $mosConfig_sitename?></a></h1>

    <div id="ja-mainnav">
    <?php
    switch ($ja_menutype) {
    case 1:
    $jasplmenu->genMenu (0);
    break;
    case 2:
    case 4:
    echo "<div class="mainnav-inner">";
    include($ja_template_absolute_path."/ja_cssmenu.php");
    echo "</div>";
    break;
    case 3:
    echo $topnav;
    break;
    }
    ?>
    </div>

    <?php if (mosCountModules('user4')) { ?>
    <div id="ja-search">
    <?php mosLoadModules('user4', -1); ?>
    </div>
    <?php } ?>

    <?php if ($ja_tool) { ?>
    <div id="ja-usertoolswrap">
    <div id="ja-usertools" class="clearfix">
    <?php genToolMenu($ja_tool & 3); ?>
    </div></div>
    <?php } ?>

    </div>
    </div>
    <!-- END: HEADER -->

    <div id="ja-containerwrap">
    <div id="ja-container" <?php echo $contentwpstyle; ?>><div class="shadow1"><div class="shadow2 clearfix">

    <?php if ($subnav) {?>
    <div id="ja-subnav" class="clearfix">

    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 3) echo $subnav;
    ?>
    </div>
    <?php } ?>

    <div id="ja-mainbody<?php echo $divid; ?>">

    <!-- BEGIN: CONTENT -->
    <div id="ja-contentwrap">
    <div id="ja-content">

    <?php if( mosCountModules('gallery') ) { ?>
    <div id="ja-contentsliderwrap"><div class="ja-wrap1"><div class="ja-wrap2"><div class="ja-wrap3">
    <?php echo mosLoadModules ( 'gallery', -2 ); ?>
    </div></div></div></div>
    <?php } ?>

    <?php if ($option != 'com_frontpage') {?>
    <div id="ja-pathway">
    <?php mosPathway(); ?>
    </div>
    <?php } ?>

    <?php mosMainBody(); ?>

    <?php
    $spotlight = array ('user1','user2');
    $botsl = calSpotlight ($spotlight,100);
    if( $botsl ) {
    ?>
    <!-- BEGIN: BOTTOM SPOTLIGHT -->
    <div id="ja-botsl" class="clearfix">

    <?php if( mosCountModules('user1') ) {?>
    <div class="ja-box<?php echo $botsl['modules']['user1']; ?>" style="width: <?php echo $botsl['width']; ?>;">
    <?php mosLoadModules('user1', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user2') ) {?>
    <div class="ja-box<?php echo $botsl['modules']['user2']; ?>" style="width: <?php echo $botsl['width']; ?>;">
    <?php mosLoadModules('user2', -2); ?>
    </div>
    <?php } ?>

    </div>
    <!-- END: BOTTOM SPOTLIGHT -->
    <?php } ?>

    <?php if ( mosCountModules('banner') ) { ?>
    <div id="ja-banner">
    <?php echo mosLoadModules ( 'banner',-1 ); ?>
    </div>
    <?php } ?>

    </div>
    </div>
    <!-- END: CONTENT -->

    <?php if ($ja_left) { ?>
    <!-- BEGIN: COLUMN 1-->
    <div id="ja-col1"><div class="shadow1"><div class="shadow2">
    <div class="ja-innerpad">
    <?php echo mosLoadModules ( 'left',-2 );?>
    </div>
    </div></div></div><br />
    <!-- END: COLUMN 1-->
    <?php } ?>

    </div>

    <?php if ($ja_right) { ?>
    <!-- BEGIN: COLUMN 2-->
    <div id="ja-col2">
    <div class="ja-innerpad">
    <?php echo mosLoadModules ( 'right',-2 ); ?>
    </div>
    </div><br />
    <!-- END: COLUMN 2-->
    <?php } ?>

    </div></div></div>
    </div>

    <!-- BEGIN: FOOTER -->
    <div id="ja-footerwrap">
    <div id="ja-footer">
    <div class="shadow1">
    <div class="shadow2 clearfix">

    <h1 class="logo"><a href="index.php" title="<?php echo $mosConfig_sitename?>"><?php echo $mosConfig_sitename?></a></h1>

    <?php mosLoadModules('user3', -1); ?>
    <?php include_once( $ja_template_absolute_path.'/footer.php' ); ?>

    <?php if ($ja_tool) { ?>
    <div id="ja-usercolorswrap">
    <div id="ja-usercolors" class="clearfix">
    <?php genToolMenu($ja_tool & 4); ?>
    <ul style="margin: 0; padding-left: 10px;">
    <li><a href="<?php echo getCurrentURL();?>#Top" title="Go to top" style="text-decoration: none;"><img src="<?php echo $ja_template_path;?>/images/top.gif" title="Goto top" alt="Goto top" /></a></li>
    </ul>
    </div></div><div class="clr"></div>
    <?php } ?>

    </div>
    </div>
    </div>
    </div>
    <!-- END: FOOTER -->

    </div>

    <?php mosLoadModules( 'debug', -1 );?>
    </body>

    </html>

    and this is css


    /*------------------------------------------------------------------------
    # JA Hedera 1.0 - Oct, 2007
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    -------------------------------------------------------------------------*/

    /* COMMON STYLE
    --------------------------------------------------------- */
    html, body, form, fieldset {
    margin: 0;
    padding: 0;
    }

    body {
    color: #000000;
    background: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 150%;
    }

    body#bd {
    color: #666666;
    background: #E6E6E6;
    }

    body.contentpane {
    width: auto; /* Printable Page */
    margin: 1em 2em;
    background: #FFFFFF;
    color: #000000;
    font-size: 12pt;
    font-family: serif;
    line-height: 140%;
    }

    body.fs1 {
    font-size: 9px;
    }

    body.fs2{
    font-size: 10px;
    }

    body.fs3{
    font-size: 11px;
    }

    body.fs4{
    font-size: 12px;
    }

    body.fs5{
    font-size: 13px;
    }

    body.fs6{
    font-size: 14px;
    }

    /* Normal link */
    a {
    color: #3172B4;
    text-decoration: none;
    }

    a:hover, a:active, a:focus {
    color: #3172B4;
    text-decoration: underline;
    }

    /* Title text */
    .contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
    font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

    /* Small text */
    small, .small, .smalldark, .mosimage_caption {
    color: #999999;
    font-size: 100%;
    }

    /* Heading */
    h1 {
    font-size: 180%;
    }

    h2 {
    font-size: 155%;
    }

    h3 {
    font-size: 125%;
    font-weight: bold;
    }

    h4 {
    font-size: 100%;
    text-transform: uppercase;
    }

    p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
    }

    ul {
    list-style: none;
    }

    ul li {
    padding-left: 33px;
    background: url(../images/arrow.png) no-repeat 18px 5px;
    line-height: 180%;
    }

    ol li {
    margin-left: 35px;
    line-height: 180%;
    }

    th {
    padding: 5px;
    font-weight: bold;
    text-align: left;
    }

    fieldset {
    border: none;
    }

    fieldset a {
    font-weight: bold;
    }

    hr {
    border-top: 1px solid #DDDDDD;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    height: 1px;
    }

    a img {
    border: none;
    }

    td, div {
    font-size: 100%;
    }

    /* FORM
    --------------------------------------------------------- */
    form {
    margin: 0;
    padding: 0;
    }

    form label {
    cursor: pointer;
    }

    input, select, textarea, .inputbox {
    padding: 1px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    }

    select, textarea, .inputbox {
    background: #FFFFFF;
    color: #666666;
    }

    .button {
    padding: 2px 5px;
    border: 1px solid #6E9DCD;
    color: #FFFFFF;
    background: url(../images/but-bg.gif) repeat-x center #6E9DCD;
    }

    * html .button, *+html .button {
    padding: 2px 3px !important;
    border: 1px solid #FFFFFF;
    }

    .inputbox {
    margin-bottom: 1px;
    padding: 3px 2px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    }

    .inputbox:hover, .inputbox:focus {
    }

    /* BONUS TYPOGRAPHY STYLES
    --------------------------------------------------------- */
    pre, .code {
    padding: 10px 15px;
    margin: 5px 0 15px;
    border-left: 5px solid #999999;
    background: #F0F5FB;
    }

    blockquote {
    padding: 1em 40px 1em 15px;
    }

    blockquote span.open {
    padding: 0 0 0 20px;
    background: url(../images/so-q.gif) no-repeat left top;
    }

    blockquote span.close {
    padding: 0 20px 0 0;
    background: url(../images/sc-q.gif) no-repeat bottom right;
    }

    /* Small quote */
    .small-quote {
    margin: 0;
    padding: 0;
    background: none;
    }

    .small-quote span.open-quote {
    margin: 0;
    padding-left: 20px;
    background: url(../images/so-q.gif) no-repeat center left;
    }

    .small-quote span.close-quote {
    margin: 0;
    padding-right: 20px;
    background: url(../images/sc-q.gif) no-repeat center right;
    }

    .small-quote span.author {
    padding: 2px 5px 2px 20px;
    border-top: 1px solid #DDDDDD;
    margin: 0.5em 0 0;
    display: block;
    background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
    font-size: 90%;
    text-transform: uppercase;
    }

    /* Dropcap */
    .dropcap {
    float: left;
    padding: 4px 8px 0 0;
    display: block;
    color: #3172B4;
    font: 50px/40px Georgia, Times, serif;
    }

    /* Tips, Error, Message, Hightlight*/
    .error {
    padding-left: 25px;
    color: #CC0000;
    background: url(../images/bullet-error.gif) no-repeat top left;
    }

    .message {
    padding-left: 25px;
    color: #FF7705;
    background: url(../images/bullet-info.gif) no-repeat top left;
    }

    .tips {
    padding-left: 25px;
    color: #3172B4;
    background: url(../images/bullet-tips.gif) no-repeat top left;
    }

    .highlight {
    padding: 1px 5px;
    background: #F0F5FB;
    font-weight: bold;
    }

    /* Note Style */
    p.stickynote {
    padding: 10px 0px 10px 50px;
    border: 1px solid #DDDDDD;
    background: url(../images/sticky-bg.gif) no-repeat 5px 10px #FFFFFF;
    }

    p.download {
    padding: 10px 0px 10px 50px;
    border: 1px solid #DDDDDD;
    background: url(../images/download-bg.gif) no-repeat 5px 10px #FFFFFF;
    }

    .blocknumber {
    clear: both;
    padding: 5px 15px 10px;
    position: relative;
    }

    /* Check list */
    ul.checklist {
    list-style: none;
    }

    ul.checklist li {
    margin-left: 15px;
    padding: 0 0 5px 20px;
    background: url(../images/checklist-bg.gif) no-repeat 0 3px;
    }

    /* Check list */
    ul.stars {
    list-style: none;
    }

    ul.stars li {
    margin-left: 15px;
    padding: 0px 0 5px 20px;
    background: url(../images/star-bg.gif) no-repeat 0 3px;
    }

    /* Smallnumber */
    ol.smallnumber {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    ol.smallnumber li {
    margin: 10px 0 10px 30px;
    padding: 3px 0 5px 30px;
    line-height: 150%;
    }

    ol.smallnumber li.number-1 {
    background: url(../images/n-1.gif) no-repeat left top;
    }

    ol.smallnumber li.number-2 {
    background: url(../images/n-2.gif) no-repeat left top;
    }

    ol.smallnumber li.number-3 {
    background: url(../images/n-3.gif) no-repeat left top;
    }

    ol.smallnumber li.number-4 {
    background: url(../images/n-4.gif) no-repeat left top;
    }

    ol.smallnumber li.number-5 {
    background: url(../images/n-5.gif) no-repeat left top;
    }

    ol.smallnumber li.number-6 {
    background: url(../images/n-6.gif) no-repeat left top;
    }

    ol.smallnumber li.number-7 {
    background: url(../images/n-7.gif) no-repeat left top;
    }

    ol.smallnumber li.number-8 {
    background: url(../images/n-8.gif) no-repeat left top;
    }

    ol.smallnumber li.number-9 {
    background: url(../images/n-9.gif) no-repeat left top;
    }

    /* Bignumber */
    .bignumber {
    float: left;
    margin-right: 8px;
    padding: 6px 7px;
    display: block;
    color: #FFFFFF;
    background: url(../images/ol-bg.gif) no-repeat top left;
    font: 20px/normal Arial, sans-serif;
    font-weight: bold;
    }

    /* Talking box. Thinking box. */
    div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
    margin: 15px 0;
    }

    div.bubble1 span.author,
    div.bubble2 span.author,
    div.bubble3 span.author,
    div.bubble4 span.author {
    padding-left: 15px;
    margin-left: 15px;
    background: url(../images/author.gif) no-repeat center left;
    font-weight: bold;
    }

    div.bubble1 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub1-br.gif) no-repeat bottom right;
    }

    div.bubble1 div div {
    background: url(../images/bub1-bl.gif) no-repeat bottom left;
    }

    div.bubble1 div div div {
    background: url(../images/bub1-tr.gif) no-repeat top right;
    }

    div.bubble1 div div div div {
    background: url(../images/bub1-tl.gif) no-repeat top left;
    }

    div.bubble1 div div div div div {
    margin: 0;
    padding: 15px 15px 30px 15px;
    width: auto;
    }

    div.bubble2 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub2-br.gif) no-repeat bottom right;
    }

    div.bubble2 div div {
    background: url(../images/bub2-bl.gif) no-repeat bottom left;
    }

    div.bubble2 div div div {
    background: url(../images/bub2-tr.gif) no-repeat top right;
    }

    div.bubble2 div div div div {
    background: url(../images/bub2-tl.gif) no-repeat top left;
    }

    div.bubble2 div div div div div {
    margin: 0;
    padding: 15px 15px 35px 15px;
    width: auto;
    }

    div.bubble3 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub3-br.gif) no-repeat bottom right;
    }

    div.bubble3 div div {
    background: url(../images/bub3-bl.gif) no-repeat bottom left;
    }

    div.bubble3 div div div {
    background: url(../images/bub3-tr.gif) no-repeat top right;
    }

    div.bubble3 div div div div {
    background: url(../images/bub3-tl.gif) no-repeat top left;
    }

    div.bubble3 div div div div div {
    margin: 0;
    padding: 15px 15px 50px 15px;
    width: auto;
    }

    div.bubble4 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub4-br.gif) no-repeat bottom right;
    }

    div.bubble4 div div {
    background: url(../images/bub4-bl.gif) no-repeat bottom left;
    }

    div.bubble4 div div div {
    background: url(../images/bub4-tr.gif) no-repeat top right;
    }

    div.bubble4 div div div div {
    background: url(../images/bub4-tl.gif) no-repeat top left;
    }

    div.bubble4 div div div div div {
    margin: 0;
    padding: 15px 15px 55px 15px;
    width: auto;
    }

    /* Rating */
    .rating {
    width: 66px;
    float: left;
    margin: 10px 10px 0 0;
    background: url(../images/rating-bg.gif) no-repeat top left;
    height: 65px;
    }

    div.rate-1 {
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    }

    div.rate-2 {
    color: #CC0000;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    }

    div.rate-3 {
    font-size: 11px;
    text-align: center;
    }

    /* JOOMLA STYLE
    --------------------------------------------------------- */
    table.blog {
    }

    .article_seperator {
    display: block;
    background: url(../images/sep.gif) no-repeat center bottom;
    height: 50px;
    }

    #ja-col1 .article_seperator, #ja-col2 .article_seperator {
    display: none;
    }

    table.contentpane {
    border: none;
    width: 100%;
    }

    table.contentpaneopen {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    }

    table.contenttoc {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 35%;
    border: 1px solid #EFEFEF;
    }

    table.contenttoc a {
    }

    table.contenttoc td {
    padding: 3px 5px 3px 25px;
    background: url(../images/arrow.png) no-repeat 10px 7px;
    }

    table.contenttoc th {
    padding: 5px;
    background: url(../images/grad2.gif) repeat-x center #EFEFEF;
    text-indent: 5px;
    }

    table.poll {
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    }

    table.pollstableborder {
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    }

    table.pollstableborder .sectiontableheader {
    padding: 8px 5px !important;
    }

    table.pollstableborder img {
    vertical-align: baseline;
    }

    table.pollstableborder td {
    padding: 2px!important;
    border-collapse: collapse;
    border-spacing: 0;
    }

    table.pollstableborder tr.sectiontableentry1 td {
    border: none;
    background: #F7F7F7;
    }

    table.pollstableborder tr.sectiontableentry2 td {
    border: none;
    }

    table.searchintro {
    padding: 10px 0;
    width: 100%;
    }

    table.searchintro td {
    padding: 5px!important;
    }

    table.adminform {
    width: 400px!important; /*Control the Frontend Editor area width*/
    }

    .adminform .inputbox {
    }

    .blog_more {
    margin: 10px 0;
    }

    .blog_more strong {
    margin: 0 0 5px;
    display: block;
    background: url(../images/h3-bg.gif) no-repeat center left;
    font-size: 150%;
    line-height: 30px;
    text-indent: 10px;
    }

    .blog_more ul {
    margin: 0;
    padding: 0;
    }

    .blog_more ul li {
    margin: 0;
    padding: 0 0 0 24px;
    background: url(../images/arrow.png) no-repeat 10px 6px;
    }

    td.buttonheading {
    padding: 0 0 0 8px!important;
    text-align: center;
    }

    .category {
    font-weight: bold;
    }

    .clr {
    clear: both;
    }

    .componentheading {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 250%;
    }

    .contentdescription {
    padding-bottom: 30px;
    }

    table.blog .contentheading {
    font-size: 170%;
    }

    .contentheading {
    padding-bottom: 5px;
    font-size: 200%;
    }

    a.contentpagetitle,
    a.contentpagetitle:hover,
    a.contentpagetitle:active,
    a.contentpagetitle:focus {
    }

    a.readon {
    float: left;
    width: 120px;
    display: block;
    background: url(../images/readon.gif) no-repeat top left;
    font-size: 11px;
    line-height: 20px;
    text-indent: 27px;
    height: 20px;
    }

    a.readon:hover, a.readon:active, a.readon:focus {
    background: url(../images/readon.gif) no-repeat bottom left;
    color: #666666;
    text-decoration: none;
    }

    table.contentpaneopen td, table.contentpane td {
    }

    table.contentpaneopen, table.contentpane, table.blog {
    width: 100%;
    }

    .createdate {
    padding: 2px;
    color: #999999;
    }

    .modifydate {
    padding-top: 15px;
    color: #999999;
    height: 15px;
    }

    .moduletable {
    padding: 0;
    }

    .mosimage {
    margin: 15px 10px 10px 0;
    padding: 0 0 5px;
    }

    * html .mosimage {
    padding: 5px 0 !important; /*IE 6*/
    margin: 15px 10px 10px 0;
    }

    *+html .mosimage {
    padding: 5px 0 !important; /*IE 7*/
    }

    .mosimage img {
    padding: 0 !important;
    margin: 0 !important;
    }

    .mosimage_caption {
    margin-top: 5px;
    padding: 1px 2px;
    color: #999999;
    }

    .pagenav,
    .pagenav_prev,
    .pagenav_next,
    .pagenavbar {
    padding: 0 2px;
    }

    a.pagenav,
    .pagenav_prev a,
    .pagenav_next a,
    .pagenavbar a {
    }

    a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
    .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
    .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
    .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
    }

    .pagenavbar {
    padding-left: 14px;
    background: url(../images/pages.gif) no-repeat center left;
    }

    .pagenavcounter {
    padding: 8px 14px 0 14px;
    background: url(../images/pages.gif) no-repeat 0 11px;
    }

    .sectiontableheader {
    padding: 7px 5px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background: url(../images/grad2.gif) repeat-x center #F7F7F7;
    font-weight: bold;
    }

    tr.sectiontableentry1 td {
    padding: 7px 5px;
    background: url(../images/dot.gif) repeat-x bottom;
    }

    tr.sectiontableentry2 td {
    padding: 7px 5px;
    background: url(../images/dot.gif) repeat-x bottom;
    }

    tr.sectiontableentry1:hover td,
    tr.sectiontableentry2:hover td {
    background: url(../images/dot.gif) repeat-x bottom #F0F5FB;
    }

    .smalldark {
    text-align: left;
    }

    div.syndicate div {
    text-align: center;
    }

    .pollstableborder tr.sectiontableentry1 td,
    .pollstableborder tr.sectiontableentry2 td {
    background: none;
    }

    /* MAIN LAYOUT DIVS
    --------------------------------------------------------- */
    #ja-wrapper {
    }

    #ja-header, ja-topslwrap, #ja-container, #ja-footer {
    width: 980px;
    margin: 0 auto;
    clear: both;
    }

    .narrow #ja-header, .narrow ja-topslwrap, .narrow #ja-container, .narrow #ja-footer {
    width: 770px;
    margin: 0 auto;
    clear: both;
    }

    #ja-containerwrap {
    }

    #ja-container {
    background: url(../images/grad1.gif) repeat-x top #FFFFFF;
    }

    div.shadow1 {
    padding-right: 20px;
    background: url(../images/shadow-right.gif) repeat-y top right;
    overflow: hidden;
    }

    div.shadow2 {
    padding-left: 20px;
    background: url(../images/shadow-left.gif) repeat-y top left;
    overflow: hidden;
    }

    #ja-mainbody, #ja-mainbody-fl {
    float: left;
    width: 78%;
    }

    #ja-mainbody #ja-contentwrap {
    float: left;
    width: 69.9%;
    }

    #ja-mainbody-fr {
    float: left;
    width: 100%;
    }

    #ja-mainbody-fr #ja-contentwrap {
    float: left;
    width: 75%;
    background: none;
    }

    #ja-mainbody-fr #ja-col1 {
    float: right;
    width: 24%;
    }

    #ja-mainbody-f {
    float: none;
    width: 100%;
    }

    #ja-content {
    padding: 25px 10px 10px 20px;
    margin: 0;
    clear: both;
    display: block;
    }

    #ja-mainbody-f #ja-content, #ja-mainbody-fl #ja-content {
    padding: 25px 20px 10px;
    }

    /* HEADER
    --------------------------------------------------------- */
    #ja-headerwrap {
    background: #999999;
    line-height: normal;
    height: 110px;
    }

    #ja-header {
    background: url(../images/header-bg.jpg) no-repeat #3172B4;
    height: 110px;
    position: relative;
    z-index: 10;
    }

    .narrow #ja-header {
    background: url(../images/header-narrow-bg.jpg) no-repeat #3172B4;
    }

    h1.logo {
    margin: 0;
    padding: 0;
    width: 262px;
    font-size: 300%;
    position: absolute;
    top: 0;
    left: 30px;
    height: 60px;
    }

    h1.logo a {
    width: 262px;
    float: left;
    display: block;
    background: url(../images/logo.png) no-repeat;
    text-transform: uppercase;
    text-indent: -5000px;
    height: 80px;
    outline: none;
    }

    #ja-pathway {
    padding: 0 3px 5px;
    display: block;
    color: #999999;
    }

    #ja-pathway img {
    margin: 1px 5px 0;
    }

    #ja-pathway a {
    font-weight: bold;
    }

    /* MAIN NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnav {
    position: absolute;
    bottom: 0;
    left: 30px;
    }

    #ja-mainnav a,
    #ja-mainnav a:hover,
    #ja-mainnav a:active,
    #ja-mainnav a:focus,
    #ja-subnav a,
    #ja-subnav a:hover,
    #ja-subnav a:active,
    #ja-subnav a:focus {
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    outline: none;
    }

    /* Default Joomla! Menu */
    a.mainlevel {
    padding: 5px 0 5px 18px;
    width: 90%;
    border-top: 1px solid #EFEFEF;
    display: block;
    color: #666666;
    background: url(../images/arrow.png) no-repeat 3px 9px;
    }

    a.mainlevel:hover,
    a.mainlevel:active,
    a.mainlevel:focus {
    color: #3172B4;
    background: url(../images/arrow2.png) no-repeat 3px 9px;
    text-decoration: none;
    }

    a.mainlevel#active_menu {
    color: #666666;
    background: url(../images/arrow2.png) no-repeat 3px 9px #EFEFEF;
    font-weight: bold;
    }

    a.sublevel {
    padding: 5px 4px 5px 15px;
    display: block;
    }

    a.sublevel:hover,
    a.sublevel:active,
    a.sublevel:focus {
    }

    #active_menu {
    color: #3172B4;
    font-weight: bold;
    }

    /* MODULE
    --------------------------------------------------------- */
    div.moduletable h3 {
    padding: 0 2px 10px;
    margin: 0 -2px 10px;
    font-size: 100%;
    font-weight: bold;
    }

    div.moduletable {
    padding: 0 10px 10px;
    margin-bottom: 30px;
    }

    #ja-col1 div.moduletable {
    padding: 0 25px;
    margin-bottom: 10px;
    }

    #ja-col1 div.moduletable h3 {
    margin: 0 -12px 10px;
    padding: 7px 15px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background: url(../images/grad2.gif) repeat-x center #F7F7F7;
    font-size: 125%;
    }

    .narrow #ja-col1 div.moduletable h3 {
    margin: 0 -14px 10px;
    }

    #ja-col2 div.moduletable {
    padding-right: 0;
    margin-bottom: 15px;
    }

    #ja-col2 div.moduletable h3 {
    margin: 0 -10px 10px;
    padding: 0 10px;
    background: url(../images/h3-bg.gif) repeat-y center left;
    font-size: 125%;
    line-height: 30px;
    }

    /* SPOTLIGHT
    --------------------------------------------------------- */
    /* Spotlight Box Style */
    .ja-box-left, .ja-box-center, .ja-box-right {
    float: left;
    overflow: hidden;
    }

    .ja-box-full {
    float: none;
    overflow: hidden;
    }

    .ja-box-left div.moduletable {
    padding: 0 15px 0 0;
    }

    .ja-box-right div.moduletable {
    padding: 0 0 0 15px;
    }

    .ja-box-center div.moduletable {
    padding: 0 15px;
    }

    /* Bottom Spotlight */
    #ja-botsl {
    width: 100%;
    clear: both;
    margin-top: 15px;
    border-top: 2px solid #EFEFEF;
    background: url(../images/grad5.gif) repeat-x top;
    }

    #ja-botsl div.moduletable {
    padding: 10px 15px;
    margin: 0;
    background: none;
    }

    #ja-botsl div.ja-box-left,
    #ja-botsl div.ja-box-center {
    background: url(../images/vdot2.gif) repeat-y right;
    }

    #ja-botsl h3 {
    margin: 0 0 5px;
    padding: 3px 0;
    font-size: 125%;
    }

    #ja-botsl ul {
    margin: 0;
    padding: 0;
    }

    #ja-botsl li {
    padding-left: 17px;
    margin: 0;
    background: url(../images/arrow.png) no-repeat 2px 6px;
    }

    #ja-botsl td {
    padding: 0;
    }

    #ja-botsl .article_seperator {
    display: none;
    }

    #ja-botsl table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    /* LEFT COLUMN + RIGHT COLUMN
    --------------------------------------------------------- */
    #ja-col1 {
    float: left;
    width: 30%;
    padding: 0;
    background: url(../images/col1-center-bg.gif) repeat-y center bottom;
    overflow: hidden;
    }

    .narrow #ja-col1 {
    background: url(../images/col1-center-narrow-bg.gif) repeat-y center bottom;
    }

    #ja-col1 div.shadow1 {
    padding: 0;
    background: url(../images/col1-bot-bg.gif) no-repeat center bottom;
    }

    .narrow #ja-col1 div.shadow1 {
    background: url(../images/col1-bot-narrow-bg.gif) no-repeat center bottom;
    }

    #ja-col1 div.shadow2 {
    padding: 0;
    background: url(../images/col1-top-bg.gif) no-repeat center top;
    }

    .narrow #ja-col1 div.shadow2 {
    background: url(../images/col1-top-narrow-bg.gif) no-repeat center top;
    }

    #ja-col1 div.ja-innerpad {
    padding: 25px 0 10px;
    }

    #ja-mainbody-fr #ja-col1 div.ja-innerpad {
    padding: 25px 3px 10px;
    }

    #ja-col2 {
    float: right;
    width: 22%;
    overflow: hidden;
    }

    #ja-col2 div.ja-innerpad {
    padding: 25px 20px 10px 0;
    }

    #ja-col1 table,
    #ja-col2 table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    #ja-col1 ul li,
    #ja-col2 ul li {
    padding-left: 15px;
    margin: 0;
    background: url(../images/arrow.png) no-repeat 3px 9px;
    }

    #ja-col1 ul,
    #ja-col2 ul {
    margin: 0;
    }

    /* USER TOOLS
    --------------------------------------------------------- */
    #ja-usercolorswrap {
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: 15px;
    }

    #ja-usertoolswrap {
    font-size: 11px;
    position: absolute;
    top: 28px;
    right: 230px;
    }

    #ja-usertools {
    margin: 0;
    padding: 10px 0 4px 0;
    float: left;
    }

    #ja-usercolors ul,
    #ja-usertools ul {
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
    }

    #ja-usercolors ul li,
    #ja-usertools ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    background: none;
    }

    #ja-usercolors img,
    #ja-usertools img {
    padding: 0;
    margin: 0;
    }

    #ja-usercolors {
    float: left;
    padding: 10px 5px 4px;
    }

    /* FOOTER
    --------------------------------------------------------- */
    #ja-footerwrap {
    clear: both;
    }

    #ja-footer {
    color: #AAAAAA;
    background: url(../images/footer-bg.gif) repeat-x top #666666;
    position: relative;
    }

    #ja-footer div.shadow2 {
    padding: 30px 0 25px 20px;
    }

    #ja-footer h1.logo {
    margin: 0;
    padding: 0;
    width: 175px;
    font-size: 200%;
    position: absolute;
    top: 0;
    left: 30px;
    height: 69px;
    }

    #ja-footer h1.logo a {
    width: 175px;
    float: left;
    display: block;
    background: url(../images/logo-footer.gif) no-repeat;
    text-transform: uppercase;
    text-indent: -5000px;
    height: 69px;
    outline: none;
    }

    #ja-footer small, #ja-footer address {
    padding: 0 0 0 200px;
    float: left;
    display: block;
    color: #AAAAAA;
    font-style: normal;
    }

    #ja-footer a {
    color: #E6E6E6;
    }

    #ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
    color: #FFFFFF;
    }

    #ja-footer ul {
    margin: 0 0 5px 200px;
    padding: 0;
    }

    #ja-footer li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none;
    }

    #ja-footer li a {
    padding: 0 20px 0 0;
    display: inline;
    font-weight: bold;
    line-height: normal;
    }

    /* Search */
    #ja-search {
    width: 162px;
    background: url(../images/search-bg.gif) no-repeat;
    position: absolute;
    bottom: 45px;
    right: 50px;
    height: 29px;
    }

    #ja-search .inputbox {
    width: 130px;
    padding: 3px 5px 0;
    border: none;
    margin-left: 2px;
    color: #3172B4;
    background: #FFFFFF;
    }

    /* MISCELLANOUS
    ----------------------------------------------------------- */
    ul.accessibility {
    position: absolute;
    top: -100%;
    }

    #ja-banner {
    text-align: center;
    }

    div.back_button a,
    div.back_button a:hover,
    div.back_button a:active {
    margin: 10px 0;
    display: block;
    }

    #mod_login_password, #mod_login_username {
    width: 80%;
    }

    #mod_login_remember {
    border: none;
    background: none;
    }

    /* Clearfix */
    .clearfix:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    }

    * html > body .clearfix {
    width: 100%;
    display: block;
    }

    * html .clearfix {
    height: 1%;
    }

    /* Firefox Scrollbar Hack - Do not remove */
    html {
    margin-bottom: 1px;
    height: 100%!important;
    height: auto;
    }

    idzzz Friend
    #246934

    admin please help meeeeee i need you help why dosnt answare me

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  idzzz 16 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum