0
Welcome Guest! Login
0 items Join Now

cuztomising themes

    • Atlem's Avatar
    • Atlem
    • Newbie
    • Posts: 10
    • Thanks: 0

    cuztomising themes

    Posted 13 years 11 months ago
    • hi,
      is it posible to use gantry wigets from another theme?
      like using the menu from dominion and rokstory and body from zephyr.
      any good ideas on how to do this,
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: cuztomising themes

    Posted 13 years 11 months ago
    • Depends on your skills really. Sure, it's possible to do but it will take time.
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
    • Atlem's Avatar
    • Atlem
    • Newbie
    • Posts: 10
    • Thanks: 0

    Re: cuztomising themes

    Posted 13 years 11 months ago
    • idn what skill is needed but i was thinking on testing this if it the correct way to do it .
      change the style.css by copy paste over the the dominion menu text over to the theme i want it in
      /* Top Menu */
      .bodylevel-low #rt-menu {background: #000;}
      .bodylevel-high #rt-menu-overlay, .bodylevel-med #rt-menu-overlay {background: url(../images/menus/style5/menu-overlay.png) 50% 0 no-repeat;}
      #rt-menu li.root > .item, .menu-type-splitmenu #rt-menu li .item {color: #fff;text-shadow: 1px 1px 2px #000;}
      #rt-menu li.root.active > .item, #rt-menu li.root:hover > .item, .menu-type-splitmenu #rt-menu li:hover .item {color: #fff;}
      #rt-menu li.root:hover, #rt-menu li.root.active, #rt-menu li.root.f-mainparent-itemfocus, .menu-type-splitmenu #rt-menu li:hover, .menu-type-splitmenu #rt-menu li.active {background: url(../images/menus/style5/topmenu-item-m.png) 50% 0 repeat-x;border: none;}
      #rt-menu li.root:hover > .item, #rt-menu li.root.active > .item, #rt-menu li.root.f-mainparent-itemfocus > .item, .menu-type-splitmenu #rt-menu li:hover .item, .menu-type-splitmenu #rt-menu li.active .item {background: url(../images/menus/style5/topmenu-item-l.png) 0 0 no-repeat;border: none;color: #82C2FA;}
      body.bodylevel-low #rt-menu li.root:hover > .item, body.bodylevel-low #rt-menu li.root.active > .item, body.bodylevel-low #rt-menu li.root.f-mainparent-itemfocus > .item, body.bodylevel-low.menu-type-splitmenu #rt-menu li:hover .item, body.bodylevel-low.menu-type-splitmenu #rt-menu li.active .item {background: #122C45;border-top: 2px solid #76AEDF;color: #82C2FA;}
      #rt-menu li.root:hover > .item span, #rt-menu li.root.active > .item span, #rt-menu li.root.f-mainparent-itemfocus > .item span, .menu-type-splitmenu #rt-menu li:hover .item span, .menu-type-splitmenu #rt-menu li.active .item span {background: url(../images/menus/style5/topmenu-item-r.png) 100% 0 no-repeat;border: none;}
      #rt-menu li:hover > .item, #rt-menu li.active > .item, #rt-menu li.f-mainparent-itemfocus .item, .menu-type-splitmenu #rt-menu li.active .item {color: #fff;}
       
      /* Top Menu Dropdowns */
      .bodylevel-high .menutop ul, .bodylevel-med .menutop ul {background-image: url(../images/menus/style5/drop-bg-1.png);}
      .bodylevel-low .menutop ul {background: #000;border: 1px solid #222;}
      .bodylevel-high .menutop ul.columns2, .bodylevel-high .menutop .columns2 > .drop-top, .bodylevel-med .menutop ul.columns2, .bodylevel-med .menutop .columns2 > .drop-top {background-image: url(../images/menus/style5/drop-bg-2.png);}
      .bodylevel-low .menutop ul.columns2 {background: #000;}
      .bodylevel-low .menutop ul.columns2 {border: 1px solid #222;}
      .bodylevel-high .menutop li, .bodylevel-med .menutop li {background: url(../images/menus/style5/drop-item.png) 50% 0 no-repeat;}
      .menutop li .item {color: #fff;}
      .menutop li:hover, .menutop li.active, .menutop li.parent:hover, .menutop li.parent.active, .menutop li.f-menuparent-itemfocus {background: url(../images/menus/style5/drop-item-hover.png) 50% 0 no-repeat;}
      .menutop li > .daddy span {background: url(../images/menus/style5/topmenu-daddy.png) 98% 11px no-repeat;}
      .menutop li > .bullet {background: url(../images/menus/style5/drop-arrow.png) 2px 6px no-repeat;}
      .menutop li:hover > .bullet, .menutop li.f-menuparent-itemfocus .bullet, .menutop li.active > .bullet {background: url(../images/menus/style5/drop-arrow.png) 2px -168px no-repeat;color: #82C2FA;}
      .bodylevel-high .menutop ul, .bodylevel-high .menutop .drop-top, .bodylevel-med .menutop ul, .bodylevel-med .menutop .drop-top {background-image: url(../images/menus/style5/drop-bg-1.png);}
      .bodylevel-high .menutop ul.columns2, .bodylevel-high .menutop .columns2 > .drop-top, .bodylevel-med .menutop ul.columns2, .bodylevel-med .menutop .columns2 > .drop-top {background-image: url(../images/menus/style5/drop-bg-2.png);}
      and changing the complet fusionmenu.css.
      and ofc copy over /images/menus/style img.
      do it sound correct ?

Time to create page: 0.051 seconds