0
Welcome Guest! Login
0 items Join Now

SOLVED how to replicate line that separates modules?

  • SOLVED how to replicate line that separates modules?

    Posted 12 years 11 months ago
    • hi there,

      I was wondering if there is a way to replicate additional line that separates the modules.

      I am using the NEBULAE 2011 Template and would like to put some stuff between the utility position and mainbottom, but with an additional line in the middle.

      To get the picture, I've added a thumbnail.

      Thank you.
    • Last Edit: 12 years 11 months ago by bitinthenet.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 12 years 11 months ago
    • there should be s dividing line image at the top and bottom of the utliity row
  • Re: SOLVED how to replicate line that separates modules?

    Posted 12 years 11 months ago
    • hi davis,

      yep. actually i saw that and it's cool.

      but is there a way to add manually one.

      let's say i put 3 things in same position, ie. utility A and it piles togheter in different rows. is it possible to add a line, the same we are talking about, among those positions?

      i think i should change something in the css template file responsable for the positions.

      thanks in advance.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 12 years 11 months ago
    • This can be done using a module class suffix like horiz-bottom

      then add this at the bottom of your template.css file:
      .horiz-bottom .rt-block {background: url(../images/style1/horz-div.png) 50% 100% repeat-x;}
       
      that will do if it is just one module on top of one module
      If you are talking about multiple columns of modules you can do something like this
      .horiz-bottom .rt-block {background: url(../images/style1/horz-div.png) 50% 100% repeat-x;margin-left: -10px;margin-right: -10px;}
       
      but beware that using different title types for module class suffixes or content amounts will mess with the height and thus the alignment.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 12 years 11 months ago
  • Re: SOLVED how to replicate line that separates modules?

    Posted 12 years 11 months ago
    • very kind davis.


      i will try to create a new module.

      regards,
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED how to replicate line that separates modules?

    Posted 12 years 11 months ago
    • my pleasure :cheesy:

Time to create page: 0.138 seconds