Joomla 2.5 Суффикс CSS-класса модуля

Тема в разделе "Дизайн и оформление, шаблоны", создана пользователем integer, 30.12.2015.

  1. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
    здравствуйте
    подскажите пожалуйста как изменить высоту блока слайдера VirtueMart Товары?

    фото номер 1
    вот так он сейчас в данный момент

    фото номер 2,3
    настройки модуля
    может проблема в суффиксе?
    или там другая проблема не в настройках?

    Подскажите пожалуйста, как решить эту проблему?
    чтобы модуль слайдера по высоте сталь на уровне модуля видео проигрывателя.
    спасибо за внимание и поддержку
     

    Вложения:

    • 1.jpg
      1.jpg
      Размер файла:
      248.2 КБ
      Просмотров:
      7
    • 2.jpg
      2.jpg
      Размер файла:
      160.4 КБ
      Просмотров:
      7
    • 3.jpg
      3.jpg
      Размер файла:
      141.7 КБ
      Просмотров:
      7
  2.  
  3. OlegK
    Offline

    OlegK Russian Joomla! Team Команда форума ⇒ Профи ⇐

    Регистрация:
    17.01.2011
    Сообщения:
    7 813
    Симпатии:
    771
    Пол:
    Мужской
    Это поле для суффикса, а не для атрибутов . Клубный шаблон, читай ман разработчиков.
    Вряд ли кто поможет, не видя сайта.
     
  4. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
    Код (css):
    1. [SPOILER="code"]/**
    2. # ot_caraccessories -     OT Car Accessories Template for Joomla 2.5!
    3. # author             OmegaTheme.com
    4. # copyright         Copyright(C) 2012 - OmegaTheme.com. All Rights Reserved.
    5. # @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
    6. # Website:         http://omegatheme.com
    7. # Technical         support: Forum - http://omegatheme.com/forum/
    8. **/
    9. /**------------------------------------------------------------------------
    10. * file: layout.css 2.5.0 00001, October 2012 12:00:00Z OmegaTheme $
    11. * package:    OT Car Accessories Template
    12. *------------------------------------------------------------------------*/
    13.  
    14. @font-face {
    15.     font-family: 'Oswald';
    16.     src: url("fonts/Oswald.ttf");
    17. }
    18.  
    19. body#ot-body{
    20.     background: url(../images/body-bg.png) 0 0 repeat;
    21.     color: #444444;
    22.     font-family: Tahoma, Arial, Helvetica, sans-serif;
    23.     font-size: 13px;
    24. }
    25. .clr {
    26.     clear:both;
    27.     height:0;
    28.     line-height:0;
    29.     display:block;
    30.     float:none;
    31. }
    32. div.ot-wrap{
    33.     float: left;
    34.     width: 100%;
    35.     /*background: url(../images/wrap-bg.png) 0 0 repeat-x;*/
    36. }
    37. div.ot-widthTemp{
    38.     margin: 0 auto;
    39.     width: 980px;
    40. }
    41. .ot-widthTemp-i{
    42.     float: left;
    43.     background: #FFFFFF;
    44.     -webkit-box-shadow: 0px 0px 7px #222222;
    45.     -moz-box-shadow: 0px 0px 7px #222222;
    46.     box-shadow: 0px 0px 7px #222222;
    47. }
    48. form div {
    49.     margin: 0;
    50. }
    51. div.ot-wrap-i,
    52. div.ot-widthTemp-i,
    53. div.ot-header,
    54. div.ot-banner,
    55. div.ot-headertop,
    56. div.ot-top-extend,
    57. div.ot-topboxes,
    58. div.ot-mainbody,
    59. div.ot-top-content,
    60. div.ot-bottom-content,
    61. div.ot-bottomboxes,
    62. div.ot-bottom-extends,
    63. div.ot-footer{
    64.     float: left;
    65.     width: 100%;
    66. }
    67.  
    68. /* +++++++++++++++ STYLE HEADER +++++++++++++++ */
    69. div.ot-header{
    70.     /*position: relative;
    71.     z-index: 999;*/
    72.     background: url(../images/header-bg.png) center 70px no-repeat #000000;
    73. }
    74. .ot-headertop{
    75.     background: url(../images/headertop-bg.png) 0 0 repeat-x;
    76. }
    77. .ot-headertop-i{
    78.     /*padding: 0 20px;*/
    79. }
    80. div.ot-headertop-1{
    81.     float: right;
    82.     max-width: 67%;
    83.     color: #FFFFFF;
    84. }
    85. div.ot-headertop-1-i{
    86.     margin-right: 20px;
    87. }
    88. div.ot-headertop-1-i .otModule {
    89.     line-height: 24px;
    90. }
    91. div.ot-headertop-1 a{
    92.     color: #FFFFFF;
    93. }
    94. div.ot-headertop-1 ul{
    95.     float: left;
    96.     margin: 0 10px;
    97.     padding: 0;
    98. }
    99. div.ot-headertop-1 ul li{
    100.     background: none;
    101.     display: inline;
    102.     padding: 0 15px 0 0;
    103.     line-height: 24px;
    104.     border: 0;
    105. }
    106. div.ot-headertop-1 ul li.last{
    107.     padding: 0;
    108. }
    109. div.ot-headertop-1 ul li a{
    110.     margin: 0;
    111.     font-size: 12px;
    112.     font-style: italic;
    113.     display: inline;
    114. }
    115. div.ot-headertop-1 ul li a:hover{
    116.     color: #35a8a3;
    117.     text-decoration: none;
    118. }
    119. div.ot-headertop-1 div #ot-login-popup-link,
    120. div.ot-headertop-1 .ot-login-button span,
    121. div.ot-headertop-1 .ot-login-button span span{
    122.     background: none;
    123.     color: #666666;
    124. }
    125. div.ot-headertop-1 .ot-login-button span span span:hover{
    126.     color: #35a8a3;
    127. }
    128. div.ot-logo{
    129.     float: left;
    130.     width: 32%;
    131. }
    132. div.ot-logo a.logo{
    133.     width: 285px;
    134.     height: 60px;
    135.     margin-top: 30px;
    136.     margin-left: 20px;
    137.     display: block;
    138.     background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    139. }
    140. .ot-mainmenu{
    141.     float: right;
    142.     position: relative;
    143.     margin: 15px 20px 10px 0px;
    144. }
    145. .ot-headertop-2{
    146.     float: left;
    147.     width:100%;
    148.     padding-bottom: 35px;
    149.     color: #FFFFFF;
    150. }
    151. .ot-headertop-2 .ot-headertop-2-i{
    152.     padding: 0px 20px;
    153. }
    154. .ot-headertop-2 .otModule{
    155.  
    156. }
    157. form.default-search{
    158.  
    159. }
    160. div.ot-mainmenu{
    161.     position: relative;
    162.     z-index: 9999;
    163. }
    164. div.mainmenu-midbg{
    165.     height: 45px;
    166.     position: relative;
    167. }
    168.  
    169. /* +++++++++++++++ END HEADER +++++++++++++++ */
    170.  
    171. /* +++++++++++++++ STYLE TOPBOXES +++++++++++++++ */
    172. .ot-topboxes {
    173.  
    174. }
    175. .ot-topboxes .ot-topboxes-i {
    176.     padding: 0px 20px;
    177. }
    178. .ot-topboxes .top-box{
    179.     float: left;
    180. }
    181. .ot-topboxes .lastbox{
    182.     float: right;
    183. }
    184. .ot-topboxes .top-box .otRounded{
    185.     /*padding: 0px 10px;*/
    186.     margin: 5px 0px 0px;
    187.     background: url("../images/topbox-bg.png") bottom left repeat-x #FFFFFF;
    188. }
    189. .ot-topboxes .width100 .otRounded{
    190.     /*padding: 0px;*/
    191. }
    192. .ot-topboxes .firstbox .otRounded{
    193.     /*padding-left: 0px;*/
    194. }
    195. .ot-topboxes .lastbox .otRounded{
    196.     /*padding-right: 0px;*/
    197. }
    198. .ot-topboxes .top-box .otRounded .otRounded-mid{
    199.     padding: 0px 20px;
    200. }
    201. .ot-topboxes .top-box h3  span.title-module{
    202.     font-size: 14px;
    203.     font-weight: normal;
    204.     line-height: 24px;
    205.     border-bottom: 1px solid #cccccc;
    206. }
    207. .ot-topboxes .top-box .otRounded .otRounded-mid .otRounded-mid-i{
    208.     padding: 0px;
    209. }
    210. /* +++++++++++++++ END TOPBOXES +++++++++++++++ */
    211.  
    212. /* +++++++++++++++ STYLE TOPEXTENDS +++++++++++++++ */
    213.  
    214. .ot-top-extend{
    215.  
    216. }
    217. .ot-top-extend-i{
    218.     padding: 0;
    219.     margin: 0;
    220. }
    221. .ot-top-extend-i .otModule-i{
    222.  
    223. }
    224. .ot-top-extend .otModule{
    225.     /*margin-bottom: 10px;*/
    226. }
    227. .ot-top-extend .otModule table tr td{
    228.     padding: 0;
    229. }
    230. .ot-top-extend .otModule p{
    231.  
    232. }
    233. .breadcrumbs{
    234.  
    235. }
    236. span.breadcrumbs a,
    237. span.breadcrumbs span{
    238.     padding: 12px 20px 12px 0px;
    239.     margin-right: 15px;
    240.     color: #666666;
    241.     display: inline-block;
    242. }
    243. span.breadcrumbs .breadcrumb-arrow{
    244.     background: url(../images/arrow.png) no-repeat right 18px;
    245. }
    246. /* +++++++++++++++ END TOPEXTENDS +++++++++++++++ */
    247.  
    248. /* +++++++++++++++ STYLE MAINBODY +++++++++++++++ */
    249. div.ot-mainbody{
    250.     background: url(../images/mb-bg.png) top left repeat-x;
    251.     padding-bottom: 10px;
    252. }
    253. div.ot-mainbody-i{
    254.     /*float: left;
    255.     width: 100%;*/
    256. }
    257. #system-message-container dl#system-message dd{
    258.     padding: 0;
    259.     float: none;
    260. }
    261. #system-message-container dl#system-message dd ul{
    262.  
    263. }
    264. #system-message-container dl#system-message dd ul li{
    265.     background: none;
    266. }
    267. .genericItemTitle,
    268. .catItemHeader .catItemTitle{
    269.  
    270. }
    271. div.componentheading,
    272. .itemHeader .itemTitle,
    273. .genericItemTitle,
    274. .catItemHeader .catItemTitle,
    275. .catItemHeader .catItemTitle a{
    276.     color: #35A8A3;
    277.     text-transform: uppercase;
    278.     font-family: 'Oswald';
    279.     font-size: 18px;
    280.     line-height: 30px;
    281. }
    282. div.componentheading,
    283. .itemHeader .itemTitle,
    284. .genericItemTitle,
    285. .catItemHeader .catItemTitle{
    286.     border-bottom: 3px solid #333333;
    287. }
    288. .itemHeader .itemTitle{
    289.  
    290. }
    291. .itemList .itemContainer,
    292. .catItemList .itemContainer,
    293. .latestItemList .itemContainer{
    294.     margin-bottom: 10px;
    295.     padding: 0px 0px 20px;
    296.     border-bottom: 1px solid #E1E1E1;
    297. }
    298. .itemContainerLast{
    299.  
    300. }
    301. .itemContainerLast.itemContainerFirst{
    302.  
    303. }
    304. .genericView .catItemAdditionalInfo{
    305.  
    306. }
    307. div.megacontact-wrap {
    308.     overflow: hidden;
    309. }
    310.  
    311. /* +++++++++++++++ STYLE LEFT-RIGHT COLUMN +++++++++++++++ */
    312. div.ot-rightcolumn,
    313. div.ot-leftcolumn{
    314.     float: left;
    315.     width: 280px;
    316.     padding: 10px 20px;
    317.     /*padding: 10px 10px 10px 20px;*/
    318. }
    319. div.ot-rightcolumn-i,
    320. div.ot-leftcolumn-i{
    321.  
    322. }
    323. div.ot-rightcolumn .otModule,
    324. div.ot-leftcolumn .otModule{
    325.     float: left;
    326.     width: 100%;
    327.     margin-bottom: 20px;
    328. }
    329. div.ot-rightcolumn .otModule-i,
    330. div.ot-leftcolumn .otModule-i{
    331.     padding: 0px;
    332. }
    333. div.ot-rightcolumn .otModule-i .otRounded-mid,
    334. div.ot-leftcolumn .otModule-i .otRounded-mid{
    335.     padding-bottom: 10px;
    336. }
    337. .ot-rightcolumn .otModule-i h3 span.first-word,
    338. .ot-leftcolumn .otModule-i h3 span.first-word{
    339.     color: #35A8A3;
    340. }
    341. .module h3 span.title-module{
    342.     font-weight: normal;
    343.     text-transform: uppercase;
    344.     padding: 0px;
    345.     margin: 0px;
    346.     text-align: left;
    347.     line-height: 30px;
    348.     font-size: 18px;
    349.     font-family: 'Oswald';
    350.     color: #333333;
    351.     display: block;
    352.     border-bottom: 3px solid #333333;
    353. }
    354. .ot-rightcolumn .otModule-i h3 span,
    355. .ot-leftcolumn .otModule-i h3 span{
    356.  
    357. }
    358. div.ot-rightcolumn .otModuleContent-i,
    359. div.ot-leftcolumn .otModuleContent-i{
    360.     /*overflow: hidden;*/
    361. }
    362. .module ul,
    363. .module ul.VMmenu,
    364. .module .VMmenu ul{
    365.     padding: 0;
    366.     margin: 0;
    367. }
    368. .module ul li,
    369. .module .VMmenu li{
    370.     border-bottom: 1px solid #b2b2b2;
    371.     margin: 0;
    372.     padding: 5px 10px 5px 20px;
    373.     line-height: 22px;
    374.     background: url("../images/arrow-li.png") no-repeat scroll 0 13px transparent;
    375. }
    376. .module li.last{
    377.     /*border: 0;*/
    378. }
    379. .module ul li ul li{
    380.     border: 0;
    381.     padding-left: 20px;
    382. }
    383. .module ul li a{
    384.     display: block;
    385.     text-transform: capitalize;
    386.     font-weight: bold;
    387.     color: #5b5b5b;
    388. }
    389. .module ul li a:hover{
    390.     text-decoration: none;
    391.     color: #248f8a;
    392. }
    393. div.ot-rightcolumn .k2ItemsBlock ul li,
    394. div.ot-leftcolumn .k2ItemsBlock ul li{
    395.     border-bottom: 1px solid #b0b0b0;
    396.     /*padding: 0;*/
    397.     padding-left: 25px;
    398.     background: url("../images/plus.png") no-repeat scroll 0 7px transparent;
    399. }
    400. div.ot-rightcolumn .k2ItemsBlock ul li.iamopen,
    401. div.ot-leftcolumn .k2ItemsBlock ul li.iamopen{
    402.     background: url("../images/minus.png") no-repeat scroll 0 7px transparent;
    403. }
    404. div.ot-rightcolumn .k2ItemsBlock ul li a,
    405. div.ot-leftcolumn .k2ItemsBlock ul li a{
    406.     font-size: 11px;
    407.     color: #5b5b5b;
    408.     font-weight: bold;
    409.     line-height: 32px;
    410. }
    411. div.ot-rightcolumn .k2ItemsBlock ul li.iamopen a,
    412. div.ot-leftcolumn .k2ItemsBlock ul li.iamopen a{
    413.     /*background: url("../images/minus.png") left no-repeat;*/
    414.     text-decoration: none;
    415. }
    416. div.ot-rightcolumn{
    417.     float: right;
    418.     /*padding: 10px 20px 10px 10px;*/
    419. }
    420. div.ot-rightcolumn .otmodule,
    421. div.ot-leftcolumn .otmodule{
    422.     float: left;
    423.     margin-bottom: 20px;
    424.     width: 100%;
    425. }
    426. div.ot-rightcolumn .otmodule .otmodule-ext,
    427. div.ot-leftcolumn .otmodule .otmodule-ext{
    428.     overflow: hidden;
    429. }
    430.  
    431. /* +++++++++++++++ END LEFT-RIGHT +++++++++++++++ */
    432. .ot-content{
    433.     overflow: hidden;
    434.     padding: 10px 20px;
    435. }
    436. .content-full-right{
    437.     /*padding-right: 0;*/
    438. }
    439. .content-full-left{
    440.     /*padding-left: 0;*/
    441. }
    442. .content-full-leftfull-right{
    443.     /*padding: 0;*/
    444. }
    445. div.ot-content-i{
    446.     clear: both;
    447. }
    448. div.ot-top-content,
    449. div.ot-bottom-content{
    450.     float: left;
    451.     width: 100%;
    452.     clear: both;
    453.     padding: 0px;
    454. }
    455. div.ot-bottom-content{
    456.     border-bottom: 0;
    457. }
    458. div.ot-top-content .otModule,
    459. div.ot-bottom-content .otModule{
    460.     margin: 0px 0px 20px;
    461. }
    462. div.ot-top-content .otModule .otModule-i,
    463. div.ot-bottom-content .otModule .otModule-i{
    464.     padding: 0px 10px;
    465. }
    466. div.ot-top-content .otModule H3,
    467. div.ot-bottom-content .otModule H3{
    468.  
    469. }
    470.  
    471. /* +++++++++++++++ END MAINBODY +++++++++++++++ */
    472.  
    473. .ot-bottom{
    474.     clear: both;
    475.     float: left;
    476.     width: 100%;
    477. }
    478. .ot-bottom-mid {
    479.     overflow: hidden;
    480.     padding: 0 10px;
    481. }
    482. /* +++++++++++++++ BOTTOM EXTENDS +++++++++++++++ */
    483. .ot-bottom-extends{
    484.     padding-top: 10px;
    485.     background: url("../images/bottom-extend-bg.png") top left repeat;
    486.     color: #EEEEEE;
    487. }
    488. .ot-bottom-extends-i{
    489.  
    490. }
    491. .ot-bottom-extends .bottom-extend{
    492.     float: left;
    493. }
    494. .ot-bottom-extends .firstbox{
    495.     border: none;
    496. }
    497. .ot-bottom-extends .midbox{
    498.  
    499. }
    500. .ot-bottom-extends .lastbox{
    501.     float: right;
    502. }
    503. .ot-bottom-extends .bottom-extend .otRounded{
    504.     padding: 0px;
    505.     float: left;
    506. }
    507. .ot-bottom-extends .bottom-extend .otRounded .otRounded-mid{
    508.     padding: 0px 15px 10px;
    509. }
    510. .ot-bottom-extends .firstbox .otRounded .otRounded-mid{
    511.  
    512. }
    513. .ot-bottom-extends .midbox .otRounded .otRounded-mid{
    514.  
    515. }
    516. .ot-bottom-extends .lastbox .otRounded .otRounded-mid{
    517.  
    518. }
    519. .ot-bottom-extends .bottom-extend .module h3{
    520.  
    521. }
    522. .ot-bottom-extends .bottom-extend .module h3 span.title-module{
    523.     color: #FFFFFF;
    524.     font-size: 14px;
    525.     text-transform: uppercase;
    526.     border: 0;
    527. }
    528. .ot-bottom-extends .bottom-extend .module ul li{
    529.     padding: 0px;
    530.     border: 0;
    531.     background: none;
    532.     line-height: 24px;
    533. }
    534. .ot-bottom-extends .bottom-extend .module a,
    535. .ot-bottom-extends .bottom-extend .module ul li a{
    536.     color: #eeeeee;
    537.     font-weight: normal;
    538. }
    539. /* +++++++++++++++ END BOTTOM EXTENDS +++++++++++++++ */
    540.  
    541. /* +++++++++++++++ STYLE BOTTOMBOXES +++++++++++++++ */
    542. div.ot-bottomboxes{
    543.  
    544. }
    545. div.ot-bottomboxes-i{
    546.     margin: 0;
    547.     overflow: hidden;
    548.     /*padding: 0px 20px;*/
    549. }
    550. .ot-bottomboxes .bottom-box{
    551.     float: left;
    552. }
    553. .ot-bottomboxes .lastbox{
    554.     float: right;
    555. }
    556. .ot-bottomboxes .bottom-box .otRounded{
    557.     margin: 0px;
    558.     padding: 0px;
    559. }
    560. .ot-bottomboxes .width100 .otRounded{
    561.     margin-left: 0px;
    562.     margin-right: 0px;
    563. }
    564. .ot-bottomboxes .firstbox .otRounded{
    565.     padding-left: 0;
    566. }
    567. .ot-bottomboxes .lastbox .otRounded{
    568.     padding-right: 0;
    569. }
    570. .ot-bottomboxes .bottom-box .otRounded .otRounded-mid{
    571.     padding: 0 20px 10px;
    572.     overflow: hidden;
    573. }
    574. div.ot-bottomboxes .bottom-box h3{
    575.     font-size: 29px;
    576.     font-weight: normal;
    577.     line-height: normal;
    578.     margin: 0 0 5px 0;
    579.     padding: 0 0 5px 0;
    580. }
    581. div.ot-bottomboxes .bottom-box h3 span.first-word{
    582.  
    583. }
    584. .ot-bottomboxes .bottom-box .otRounded .otRounded-mid .otRounded-mid-i{
    585.     float: left;
    586.     width: 100%;
    587. }
    588. div.ot-bottomboxes .bottom-box a{
    589.  
    590. }
    591. div.ot-bottomboxes .bottom-box ul.level0 li a{
    592.     font-weight: bold;
    593.     display: block;
    594. }
    595. div.ot-bottomboxes .bottom-box ul.level0 li a:hover{
    596.     text-decoration: none;
    597. }
    598. div.ot-bottomboxes .bottom-box .otmodules-i{
    599.  
    600. }
    601. div.ot-bottomboxes .bottom-box .first h3,
    602. div.ot-bottomboxes .bottom-box .first .otmodules-i{
    603.  
    604. }
    605. div.ot-bottomboxes .bottom-box ul{
    606.     margin: 0;
    607.     padding: 0;
    608. }
    609. div.ot-bottomboxes .bottom-box ul li{
    610.     margin: 0;
    611.     padding: 5px 0;
    612.     border-bottom: 1px solid #e9eaea;
    613. }
    614. div.ot-bottomboxes .bottom-box ul.menu li{
    615.     padding: 9px 0 9px 15px;
    616.     background: url("../images/arrow-li.png") no-repeat scroll 0 15px transparent;
    617. }
    618. div.ot-bottomboxes .bottom-box ul.stream-items li{
    619.     background: none;
    620. }
    621. div.ot-bottomboxes .bottom-box ul.stream-items li .tweet{
    622.     padding: 0;
    623. }
    624. div.ot-bottomboxes .bottom-box ul li a.moduleItemTitle{
    625.     display: inline;
    626.     font-size: 14px;
    627.     font-style: italic;
    628. }
    629. div.ot-bottomboxes .bottom-box ul li span.moduleItemDateCreated,
    630. div.ot-bottomboxes .bottom-box ul li .moduleItemAuthor,
    631. div.ot-bottomboxes .bottom-box ul li .moduleItemAuthor a{
    632.  
    633. }
    634. /* CUSTOM STYLE */
    635. .ot-bottomboxes .bottom-box .module-space{
    636.     background: url(../images/custom-space.png) no-repeat 0 100%;
    637.     margin-left: 20px;
    638.     padding-left: 35px;
    639. }
    640. .ot-bottomboxes .bottom-box .module-space a.create-an-account{
    641.     background: url(../images/creat-an-account-bg.png) repeat-x;
    642.     color: #FFFFFF;
    643.     float: left;
    644.     height: 28px;
    645.     line-height: 28px;
    646.     padding: 0 10px;
    647.     text-transform: uppercase;
    648. }
    649. form.get-deals{
    650.  
    651. }
    652. form.get-deals input.email{
    653.     padding: 4px 0;
    654. }
    655. form.get-deals input.submit{
    656.     background: url(../images/get-deals-submit.png) repeat-x;
    657.     border: medium none;
    658.     font-family: arial;
    659.     font-weight: bold;
    660.     height: 27px;
    661.     line-height: 27px;
    662.     text-align: center;
    663. }
    664.  
    665. /* +++++++++++++++ END BOTTOMBOXES +++++++++++++++ */
    666.  
    667. /* +++++++++++++++ STYLE FOOTER +++++++++++++++ */
    668. div.ot-footer{
    669.    color: #eeeeee;
    670.    background: url("../images/footer-bg.png") center top no-repeat #113735;
    671.    border-top: 1px solid #299f9a;
    672.    padding-top: 10px;
    673. }
    674. .ot-footer-i{
    675.     padding: 0px 30px;
    676.     margin: 0px;
    677.     overflow: hidden;
    678.     font-size: 12px;
    679.     line-height: 24px;
    680. }
    681. .ot-footer-i-i{
    682.     overflow: hidden;
    683. }
    684. div.ot-bottom-1 .otModule,
    685. div.ot-bottom-2 .otModule{
    686.     /*float: left;*/
    687.     padding: 10px 0px;
    688. }
    689. div.ot-bottom-1 h3,
    690. div.ot-bottom-2 h3{
    691.     margin-left: 15px;
    692. }
    693. .ot-bottom-1 .module h3 span.title-module,
    694. .ot-bottom-2 .module h3 span.title-module{
    695.     font-size: 14px;
    696.     line-height: 20px;
    697. }
    698. div.ot-bottom-1 ul.menu,
    699. div.ot-bottom-2 ul.menu{
    700.     margin: 0;
    701. }
    702. div.ot-bottom-1 ul.menu li,
    703. div.ot-bottom-2 ul.menu li{
    704.     background: none;
    705.     margin: 0;
    706.     padding: 0;
    707.     line-height: 22px;
    708.     border-bottom: 1px solid #E1E1E1;
    709. }
    710. div.ot-bottom-1 ul.menu li.first,
    711. div.ot-bottom-2 ul.menu li.first{
    712.  
    713. }
    714. div.ot-bottom-1 ul.menu li.last,
    715. div.ot-bottom-2 ul.menu li.last{
    716.     border: 0px;
    717. }
    718. div.ot-bottom-1 ul.menu li a,
    719. div.ot-bottom-2 ul.menu li a{
    720.     font-weight: normal;
    721.     text-transform: none;
    722.     font-style: italic;
    723. }
    724. div.ot-bottom-1 ul li a,
    725. div.ot-bottom-2 ul li a{
    726.     color: #666666;
    727. }
    728. div.ot-bottom-1 ul li a:hover,
    729. div.ot-bottom-2 ul li a:hover{
    730.     color: #35A8A3;
    731. }
    732.  
    733. div.ot-bottom-1{
    734.     float: left;
    735.     width: 39%;
    736. }
    737. div.ot-bottom-2{
    738.     float: right;
    739.     width: 60%;
    740. }
    741. /*div.ot-bottom-1 .ot-bottom-1-i{
    742.     margin-left: 30px;
    743. }
    744. div.ot-bottom-2 .ot-bottom-2-i{
    745.     margin-right: 30px;
    746. }*/
    747. div.ot-bottom-2 a{
    748.  
    749. }
    750. div.ot-gotop{
    751.     min-width: 50px;
    752.     float: right;
    753.     margin: -14px 0 0;
    754.     padding: 25px 0px 0px;
    755.     font-style: italic;
    756.     cursor: pointer;
    757. }
    758.  
    759. /* +++++++++++++++ END FOOTER +++++++++++++++ */
    760. [DOUBLEPOST=1451500284][/DOUBLEPOST]это тот самый модуль
    761.  
    762. .ot-topboxes .top-box{
    763.     float: left;
    764. }
    765. .ot-topboxes .lastbox{
    766.     float: right;
    767. }
    768. .ot-topboxes .top-box .otRounded{
    769.     /*padding: 0px 10px;*/
    770.     margin: 5px 0px 0px;
    771.     background: url("../images/topbox-bg.png") bottom left repeat-x #FFFFFF;
    772. }
    773. .ot-topboxes .width100 .otRounded{
    774.     /*padding: 0px;*/
    775. }
    776. .ot-topboxes .firstbox .otRounded{
    777.     /*padding-left: 0px;*/[/SPOILER]

    --- добавлено: 31.12.2015, первое сообщение размещено: 30.12.2015 ---
    модуль начинается с 178 графы
     
  5. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
    так мне кто то поможет ?
     
  6. CB9T
    Offline

    CB9T Преподаватель по J! Команда форума ⇒ Профи ⇐

    Регистрация:
    21.05.2010
    Сообщения:
    2 604
    Симпатии:
    322
    Пол:
    Мужской

    Добрый день! К сожалению помочь не смогу, т.к. Вы не предоставили ссылку на свой сайт.
    Без этого невозможно подсказать в решении Вашей проблемы.

     
  7. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
    а как вам сайт показать?
     
  8. CB9T
    Offline

    CB9T Преподаватель по J! Команда форума ⇒ Профи ⇐

    Регистрация:
    21.05.2010
    Сообщения:
    2 604
    Симпатии:
    322
    Пол:
    Мужской
  9. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
    не могу не как перенести сайт уже два дня мучаюсь как по другому решить этот вопрос?
     
  10. CB9T
    Offline

    CB9T Преподаватель по J! Команда форума ⇒ Профи ⇐

    Регистрация:
    21.05.2010
    Сообщения:
    2 604
    Симпатии:
    322
    Пол:
    Мужской
    Поставить акиба бекап и перенести, Вы как пробовали?

    Отправлено с моего Nexus 4 через Tapatalk
     
  11. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
  12. CB9T
    Offline

    CB9T Преподаватель по J! Команда форума ⇒ Профи ⇐

    Регистрация:
    21.05.2010
    Сообщения:
    2 604
    Симпатии:
    322
    Пол:
    Мужской
    Код (css):
    1. .ot-topboxes .firstbox .otRounded {
    2.     height: 265px !important;}
    3.  
    4. .otRounded-mid {
    5.     height: 250px !important;
    6. }
    7.  
    8. .otRounded-mid .vmgroup-i-i.ot-items {
    9.     height: 250px !important;
    10. }
     
  13. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
  14. CB9T
    Offline

    CB9T Преподаватель по J! Команда форума ⇒ Профи ⇐

    Регистрация:
    21.05.2010
    Сообщения:
    2 604
    Симпатии:
    322
    Пол:
    Мужской
  15. integer
    Offline

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

    Регистрация:
    20.12.2015
    Сообщения:
    15
    Симпатии:
    0
    Пол:
    Мужской
    пробуют но ничего не получается:((((((((((((
    --- добавлено: 23.03.2016 ---
    Код (css):
    1. /**
    2.  # ot_caraccessories -     OT Car Accessories Template for Joomla 2.5!
    3.  # author             OmegaTheme.com
    4.  # copyright         Copyright(C) 2012 - OmegaTheme.com. All Rights Reserved.
    5.  # @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
    6.  # Website:         http://omegatheme.com
    7.  # Technical         support: Forum - http://omegatheme.com/forum/
    8.  **/
    9.  /**------------------------------------------------------------------------
    10.  * file: layout.css 2.5.0 00001, October 2012 12:00:00Z OmegaTheme $
    11.  * package:    OT Car Accessories Template
    12.  *------------------------------------------------------------------------*/
    13.  
    14. @font-face {
    15.     font-family: 'Oswald';
    16.     src: url("fonts/Oswald.ttf");
    17. }
    18.  
    19. body#ot-body{
    20.     background: url(../images/body-bg.png) 0 0 repeat;
    21.     color: #444444;
    22.     font-family: Tahoma, Arial, Helvetica, sans-serif;
    23.     font-size: 13px;
    24. }
    25. .clr {
    26.     clear:both;
    27.     height:0;
    28.     line-height:0;
    29.     display:block;
    30.     float:none;
    31. }
    32. div.ot-wrap{
    33.     float: left;
    34.     width: 100%;
    35.     /*background: url(../images/wrap-bg.png) 0 0 repeat-x;*/
    36. }
    37. div.ot-widthTemp{
    38.     margin: 0 auto;
    39.     width: 980px;
    40. }
    41. .ot-widthTemp-i{
    42.     float: left;
    43.     background: #FFFFFF;
    44.     -webkit-box-shadow: 0px 0px 7px #222222;
    45.     -moz-box-shadow: 0px 0px 7px #222222;
    46.     box-shadow: 0px 0px 7px #222222;
    47. }
    48. form div {
    49.     margin: 0;
    50. }
    51. div.ot-wrap-i,
    52. div.ot-widthTemp-i,
    53. div.ot-header,
    54. div.ot-banner,
    55. div.ot-headertop,
    56. div.ot-top-extend,
    57. div.ot-topboxes,
    58. div.ot-mainbody,
    59. div.ot-top-content,
    60. div.ot-bottom-content,
    61. div.ot-bottomboxes,
    62. div.ot-bottom-extends,
    63. div.ot-footer{
    64.     float: left;
    65.     width: 100%;
    66. }
    67.  
    68. /* +++++++++++++++ STYLE HEADER +++++++++++++++ */
    69. div.ot-header{
    70.     /*position: relative;
    71.     z-index: 999;*/
    72.     background: url(../images/header-bg.png) center 70px no-repeat #000000;
    73. }
    74. .ot-headertop{
    75.     background: url(../images/headertop-bg.png) 0 0 repeat-x;
    76. }
    77. .ot-headertop-i{
    78.     /*padding: 0 20px;*/
    79. }
    80. div.ot-headertop-1{
    81.     float: right;
    82.     max-width: 67%;
    83.     color: #FFFFFF;
    84. }
    85. div.ot-headertop-1-i{
    86.     margin-right: 20px;
    87. }
    88. div.ot-headertop-1-i .otModule {
    89.     line-height: 24px;
    90. }
    91. div.ot-headertop-1 a{
    92.     color: #FFFFFF;
    93. }
    94. div.ot-headertop-1 ul{
    95.     float: left;
    96.     margin: 0 10px;
    97.     padding: 0;
    98. }
    99. div.ot-headertop-1 ul li{
    100.     background: none;
    101.     display: inline;
    102.     padding: 0 15px 0 0;
    103.     line-height: 24px;
    104.     border: 0;
    105. }
    106. div.ot-headertop-1 ul li.last{
    107.     padding: 0;
    108. }
    109. div.ot-headertop-1 ul li a{
    110.     margin: 0;
    111.     font-size: 12px;
    112.     font-style: italic;
    113.     display: inline;
    114. }
    115. div.ot-headertop-1 ul li a:hover{
    116.     color: #35a8a3;
    117.     text-decoration: none;
    118. }
    119. div.ot-headertop-1 div #ot-login-popup-link,
    120. div.ot-headertop-1 .ot-login-button span,
    121. div.ot-headertop-1 .ot-login-button span span{
    122.     background: none;
    123.     color: #666666;
    124. }
    125. div.ot-headertop-1 .ot-login-button span span span:hover{
    126.     color: #35a8a3;
    127. }
    128. div.ot-logo{
    129.     float: left;
    130.     width: 32%;
    131. }
    132. div.ot-logo a.logo{
    133.     width: 285px;
    134.     height: 60px;
    135.     margin-top: 30px;
    136.     margin-left: 20px;
    137.     display: block;
    138.     background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    139. }
    140. .ot-mainmenu{
    141.     float: right;
    142.     position: relative;
    143.     margin: 15px 20px 10px 0px;
    144. }
    145. .ot-headertop-2{
    146.     float: left;
    147.     width:100%;
    148.     padding-bottom: 35px;
    149.     color: #FFFFFF;
    150. }
    151. .ot-headertop-2 .ot-headertop-2-i{
    152.     padding: 0px 20px;
    153. }
    154. .ot-headertop-2 .otModule{
    155.    
    156. }
    157. form.default-search{
    158.    
    159. }
    160. div.ot-mainmenu{
    161.     position: relative;
    162.     z-index: 9999;
    163. }
    164. div.mainmenu-midbg{
    165.     height: 45px;
    166.     position: relative;
    167. }
    168.  
    169. /* +++++++++++++++ END HEADER +++++++++++++++ */
    170.  
    171. /* +++++++++++++++ STYLE TOPBOXES +++++++++++++++ */
    172. .ot-topboxes {
    173.    
    174. }
    175. .ot-topboxes .ot-topboxes-i {
    176.     padding: 0px 20px;
    177. }
    178. .ot-topboxes .top-box{
    179.     float: left;
    180. }
    181. .ot-topboxes .lastbox{
    182.     float: right;
    183. }
    184. .ot-topboxes .top-box .otRounded{
    185.     /*padding: 0px 10px;*/
    186.     margin: 5px 0px 0px;
    187.     background: url("../images/topbox-bg.png") bottom left repeat-x #FFFFFF;
    188. }
    189. .ot-topboxes .width100 .otRounded{
    190.     /*padding: 0px;*/
    191. }
    192. .ot-topboxes .firstbox .otRounded{
    193.     /*padding-left: 0px;*/
    194. }
    195. .ot-topboxes .lastbox .otRounded{
    196.     /*padding-right: 0px;*/
    197. }
    198. .ot-topboxes .top-box .otRounded .otRounded-mid{  
    199.     padding: 0px 20px;
    200. }
    201. .ot-topboxes .top-box h3  span.title-module{
    202.     font-size: 14px;
    203.     font-weight: normal;
    204.     line-height: 24px;
    205.     border-bottom: 1px solid #cccccc;
    206. }
    207. .ot-topboxes .top-box .otRounded .otRounded-mid .otRounded-mid-i{
    208.     padding: 0px;
    209. }
    210. /* +++++++++++++++ END TOPBOXES +++++++++++++++ */
    211.  
    212. /* +++++++++++++++ STYLE TOPEXTENDS +++++++++++++++ */
    213.  
    214. .ot-top-extend{
    215.    
    216. }
    217. .ot-top-extend-i{
    218.     padding: 0;
    219.     margin: 0;
    220. }
    221. .ot-top-extend-i .otModule-i{
    222.    
    223. }
    224. .ot-top-extend .otModule{
    225.     /*margin-bottom: 10px;*/
    226. }
    227. .ot-top-extend .otModule table tr td{
    228.     padding: 0;
    229. }
    230. .ot-top-extend .otModule p{
    231.    
    232. }
    233. .breadcrumbs{  
    234.    
    235. }
    236. span.breadcrumbs a,
    237. span.breadcrumbs span{
    238.     padding: 12px 20px 12px 0px;
    239.     margin-right: 15px;
    240.     color: #666666;
    241.     display: inline-block;
    242. }
    243. span.breadcrumbs .breadcrumb-arrow{
    244.     background: url(../images/arrow.png) no-repeat right 18px;
    245. }
    246. /* +++++++++++++++ END TOPEXTENDS +++++++++++++++ */
    247.  
    248. /* +++++++++++++++ STYLE MAINBODY +++++++++++++++ */
    249. div.ot-mainbody{
    250.     background: url(../images/mb-bg.png) top left repeat-x;
    251.     padding-bottom: 10px;
    252. }
    253. div.ot-mainbody-i{
    254.     /*float: left;
    255.     width: 100%;*/
    256. }
    257. #system-message-container dl#system-message dd{
    258.     padding: 0;
    259.     float: none;
    260. }
    261. #system-message-container dl#system-message dd ul{
    262.    
    263. }
    264. #system-message-container dl#system-message dd ul li{
    265.     background: none;
    266. }
    267. .genericItemTitle,
    268. .catItemHeader .catItemTitle{
    269.    
    270. }
    271. div.componentheading,
    272. .itemHeader .itemTitle,
    273. .genericItemTitle,
    274. .catItemHeader .catItemTitle,
    275. .catItemHeader .catItemTitle a{
    276.     color: #35A8A3;
    277.     text-transform: uppercase;
    278.     font-family: 'Oswald';
    279.     font-size: 18px;
    280.     line-height: 30px;
    281. }
    282. div.componentheading,
    283. .itemHeader .itemTitle,
    284. .genericItemTitle,
    285. .catItemHeader .catItemTitle{
    286.     border-bottom: 3px solid #333333;
    287. }
    288. .itemHeader .itemTitle{
    289.    
    290. }
    291. .itemList .itemContainer,
    292. .catItemList .itemContainer,
    293. .latestItemList .itemContainer{
    294.     margin-bottom: 10px;
    295.     padding: 0px 0px 20px;
    296.     border-bottom: 1px solid #E1E1E1;
    297. }
    298. .itemContainerLast{
    299.    
    300. }
    301. .itemContainerLast.itemContainerFirst{
    302.    
    303. }
    304. .genericView .catItemAdditionalInfo{
    305.    
    306. }
    307. div.megacontact-wrap {
    308.     overflow: hidden;
    309. }
    310.  
    311. /* +++++++++++++++ STYLE LEFT-RIGHT COLUMN +++++++++++++++ */
    312. div.ot-rightcolumn,
    313. div.ot-leftcolumn{
    314.     float: left;
    315.     width: 280px;
    316.     padding: 10px 20px;
    317.     /*padding: 10px 10px 10px 20px;*/
    318. }
    319. div.ot-rightcolumn-i,
    320. div.ot-leftcolumn-i{
    321.    
    322. }
    323. div.ot-rightcolumn .otModule,
    324. div.ot-leftcolumn .otModule{
    325.     float: left;
    326.     width: 100%;
    327.     margin-bottom: 20px;
    328. }
    329. div.ot-rightcolumn .otModule-i,
    330. div.ot-leftcolumn .otModule-i{
    331.     padding: 0px;
    332. }
    333. div.ot-rightcolumn .otModule-i .otRounded-mid,
    334. div.ot-leftcolumn .otModule-i .otRounded-mid{
    335.     padding-bottom: 10px;
    336. }
    337. .ot-rightcolumn .otModule-i h3 span.first-word,
    338. .ot-leftcolumn .otModule-i h3 span.first-word{
    339.     color: #35A8A3;
    340. }
    341. .module h3 span.title-module{
    342.     font-weight: normal;
    343.     text-transform: uppercase;
    344.     padding: 0px;
    345.     margin: 0px;
    346.     text-align: left;
    347.     line-height: 30px;
    348.     font-size: 18px;
    349.     font-family: 'Oswald';
    350.     color: #333333;
    351.     display: block;
    352.     border-bottom: 3px solid #333333;
    353. }
    354. .ot-rightcolumn .otModule-i h3 span,
    355. .ot-leftcolumn .otModule-i h3 span{
    356.    
    357. }
    358. div.ot-rightcolumn .otModuleContent-i,
    359. div.ot-leftcolumn .otModuleContent-i{
    360.     /*overflow: hidden;*/
    361. }
    362. .module ul,
    363. .module ul.VMmenu,
    364. .module .VMmenu ul{
    365.     padding: 0;
    366.     margin: 0;
    367. }
    368. .module ul li,
    369. .module .VMmenu li{
    370.     border-bottom: 1px solid #b2b2b2;
    371.     margin: 0;
    372.     padding: 5px 10px 5px 20px;
    373.     line-height: 22px;
    374.     background: url("../images/arrow-li.png") no-repeat scroll 0 13px transparent;
    375. }
    376. .module li.last{
    377.     /*border: 0;*/
    378. }
    379. .module ul li ul li{
    380.     border: 0;
    381.     padding-left: 20px;
    382. }
    383. .module ul li a{
    384.     display: block;
    385.     text-transform: capitalize;
    386.     font-weight: bold;
    387.     color: #5b5b5b;
    388. }
    389. .module ul li a:hover{
    390.     text-decoration: none;
    391.     color: #248f8a;
    392. }
    393. div.ot-rightcolumn .k2ItemsBlock ul li,
    394. div.ot-leftcolumn .k2ItemsBlock ul li{
    395.     border-bottom: 1px solid #b0b0b0;
    396.     /*padding: 0;*/
    397.     padding-left: 25px;
    398.     background: url("../images/plus.png") no-repeat scroll 0 7px transparent;
    399. }
    400. div.ot-rightcolumn .k2ItemsBlock ul li.iamopen,
    401. div.ot-leftcolumn .k2ItemsBlock ul li.iamopen{
    402.     background: url("../images/minus.png") no-repeat scroll 0 7px transparent;
    403. }
    404. div.ot-rightcolumn .k2ItemsBlock ul li a,
    405. div.ot-leftcolumn .k2ItemsBlock ul li a{
    406.     font-size: 11px;
    407.     color: #5b5b5b;
    408.     font-weight: bold;
    409.     line-height: 32px;
    410. }
    411. div.ot-rightcolumn .k2ItemsBlock ul li.iamopen a,
    412. div.ot-leftcolumn .k2ItemsBlock ul li.iamopen a{
    413.     /*background: url("../images/minus.png") left no-repeat;*/
    414.     text-decoration: none;
    415. }
    416. div.ot-rightcolumn{
    417.     float: right;
    418.     /*padding: 10px 20px 10px 10px;*/
    419. }
    420. div.ot-rightcolumn .otmodule,
    421. div.ot-leftcolumn .otmodule{
    422.     float: left;
    423.     margin-bottom: 20px;
    424.     width: 100%;
    425. }
    426. div.ot-rightcolumn .otmodule .otmodule-ext,
    427. div.ot-leftcolumn .otmodule .otmodule-ext{
    428.     overflow: hidden;
    429. }
    430.  
    431. /* +++++++++++++++ END LEFT-RIGHT +++++++++++++++ */
    432. .ot-content{
    433.     overflow: hidden;
    434.     padding: 10px 20px;
    435. }
    436. .content-full-right{
    437.     /*padding-right: 0;*/
    438. }
    439. .content-full-left{
    440.     /*padding-left: 0;*/
    441. }
    442. .content-full-leftfull-right{
    443.     /*padding: 0;*/
    444. }
    445. div.ot-content-i{
    446.     clear: both;
    447. }
    448. div.ot-top-content,
    449. div.ot-bottom-content{
    450.     float: left;
    451.     width: 100%;
    452.     clear: both;
    453.     padding: 0px;
    454. }
    455. div.ot-bottom-content{
    456.     border-bottom: 0;
    457. }
    458. div.ot-top-content .otModule,
    459. div.ot-bottom-content .otModule{
    460.     margin: 0px 0px 20px;
    461. }
    462. div.ot-top-content .otModule .otModule-i,
    463. div.ot-bottom-content .otModule .otModule-i{
    464.     padding: 0px 10px;
    465. }
    466. div.ot-top-content .otModule H3,
    467. div.ot-bottom-content .otModule H3{
    468.    
    469. }
    470.  
    471. /* +++++++++++++++ END MAINBODY +++++++++++++++ */
    472.  
    473. .ot-bottom{
    474.     clear: both;
    475.     float: left;
    476.     width: 100%;
    477. }
    478. .ot-bottom-mid {
    479.     overflow: hidden;
    480.     padding: 0 10px;
    481. }
    482. /* +++++++++++++++ BOTTOM EXTENDS +++++++++++++++ */
    483. .ot-bottom-extends{
    484.     padding-top: 10px;
    485.     background: url("../images/bottom-extend-bg.png") top left repeat;
    486.     color: #EEEEEE;
    487. }
    488. .ot-bottom-extends-i{
    489.    
    490. }
    491. .ot-bottom-extends .bottom-extend{
    492.     float: left;
    493. }
    494. .ot-bottom-extends .firstbox{
    495.     border: none;
    496. }
    497. .ot-bottom-extends .midbox{
    498.    
    499. }
    500. .ot-bottom-extends .lastbox{
    501.     float: right;
    502. }
    503. .ot-bottom-extends .bottom-extend .otRounded{
    504.     padding: 0px;
    505.     float: left;
    506. }
    507. .ot-bottom-extends .bottom-extend .otRounded .otRounded-mid{
    508.     padding: 0px 15px 10px;
    509. }
    510. .ot-bottom-extends .firstbox .otRounded .otRounded-mid{
    511.    
    512. }
    513. .ot-bottom-extends .midbox .otRounded .otRounded-mid{
    514.    
    515. }
    516. .ot-bottom-extends .lastbox .otRounded .otRounded-mid{
    517.    
    518. }
    519. .ot-bottom-extends .bottom-extend .module h3{
    520.    
    521. }
    522. .ot-bottom-extends .bottom-extend .module h3 span.title-module{
    523.     color: #FFFFFF;
    524.     font-size: 14px;
    525.     text-transform: uppercase;
    526.     border: 0;
    527. }
    528. .ot-bottom-extends .bottom-extend .module ul li{
    529.     padding: 0px;
    530.     border: 0;
    531.     background: none;
    532.     line-height: 24px;
    533. }
    534. .ot-bottom-extends .bottom-extend .module a,
    535. .ot-bottom-extends .bottom-extend .module ul li a{
    536.     color: #eeeeee;
    537.     font-weight: normal;
    538. }
    539. /* +++++++++++++++ END BOTTOM EXTENDS +++++++++++++++ */
    540.  
    541. /* +++++++++++++++ STYLE BOTTOMBOXES +++++++++++++++ */
    542. div.ot-bottomboxes{
    543.    
    544. }
    545. div.ot-bottomboxes-i{
    546.     margin: 0;
    547.     overflow: hidden;
    548.     /*padding: 0px 20px;*/
    549. }
    550. .ot-bottomboxes .bottom-box{
    551.     float: left;
    552. }
    553. .ot-bottomboxes .lastbox{
    554.     float: right;
    555. }
    556. .ot-bottomboxes .bottom-box .otRounded{
    557.     margin: 0px;
    558.     padding: 0px;
    559. }
    560. .ot-bottomboxes .width100 .otRounded{
    561.     margin-left: 0px;
    562.     margin-right: 0px;
    563. }
    564. .ot-bottomboxes .firstbox .otRounded{
    565.     padding-left: 0;
    566. }
    567. .ot-bottomboxes .lastbox .otRounded{
    568.     padding-right: 0;
    569. }
    570. .ot-bottomboxes .bottom-box .otRounded .otRounded-mid{
    571.     padding: 0 20px 10px;
    572.     overflow: hidden;
    573. }
    574. div.ot-bottomboxes .bottom-box h3{
    575.     font-size: 29px;
    576.     font-weight: normal;
    577.     line-height: normal;
    578.     margin: 0 0 5px 0;
    579.     padding: 0 0 5px 0;
    580. }
    581. div.ot-bottomboxes .bottom-box h3 span.first-word{
    582.    
    583. }
    584. .ot-bottomboxes .bottom-box .otRounded .otRounded-mid .otRounded-mid-i{
    585.     float: left;
    586.     width: 100%;
    587. }
    588. div.ot-bottomboxes .bottom-box a{
    589.    
    590. }
    591. div.ot-bottomboxes .bottom-box ul.level0 li a{
    592.     font-weight: bold;
    593.     display: block;
    594. }
    595. div.ot-bottomboxes .bottom-box ul.level0 li a:hover{
    596.     text-decoration: none;
    597. }
    598. div.ot-bottomboxes .bottom-box .otmodules-i{
    599.    
    600. }
    601. div.ot-bottomboxes .bottom-box .first h3,
    602. div.ot-bottomboxes .bottom-box .first .otmodules-i{
    603.    
    604. }
    605. div.ot-bottomboxes .bottom-box ul{
    606.     margin: 0;
    607.     padding: 0;
    608. }
    609. div.ot-bottomboxes .bottom-box ul li{
    610.     margin: 0;
    611.     padding: 5px 0;
    612.     border-bottom: 1px solid #e9eaea;
    613. }
    614. div.ot-bottomboxes .bottom-box ul.menu li{
    615.     padding: 9px 0 9px 15px;
    616.     background: url("../images/arrow-li.png") no-repeat scroll 0 15px transparent;
    617. }
    618. div.ot-bottomboxes .bottom-box ul.stream-items li{
    619.     background: none;
    620. }
    621. div.ot-bottomboxes .bottom-box ul.stream-items li .tweet{
    622.     padding: 0;
    623. }
    624. div.ot-bottomboxes .bottom-box ul li a.moduleItemTitle{
    625.     display: inline;
    626.     font-size: 14px;
    627.     font-style: italic;
    628. }
    629. div.ot-bottomboxes .bottom-box ul li span.moduleItemDateCreated,
    630. div.ot-bottomboxes .bottom-box ul li .moduleItemAuthor,
    631. div.ot-bottomboxes .bottom-box ul li .moduleItemAuthor a{
    632.    
    633. }
    634. /* CUSTOM STYLE */
    635. .ot-bottomboxes .bottom-box .module-space{
    636.     background: url(../images/custom-space.png) no-repeat 0 100%;
    637.     margin-left: 20px;
    638.     padding-left: 35px;
    639. }
    640. .ot-bottomboxes .bottom-box .module-space a.create-an-account{
    641.     background: url(../images/creat-an-account-bg.png) repeat-x;
    642.     color: #FFFFFF;
    643.     float: left;
    644.     height: 28px;
    645.     line-height: 28px;
    646.     padding: 0 10px;
    647.     text-transform: uppercase;
    648. }
    649. form.get-deals{
    650.    
    651. }
    652. form.get-deals input.email{
    653.     padding: 4px 0;
    654. }
    655. form.get-deals input.submit{
    656.     background: url(../images/get-deals-submit.png) repeat-x;
    657.     border: medium none;
    658.     font-family: arial;
    659.     font-weight: bold;
    660.     height: 27px;
    661.     line-height: 27px;
    662.     text-align: center;
    663. }
    664.  
    665. /* +++++++++++++++ END BOTTOMBOXES +++++++++++++++ */
    666.  
    667. /* +++++++++++++++ STYLE FOOTER +++++++++++++++ */
    668. div.ot-footer{
    669.    color: #eeeeee;
    670.    background: url("../images/footer-bg.png") center top no-repeat #113735;
    671.    border-top: 1px solid #299f9a;
    672.    padding-top: 10px;
    673. }
    674. .ot-footer-i{
    675.     padding: 0px 30px;
    676.     margin: 0px;
    677.     overflow: hidden;
    678.     font-size: 12px;
    679.     line-height: 24px;
    680. }
    681. .ot-footer-i-i{
    682.     overflow: hidden;
    683. }
    684. div.ot-bottom-1 .otModule,
    685. div.ot-bottom-2 .otModule{
    686.     /*float: left;*/
    687.     padding: 10px 0px;
    688. }
    689. div.ot-bottom-1 h3,
    690. div.ot-bottom-2 h3{
    691.     margin-left: 15px;
    692. }
    693. .ot-bottom-1 .module h3 span.title-module,
    694. .ot-bottom-2 .module h3 span.title-module{
    695.     font-size: 14px;
    696.     line-height: 20px;
    697. }
    698. div.ot-bottom-1 ul.menu,
    699. div.ot-bottom-2 ul.menu{
    700.     margin: 0;
    701. }
    702. div.ot-bottom-1 ul.menu li,
    703. div.ot-bottom-2 ul.menu li{
    704.     background: none;
    705.     margin: 0;
    706.     padding: 0;
    707.     line-height: 22px;
    708.     border-bottom: 1px solid #E1E1E1;
    709. }
    710. div.ot-bottom-1 ul.menu li.first,
    711. div.ot-bottom-2 ul.menu li.first{
    712.  
    713. }
    714. div.ot-bottom-1 ul.menu li.last,
    715. div.ot-bottom-2 ul.menu li.last{
    716.     border: 0px;
    717. }
    718. div.ot-bottom-1 ul.menu li a,
    719. div.ot-bottom-2 ul.menu li a{
    720.     font-weight: normal;
    721.     text-transform: none;
    722.     font-style: italic;
    723. }
    724. div.ot-bottom-1 ul li a,
    725. div.ot-bottom-2 ul li a{
    726.     color: #666666;
    727. }
    728. div.ot-bottom-1 ul li a:hover,
    729. div.ot-bottom-2 ul li a:hover{
    730.     color: #35A8A3;
    731. }
    732.  
    733. div.ot-bottom-1{
    734.     float: left;
    735.     width: 39%;
    736. }
    737. div.ot-bottom-2{
    738.     float: right;
    739.     width: 60%;
    740. }
    741. /*div.ot-bottom-1 .ot-bottom-1-i{
    742.     margin-left: 30px;
    743. }
    744. div.ot-bottom-2 .ot-bottom-2-i{
    745.     margin-right: 30px;
    746. }*/
    747. div.ot-bottom-2 a{
    748.    
    749. }
    750. div.ot-gotop{
    751.     min-width: 50px;
    752.     float: right;
    753.     margin: -14px 0 0;
    754.     padding: 25px 0px 0px;
    755.     font-style: italic;
    756.     cursor: pointer;
    757. }
    758.  
    759. /* +++++++++++++++ END FOOTER +++++++++++++++ */

    --- добавлено: 23.03.2016, первое сообщение размещено: 23.03.2016 ---
    вот фото
    --- добавлено: 23.03.2016 ---
    сам фон растянулся,а материал нет :(
     

    Вложения:

  16. CB9T
    Offline

    CB9T Преподаватель по J! Команда форума ⇒ Профи ⇐

    Регистрация:
    21.05.2010
    Сообщения:
    2 604
    Симпатии:
    322
    Пол:
    Мужской
    Учить css и править - тем более снова повторю

    Добрый день! К сожалению помочь не смогу, т.к. Вы не предоставили ссылку на свой сайт.
    Без этого невозможно подсказать в решении Вашей проблемы.

     

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

Загрузка...