• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

BrokenArch by SchmitzIT

We updated the forum with Portal - so you can now see the styles function with this great add-on too.

Thanks :)
 
We updated the forum with Portal - so you can now see the styles function with this great add-on too.

Thanks :)
Just one tiny thing. Guests / Not Logged In would benefit from seeing attachments.
No permissions makes strange things happen with a portal.
 
Is there a way to get the background of the signature to be the same color of the page? Its showing up white

BTW best ever....thanks for the great work
 

Attachments

  • Unknown.webp
    Unknown.webp
    15.4 KB · Views: 8
Is there a way to get the background of the signature to be the same color of the page? Its showing up white

BTW best ever....thanks for the great work

Hey :) thanks.

Open Template 'Extra.css' and place this at the bottom:

Code:
.message .signature {
background-color: @pageBackground !important;
border: none;
font-size: 9pt;
margin-top: 5px;
padding: 5px 0 0; }

Hope it works for you. I kept the white borderline at the top though, so you can see where the signature begins.

=) Lykke
 
Hope Im being a help and not a pain. The polls bars are the wrong color on my pages.
View attachment 22175

Lol of course you're not a pain :D - it's only in mine and the users of the styles interest to get things solved :)

Please insert this in the EXTRA.css:

Code:
.pollBlock .pollOption label {
display: block;
margin: 0 -10px;
padding: 5px 10px;
border: solid 1px @faintTextColor !important;
background-color:  @inlineMod !important; }
 
.pollResult .bar {
background: @secondaryLighter;
height: 11px;
display: block;
zoom: 1;
background-color: @inlineMod !important; }

Thanks a bunch :)
 
If you don't like the large areas, you can add this to the extra.css:

Code:
.topRightBlocks:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
margin-top: -40px;
}

The distance is set in the 'margin-top'.

It might be good to adjust the page title too then - you find that in Style Properties: General - adjust the padding (I set mine to top padding 15px).

:)
 
Top Bottom