• 18-12-2009, 19:12:31
    #1
    Merhaba Arkadaşlar,

    Ben Bir Theme'da Left ve Right Alanlarını En Sola Kaydırmak İstiyorum...
    Yani;


    Buradaki "Left" Alanını "Text Alanı" nın Soluna Almak İstiyorum...

    Yani;


    Bu Hale Çevirmek İstiyorum...

    Yardımcı Olabilirmisiniz?

    Teşekkürler...
  • 18-12-2009, 20:42:26
    #2
    şöyle basit bi şekilde anlatayim.

    tabloyu 3 bölceksin ve left in kodlarını bozmadan kesip yapıştırcaksın.

    <table width="100%" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td width="20%">Sol Kısım</td>
        <td width="60%">Orta Kısım</td>
        <td width="20%">Sağ Kısım</td>
      </tr>
    </table>
  • 19-12-2009, 11:47:37
    #3
    Temanın index.php'si;

    <?php
    // no direct access
    defined( '_JEXEC' ) or die( 'Restricted access' );
    
    include_once (dirname(__FILE__).DS.'ja_vars_1.5.php');
    
    ?>
    
    <!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
    
    <head>
    <jdoc:include type="head" />
    <?php JHTML::_('behavior.mootools'); ?>
    
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/typo.css" type="text/css" />
    
    <script language="javascript" type="text/javascript">
        var siteurl = '<?php echo $tmpTools->baseurl();?>';
        var tmplurl = '<?php echo $tmpTools->templateurl();?>';
    </script>
    <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>
    <!-- Menu head -->
    <?php $jamenu->genMenuHead(); ?>
    
    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css" rel="stylesheet" type="text/css" />
    
    <!--[if lte IE 6]>
    <style type="text/css">
    .clearfix {height: 1%;}
    img {border: none;}
    </style>
    <![endif]-->
    
    <!--[if gte IE 7.0]>
    <style type="text/css">
    .clearfix {display: inline-block;}
    </style>
    <![endif]-->
    
    <script type="text/javascript">
    /*<![CDATA[*/
    document.write ('<style type="text\/css">#ja-hpwrap{height:0;overflow:hidden;visibility:hidden;}<\/style>');
    /*]]>*/
    </script>
    
    <?php if ($tmpTools->isIE6()) { ?>
    <!--[if lte IE 6]>
    <link href="<?php echo $tmpTools->templateurl(); ?>/css/ie6.php" rel="stylesheet" type="text/css" />
    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>-ie6.php" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    window.addEvent ('load', makeTransBG);
    function makeTransBG() {
    makeTransBg($$('#ja-cssmenu li ul'),'', 'scale');
    makeTransBg($$('img'));
    }
    </script>
    <![endif]-->
    <?php } ?>
    </head>
    
    <body id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_SCREEN);?> fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?>" >
    <a name="Top" id="Top"></a>
    <ul class="accessibility">
        <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
        <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>
        <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li>
        <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li>
    </ul>
    
    <div id="ja-wrapper">
    
    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    
        <div id="ja-header" class="clearfix">
            <h1 class="logo">
                <a href="index.php" title="<?php echo $tmpTools->sitename(); ?>">
                    <?php echo $tmpTools->sitename() ?>
                </a>
            </h1>
            
            <div id="ja-topnavwrap">
            <div id="ja-topnav">
                <jdoc:include type="modules" name="user3" />
            </div>
            </div>
            
            <div id="ja-login">
                <jdoc:include type="modules" name="ja-login" style="raw" />
            </div>
        
        </div>
    
        <!-- BEGIN: TOP SPOTLIGHT -->
        <div id="ja-topslwrap">
            <div id="ja-topsl">
              <jdoc:include type="modules" name="top" style="xhtml" />
            </div>
        </div>
        <!-- END: TOP SPOTLIGHT -->
    
        <!-- BEGIN: MAIN NAVIGATION -->
        <div id="ja-mainnavwrapmask"></div>
        <div id="ja-mainnavwrap">
            <div id="ja-mainnav">
                <?php $jamenu->genMenu (0); ?>
            </div>
        </div>
        <!-- END: MAIN NAVIGATION -->
    
    </div>
    <!-- END: HEADER -->
    
    <div id="ja-containerwrap<?php echo $divid; ?>">
    
    <div id="ja-container">
    <div id="ja-container-inner" class="clearfix">
      
      <!-- BEGIN: PATHWAY + SEARCH -->
      <div id="ja-pathway">
        <jdoc:include type="module" name="breadcrumbs" />
      </div>
      
        <?php if ($this->countModules('user4')) { ?>
        <div id="ja-search">
            <jdoc:include type="modules" name="user4" style="raw" />
        </div>
        <?php } ?>
            
      <!-- END: PATHWAY + SEARCH -->
    
        <!-- BEGIN: CONTENT -->
        <div id="ja-content">
        
            <jdoc:include type="message" />
    
            <div id="ja-current-content">
                <jdoc:include type="component" />
        </div>
    
            <?php if($this->countModules('banner')) : ?>
            <!-- BEGIN: BANNER -->
            <div id="ja-banner">
                <jdoc:include type="modules" name="banner" />
            </div>
            <!-- END: BANNER -->
            <?php endif; ?>
    
        </div>
        <!-- END: CONTENT -->
    
        <?php if ($ja_left || $ja_right) { ?>
        <!-- BEGIN: COLUMNS -->
    
        <div id="ja-colwrap">
    
            <?php if ($this->countModules('left')) { ?>
            <div id="ja-col1"><div class="ja-innerpad">            
                <jdoc:include type="modules" name="left" style="xhtml" />
            </div></div>
            <?php } ?>
            
            <?php if ($this->countModules('right')) { ?>
            <div id="ja-col2"><div class="ja-innerpad">
                <jdoc:include type="modules" name="right" style="xhtml" />
            </div></div>
            <?php } ?>
    
        </div><br />
        <!-- END: COLUMNS -->
        <?php } ?>
    
    </div></div></div>
    
    <?php
    $spotlight = array ('user1','user2', 'user6','user7');
    $botsl = $tmpTools->calSpotlight ($spotlight, 99.5);
    if( $botsl ) {
    ?>
    <!-- BEGIN: BOTTOM SPOTLIGHT -->
    <div id="ja-botslwrap">
    <div id="ja-botsl" class="clearfix">
    
      <?php if( $this->countModules('user1') ) {?>
      <div class="ja-box<?php echo $botsl['user1']['class']; ?>" style="width: <?php echo $botsl['user1']['width']; ?>;">
            <jdoc:include type="modules" name="user1" style="xhtml" />
      </div>
      <?php } ?>
    
      <?php if( $this->countModules('user2') ) {?>
      <div class="ja-box<?php echo $botsl['user2']['class']; ?>" style="width: <?php echo $botsl['user2']['width']; ?>;">
            <jdoc:include type="modules" name="user2" style="xhtml" />
      </div>
      <?php } ?>
    
      
      <?php if( $this->countModules('user6') ) {?>
      <div class="ja-box<?php echo $botsl['user6']['class']; ?>" style="width: <?php echo $botsl['user6']['width']; ?>;">
            <jdoc:include type="modules" name="user6" style="xhtml" />
      </div>
      <?php } ?>
      
      <?php if( $this->countModules('user7') ) {?>
      <div class="ja-box<?php echo $botsl['user7']['class']; ?>" style="width: <?php echo $botsl['user7']['width']; ?>;">
            <jdoc:include type="modules" name="user7" style="xhtml" />
      </div>
      <?php } ?>
    
    </div></div>
    <!-- END: BOTTOM SPOTLIGHT -->
    <?php } ?>
    
    <!-- BEGIN: FOOTER -->
    <div id="ja-footerwrap">
    <div id="ja-footer" class="clearfix">
    
        <jdoc:include type="modules" name="footer" />
    
    </div>
    </div>
    <!-- END: FOOTER -->
    
    </div>
    <jdoc:include type="modules" name="debug" />
    
    </body>
    
    </html>

    Temanın CSS'i;

    /* COMMON STYLE
    --------------------------------------------------------- */
    html, body, form, fieldset {
        margin: 0;
        padding: 0;
    }
    
    body {
        background: #FFFFFF;
        color: #000000;
        font-family: "Lucida Grande", Arial, sans-serif;
        line-height: 1.5;
    }
    
    body#bd {
        color: #DCCAC0;
        background: url(../images/bd-bg.gif) left #2C2A26;
        margin: 0 0 50px;
    }
    
    body.contentpane {
        color: #000000;
        font-size: 12px;
        line-height: 1.3em;
        margin: 0;
        margin: 1em 2em;
        width: auto; /* Printable Page */
    }
    
    body.fs1 {font-size: 10px;}
    body.fs2 {font-size: 11px;}
    body.fs3 {font-size: 12px;}
    body.fs4 {font-size: 13px;}
    body.fs5 {font-size: 14px;}
    body.fs6 {font-size: 15px;}
    
    /* Normal link */
    a {
        color: #F8B150;
        text-decoration: none;
    }
    
    a:hover, a:active, a:focus {
        color: #DCCAC0;
        text-decoration: underline;
    }
    
    a img {
        border: none;
    }
    
    /* Title text */
    .contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, #ja-login, #ja-topnav {
        line-height: normal;
        font-weight: normal;
        font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    }    
    
    /* Small text */
    small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
    p.site-slogan, a.readon, #ja-topnav, #ja-footer {
        font-size: 92%;
    }
    
    small, .small, .img_caption {
        color: #8A5C2B;
    }
    
    img {
        margin: 0;
        padding: 0;
    }
    
    .img_caption.left {
        margin-right: 25px;
    }
    
    .img_caption.right {
        margin-left: 25px;
    }
    
    img.caption {
        padding: 3px;
        background: #4F2F1D;
        border: 1px solid #2E190D;
    }
    
    /* Heading */
    h1 {font-size: 200%;}
    h2 {font-size: 180%;}
    h3 {font-size: 150%;}
    h4 {font-size: 125%; text-transform: uppercase;}
    
    p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
        margin: 15px 0;
        padding: 0;
    }
    
    ul {
        list-style: none;
    }
    
    ul li {
        background: url(../images/bullet.gif) no-repeat 18px 7px;
        line-height: 160%;
        padding-left: 30px;
    }
    
    ol li {
        line-height: 180%;
        margin-left: 35px;
    }
    
    th {
        font-weight: bold;
        padding: 5px;
        text-align: left;
    }
    
    fieldset {
        border: none;
        padding: 10px 5px;
    }
    
    fieldset a {
        font-weight: bold;
    }
    
    fieldset.input {
        padding: 0;
    }
    
    hr {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #4F2F1D;
        height: 1px;
    }
    
    td, div {
        font-size: 100%;
    }
    
    /* FORM
    --------------------------------------------------------- */
    form {
        margin: 0;
        padding: 0;
    }
    
    form label {
        cursor: pointer;
    }
    
    input, select, textarea, .inputbox, .button {
        font-family: Arial, sans-serif;
        font-size: 100%;
        color: #DCCAC0;
    }
    
    .inputbox {
        border: 1px solid #47210C;
        padding: 3px 2px;
        background: #8A5C2B;
    }
    
    .button {
        padding: 2px 8px;
        border: 1px solid #47210C;
        background: url(../images/but-bg.gif) repeat-x center #4F2F1D;
        font-variant: small-caps;
        color: #F8B150;
    }
    
    * html .button { /*IE 6*/
        padding: 0 2px !important;
    }
    
    *+html .button { /*IE 7*/
        padding: 0 2px !important;
    }
    
    /* JOOMLA STYLE
    --------------------------------------------------------- */
    .article_separator {
        clear: both;
        display: block;
        height: 30px;
    }
    
    .column_separator {
        padding: 0 25px;
    }
    
    /* content tables */
    .sectiontableheader {
        background: #4F2F1D;
        border-right: 1px solid #371E10;
        padding: 8px 4px;
    }
    
    tr.sectiontableentry0 td,
    tr.sectiontableentry1 td,
    tr.sectiontableentry2 td {
        padding: 8px 4px;
        background: url(../images/hline.gif) repeat-x bottom;
    }
    
    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%;
        font-size: 92%;
    }
    
    table.contenttoc a {
        text-decoration: none;
    }
    
    table.contenttoc td {
        background: url(../images/bullet.gif) no-repeat 10px 7px;
        padding: 1px 5px 1px 20px;
    }
    
    table.contenttoc th {
        border-bottom: 1px solid #4F2F1D;
        padding: 0 0 3px;
        text-indent: 5px;
    }
    
    table.poll {
        border-collapse: collapse;
        padding: 0;
        width: 100%;
    }
    
    table.pollstableborder {
        border: none;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    
    table.pollstableborder img {
        vertical-align: baseline;
    }
    
    table.pollstableborder td {
        border-collapse: collapse;
        border-spacing: 0;
        padding: 4px !important;
        background: none;
    }
    
    table.searchintro {
        padding: 10px 0;
        width: 100%;
    }
    
    table.searchintro td {
        padding: 5px!important;
    }
    
    .blog_more strong {
        display: block;
        font-size: 125%;
        margin: 0 0 5px;
        font-variant: small-caps;
        font-weight: bold;
    }
    
    .blog_more ul {
        margin: 0;
        padding: 0;
    }
    
    .blog_more ul li {
        background: url(../images/bullet.gif) no-repeat 6px 7px;
        margin: 0;
        padding: 0 0 0 17px;
    }
    
    .category {
        font-weight: bold;
    }
    
    h1.componentheading, .componentheading {
        margin: 0 0 10px;
        padding: 0 0 5px;
    }
    
    .componentheading {
        font-size: 250%;
        font-variant: small-caps;
        color: #F8B150;
    }
    
    .contentdescription {
        padding-bottom: 30px;
    }
    
    h2.contentheading, .contentheading {
        margin: 0;
        padding: 0 0 5px;
    }
    
    .contentheading {
        font-size: 200%;
    }
    
    a.contentpagetitle,
    a.contentpagetitle:hover,
    a.contentpagetitle:active,
    a.contentpagetitle:focus {
    }
    
    a.readon {
        color: #F8B150;
        display: block;
        width: 120px;
        height: 19px;
        line-height: 19px;
        clear: both;
        font-size: 92%;
        font-variant: small-caps;
        text-decoration: none;
        border: 1px solid #2E190D;
        background: url(../images/readon-bg.gif) no-repeat left top;
        text-indent: 35px;
    }
    
    a.readon:hover, a.readon:focus, a.readon:active {
        color: #DCCAC0;
    }
    
    table.contentpaneopen td, table.contentpane td {
    }
    
    table.contentpaneopen, table.contentpane, table.blog {
        width: 100%;
    }
    
    .moduletable {
        padding: 0;
    }
    
    ul.pagination {
        margin: 15px auto 0;
        padding: 0;
    }
    
    ul.pagination li {
        background: none;
        display: inline;
        margin: 0;
        padding: 0;
    }
    
    ul.pagination li span{
        padding: 2px 5px;
    }
    
    ul.pagination a {
        padding: 2px 3px;
        text-decoration: none;
    }
    
    ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
    }
    
    .pagenavbar {
        background: url(../images/icon-pages.gif) no-repeat center left;
        font-weight: bold;
        padding-left: 14px;
    }
    
    .pagenavcounter {
        background: url(../images/icon-pages.gif) no-repeat 0 11px;
        font-weight: bold;
        padding: 8px 14px 0 14px;
    }
    
    .smalldark {
        text-align: left;
    }
    
    div.syndicate div {
        text-align: center;
    }
    
    .pollstableborder tr.sectiontableentry1 td,
    .pollstableborder tr.sectiontableentry2 td {
        background: none;
    }
    
    /* META
    --------------------------------------------------------- */
    .article-toolswrap {
        display: block;
        margin: 3px -5px 10px;
        padding: 0 0 0 10px;
        background: url(../images/meta-l.gif) no-repeat top left;
        position: relative;
        color: #8A5C2B;
    }
    
    .article-tools {
        display: block;
        padding: 0 10px 0 0;
        height: 38px;
        line-height: 38px;
        background: url(../images/meta-r.gif) no-repeat top right;
    }
    
    .article-meta {
        width: 70%;
        float: left;
    }
    
    .createby {
        padding: 5px 5px 3px 20px;
        background: url(../images/icon-author.gif) no-repeat left center;
    }
    
    .createdate {
        padding: 5px 5px 3px 25px;
        background: url(../images/icon-date.gif) no-repeat left center;    
    }
    
    .modifydate {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        color: #8A5C2B;
    }
    
    div.buttonheading {
        position: absolute;
        top: 12px;
        right: 30px;
    }
    
    .buttonheading img {
        margin: 0 0 0 5px;
        border: 0;
        float: right;
    }
    
    /* MAIN LAYOUT DIVS
    --------------------------------------------------------- */
    #ja-wrapper {
    }
    
    #ja-header,
    #ja-mainnav,
    #ja-container,
    #ja-topsl,
    #ja-botsl,
    #ja-footer {
        width: 950px;
        margin: 0 auto;
        clear: both;
    }
    
    .narrow #ja-header,
    .narrow #ja-mainnav,
    .narrow #ja-container,
    .narrow #ja-topsl,
    .narrow #ja-botsl,
    .narrow #ja-footer {
        width: 750px;
    }
    
    #ja-container {
        background: url(../images/content-bg.png) repeat-y center;
    }
    
    .narrow #ja-container {
        background: url(../images/content-bg-n.png) repeat-y center;
    }
    
    #ja-container-inner {
        padding: 10px 6px 0;
        position: relative;
    }
    
    /* PRIMARY COLUMN
    --------------------------------------------------------- */
    #ja-content {
        clear: both;
        display: block;
        float: left;
        width: 54.9%;
    }
    
    #ja-current-content {
        padding: 10px 20px;
    }
    
    /* COLUMNS
    --------------------------------------------------------- */
    #ja-colwrap {
        float: right;
        overflow: hidden;
        width: 45%;
        background: url(../images/dot.gif) repeat-y center;
        margin: 20px 0;
    }
    
    /*columns*/
    #ja-col1 {
        float: left;
        width: 49.9%;
        overflow: hidden;
    }
    
    #ja-col2 {
        float: right;
        width: 49.9%;
        overflow: hidden;
    }
    
    #ja-col1 div.ja-innerpad,
    #ja-col2 div.ja-innerpad {
        padding: 0 20px;
    }
    
    /*common style for column*/
    #ja-colwrap table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    #ja-colwrap .article_separator {
        display: none;
    }
    
    #ja-colwrap ul {
        list-style: none;
    }
    
    /* COLLAPSIBLE LAYOUT
    --------------------------------------------------------- */
    #ja-containerwrap,
    #ja-containerwrap-f,
    #ja-containerwrap-c {
        clear: both;
        background: url(../images/container-bg.gif);
    }
    
    /* full */
    #ja-containerwrap-f #ja-container  {
        background: url(../images/content-f-bg.png) repeat-y center top;
    }
    
    .narrow #ja-containerwrap-f #ja-container  {
        background: url(../images/content-f-bg-n.png) repeat-y center top;
    }
    
    #ja-containerwrap-f #ja-content {
        width: 100%;
    }
    
    /* content + 1 col */
    #ja-containerwrap-c #ja-container  {
        background: url(../images/content-c-bg.png) repeat-y center top;
    }
    
    .narrow #ja-containerwrap-c #ja-container  {
        background: url(../images/content-c-bg-n.png) repeat-y center top;
    }
    
    #ja-containerwrap-c #ja-content {
        width: 77%;
    }
    
    #ja-containerwrap-c #ja-colwrap {
        width: 22%;
        background: none;
    }
    
    #ja-containerwrap-c #ja-col1,
    #ja-containerwrap-c #ja-col2 {
        width: 100%;
    }
    
    #ja-containerwrap-c #ja-search {
        width: 20%;
        background: none;
    }
    
    #ja-containerwrap-c #ja-search .inputbox {
        margin-left: 0;
    }
    
    .narrow #ja-containerwrap-c #ja-search .button {
        display: none;
    }
    
    .narrow #ja-containerwrap-c #ja-search .inputbox {
        margin-right: 0;
        width: 90%;
    }
    
    /* MODULE
    --------------------------------------------------------- */
    div.moduletable h3,
    div.moduletable_menu h3,
    div.moduletable_text h3,
    div.moduletable_hilite h3 {
        font-size: 150%;
        margin: 0 0 10px;
        color: #F8B150;
        font-variant: small-caps;
        background: url(../images/h3-bg.gif) no-repeat bottom right;
    }
    
    div.moduletable h3 span,
    div.moduletable_menu h3 span,
    div.moduletable_text h3 span,
    div.moduletable_hilite h3 span {
        display: block;
        padding: 2px 0 5px;
        background: url(../images/h3-bg.gif) no-repeat bottom left;
    }
    
    div.moduletable,
    div.moduletable_menu,
    div.moduletable_text,
    div.moduletable_hilite {
        margin: 0 0 20px;
        padding: 0 0 5px;
    }
    
    div.moduletable_hilite {
        background: #F8B150;
        padding: 5px 10px;
    }
    
    div.moduletable_hilite h3 {
        padding: 0 0 5px;
    }
    
    div.moduletable_hilite,
    div.moduletable_hilite h3,
    div.moduletable_hilite a {
        color: #FFFFFF;
    }
    
    /* mis */
    div.banneritem_text {
        padding: 5px 0 !important;
    }
    
    div.advs {
        clear: both;
        display: block;
        float: left;
        width: 100%;
    }
    
    div.moduletable ul,
    div.moduletable_text ul,
    div.moduletable_menu ul,
    div.moduletable_hilite ul {
        margin: 0;
        padding: 0;
    }
    
    div.moduletable li,
    div.moduletable_text li,
    div.moduletable_menu li,
    div.moduletable_hilite li {
        background: url(../images/bullet.gif) no-repeat 5px 8px;
        margin: 0;
        padding-left: 16px;
    }
    
    /* HEADER
    --------------------------------------------------------- */
    #ja-headerwrap {
        height: 386px;
        background: url(../images/header-bg.gif) repeat-x;
        position: relative;
        z-index: 99;
    }
    
    #ja-header {
        height: 340px;
        line-height: normal;
        position: relative;
    }
    
    h1.logo {
        margin: 0;
        padding: 0;
        font-size: 300%;
        position: absolute;
        top: 0;
        left: -90px;
    }
    
    h1.logo a {
        display: block;
        background: url(../images/logo.png) no-repeat;
        width: 488px;
        height: 224px;
        text-indent: -5000px;
    }
    
    #ja-login {
        position: absolute;
        top: 80px;
        right: 5px;
    }
    
    #ja-login .inputbox {
        width: 150px;
        padding: 2px;
    }
    
    .narrow #ja-login .inputbox {
        width: 100px;
        padding: 2px;
    }
    
    #ja-login span {
        color: #F8B150;
        font-variant: small-caps;
        padding: 0 5px;
    }
    
    #ja-login a {
        display: none;
    }
    
    /* MAIN NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnavwrapmask {
        background: url(../images/mainnav-bg.png);
        height: 46px;
        position: absolute;
        bottom: 0;
        z-index: 9;
        width: 100%;
    }
    
    #ja-mainnavwrap {
        height: 46px;
        position: relative;
        z-index: 99;
    }
    
    #ja-mainnav {
        height: 46px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    
    #ja-mainnav a, #ja-subnav a {
        outline: none;
    }
    
    #ja-topnavwrap {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/topnav-l.gif) no-repeat left top;
        height: 46px;
        float: left;
    }
    
    #ja-topnav {
        height: 46px;
        background: url(../images/topnav-r.gif) no-repeat right top;
        padding: 0 25px 0 0;
        float: left;
    }
    
    #ja-topnav ul {
        padding: 0;
        margin: 0;
    }
    
    #ja-topnav li {
        display: inline;
        background: url(../images/bullet.gif) no-repeat 12px center;
    }
    
    #ja-topnav li a {
        display: inline;
        font-variant: small-caps;
        line-height: 36px;
    }
    
    /* breadcrumbs */
    #ja-pathway {
        color: #F8B150;
        padding: 10px 0;
        border-top: 1px solid #4F2F1D;
        border-bottom: 1px solid #4F2F1D;
        font-variant: small-caps;
        background: url(../images/pathway-bg.png) repeat-x top;
        text-indent: 20px;
    }
    
    #ja-pathway a {
        text-decoration: none;
    }
    
    #ja-pathway a:hover {
        text-decoration: underline;
    }
    
    #ja-pathway img {
        margin: 1px 5px;
    }
    
    /* Default Joomla! Menu */
    ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    ul.menu li {
        margin: 0;
        padding: 1px 0;
        background: url(../images/hline.gif) repeat-x left bottom;
    }
    
    ul.menu li a {
        display: block;
        outline: none;
        padding: 5px 2px;
        text-decoration: none;
        color: #DCCAC0;
    }
    
    ul.menu li a:hover,
    ul.menu li a:active,
    ul.menu li a:focus {
        color: #F8B150;
        text-decoration: none;
    }
    
    ul.menu li.active a {
        font-weight: bold;
        color: #F8B150;
    }
    
    ul.menu li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    ul.menu li li {
        background: none;
    }
    
    ul.menu li li a {
        background: url(../images/arrow.png) no-repeat 9px 12px !important;
        border: none;
        font-weight: normal !important;
        padding-left: 20px !important;
        width: 75%; /*need for ie6*/
    }
    
    ul.menu li li li a {
        background: url(../images/arrow.png) no-repeat 18px 11px !important;
        padding-left: 30px !important;
    }
    
    ul.menu li li a:hover,
    ul.menu li li a:active,
    ul.menu li li a:focus {
        background: none;
    }
    
    /* SPOTLIGHT
    --------------------------------------------------------- */
    /* Spotlight Box Style */
    .ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
        float: left;
        overflow: hidden;
        padding: 20px 0;
    }
    
    .ja-box-right, .ja-box-center {
    }
    
    /* Top spotlight */
    #ja-topslwrap {
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 100%;
        height: 244px;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    
    #ja-topsl {
        overflow: hidden;
        position: relative;
        height: 244px;
    }
    
    #ja-topsl div.moduletable {
        padding: 0;
        margin: 10px 0 0 10px;
        width: 50%;
        font-size: 120%;
        color: #8A5C2B;
    }
    
    #ja-topsl .contentheading {
        font-size: 250%;
        font-variant: small-caps;
        color: #F8B150;
        padding: 80px 0 5px 0;
    }
    
    #ja-topsl div.moduletable img {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    /* Bot spotlight*/
    #ja-botslwrap {
        background: url(../images/botslwrap-bg.gif);
    }
    
    #ja-botsl {
        background: url(../images/botsl-bg.png) no-repeat top center;
    }
    
    .narrow #ja-botsl {
        background: url(../images/botsl-bg-n.png) no-repeat top center;
    }
    
    #ja-botsl div.moduletable {
        padding: 0 20px;
        margin: 0;
    }
    
    #ja-botsl div.moduletable h3 {
        background: url(../images/h3-botsl.gif) no-repeat right bottom;
    }
    
    #ja-botsl div.ja-box-left div.moduletable {
        padding-left: 20px;
    }
    
    #ja-botsl div.ja-box-right div.moduletable {
        padding-right: 20px;
    }
    
    /* FOOTER
    --------------------------------------------------------- */
    #ja-footerwrap {
        padding: 0;
        border-top: 1px solid #55452E;
    }
    
    #ja-footer {
        padding: 20px 0;
        position: relative;
        text-align: center;
    }
    
    #ja-footer small {
        color: #8A5C2B;
        font-size: 100%;
        padding: 0 5px;
    }
    
    li.ja-firstitem {
        background: none !important;
    }
    
    /* MISCELLANOUS
    ----------------------------------------------------------- */
    ul.accessibility {
        position: absolute;
        top: -100%;
    }
    
    /* Search */
    #ja-search {
        float: right;
        margin-top: -48px;
        width: 44%;
        height: 65px;
        background: url(../images/icon-search.png) no-repeat left top;
    }
    
    #ja-search .inputbox {
        margin: 18px 10px 0 70px;
        width: 52%;
        padding: 3px;
    }
    
    .narrow #ja-search .inputbox {
        width: 50%;
    }
    
    /*others*/
    .mostread, .latestnews {
    }
    
    #ja-banner {
        margin: 20px 0 0;
        text-align: center;
        overflow: hidden;
        width: 100%;
    }
    
    div.back_button a,
    div.back_button a:hover,
    div.back_button a:active {
        background: none!important;
        display: block;
        margin: 10px 0;
        text-decoration: none!important;
    }
    
    .clr {
        clear: both;
    }
    
    .hasTip img {
        border: none;
        margin: 10px 5px 0 0;
    }
    
    div.ja-innerdiv {
        padding: 8px 0;
        background: url(../images/hline.gif) repeat-x bottom;
    }
    
    div.ja-innerdiv img {
        padding: 2px;
        margin: 0 5px 0 0;
    }
    
    div.ja-innerdiv span.date {
        font-size: 80%;
        font-weight: bold;
    }
    
    div.ja-innerdiv img {
        padding: 2px;
        border: 1px solid #4F2F1D;
    }
    
    /* Tooltips */
    .tool-tip {
        background: #FFFFFF;
        border: 1px solid #666666;
        float: left;
        max-width: 200px;
        padding: 5px;
    }
    
    .tool-title {
        background: url(../../system/images/selector-arrow.png) no-repeat;
        font-size: 100%;
        font-weight: bold;
        margin: 0;
        margin-top: -15px;
        padding: 0;
        padding-bottom: 5px;
        padding-top: 15px;
    }
    
    .tool-text {
        font-size: 100%;
        margin: 0;
    }
    
    #system-message dd.message ul,
    #system-message dd.error ul,
    #system-message dd.notice ul {
        margin: 0;
        padding: 0;
    }
    
    #system-message dd.message ul li,
    #system-message dd.error ul li,
    #system-message dd.notice ul li {
        background: none;
        color: #FFFFFF;
        margin: 0;
        padding: 5px;
    }
    
    /* System Standard Messages */
    #system-message dd.message ul {
        background: #666666;
        border: none;
    }
    
    /* System Error Messages */
    #system-message dd.error ul {
        background: #666666;
        border: none;
    }
    
    /* System Notice Messages */
    #system-message dd.notice ul {
        background: #666666;
        border: none;
    }
    
    /* Clearfix */
    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
    
    * html > body .clearfix {
        display: block;
        width: 100%;
    }
    
    * html .clearfix {
        height: 1%;
    }
  • 19-12-2009, 17:44:18
    #5
    // Güncel
  • 20-12-2009, 19:21:37
    #6
    Hallettim...
    Kilitlenebilir...