0 Пользователей и 1 Гость просматривают эту тему.
  • 8 Ответов
  • 4888 Просмотров
*

Fixemer

  • Осваиваюсь на форуме
  • 10
  • 0 / 0
ja_LABRA
« : 08.08.2008, 09:46:42 »
шаблон - ja_LABRA
никак не могу найти в css-файлах фоны шаблона.
(body background не предлагать - перепробывал все)

помогите пожалуйста! второй день сижу. !!!???!!! !!!???!!! !!!???!!!

вот индекс.пхп шаблона:
Цитировать
<?php
/**
 * @copyright   Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
 * @license      GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

// 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/ja_newsmoo.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>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.hiddenpanel.js"></script>
<?php if ($tmpTools->getParam('usertool_modfunc')) : ?>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.ddmod.js"></script>
<?php endif; ?>
<!-- js for dragdrop -->

<!-- Menu head -->
<?php $jamenu->genMenuHead(); ?>

<link href="<?php echo $tmpTools->templateurl(); ?>/css/themes/<?php echo $tmpTools->getParam(JA_TOOL_BODY); ?>.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_BODY); ?>-<?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]-->

<?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($$('img'));
}
</script>
<![endif]-->
<?php } ?>
</head>

<body  id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_LAYOUT);?> <?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">

   <?php
      $siteName = $tmpTools->sitename();
      if ($tmpTools->getParam('logoType')=='image') { ?>
      <h1 class="logo">
         <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
      </h1>
   <?php } else {
      $logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
      $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText');   ?>
      <h1 class="logo-text">
         <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>   
      </h1>
      <p class="site-slogan"><?php echo $sloganText;?></p>
   <?php } ?>
   
   <?php if ($this->countModules('user4')) { ?>
   <div id="ja-search">
      <jdoc:include type="modules" name="user4" style="raw" />
   </div>
   <?php } ?>

   <!-- BEGIN: MAIN NAVIGATION -->
   <div id="ja-mainnavwrap">
   <div id="ja-mainnav">
      <?php $jamenu->genMenu (0); ?>
   </div>
   </div>
   <!-- END: MAIN NAVIGATION -->

</div>
</div>
<!-- END: HEADER -->
<div class="h-shadow">&nbsp;</div>

<?php if($this->countModules('user5')) : ?>
<!-- BEGIN:  TOPSPOTLIGHT -->
<div id="ja-topslwrap">
<div id="ja-topsl">
  <jdoc:include type="modules" name="user5" style="raw" />
</div>
</div>
<!-- END: TOPSPOTLIGHT -->
<?php endif; ?>

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

   <div id="ja-contentwrap">

   <!-- BEGIN: CONTENT -->
   <div id="ja-content" class="ja-box-br">
   <div class="ja-box-bl"><div class="ja-box-tr"><div class="ja-box-tl">

      <div id="ja-usertoolswrap">
      <div id="ja-usertools" class="clearfix">
         <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_font'), 'gif'); ?>
         <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_body'), 'gif'); ?>
         <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_expand'), 'gif'); ?>
         <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_layout'), 'gif'); ?>
      </div></div>

      <jdoc:include type="message" />

      <div id="ja-current-content" class="clearfix">
         <jdoc:include type="component" />
    </div>

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

   <?php if( $this->countModules('user7') ) {?>
   <!-- BEGIN: TABS -->
   <div id="ja-tabs">
     <div class="ja-box-br"><div class="ja-box-bl"><div class="ja-box-tr"><div class="ja-box-tl clearfix">
      <jdoc:include type="modules" name="user7" style="raw" />
     </div></div></div></div>
  </div>
   <!-- END: TABS -->
   
   <?php } ?>
   
   <?php if($this->countModules('banner')) : ?>
   <!-- BEGIN: BANNER -->
   <div id="ja-banner" class="clearfix">
      <jdoc:include type="modules" name="banner" />
   </div>
   <!-- END: BANNER -->
   
   <?php endif; ?>
   
   </div>

   <?php if ($ja_left || $ja_right) { ?>
   
   <!-- BEGIN: COLUMNS -->
   <div id="ja-colwrap">

      <?php if ($ja_left) { ?>
      <div id="ja-col1">
         <div class="ja-innerpad clearfix ja-movable-container" id="ja-movable1">

         <?php if ($hasSubnav) { ?>
         <div id="ja-subnav" class="module_hilite"><div><div><div>
         <h3>On this page</h3>
            <?php $jamenu->genMenu (1,1);   ?>
         </div></div></div></div>
         <?php } ?>

         <jdoc:include type="modules" name="left" style="rounded" />
         </div>
      </div>
      <?php } ?>

      <?php if ($ja_right) { ?>
      <div id="ja-col2">
         <div class="ja-innerpad ja-movable-container" id="ja-movable2">
            <jdoc:include type="modules" name="right" style="rounded" />
         </div>
      </div>
      <?php } ?>

   </div><br />
   
   
   

   <!-- END: COLUMNS -->
   <?php } ?>

</div></div>

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

   <jdoc:include type="modules" name="user3" />
   <jdoc:include type="modules" name="footer" />
   
   

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

</div>
<jdoc:include type="modules" name="debug" />
<script type="text/javascript">
   addSpanToTitle();
</script>

</body>

</html>


а вот темплэйт.цээсэс
Цитировать
/*------------------------------------------------------------------------
# JA Labra 1.0 - July, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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.comhttp://www.joomlancers.com
-------------------------------------------------------------------------*/


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

