u/waitaminutedoc

Image 1 — Waterdeep Newspaper (Broadsheet) Template
Image 2 — Waterdeep Newspaper (Broadsheet) Template
Image 3 — Waterdeep Newspaper (Broadsheet) Template
Image 4 — Waterdeep Newspaper (Broadsheet) Template
Image 5 — Waterdeep Newspaper (Broadsheet) Template
🔥 Hot ▲ 63 r/homebrewery+1 crossposts

Waterdeep Newspaper (Broadsheet) Template

After seeing the fantastic Baldur's Mouth newspaper template for Baldur's Gate, I figured I'd give it a go for Waterdeep! This is the Vigilant Citizen, but you can totally replace the name--in fact, I uploaded a ton of other versions of the symbol with names of many other canon Waterdhavian newspapers (including, of course, the Waterdeep Wazoo), which are all available through the Imgur linked in the Style Editor.

I arranged three different front pages for varying levels of headline/front-page intensity, as well as two different back pages. I'm not much of a coder--this is Frankensteined together from other (linked) homebrews and various forum threads--but if you notice a problem, I will be happy to help. It's been uploaded to the Vault under "Waterdeep Newspaper Template."

u/waitaminutedoc — 4 days ago

:not() not working with padding-top

Hello all, I'm currently trying to format a newspaper template. Long story short, I've formatted several "front page" looks, using padding-top to keep the headlines and articles out of the title block.

I'm now trying to format a "back page" on page four. I don't want the back page to be padded the same way that the rest of the pages are, but for whatever reason, Homebrewery seems to be ignoring me.

I've tried doing margins or different types of padding, but they tend to mess up the column styles.

Here's the problem section:

.page:not(#backpage){
  padding-top: 240px;
}

#backpage {
  padding-top: 0px !important;
  display: block;
}

Any and all help would be deeply appreciated. I also apologize for the code in the template; I am not a coder and this is all very trial-and-error.

Thank you!

reddit.com
u/waitaminutedoc — 6 days ago