Search found 51 matches

by rjplano
Mon Feb 21, 2022 10:06 am
Forum: Web-based Outputs
Topic: Breadcrumb bar covering top of scroll bar
Replies: 9
Views: 6757

Re: Breadcrumb bar covering top of scroll bar

Thanks Dave, you are absolutely correct, there is a position: fixed in the MadCap|breadcrumbsProxy CSS, good catch. I put it there so the breadcrumb would remain visible as the page is scrolled down. That makes more sense, and it's why I asked in my first post if there were "CSS settings that ...
by rjplano
Thu Feb 17, 2022 10:09 am
Forum: Web-based Outputs
Topic: Breadcrumb bar covering top of scroll bar
Replies: 9
Views: 6757

Re: Breadcrumb bar covering top of scroll bar

Thanks Dave, you are absolutely correct, there is a position: fixed in the MadCap|breadcrumbsProxy CSS, good catch. I put it there so the breadcrumb would remain visible as the page is scrolled down. Here is the complete CSS for the breadcrumb class and the breadcrumb proxy. .breadcrumb { background...
by rjplano
Wed Feb 16, 2022 3:54 pm
Forum: Web-based Outputs
Topic: Breadcrumb bar covering top of scroll bar
Replies: 9
Views: 6757

Re: Breadcrumb bar covering top of scroll bar

I finally figured out that I need to take into account the width of the Side Navigation window in the total width of the window. The Side Nav window is set to a width of 20%, so my calculation for the width of the breadcrumb element needs to be: width: calc(80% - 15px); The 15px is the width of the ...
by rjplano
Mon Feb 14, 2022 3:43 pm
Forum: Web-based Outputs
Topic: Breadcrumb bar covering top of scroll bar
Replies: 9
Views: 6757

Re: Breadcrumb bar covering top of scroll bar

The full CSS for .breadcrumb: .breadcrumb { background-color: #D5D5D5; color: #24334D; display: block; padding: 6pt; width: calc(100% - 16px); } And here is hopefully enough relevant HTML from the associated Master Page: <MadCap:breadcrumbsProxy class="breadcrumb" /> <p style="positio...
by rjplano
Thu Feb 03, 2022 9:32 am
Forum: Web-based Outputs
Topic: Breadcrumb bar covering top of scroll bar
Replies: 9
Views: 6757

Re: Breadcrumb bar covering top of scroll bar

Despite the lack of information, you got the solution exactly correct, Dave. Thanks! The only remaining problem is that the calculation appears to be applied only after the browser window is minimized to below the Tablet Breakpoint size as specified in the Target > Skin tab. I am not as familiar wit...
by rjplano
Wed Feb 02, 2022 4:16 pm
Forum: Web-based Outputs
Topic: Breadcrumb bar covering top of scroll bar
Replies: 9
Views: 6757

Breadcrumb bar covering top of scroll bar

I want my breadcrumb box, with a gray background, to extend across the entire with of the page. I can do that (width: 100%;), but I can't get it to not cover the top of the scroll bar. How do I make sure the vertical scroll bar is on top of the breadcrumb block? Setting a specific width or percentag...
by rjplano
Tue Feb 01, 2022 11:09 am
Forum: Flare's General Discussion
Topic: Open with > Notepad++ (Update: Resolved)
Replies: 1
Views: 2273

Open with > Notepad++ (Update: Resolved)

Flare 2021r2 Right-click a topic in Content Explorer, select Open with >, choose notepad++.exe, get error message "The system cannot find the file specified". No error with other programs on the Open with > list, such as a browser or the standard Notepad program. This is a new occurrence, ...
by rjplano
Wed Jan 12, 2022 3:16 pm
Forum: Styles, Stylesheets and XML
Topic: Code Snippet overflowing box
Replies: 0
Views: 1586

Code Snippet overflowing box

How do I keep this from happening, where a security key (sometimes) overflows the boundary of the Code Snippet box:
CodeSnippetOverflow.png
Thanks.
by rjplano
Tue Jan 04, 2022 1:55 pm
Forum: Web-based Outputs
Topic: Control body width in side nav output
Replies: 2
Views: 2686

Re: Control body width in side nav output

Excellent, Dave, thanks a lot, I'll give that a try.

Edit: Tried Dave's suggestion, works just as expected. :)
by rjplano
Tue Dec 28, 2021 12:06 pm
Forum: Web-based Outputs
Topic: Control body width in side nav output
Replies: 2
Views: 2686

Control body width in side nav output

In Side Nav output, I'd like the main body text to take up less than the full width of the screen. I can do this on the topic level by putting everything inside the <body> tags in a <div> and assigning a width, e.g., style="width: 65%;" to the <div>. I'd rather not have to go through every...
by rjplano
Wed Oct 13, 2021 5:16 pm
Forum: Single-Sourcing
Topic: Auto-applied Conditions not showing up in Text Editor
Replies: 2
Views: 2778

Re: Auto-applied Conditions not showing up in Text Editor

You may be right that I may be making this more complicated and I'll take your suggestions under advisement. The Track Changes capability in Flare does not come close to doing what I need. I need added text to be green and underlined and deleted text to be red with a line-through. I sometimes need t...
by rjplano
Wed Oct 13, 2021 2:05 pm
Forum: Single-Sourcing
Topic: Auto-applied Conditions not showing up in Text Editor
Replies: 2
Views: 2778

Auto-applied Conditions not showing up in Text Editor

Here's the situation. I have a PDF document that goes through several iterations. Additions and deletions between versions are marked as green underlined text and red line-through text, respectively, typically using spans or paragraph styles. What I would like to do for the final 'clean' version is ...
by rjplano
Wed Jul 07, 2021 11:44 am
Forum: Styles, Stylesheets and XML
Topic: Superscripts in cross-references
Replies: 0
Views: 903

Superscripts in cross-references

Is there a way to make a ® appear positioned correctly in a cross reference? The ® is correctly superscripted in the referenced paragraph text but in the cross reference link text it is on the text baseline. Choosing a different font is not an option.
Thanks.
by rjplano
Tue Jun 01, 2021 12:06 pm
Forum: Styles, Stylesheets and XML
Topic: Line height when using ::marker
Replies: 5
Views: 2396

Re: Line height when using ::marker

Oh wait, it just occurred to me that the line height will control the space between individual lines in the same block (i.e. when the one li runs over several lines). You probably actually want to increase the margin or padding around the li - have you given that a go yet? I had tried modifying the...
by rjplano
Fri May 28, 2021 8:27 am
Forum: Styles, Stylesheets and XML
Topic: Line height when using ::marker
Replies: 5
Views: 2396

Re: Line height when using ::marker

doloremipsum wrote:You're not applying line-height to the ::marker selector, are you? I think you'd need to apply it to the li selector.
Good question. To clarify, I am applying it to the li selector itself, not the ::marker selector.
by rjplano
Thu May 27, 2021 5:30 pm
Forum: Styles, Stylesheets and XML
Topic: Line height when using ::marker
Replies: 5
Views: 2396

Line height when using ::marker

I'm using the ::marker selector to place a specific bullet in front of my unordered list items. I want the bullet to be a bit larger so I set a larger font size there. ul > li::marker { content: '\2022'; font-size: 2em; } Unfortunately, this messes up the line spacing between the list elements as co...
by rjplano
Mon May 03, 2021 11:38 am
Forum: Web-based Outputs
Topic: position and top being ignored in @media
Replies: 2
Views: 970

Re: position and top being ignored in @media

As noted, I tried locating the @media section at both the top and bottom of the style sheet, same results in both locations. It is a fairly complex style sheet, with four different mediums included. What's also odd is that I can control the top position of the breadcrumbs proxy just fine with the sa...
by rjplano
Fri Apr 30, 2021 4:31 pm
Forum: Web-based Outputs
Topic: position and top being ignored in @media
Replies: 2
Views: 970

position and top being ignored in @media

Anyone know why the position and top parameters I set up in a @media inquiry are being ignored by browsers while things like background and border work just fine? media inquiry.png The p.returnTo_DD class appears in the style sheet in only two places; where it's first declared and then in the @media...
by rjplano
Wed Apr 28, 2021 11:05 am
Forum: Styles, Stylesheets and XML
Topic: Top and bottom borders in just one column of a table?
Replies: 8
Views: 2550

Re: Top and bottom borders in just one column of a table?

Thanks Dave! I'll give that a try, see if it solves all my border issues.
by rjplano
Tue Apr 27, 2021 10:55 am
Forum: Styles, Stylesheets and XML
Topic: Top and bottom borders in just one column of a table?
Replies: 8
Views: 2550

Re: Top and bottom borders in just one column of a table?

And ignore that last problem, where the border is added to the cell when cell goes across a page break. I just realized what the "Hide bottom ruling when table crosses a page break:" setting in the Table Properties does.
by rjplano
Tue Apr 27, 2021 10:40 am
Forum: Styles, Stylesheets and XML
Topic: Top and bottom borders in just one column of a table?
Replies: 8
Views: 2550

Re: Top and bottom borders in just one column of a table?

Thanks, Dave, that's a pretty cool solution. I gave it a try and unfortunately it doesn't quite work in my situation. First, I have tables inside the main table and the CSS puts puts borders on the (in my case) second column of the enclosed tables as well. I can probably fix that with a bit more CSS...
by rjplano
Wed Apr 21, 2021 9:55 am
Forum: Styles, Stylesheets and XML
Topic: Top and bottom borders in just one column of a table?
Replies: 8
Views: 2550

Re: Top and bottom borders in just one column of a table?

Thanks for the suggestion but the column separators are vertical, not horizontal, so they separate one column from another, not the rows in a single column.
by rjplano
Thu Apr 15, 2021 5:15 pm
Forum: Styles, Stylesheets and XML
Topic: Top and bottom borders in just one column of a table?
Replies: 8
Views: 2550

Top and bottom borders in just one column of a table?

I have a PDF output document that contains a two-column table. I want borders between the rows in the second column, but not the first. Right now I'm applying a td style to the cells in the second column that specify the border parameters. This works OK but it would be nice if it was more automatic....
by rjplano
Fri Apr 09, 2021 2:28 pm
Forum: Styles, Stylesheets and XML
Topic: Keeping header information with page layout change
Replies: 0
Views: 701

Keeping header information with page layout change

I have a multi-chapter PDF document. In one of the chapters I have a page layout break to switch to landscape orientation. I want the title of the chapter (an h1 style) appear in the header. Putting the Heading.Level1 variable in the header works fine for the pages preceding the page layout break, b...
by rjplano
Wed Mar 31, 2021 12:19 pm
Forum: Styles, Stylesheets and XML
Topic: <p style="position: relative;"> crashes Flare
Replies: 2
Views: 912

Re: <p style="position: relative;"> crashes Flare

Next update. The problem is that I want the image in a table that is inside another table. If I apply "position: relative;" to the table caption (a plain <p> tag), which is outside of the nested table, then the image position can be controlled with "position: absolute;". Not a gr...