Sign In
•
Register
Discussions
Sign In
Close
Home
›
Abersade
›
Comments
Abersade
Comments
Abersade
in
Consistent backgrounds across pages and in gm only
January 2019
If that's the case that would explain part of the issues surrounding the Reforge and how everyone's CSS was fubared. Given that the general consensus was that the Reforge wasn't finished properly (or some might say at all) perhaps the intention was …
Abersade
in
Items and Characters
January 2019
edited January 2019
Hopefully that's helpful. I had another code snippet here but it no longer functions so I've removed it.
Abersade
in
Items and Characters
January 2019
Adventure Log Titles from the Adventure Log main screen: .adventure-log-index .adventure-log-post-container.teaser .adventure-log-post-title a {color: red;}
Abersade
in
Consistent backgrounds across pages and in gm only
January 2019
The CSS to target the "back end" pages is indeed different. I'd venture to guess that this is because the back end pages were developed after the main pages were, using a different (and in many cases more direct) naming convention for the CSS classe…
Abersade
in
Change Nav Bar on Campaign Pages
January 2019
Abersade
in
Change Nav Bar on Campaign Pages
January 2019
Here you go, just replace the colors I've used for your prefered colors. This was a neat exercise in frusteration. .campaign-dashboard-layout #dashboard-main-nav ul li.active a, .campaign-dashboard-layout #dashboard-main-nav ul li:hover a {color:…
Abersade
in
Change Nav Bar on Campaign Pages
January 2019
edited January 2019
Working on this now, may take a few minutes. Update: This is harder than it looks. I've isolated what you need to code to do the opposite of what you are asking. If you used that code to change the active to the color you want it to be and change ev…
Abersade
in
CSS styling not working in the forum section.
December 2018
edited December 2018
As an example, this code changes the forum posts by making the backgrounds black: .campaign-forum-index .forum-page-content {background: black;} Which looks like this: I don't have any other "prefab" code snippets since I haven't changed much o…
Abersade
in
CSS styling not working in the forum section.
December 2018
The CSS code goes in the Settings > Advanced > Custom CSS section of your site. The rules need to target the following classes depending on what you are looking to specifically change:
Abersade
in
Consistent backgrounds across pages and in gm only
December 2018
This thread is sort of related, you may want to check it out. Should hit up all of the correct classes to target at the very least. https://forums.obsidianportal.com/discussion/comment/43040/#Comment_43040
Abersade
in
Remove/Hide 2nd Bar
December 2018
I've had code that removed that in my CSS for so long that I forgot what it did.
Abersade
in
CSS styling not working in the forum section.
December 2018
Well, yes and no. The DM/Player side uses an entirely different set of classes. It is my belief that this is due to the features on that side such as the forum being developed significantly after the main features which are visible to everyone. I'm …
Abersade
in
Transparency on multiple pages
November 2018
edited November 2018
Try the following: /* Landing/Main Page Transparency */ .campaign-landing-show .campaign-landing-page-container {background: transparent;} /* Individual Character/Item Pages Transparency */ .character-show .main-content section, .item-show .main-c…
Abersade
in
Reaching out for input, feedback, thoughts, etc..
November 2018
Neat and slightly related tangent: Use the following code snippet to change the background image of a specific character on the characters screen: /* Characters Name */ .game-content-image[title="CHARACTER'S NAME AGAIN"] + .character-info { …
Abersade
in
Reaching out for input, feedback, thoughts, etc..
November 2018
This could be useful and it's actually easy to do on your own. Tagging the page as GM or something would probably be the easiest way but if you wanted a whole separate background image/color you could use the following code snippets if you're an Asc…
Abersade
in
Update and New Feature Roll-out
October 2018
Just tried out the Dice Roller and it's great, why no love for d10s in the Advanced Rolls section though?
Abersade
in
Update and New Feature Roll-out
October 2018
Fantastic!
Abersade
in
Deleting Images?
October 2018
edited October 2018
What would stop someone from bypassing the image limits then? I've verified that there is a method that works on my test campaign site: https://abersade-testbed.obsidianportal.com/ EDIT: Removed the description of the method that I've used, if you h…
Abersade
in
Uploading Audio of Game Sessions
October 2018
I then added the following bit of CSS code to format it so that it only looked like an audio bar: /* Embedded Video Display Size */ .video iframe, .default iframe, .flash iframe, .iframe iframe{ height…
Abersade
in
Uploading Audio of Game Sessions
October 2018
Depending on the size of the file you can upload it to Obsidian Portal through the media library feature, then link it through the media embed feature. This is how I added theme music to the main landing page for Core: https://core-1.obsidianportal.…
Abersade
in
Reaching out for input, feedback, thoughts, etc..
September 2018
edited September 2018
I second Elesday's idea, that would be amazing. An alternative idea (at least in my case anyways) would be a batch scheduler so that I could set up more than one date at a time.
Abersade
in
Update #25 - Features and Followups
September 2018
edited September 2018
The Dice Roller returns?! Truly this is a glorious day. EDIT: It occurred to me after the fact that my comment above may have been taken as sarcasm. I assure you it isn't, I was actually fairly upset when the Dice Roller vanished as part of the ReFo…
Abersade
in
Gen Con 2018
August 2018
Alex, it was a pleasure to finally put a face to your name. UselessTriviaMan, I eventually located your booth but wasn't able to find you, perhaps next time.
Abersade
in
Wiki links wont work, seemingly at random
July 2018
The link I posted spells that out actually, although not as well.
Abersade
in
Automating the cancelling of sessions?
July 2018
I'd love to see the opposite actually, something that could automatically schedule x number of sessions out based on user input. Or heck, even just a batch scheduler so that we could schedule multiple sessions at once. Either way would work for me s…
Abersade
in
Wiki links wont work, seemingly at random
July 2018
Apostrophes are fine for links, Ampersands will break them every single time. Dashes are tricky because it depends on the type of dash; Hyphens are okay but En Dashes and Em Dashes are not, which can be a problem if you type everything up in a progr…
Abersade
in
What is this in my Custom CSS field?
May 2018
That was my code, shared is so folks could have an editing window that wasn't tiny by default.
Abersade
in
Can CSS be used to overwrite tag functionality to boolean AND
April 2018
I also support this, my tagging would be far more extensive if searches worked the way you are describing.
Abersade
in
Wiki page wich title contains an accent/special characters
April 2018
Not sure if it's helpful now but here is a list of the common characters that cause issues as well as the characters that don't. https://abersade-testbed.obsidianportal.com/wikis/special-characters-in-wiki-links
Abersade
in
Update #6 - Welcome our New Community Manager
April 2018
Congrats!
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
Abersade
Joined
July 2010
Visits
3,792
Last Active
September 18
Roles
Member, Spam Slayer
Posts
629
Profile
Activity
Discussions
16
Comments
613
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