1 cтолб под меню, остальное новости!

Тема в разделе "Неразобранное", создана пользователем Gamer, 24.12.2007.

  1. Offline

    Gamer Недавно здесь

    Регистрация:
    19.11.2007
    Сообщения:
    63
    Симпатии:
    0
    Как убрать место под 2 меню? Что нужно отридоктировать в HTML коде или в CSS.
    В шаблоне размечанно 2 меню слева и с право, а как сделать чтобы новости и прочий текст заполнял и 2 меню, а 2 меню вобще удалить?
    Это в данный момент:
    ----------------------------------------------------
    Топ меню заголовок и.т.д.
    ----------------------------------------------------
    ******|***************|*******
    ******|***************|*******
    ******|***************|*******
    ******|***************|*******
    ******|***************|*******
    ******|***************|*******
    ******|***************|*******
    ******|***************|*******
    А надо так:
    ----------------------------------------------------
    Топ меню заголовок и.т.д.
    ----------------------------------------------------
    ******|***********************
    ******|***********************
    ******|***********************
    ******|***********************
    ******|***********************
    ******|***********************
    ******|***********************
    ******|***********************
     
  2.  
  3. Dead Krolik
    Offline

    Dead Krolik Недавно здесь => Cпециалист <=

    Регистрация:
    13.04.2007
    Сообщения:
    3 685
    Симпатии:
    101
    Пол:
    Мужской
    Ответ: 1 cтолб под меню, остальное новости!

    Убрать все модули с позиций в правом столбце. В менежере модулей. Или убрать вызов этих позиций в самом шаблоне (mosLoadModules).
     
  4. Offline

    Gamer Недавно здесь

    Регистрация:
    19.11.2007
    Сообщения:
    63
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    Я убрал все модули с позиции в правом столбики тоесть там пусто но текст не заполняет это место!
     
  5. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    Ответ: 1 cтолб под меню, остальное новости!

    Gamer, шаблон тогда правь
     
  6. Offline

    Gamer Недавно здесь

    Регистрация:
    19.11.2007
    Сообщения:
    63
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    Вот я и обращаюсь за помощью!
    ВОт HTML код шаблона что исправить надо?
    Код (PHP):
    1. <?php
    2. defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    3. $iso = explode( '=', _ISO );
    4. echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    5. ?>
    6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://Base.ru">
    7. <html xmlns="http://Base.ru">
    8. <head>
    9. <?php mosShowHead(); ?>
    10. <?php
    11. if ( $my->id ) {
    12.     initEditor();
    13. }
    14. ?>
    15. <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    16. <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/css/template_css.css" rel="stylesheet" type="text/css" />
    17. <link rel="shortcut icon" href="<?php echo $GLOBALS[mosConfig_live_site]?>/images/favicon.ico" />
    18. </head>
    19. <body>
    20. <div id="outer" class="outer">
    21.     <div class="section1">
    22.         <div class="sitename"><?php echo $mosConfig_sitename; ?></div>
    23.         <div class="sitedate"><?php echo mosCurrentDate(); ?></div>
    24.         <div id="pathway_outer" class="pathway_outer">
    25.             <div id="pathway" class="pathway"><?php mosPathWay(); ?></div>
    26.         </div>
    27.     </div>
    28.     <div class="section2">
    29.         <?php if (mosCountModules( 'user3' ) ) { ?>
    30.             <div id="user3" class="user3">
    31.                 <?php mosLoadModules ( 'user3' ); ?>
    32.             </div>
    33.         <?php } ?>
    34.         <div class="logo"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/images/logo.gif" alt="Free Mambo Templates TY2U.com" /></div>
    35.         <?php if (mosCountModules( 'top' ) ) { ?>
    36.         <div class="topspace">
    37.             <?php mosLoadModules ( 'top' ); ?>
    38.         </div>
    39.         <?php } ?>
    40.     </div>
    41.     <div class="section3">
    42.         <div class="search_outer">
    43.           <div class="search_inner">
    44.                 <form action="index.php" method="post">
    45.                   <input class="inputbox" type="text" name="searchword" size="15" tabindex="1" value="<?php echo _SEARCH_BOX; ?>"  onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
    46.                     <br /><?php echo "<input name=\"submit\" type=\"image\" src=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/search.gif\" class=\"searchbutton\" tabindex=\"2\" value=\"Search\"/>" ; ?>
    47.                     <div class="advsearch"><a href="/index.php?option=com_search">Advanced Search</a></div>
    48.                   <input type="hidden" name="option" value="search" />
    49.                 </form>
    50.             </div>
    51.         </div>
    52.         <?php if (mosCountModules( 'left' ) ) { ?>
    53.         <div class="leftside">
    54.             <div class="boxtopl"></div>
    55.                 <?php mosLoadModules ( 'left' ); ?>
    56.             <div class="boxbottoml"></div>
    57.         </div>
    58.         <?php } ?>
    59.     </div>
    60.     <?php if (mosCountModules( 'user1' ) || mosCountModules( 'user2' ) ) { ?>
    61.     <div class="section4">
    62.         <div class="user_outer">
    63.                     <?php if (mosCountModules( 'user1' ) ) { ?>
    64.                         <div class="user_1">
    65.                         <div class="boxtopu1"></div>
    66.                         <div id="user1" class="user1">
    67.                             <div id="user1_2" class="user1_2">
    68.                             <?php mosLoadModules ( 'user1' ); ?>
    69.                         </div></div>
    70.                         <div class="box_bu1">
    71.                             <div class="box_blu1"></div><div class="box_bru1"></div>
    72.                         </div>
    73.                         </div>
    74.                     <?php } ?>
    75.                     <?php if (mosCountModules( 'user2' ) ) { ?>
    76.                         <div class="user_2">
    77.                         <div class="boxtopu2"></div>
    78.                         <div id="user2" class="user2">
    79.                             <div id="user2_2" class="user2_2">
    80.                             <?php mosLoadModules ( 'user2' ); ?>
    81.                         </div></div>
    82.                         <div class="box_bu2">
    83.                             <div class="box_blu2"></div><div class="box_bru2"></div>
    84.                         </div>
    85.                         </div>
    86.                     <?php } ?>
    87.         </div>
    88.     </div>
    89.     <?php } ?>
    90.  
    91. <div class="section5">
    92.         <?php if (mosCountModules( 'right' ) ) { ?>
    93.         <div class="rightside">
    94.             <div class="boxtopr"></div>
    95.                 <?php mosLoadModules ( 'right' ); ?>
    96.             <div class="boxbottomr"></div>
    97.         </div>
    98.         <?php } ?>
    99.     </div>
    100.     <div class="section6">
    101.         <div class="mainbody">
    102.             <?php mosMainBody(); ?>
    103.         </div>
    104.     </div>
    105.     <div class="section7">
    106.         <?php if (mosCountModules( 'bottom' ) ) { ?>
    107.         <div class="bottom">
    108.             <?php mosLoadModules( 'bottom' ); ?>
    109.         </div>
    110.         <?php } ?>
    111.         <?php if (mosCountModules( 'banners' ) ) { ?>
    112.         <div class="banner">
    113.             <?php mosLoadComponent( 'banners' ); ?>
    114.         </div>
    115.         <?php } ?>
    116.         <div class="footer">
    117.             <?php if (mosCountModules( 'footer' ) ) { ?>
    118.                 <?php mosLoadModules( 'footer' ); ?>
    119.             <?php } ?>
    120.             <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
    121.         </div>
    122.             <?php if ( mosCountModules ('debug') ) { ?>
    123.                     <?php mosLoadModules( 'debug', -1 ); ?>
    124.             <?php } ?>
    125.     </div>
    126. </div>
    127. </body>
    128. </html>
     
  7. Dead Krolik
    Offline

    Dead Krolik Недавно здесь => Cпециалист <=

    Регистрация:
    13.04.2007
    Сообщения:
    3 685
    Симпатии:
    101
    Пол:
    Мужской
    Ответ: 1 cтолб под меню, остальное новости!

    Найти правый столбик в html-коде и удалить его.
     
  8. Ramzes001
    Offline

    Ramzes001 Недавно здесь

    Регистрация:
    03.08.2007
    Сообщения:
    98
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    Самый простой вариант скинуть весь код в дремвивер и визуально удалить правый столбик (ламерство но просто) (а вообще сам понимаю что сказал ерись:D:D)
     
  9. Offline

    Gamer Недавно здесь

    Регистрация:
    19.11.2007
    Сообщения:
    63
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    А ктонибудь подскажите что в HTML выше сказнного надо править!
     
  10. Ramzes001
    Offline

    Ramzes001 Недавно здесь

    Регистрация:
    03.08.2007
    Сообщения:
    98
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    Да в шаблоне, я конечьно извеняюсь но Вам было бы полезно почитать справку по джумле.
     
  11. Offline

    Gamer Недавно здесь

    Регистрация:
    19.11.2007
    Сообщения:
    63
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    Эхехех не принимайте к сердцу. Всётаки лень причина бед России!!!
     
  12. Dead Krolik
    Offline

    Dead Krolik Недавно здесь => Cпециалист <=

    Регистрация:
    13.04.2007
    Сообщения:
    3 685
    Симпатии:
    101
    Пол:
    Мужской
    Ответ: 1 cтолб под меню, остальное новости!

    Оффтопик (не в тему) - жми сюда!
     
  13. Ramzes001
    Offline

    Ramzes001 Недавно здесь

    Регистрация:
    03.08.2007
    Сообщения:
    98
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    Ладно, прикрепляй шаблон, посмотрим.
     
  14. Offline

    Gamer Недавно здесь

    Регистрация:
    19.11.2007
    Сообщения:
    63
    Симпатии:
    0
    Ответ: 1 cтолб под меню, остальное новости!

    HTML
    Код (PHP):
    1. <?php
    2. defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    3. $iso = explode( '=', _ISO );
    4. echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    5. ?>
    6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://10.2.2.220">
    7. <html xmlns="http://10.2.2.220">
    8. <head>
    9. <?php mosShowHead(); ?>
    10. <?php
    11. if ( $my->id ) {
    12.     initEditor();
    13. }
    14. ?>
    15. <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    16. <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/css/template_css.css" rel="stylesheet" type="text/css" />
    17. <link rel="shortcut icon" href="<?php echo $GLOBALS[mosConfig_live_site]?>/images/favicon.ico" />
    18. </head>
    19. <body>
    20. <div id="outer" class="outer">
    21.     <div class="section1">
    22.         <div class="sitename"><?php echo $mosConfig_sitename; ?></div>
    23.         <div class="sitedate"><?php echo mosCurrentDate(); ?></div>
    24.         <div id="pathway_outer" class="pathway_outer">
    25.             <div id="pathway" class="pathway"><?php mosPathWay(); ?></div>
    26.         </div>
    27.     </div>
    28.     <div class="section2">
    29.         <?php if (mosCountModules( 'user3' ) ) { ?>
    30.             <div id="user3" class="user3">
    31.                 <?php mosLoadModules ( 'user3' ); ?>
    32.             </div>
    33.         <?php } ?>
    34.         <div class="logo"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/images/logo.gif" alt="Free Mambo Templates TY2U.com" /></div>
    35.         <?php if (mosCountModules( 'top' ) ) { ?>
    36.         <div class="topspace">
    37.             <?php mosLoadModules ( 'top' ); ?>
    38.         </div>
    39.         <?php } ?>
    40.     </div>
    41.     <div class="section3">
    42.         <div class="search_outer">
    43.           <div class="search_inner">
    44.                 <form action="index.php" method="post">
    45.                   <input class="inputbox" type="text" name="searchword" size="15" tabindex="1" value="<?php echo _SEARCH_BOX; ?>"  onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
    46.                     <br /><?php echo "<input name=\"submit\" type=\"image\" src=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/search.gif\" class=\"searchbutton\" tabindex=\"2\" value=\"Search\"/>" ; ?>
    47.                     <div class="advsearch"><a href="/index.php?option=com_search">Advanced Search</a></div>
    48.                   <input type="hidden" name="option" value="search" />
    49.                 </form>
    50.             </div>
    51.         </div>
    52.         <?php if (mosCountModules( 'left' ) ) { ?>
    53.         <div class="leftside">
    54.             <div class="boxtopl"></div>
    55.                 <?php mosLoadModules ( 'left' ); ?>
    56.             <div class="boxbottoml"></div>
    57.         </div>
    58.         <?php } ?>
    59.     </div>
    60.     <?php if (mosCountModules( 'user1' ) || mosCountModules( 'user2' ) ) { ?>
    61.     <div class="section4">
    62.         <div class="user_outer">
    63.                     <?php if (mosCountModules( 'user1' ) ) { ?>
    64.                         <div class="user_1">
    65.                         <div class="boxtopu1"></div>
    66.                         <div id="user1" class="user1">
    67.                             <div id="user1_2" class="user1_2">
    68.                             <?php mosLoadModules ( 'user1' ); ?>
    69.                         </div></div>
    70.                         <div class="box_bu1">
    71.                             <div class="box_blu1"></div><div class="box_bru1"></div>
    72.                         </div>
    73.                         </div>
    74.                     <?php } ?>
    75.                     <?php if (mosCountModules( 'user2' ) ) { ?>
    76.                         <div class="user_2">
    77.                         <div class="boxtopu2"></div>
    78.                         <div id="user2" class="user2">
    79.                             <div id="user2_2" class="user2_2">
    80.                             <?php mosLoadModules ( 'user2' ); ?>
    81.                         </div></div>
    82.                         <div class="box_bu2">
    83.                             <div class="box_blu2"></div><div class="box_bru2"></div>
    84.                         </div>
    85.                         </div>
    86.                     <?php } ?>
    87.         </div>
    88.     </div>
    89.     <?php } ?>
    90.  
    91. <div class="section5">
    92.         <?php if (mosCountModules( 'right' ) ) { ?>
    93.         <div class="rightside">
    94.             <div class="boxtopr"></div>
    95.                 <?php mosLoadModules ( 'right' ); ?>
    96.             <div class="boxbottomr"></div>
    97.         </div>
    98.         <?php } ?>
    99.     </div>
    100.     <div class="section6">
    101.         <div class="mainbody">
    102.             <?php mosMainBody(); ?>
    103.         </div>
    104.     </div>
    105.     <div class="section7">
    106.         <?php if (mosCountModules( 'bottom' ) ) { ?>
    107.         <div class="bottom">
    108.             <?php mosLoadModules( 'bottom' ); ?>
    109.         </div>
    110.         <?php } ?>
    111.         <?php if (mosCountModules( 'banners' ) ) { ?>
    112.         <div class="banner">
    113.             <?php mosLoadComponent( 'banners' ); ?>
    114.         </div>
    115.         <?php } ?>
    116.         <div class="footer">
    117.             <?php if (mosCountModules( 'footer' ) ) { ?>
    118.                 <?php mosLoadModules( 'footer' ); ?>
    119.             <?php } ?>
    120.             <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
    121.         </div>
    122.             <?php if ( mosCountModules ('debug') ) { ?>
    123.                     <?php mosLoadModules( 'debug', -1 ); ?>
    124.             <?php } ?>
    125.     </div>
    126. </div>
    127. </body>
    128. </html>

    СSS
    Код (PHP):
    1. body {min-width:796px;max-width:999px;font-family:Arial,Helvetica,Serif;font-size:11px;color:#000000;background:#FFFFFF;padding:0px;margin:0px;scrollbar-arrow-color:#6fbaf0;scrollbar-track-color:#a096d5;scrollbar-3dlight-color:#a096d5;scrollbar-base-color:#a096d5;scrollbar-darkshadow-color:#a096d5;scrollbar-face-color:#FFFFFF;scrollbar-highlight-color:#a096d5;scrollbar-shadow-color:#a096d5;}
    2. .outer{width:99%;padding-left:5px;font-size:11px;min-width:796px;max-width:999px;}
    3. a:link, a:visited {color:#76C410;text-decoration: none;font-weight: bold;}
    4. a:hover {color:#ffbc24;text-decoration: underline overline;font-weight: bold;}
    5. p,td,tr,div,a {font-family:Arial,Helvetica,Serif;font-size:11px;}
    6. .moduletable {}
    7. .moduletable th {height:21px;background:url("../images/modhead.gif") repeat-x;padding-top:4px;}
    8. a.mainlevel {}
    9. .contentheading, .componentheading{color:#6fbaf0;font-size:18px;font-weight:bold;}
    10. .contentpaneopen {margin-bottom:10px;}
    11. .contentpane {float:left;width:100%;}
    12.  
    13. .section1{width:100%;}
    14. .sitename {color:#ffbc24;font-size:35px;padding-left:15px;padding-top:10px;padding-bottom:10px;font-weight:bolder;}
    15. .sitedate {color:#6fbaf0;font-size:11px;padding-right:15px;padding-top:10px;font-weight:bolder;text-align:right;}
    16. .pathway_outer {float:left;border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf;height:19px !important;height:21px;background:url("../images/modhead.gif") repeat-x;overflow:hidden;padding:0px;padding-top:2px;width:100%;font-weight:bold;text-align:left;white-space:nowrap;}
    17. #pathway {float:left;display:block;color:#a096d5;overflow:hidden;padding:0px;padding-top:2px;width:100%;font-weight:bold;text-align:left;text-indent:10px;white-space:nowrap;}
    18. .pathway a:link,.pathway a:visited {color:#76C410;}
    19. .pathway a:hover {color:#ffbc24;}
    20.  
    21. .section2{float:left;width:100%;}
    22. .user3 {width:100%;height:auto;float:right;padding-bottom:10px;}
    23. ul#mainlevel-nav {list-style:none;padding:0px;margin:0px;}
    24. ul#mainlevel-nav li {float:left;background:url("../images/tab1.gif") no-repeat;width:100px;height:25px;font-size:11px;font-weight:bold;line-height:25px;white-space:nowrap;display:block;padding:0px;margin:0px;}
    25. ul#mainlevel-nav li a {text-decoration:none;color:#000000;display:block;padding:0px;text-align:center;}
    26. #buttons>ul#mainlevel-nav li a {width:auto;}
    27. table.moduletable ul#mainlevel-nav {width:100%;}
    28. ul#mainlevel-nav li a:hover {background:url("../images/tab2.gif");color:#76C410;}
    29. .logo {float:left;width:213px;height:158px;}
    30.  
    31. .topspace {float:left;width:70%;border:1px solid #bfbfbf;border-top:0px;}
    32. .topspace .moduletable {width:100%;margin:0px;padding:0px;padding-right:1px !important;padding-right:0px;}
    33. .topspace .moduletable th {width:100%;margin:0px;padding:0px;padding-top:4px;}
    34.  
    35. .section3 {float:left;}
    36. .search_outer {float:left;padding:0px;margin-top:0px;width:213px;height:161px;background-image:url("../images/searchdiv.gif");background-repeat:no-repeat;}
    37. .search_inner {text-align:center;padding:0px;margin-top:60px;}
    38. .search_inner .inputbox{background:white;color:#6fbaf0;font-size:10px;font-weight:bold;}
    39. .searchbutton {width:61px;height:20px;padding:0px;margin-top:5px;}
    40. .advsearch {padding-top:12px !important;padding-top:7px;}
    41.  
    42. .leftside {clear:left;float:none;width:213px;margin:0px;padding:0px;position:relative;left:17px;width:180px;background:url("../images/side-back.gif") repeat-y;}
    43. .leftside .moduletable {width:175px !important;width:174px;margin:0px;padding:0px;padding-left:1px;}
    44. .leftside .moduletable th {position:relative;left:0px !important;left:1px;width:175px !important;width:174px;margin:0px;padding:0px;padding-top:4px;}
    45. .leftside .moduletable td {padding-left:5px;}
    46. .boxtopl {width:180px;height:11px;background:url("../images/head-g.gif") no-repeat;margin:0px;padding:0px;}
    47. .boxbottoml {width:180px;height:15px;background:url("../images/box-bottom.gif") no-repeat;margin:0px;padding:0px;}
    48.  
    49. .section4 {float:left;padding-top:9px !important;padding-top:5px;width:70%;}
    50. .user_outer {float:left;width:100%;}
    51.  
    52. ul.latestnews {color:#a096d5;list-style:square outside none;padding-top:0px !important;padding-top:5px;}
    53. .user_1 {float:left;width:48%;background:url("../images/boxl.gif") repeat-y left;margin:0px;padding:0px;}
    54. .user1 {float:left;width:100%;}
    55. .user1_2 {float:left;width:100%;background:url("../images/boxr.gif") repeat-y right;margin:0px;padding:0px;}
    56. .user1 .moduletable {width:100%;margin-left:1px;margin-right:0px !important;margin-right:5px;padding-right:7px !important;padding-right:0px;}
    57. .user1 .moduletable th {float:left;width:100%;margin:0px;padding:0px;padding-top:4px;}
    58. .boxtopu1 {float:left;width:100%;height:14px;background:url("../images/head-b.gif") no-repeat center;background-color:white;margin:0px;padding:0px;}
    59. .box_bu1 {float:left;width:100%;height:15px;background:url("../images/boxb.gif") repeat-x;margin:0px;padding:0px;}
    60. .box_blu1 {float:left;width:9px;height:15px;background:url("../images/boxbl.gif") no-repeat left;margin:0px;padding:0px;}
    61. .box_bru1 {float:right;width:14px;height:15px;background:url("../images/boxbr.gif") no-repeat right;margin:0px;padding:0px;position:static !important;position:relative;left:0px !important;left:6px;}
    62.  
    63. ul.mostread {color:#a096d5;list-style:square outside none;padding-top:0px !important;padding-top:5px;}
    64. .user_2 {float:right;width:48%;background:url("../images/boxl.gif") repeat-y left;margin:0px;padding:0px;}
    65. .user2 {float:right;width:100%;}
    66. .user2_2 {float:right;width:100%;background:url("../images/boxr.gif") repeat-y right;margin:0px;padding:0px;}
    67. .user2 .moduletable {width:100%;margin-left:1px;margin-right:0px !important;margin-right:5px;padding-right:7px !important;padding-right:0px;}
    68. .user2 .moduletable th {float:right;width:100%;margin:0px;padding:0px;padding-top:4px;margin-left:6px;}
    69. .boxtopu2 {float:right;width:100%;height:14px;background:url("../images/head-p.gif") no-repeat center;background-color:white;margin:0px;padding:0px;}
    70. .box_bu2 {float:right;width:100%;height:15px;background:url("../images/boxb.gif") repeat-x;margin:0px;padding:0px;}
    71. .box_blu2 {float:left;width:9px;height:15px;background:url("../images/boxbl.gif") no-repeat left;margin:0px;padding:0px;}
    72. .box_bru2 {float:right;width:14px;height:15px;background:url("../images/boxbr.gif") no-repeat right;margin:0px;padding:0px;position:static !important;position:relative;left:0px !important;left:6px;}
    73.  
    74. /*.section4 {float:none !important; float:left;width:213px;margin:0px;padding:0px;}*/
    75.  
    76. .section5 {float:right;width:213px;margin:0px;padding:0px;}
    77. .rightside {float:left;position:relative;left:17px;top:12px;margin:0px;padding:0px;width:180px;background:url("../images/side-back.gif") repeat-y; padding-right:6px;}
    78. .rightside .moduletable {width:175px !important;width:174px;margin:0px;padding:0px;padding-left:1px;}
    79. .rightside .moduletable th {position:relative;left:0px !important;left:1px;width:175px !important;width:174px;margin:0px;padding:0px;padding-top:4px;}
    80. .rightside .moduletable td {padding-left:5px;}
    81. .boxtopr {width:180px;height:11px;background:url("../images/head-y.gif") no-repeat;margin:0px;padding:0px;}
    82. .boxbottomr {width:180px;height:15px;background:url("../images/box-bottom.gif") no-repeat;margin:0px;padding:0px;}
    83.  
    84. .section6 {padding-top:15px;float:left !important;float:none;width:44% !important; width:97%;}
    85. .mainbody {float:left;width:100%;}
    86. .blog_more strong {color:#a096d5;}
    87. .blog_more {color:#ffbc24;}
    88. .blog_more ul {list-style:square outside none;}
    89.  
    90. .section7 {clear:both;float:none;width:100%;text-align:center;padding-top:20px;}
    91. .bottom {float:none;width:70%;border:1px solid #bfbfbf;border-top:0px;}
    92. .bottom .moduletable {width:100%;margin:0px;padding:0px;padding-right:1px !important;padding-right:0px;}
    93. .bottom .moduletable th {width:100%;margin:0px;padding:0px;padding-top:4px;}
    94. .footer {padding:20px;}
     

Поделиться этой страницей

Загрузка...