body {
   background: #FFFFFF;
   color: #000000;
   font-family: Arial, sans-serif;
   line-height: 1.5;
}

body#bd {
   color: #00FF00;
   background: #202020;
   margin: 0;
}

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: #FF9B14;
   text-decoration: none;
}

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

a img {
   border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
   line-height: normal;
}   

.contentheading, .componentheading {
   color: #FFFFFF;
}   

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-pathway, #ja-botsl, #ja-footer {
   font-size: 92%;
}

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p, p.site-slogan {
   color: #999999;
}

img {
   margin: 0;
   padding: 0;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
   margin: 1em 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 #CCCCCC;
   height: 1px;
}

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

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

form label {
   cursor: pointer;
}

input, select, textarea, .inputbox, .button {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 92%;
}

.inputbox {
   border: 1px solid #666666;
   padding: 2px;
   background: #5A5A5A;
   color: #FFFFFF;
}

.button {
   padding: 2px 8px;
   border: 1px solid #5A5A5A;
   background: #262626;
   color: #FFFFFF;
}

* html .button { /*IE 6*/
   padding: 0 5px !important;
}

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

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
   clear: both;
   display: block;
   height: 30px;
}

.column_separator {
   padding: 0 25px;
}

/* content tables */
.sectiontableheader {
   background: #262626;
   border-right: 1px solid #444444;
   padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
   padding: 4px;
}

tr.sectiontableentry2 td {
   background: #5A5A5A;
}

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: 30%;
   font-size: 92%;
   float: right;
}

table.contenttoc td {
   background: url(../images/bullet.gif) no-repeat 10px 7px;
   padding: 1px 5px 1px 20px;
}

table.contenttoc th {
   border-bottom: 1px solid #5A5A5A;
   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.pollstableborder tr.sectiontableentry1 td {
   background: #5A5A5A;
}

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;
}

.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 15px;
   padding: 0 0 5px;
}

.componentheading {
   font-size: 250%;
   border-bottom: 1px solid #5A5A5A;
}

.contentdescription {
   padding-bottom: 30px;
}

h2.contentheading, .contentheading {
   margin: 0;
   padding: 0 0 5px;
   font-size: 200%;
}

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

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

a.readon {
   color: #FFFFFF;
   text-align: center;
   display: block;
   clear: both;
   width: 90px;
   height: 20px;
   line-height: 20px;
   text-decoration: none;
   background: url(../images/readon-bg.gif) no-repeat bottom left;
}

a.readon:hover, a.readon:focus, a.readon:active {
   color: #FFFFFF;
   background: url(../images/readon-bg.gif) no-repeat top left;
}

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;
}

.sectiontableheader {
   color: #FFFFFF;
   font-weight: bold;
   padding: 8px 5px;
}

.sectiontableheader a {
   color: #FFFFFF;
}

tr.sectiontableentry1 td {
   padding: 8px 5px;
}

tr.sectiontableentry2 td {
   padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.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 #5A5A5A;
   position: relative;
}

.article-tools {
   display: block;
   padding: 0 10px 0 0;
   height: 24px;
   line-height: 24px;
   white-space: nowrap;
   background: url(../images/meta-r.gif) no-repeat top right;
}

.article-meta {
   width: 70%;
   float: left;
}

.createby {
   padding: 3px 5px 3px 20px;
   background: url(../images/icon-author.gif) no-repeat left center;
}

.createdate {
   padding: 3px 5px 3px 20px;
   background: url(../images/icon-date.gif) no-repeat left center;   
}

.modifydate {
   width: 100%;
   display: block;
   margin-bottom: 10px;
}

div.buttonheading {
   position: absolute;
   top: 3px;
   right: 10px;
}

