Same look for CMS widgets and forum Blocks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malmazan
    Senior Member
    • Jan 2006
    • 974
    • 4.2.X

    [Forum] Same look for CMS widgets and forum Blocks

    How do i go about getting the same look forum Blocks and CMS widgets?

    Specifically, there should be round bottom corners and spacing for forum Blocks.

    I tried the stylevars with no success. Why they do not have the same look in the first place I do no know
    Vote for these issues:
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    Try this thread on vbulletin.org:
    vBulletin Forum Sideblocks - add space between the sideblocks vBulletin 4.x Template Modifications
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • malmazan
      Senior Member
      • Jan 2006
      • 974
      • 4.2.X

      #3
      Originally posted by Mark.B
      Uhmm, it does not seem to work on the current version ...
      Vote for these issues:

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24286
        • 6.0.X

        #4
        The code needs updating slightly.

        Try this:
        Code:
        #sidebar_container .underblock {background: none; height: 10px;}
        #sidebar_container > ul {
        -moz-border-radius:0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        border:0px;
        }
        #sidebar_container .block {
        background-color:{vb:stylevar sidebar_background.backgroundColor};
        border:{vb:stylevar forum_sidebar_border};
        -moz-border-radius:{vb:stylevar border_radius};
        border-radius:{vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        -moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        }
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • malmazan
          Senior Member
          • Jan 2006
          • 974
          • 4.2.X

          #5
          Originally posted by Mark.B
          The code needs updating slightly. Try this:
          Thanks. It's not 100% there. It's missing an outline
          Vote for these issues:

          Comment

          • malmazan
            Senior Member
            • Jan 2006
            • 974
            • 4.2.X

            #6
            Plus it seems to destroy my custom width for the CMS widgets in articles (but not main listing)

            Now, is it really that much to ask to have blocks look the same as widgets?
            Vote for these issues:

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...