Sign In
•
Register
Discussions
Sign In
Close
Home
›
Abersade
›
Comments
Abersade
Comments
Abersade
in
In the Custom CSS section how do I select the Home Page only for stylization?
March 19
You are quite welcome!
Abersade
in
In the Custom CSS section how do I select the Home Page only for stylization?
March 18
If you mean this part: It should be: .campaign-landing-show .campaign-landing-page-container {background-color: black;} Once that's done the text becomes hard to read, so that can be changed with: .campaign-landing-show .campaign-landing-page-con…
Abersade
in
In the Custom CSS section how do I select the Home Page only for stylization?
March 16
edited March 16
.campaign-landing-show.campaign-public-layout .page-background { background-image: url('');} There, the url just goes in the spot between those apostrophes.
Abersade
in
In the Custom CSS section how do I select the Home Page only for stylization?
March 16
Mind you, the <a href=" Isn't a part of it, that's the forum freaking out and formatting a noformat block for some silly reason. Looking at that further... oof. It really would be nice if the code block behaved itself. The part between the …
Abersade
in
In the Custom CSS section how do I select the Home Page only for stylization?
March 16
Try the following: .campaign-landing-show.campaign-public-layout .page-background { background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/116239/banners/523140/Please-Stand-By2.jpg?1446494937');} You'll likely want to swap out the b…
Abersade
in
More Comments link doesn't work as expected
March 12
Huzzah! That fixed it, thanks!
Abersade
in
Making Mobile Dashboard a dropdown list
February 27
The following bit of CSS may be useful in this regard: /* MOBILE NAVIGATION MENU - IMPROVED */ /* Displays the navigation link text */ .nav-text {display: inline !important;} /* Places all of the navigation options in a vertical…
Abersade
in
Using ASCII Symbols in Before:After CSS triggering Error 500 or 'disallowed characters' on save
February 27
Seconding this request, for what it's worth.
Abersade
in
Changing Character Link Color
February 26
You are quite welcome. I've been on more of a CSS kick lately and picked up a few new-to-me methods. Glad it's helpful.
Abersade
in
Changing Character Link Color
February 24
In case anyone is looking for it, here's an improved bit of CSS that only affects character links in relation to adventure logs, so within the list of adventure logs and within the adventure logs themselves. All other pages are unaffected. .adventu…
Abersade
in
Adventure Log with Multi-line subtitles
February 23
Ends up looking like this in the list for reference: And like this in the page:
Abersade
in
Adventure Log with Multi-line subtitles
February 23
Well, I found a way to do it for both, though it's akin to opening a window with a hammer. Step 1: add the following bit of code to your CSS /* Adventure Log Subtitles */ /* Allows White-Space Wrapping to Preserve Spaces */ .adventu…
Abersade
in
Adventure Log with Multi-line subtitles
February 23
Where do you want these subtitles to appear, on the page for the corresponding Adventure Log, on the list of Adventure Log pages, or both?
Abersade
in
Accordion Customization
February 23
Those bits of code change every accordion, if you want it to just impact a accordion entries on a single page you'll need to add the slug class (usually something like .wiki-page-slug-pagename) for the page, like so: /* Accordion Code for only my A…
Abersade
in
Accordion Customization
February 23
Almost forgot, you'll likely want this too: /* Basically the same as above but for the Accordion Entry When Expanded */ .ui-accordion .ui-accordion-content {background-image: none; background-color: black; border: 10px solid;}
Abersade
in
Accordion Customization
February 23
LOL, I forgot to change the word Green in the comment to Black. You may want to update that as well.
Abersade
in
Accordion Customization
February 23
Keryth, I don't see a reply here so I thought I'd give it a go. The background color was definitely not intuitive. You'll need to update the border to look the way you want, this is set to be very visible. /* Accordion Code */ /* Hide the Acco…
Abersade
in
Custom Background for one page?
February 23
edited February 23
To give you an example which targets the main campaign background image and only changes it for a single page, this code sets the background image on my roleplaying points page on my Stream of Kairos game to use the testcard background that I use fo…
Abersade
in
Custom Background for one page?
February 23
edited February 23
Which page specifically?
Abersade
in
Custom Background for one page?
February 19
This can be done, and thankfully it's not much more complicated than the standard way to set a background image. You will need to add the slug class for the page in to the CSS selector. The slug class will say something like class=wiki-page-slug-X w…
Abersade
in
Image carousel in a table?
February 17
Eh... from my testing it looks like you can make it work but it's kinda messy. When I embedded a slideshow into a table it set the width and height of the slideshow cell in the table to some ridiculous number rendering it unusable. This behavior can…
Abersade
in
Featured Campaign of the Month
February 17
Congratulations!
Abersade
in
This gets worse and worse. What should my GM friend do this time?
January 16
"So why would someone whose career is Noble that's the Future Elector Countess of both Averland and Stirland, is the god-daughter of the Elector Count of Nuln and is a very distant relation of both The Elector Count of Talabheim and to The King of B…
Abersade
in
A old roleplaying magazine had ideas for either buying or earning a title. Why not do both?
January 16
Any number of things could stop him. I think the proper question to ask here is what specifically allows him, as that establishes the means for him to make it happen and what roadblocks he could face with this plan.
Abersade
in
Review My Campaign Topic
January 9
Keryth, if it makes you feel any better I have wondered what Twiggy was trying to convey sometimes with just that smile as well. I remember the post you are referring to, but do not know what became of it either. Could be fun to have around again, l…
Abersade
in
Was the Pc that's A Future King right to arrange for 1 Domain to be given to each of the other Pcs
December 2022
I feel like I should clarify: when I said "Historically the answer is basically no" I meant Barony titles in English Peerage systems. Barony titles in England came with a duty of military service and were directly linked to the crown for their autho…
Abersade
in
Was the Pc that's A Future King right to arrange for 1 Domain to be given to each of the other Pcs
December 2022
edited December 2022
In this case most of the details are a bit immaterial to the question at hand, which at it's core is this: does an heir apparent have the authority to grant nobility titles? The answer to that: it depends on how that works in the world that you are …
Abersade
in
What to do with A Npc that was intended to be a 1-off villain?
December 2022
I'd recommend that the GM reevaluate the main villain, because so far it doesn't sound like that character serving as the main villain is where the story is going. If that's not feasible then the GM has all of the capability here to nerf this new vi…
Abersade
in
Changing the background of the Front and Wiki Pages
December 2022
Looking here is my first recommendation: https://abersade-testbed.obsidianportal.com/wikis/css-wiki-pages There the first entry gives an example of code that sets a background image, you'll need to swap your preferred parchment image link from your …
Abersade
in
What to do with A Npc that was intended to be a 1-off villain?
December 2022
I guess I'd say that sometimes the stories that we think we are telling and the stories that actually emerge as a result of gameplay aren't always going to match up, and that that's a good thing. This is an agent of change that the PCs have had a di…
More Comments
March 2023
Ulea
Read the
feature post
on the blog
Return to
Obsidian Portal
Abersade
Joined
July 2010
Visits
1,481
Last Active
March 25
Roles
Member, Spam Slayer
Posts
347
Profile
Activity
Discussions
10
Comments
337
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Sign In
Forum
Home
Discussions
Activity
Conversations
Profile
Information
Terms of Use
Community Rules