.buttonheading img {
   margin: 0 0 0 5px;
   border: 0;
   float: right;
}

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

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

.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-topsl,
.narrow #ja-footer {
   width: 750px;
}

#ja-container {
   position: relative;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-contentwrap {
   clear: both;
   display: block;
   float: left;
   width: 54%;
}

.leftlayout #ja-contentwrap {
   float: right;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
   float: right;
   overflow: hidden;
   width: 44%;
}

.leftlayout #ja-colwrap {
   float: left;
}

/*columns*/
#ja-col1 {
   float: left;
   width: 49.9%;
}

#ja-col2 {
   float: right;
   width: 49.9%;
}

* html #ja-col2 {
   width: 49.2%;
}

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

#ja-col2 div.ja-innerpad {
   padding-left: 10px;
}

/*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: #333333;
   padding-bottom: 30px;
}

/* full */
#ja-containerwrap-f #ja-container  {
   background: none;
}

#ja-containerwrap-f #ja-container-inner {
   background: none;
}

#ja-containerwrap-f #ja-contentwrap {
   width: 100%;
}

/* content + 1 col */
#ja-containerwrap-c #ja-container  {
   background: none;
}

#ja-containerwrap-c #ja-contentwrap {
   width: 75%;
}

#ja-containerwrap-c #ja-colwrap {
   width: 23%;
}

#ja-containerwrap-c #ja-col1,
#ja-containerwrap-c #ja-col2 {
   width: 100%;
}

#ja-containerwrap-c #ja-col1 div.ja-innerpad,
#ja-containerwrap-c #ja-col2 div.ja-innerpad {
   padding: 0;
}


/* MODULE
--------------------------------------------------------- */
div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3 {
   margin: 0 -15px 5px;
   padding: 0 0 0 15px;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 100%;
   text-transform: uppercase;
   background: url(../images/h3-l.gif) no-repeat top left #262626;
   position: relative;
}

div.module h3 span,
div.module_text h3 span,
div.module_menu h3 span,
div.module_hilite h3 span {
   display: block;
   padding: 8px 10px 8px 0;
   background: url(../images/h3-r.gif) no-repeat top right;
}

div.module_hilite h3 {
   background: url(../images/h3-hilite-l.gif) no-repeat top left #FF9B14;
}

div.module_hilite h3 span {
   background: url(../images/h3-hilite-r.gif) no-repeat top right;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite,
div.ja-box-br {
   margin-bottom: 20px;
   padding: 0;
   float: left;
   clear: both;
   width: 100%;
   background: url(../images/box-br.gif) no-repeat bottom right #444444;
   color: #CCCCCC;
   overflow: hidden;
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div,
div.ja-box-bl {
   padding: 0;
   background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr {
   padding: 0;
   background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div,
div.ja-box-tl {
   padding: 0 15px 15px;
   background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
   margin: 0;
   padding: 0;
   background: none;
}

/* box style */
.ja-boxw-br {
   clear: both;
   background: url(../images/box-white-br.gif) no-repeat bottom right #FFFFFF;
}

.ja-boxw-bl {
   background: url(../images/box-white-bl.gif) no-repeat bottom left;
}

.ja-boxw-tr {
   background: url(../images/box-white-tr.gif) no-repeat top right;
}

.ja-boxw-tl {
   background: url(../images/box-white-tl.gif) no-repeat top left;
   padding: 15px;
}

/*module tools*/
span.ja-mdtool {
   padding: 0;
   margin: 0;
   position: absolute;
   top: 0;
   right: 0;
   background: none !important;
   width: 17px;
   height: 16px;
}

/* mis */
div.banneritem_text {
   padding: 5px 0 !important;
}

div.advs {
   clear: both;
   display: block;
   float: left;
   width: 100%;
}

div.module ul,
div.module_text ul,
div.module_menu ul {
   margin: 0;
   padding: 0;
}

div.module li,
div.module_text li,
div.module_menu li,
div.module_hilite li {
   background: url(../images/bullet.gif) no-repeat 5px 8px;
   margin: 0;
   padding-left: 16px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
   height: 190px;
   background: #202020;
   border-bottom: 3px solid #FF9B14;
   z-index: 101;
   position: relative;
}

#ja-header {
   height: 198px;
   line-height: normal;
   position: relative;
}

h1.logo, h1.logo-text {
   margin: 0;
   padding: 0;
   font-size: 250%;
}

h1.logo a {
   width: 1000px;
   display: block;
   background: url(../images/logo.gif) no-repeat;
   position: absolute;
   height: 150px;
   top: 20px;
   left: 0;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

h1.logo a span {
   position: absolute;
   top: -1000px;
}

h1.logo-text a {
   text-decoration: none;
   outline: none;
   position: absolute;
   top: 10px;
   left: 10px;
   color: #CCCCCC;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
   color: #FFFFFF;
   background: none;
}

p.site-slogan {
   margin: 0;
   padding: 0;
   position: absolute;
   top: 45px;
   left: 10px;
   letter-spacing: 2px;
}

.h-shadow {
   background: url(../images/h-shadow.gif) repeat-x center top #333333;
   height: 21px;
   line-height: normal;
   padding-bottom: 10px;
}

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

#ja-mainnav a, #ja-subnav a, object {
   outline: none;
}

#ja-subnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#ja-subnav li {
   background: none;
   margin: 0;
   padding: 1px 0;
   border-bottom: 1px solid #5A5A5A;
}

#ja-subnav a {
   display: block;
   outline: none;
   padding: 4px 2px 4px 14px;
   color: #CCCCCC;
   text-decoration: none;
   background: url(../images/bullet.gif) no-repeat 3px 10px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
   color: #FF9B14;
}

#ja-subnav li.active a {
   font-weight: bold;
   color: #FFFFFF;
}

