Sign In
•
Register
Discussions
Sign In
Close
Home
›
ChainsawXIV
›
Comments
ChainsawXIV
Comments
ChainsawXIV
in
IE "weirdness"
December 2013
This is happening because you're missing a closing div tag somewhere in you page content, so it's gobbling up the that's supposed to be closing the center column before the right column begins. Where exactly that closing tag should be in your code.…
ChainsawXIV
in
Old character sheet templates
November 2013
And for what it's worth, they're all made by users.
ChainsawXIV
in
Actual Banner Size?
November 2013
Yup. And for what it's worth, the CSS I posted above will make your site agnostic to the ratio of your banner, so you can really do whatever you'd like with it. I know I prefer a banner that's significantly wider relative to its height, just from a …
ChainsawXIV
in
Individual character page layout
November 2013
Glad I could help. :)
ChainsawXIV
in
Custom CSS Beta Discussion
November 2013
Thus "almost" always. :p If it's the description issue, then he should be getting an error message when submitting his CSS, though it's a bit easy to miss.
ChainsawXIV
in
Custom CSS Beta Discussion
November 2013
Blackroom, your campaign is set to private, so we can't see it. Most of the time however, when a custom style isn't doing anything at all, and when you're sure there are no typos, the issue is precidence. Particularly, the most specific rule for …
ChainsawXIV
in
Individual character page layout
November 2013
Unfortunately there's not really a good way to do this. If you wanted, you could use CSS (assuming you're an Ascendant member) to hide the first field all together, and have your players put all their stuff in one box, with a manually inserted headl…
ChainsawXIV
in
Appearance of pages
November 2013
Hmm... yeah, something is weird there in chrome for you that doesn't show up for me either. At first I thought you might be zoomed in (which does break the page layout in a similar way), but the text in the control bar up top is normal size, so that…
ChainsawXIV
in
Custom CSS Beta Discussion
November 2013
edited November 2013
If "this":https://chainsawxiv-test-campaign.obsidianportal.com/wikis/main-page is the basic kind of look you're going for, then there's an even easier way. You can use CSS to put more than one background image in the same element, so you can put the…
ChainsawXIV
in
New Reforge Issue Tracking List
November 2013
Sure thing. This isn't my main thing either, so I know where you're coming from. *Issue:* The > character is forbidden in campaign custom CSS, which prevents users from directly overriding certain default styles in the new design. For techn…
ChainsawXIV
in
Actual Banner Size?
November 2013
Not sure on what the actual dimensions should be exactly, but if you're an Ascendant member, you can throw the following in your campaign CSS to make your banner auto-size to the space: .campaign-banner-image{ background-size: 100%; background-re…
ChainsawXIV
in
New Reforge Issue Tracking List
November 2013
And one more: The links in the various footers do not conform to campaign color settings.
ChainsawXIV
in
New Reforge Issue Tracking List
November 2013
Another small thing: External links are not assigned a class name, and thus can't be easily singled out for styling (work around is .wiki-page a, but this requires you to be careful about precedence with anything that targets internal wiki links spe…
ChainsawXIV
in
New Reforge Issue Tracking List
November 2013
edited November 2013
When you get to looking at a solution for the "description" class name issue, I'd highly recommend reviewing the general filtering for sight CSS. For example, the > character is not allowed, which was a bummer before but workable, but now that it…
ChainsawXIV
in
Vanguards as Co-GM
November 2013
Clearly that was the plan, heh. I think they just missed a step. Hopefully something they can sort out quick and easy, but you never can tell.
ChainsawXIV
in
Vanguards as Co-GM
November 2013
Yeah, that seems like the best work-around for this to me as well. Probably copy-paste it over to a test campaign to make sure everything is water tight. It does make it a lot more difficult though, especially if there's any complex content or custo…
ChainsawXIV
in
Baja- Enter Sandman, Dungeon Delvers, Parallel Universe
November 2013
I should be able to help get things sorted out for you. If you'd like me to just fix things directly, drop me some campaign invites and once I'm in promote me to co-GM so I can make the edits (that's the easy and recommended way). If you'd prefer to…
ChainsawXIV
in
Aspect Ratio Lock for Banner Images
November 2013
Alternatively, the following should do all the math for you, scaling the banner so it fits in the standard space they've allotted (and fixes the small banners on private pages gracefully too): .campaign-banner-image{ background-size: 100%; backgr…
ChainsawXIV
in
Banners
November 2013
edited November 2013
Alternately, you can use the following in your CSS that will auto-size things nice and happy regardless of the size or proportions of your banner, which is important because your banner will be used at a smaller size in the private sections of your …
ChainsawXIV
in
Vanguard Member
November 2013
Likewise. What's up gents?
ChainsawXIV
in
Dynamic Character Sheets
October 2013
Assuming I understand what you're trying to do, probably your best bet is to have just one 'real' storage field (from the common DST code's perspective) and a bunch of dynamic ones that the common code will just ignore. You can set up a function to …
ChainsawXIV
in
Dynamic Character Sheets
October 2013
To elaborate slightly on the back end of dynamic lists used in various sheets, they kind of hack around things rather than doing it in the way you were suggesting Benzai_Aether. The data for a sheet lives in a JSON blob, but that blob is recreated f…
ChainsawXIV
in
Collapsable Sections/Showing Hidden Divs
May 2013
edited May 2013
Run this code on page load: @var spoilers = document.getElementsByTagName('spoiler'); for(var i = 0; i < spoilers.length; i++){ var spoiler = spoilers[i]; var label = document.createElement('a'); label.innerHTML = spoiler.attributes.title…
ChainsawXIV
in
Wiki templates
May 2013
edited May 2013
I know it's a bit of reinventing the wheel, given that pretty much every commercially distributed wiki system has an implementation of this in some form, but quite possibly the easiest way to handle this would be to offload the heavy lifting and rep…
ChainsawXIV
in
Fundamental HTML Changes - The Foundation Grid and responsive design
May 2013
Like everyone else, as big user of the existing CSS customization, I'm totally on board with this despite the amount of work it will entail.
ChainsawXIV
in
Custom CSS Beta Discussion
March 2013
edited March 2013
For the paper (or whatever other background) there's actually a nice easy way to do it, which you can see an example of "here":http://www.obsidianportal.com/campaigns/hrse. The CSS looks like "this":http://www.obsidianportal.com/campaigns/hrse/theme…
ChainsawXIV
in
Sorting Tables
March 2013
To the best of my knowledge, there's not a way to do that on here, since we can't use script on wiki pages. That's definitely a feature that's been asked for though, once upon a time. I guess you could create separate wiki pages for each sort, then …
ChainsawXIV
in
A Totally Unofficial Help & Tips FAQ
November 2012
Unfortunately I don't know of an easy way to do that. You'd pretty much have to hand create links to everything. Sorry I couldn't be more helpful.
ChainsawXIV
in
Using (not creating) Dynamic Character Sheets
October 2012
Most of those printing issues you're describing are actually issues with your web browser rather than OP's formatting, for what it's worth. Browsers just aren't built for good printing. For best results, try printing using Firefox (since it has bett…
ChainsawXIV
in
Campaign Banner
September 2012
When you upload a banner it automatically hides all that stuff above the navigation tabs.
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
ChainsawXIV
Joined
March 2009
Visits
53
Last Active
April 2024
Roles
Reforge Beta Backer
Posts
530
Profile
Activity
Discussions
12
Comments
518
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