/* breadcrumbs */
#ja-pathway {
   padding: 6px 0 7px;
   text-transform: uppercase;
}

#ja-pathway strong {
   margin-right: 5px;
   padding: 5px 5px 5px 31px;
   text-transform: uppercase;
}

#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 {
   background: none;
   margin: 0;
   padding: 1px 0;
   border-bottom: 1px solid #5A5A5A;
}

ul.menu li a {
   display: block;
   outline: none;
   padding: 4px 2px 4px 14px;
   color: #CCCCCC;
   text-decoration: none;
   background: url(../images/bullet.gif) no-repeat 3px 10px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
   color: #FF9B14;
}

ul.menu li.active a {
   font-weight: bold;
   color: #FFFFFF;
}

ul.menu li ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

ul.menu li li {
   border: none;
}

ul.menu li li a {
   background: url(../images/arrow.png) no-repeat 15px 11px !important;
   border: none;
   font-weight: normal !important;
   padding-left: 25px !important;
   width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
   background: none;
   color: #FF9B14;
}

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

.ja-box-left, .ja-box-center {
}

/* Top spotlight */
#ja-topslwrap {
   background: #333333;
   padding-bottom: 30px;
}

#ja-topsl {
   color: #FFFFFF;
   position: relative;
   min-height: 300px;
   z-index: 10;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
   clear: both;
   background: #202020;
   padding: 20px 0;
   position: relative;
}

#ja-footer {
   position: relative;
}

#ja-footer small {
   color: #5A5A5A;
   font-size: 100%;
   padding: 8px 10px;
}

#ja-footer ul {
   margin: 0;
   padding-bottom: 5px;
   line-height: normal;
}

#ja-footer li {
   display: inline;
   margin: 0;
   padding: 0;
   background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
   display: inline;
   line-height: normal;
   padding: 0 10px;
}

li.ja-firstitem {
   background: none !important;
}

#ja-footer a {
   color: #5A5A5A;
   text-decoration: underline;
}

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

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

/* Login */
#form-login p {
   margin: 0 0 5px;
}

#form-login ul {
   margin: 5px 0 0;
}

#modlgn_username, #modlgn_passwd {
   width: 90%;
}

/* Tabs */
#ja-tabs {
}

#ja-tabs div.ja-box-tl, #ja-tabs div.ja-box-br {
   padding: 0;
   margin: 0;
}

/* Search */
#ja-search {
   top: 30px;
   right: 5px;
   position: absolute;
   font-size: 12px;
   background: url(../images/search-bg.gif) no-repeat top;
   width: 164px;
   height: 22px;
}

#ja-search:hover {
   background: url(../images/search-bg.gif) no-repeat bottom;
}

#ja-search .inputbox {
   padding: 5px 0 0 35px;
   background: none;
   border: none;
   color: #CCCCCC;
}

/*others*/
#ja-banner {
   padding: 20px 0 0;
   text-align: center;
   overflow: hidden;
   width: 100%;
   clear: both;
}

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: 10px 0 5px !important;
   border-bottom: 1px solid #5A5A5A;
}

div.ja-innerdiv img {
   padding: 0;
   margin: 0;
}

/* User Tools */
#ja-usertoolswrap {
   margin: 0 -15px 15px;
   padding: 0;
   font-size: 11px;
   clear: both;
   display: block;
   background: url(../images/h3-l.gif) no-repeat left top #262626;
}

#ja-usertools {
   background: url(../images/h3-r.gif) no-repeat right top;
   padding: 8px 10px 3px 5px;
   display: block;
}

#ja-usertools ul {
   margin: 0;
   padding: 2px 0 0 10px;
}

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

#ja-usertools img {
   padding: 0 3px 0 0;
}

.ja-usertools-font, .ja-usertools-body {
   float: left;
}

.ja-usertools-layout, .ja-usertools-expand {
   float: right;
}

.ja-usertools-modfunc a {
   display: block;
   position: absolute;
   right: 20px;
   top: 10px;
   width: 125px;
   height: 16px;
   background: url(../images/reset.gif) no-repeat top;
   text-indent: -50000px;
   outline: none;
}

* html .ja-usertools-modfunc a {
   background: url(../images/reset.gif) no-repeat 0px 1px;   
}

.ja-usertools-modfunc a:hover {
   background: url(../images/reset.gif) no-repeat bottom;
}

/* Tooltips */
.tool-tip {
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   float: left;
   max-width: 200px;
   padding: 5px;
   z-index: 999;
   color: #333333;
}

.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%;
}

.moving {
   border: dotted 0px #ff0000;
}
« Последнее редактирование: 08.08.2008, 11:00:28 от Fixemer »
*

Ragivort

  • Завсегдатай
  • 1154
  • 58 / 2
  • Такая Life
Re: ja_LABRA
« Ответ #1 : 08.08.2008, 12:24:57 »
<body  id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_LAYOUT);?>

Мне кажется фон здесь, у вас там цветовые схемы меняются? Значит есть еще КСС, смотрите там

ПС. ШАблончик то варезный? нехорошо, В принципе я то нормально отношусь к забугровому Варезу, но в след раз не палитесь так явно)
Дозволь мне свершить то добро, которое я способен свершить, теперь, ибо я могу более не вернуться сюда.
*

Fixemer

  • Осваиваюсь на форуме
  • 10
  • 0 / 0
Re: ja_LABRA
« Ответ #2 : 08.08.2008, 12:31:42 »
<body  id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_LAYOUT);?>

Мне кажется фон здесь, у вас там цветовые схемы меняются? Значит есть еще КСС, смотрите там

ПС. ШАблончик то варезный? нехорошо, В принципе я то нормально отношусь к забугровому Варезу, но в след раз не палитесь так явно)

а где хранится значение (JA_TOOL_LAYOUT) ????
*

Ragivort

  • Завсегдатай
  • 1154
  • 58 / 2
  • Такая Life
Re: ja_LABRA
« Ответ #3 : 08.08.2008, 12:33:06 »
ТАМ--------------------------> Что за вопрос? это значение вам так необходимо? Выведите его и посмотрите, что оно вообще означает.
Дозволь мне свершить то добро, которое я способен свершить, теперь, ибо я могу более не вернуться сюда.
*

Fixemer

  • Осваиваюсь на форуме
  • 10
  • 0 / 0
Re: ja_LABRA
« Ответ #4 : 08.08.2008, 12:41:55 »
всё. нашел

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-c {
   clear: both;
  background: #333333;
   padding-bottom: 30px;
}

и ему же подобное.
вычислил принтскрином и фотошопом
*

Ragivort

  • Завсегдатай
  • 1154
  • 58 / 2
  • Такая Life
Re: ja_LABRA
« Ответ #5 : 08.08.2008, 12:43:06 »
Господи, какие методы....
Дозволь мне свершить то добро, которое я способен свершить, теперь, ибо я могу более не вернуться сюда.
*

Fixemer

  • Осваиваюсь на форуме
  • 10
  • 0 / 0
Re: ja_LABRA
« Ответ #6 : 08.08.2008, 13:23:30 »
важен не метод, а результат...
*

Ragivort

  • Завсегдатай
  • 1154
  • 58 / 2
  • Такая Life
Re: ja_LABRA
« Ответ #7 : 08.08.2008, 13:39:13 »
Это сначала вам так кажется, когда у вас времени вагон, сидели 2 дня, чтобы додуматься до 1 строчки всего....
Дозволь мне свершить то добро, которое я способен свершить, теперь, ибо я могу более не вернуться сюда.
*

Douson

  • Осваиваюсь на форуме
  • 48
  • 0 / 0
Re: ja_LABRA
« Ответ #8 : 26.09.2008, 12:45:34 »
Это сначала вам так кажется, когда у вас времени вагон, сидели 2 дня, чтобы додуматься до 1 строчки всего....
Пять баллов :)
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться