Sign In
•
Register
Discussions
Sign In
Close
Home
›
Savannah
›
Comments
Savannah
Comments
Savannah
in
blockquote styling and font-color
August 2019
I've found I have to use the !important tag/descriptor/thingie for most of my font color changes to show up. So you'd change color:#000000; to color:#000000 !important; If that doesn't work, let me know and I'll fiddle around with it and see if I ca…
Savannah
in
Hide .highlight-container on front page only
August 2019
Nice! That worked perfectly. I'd missed .campaign-landing-show as a selector, thanks!
Savannah
in
A Totally Unofficial CSS Help & Tips FAQ
April 2019
So since the mention of @media and associated links happened to solve my problem without my needing to ask (thanks Abersade!), I'll add that 770px wide seems to be the tipping point where it goes from computer layout to mobile layout - I had to go h…
Savannah
in
The Grindhouse Arena (LOTS OF PICTURES! Slow bandwidths, beware!)
June 2015
I've never had any desire to go to a gaming convention...until now.
Savannah
in
Animated SVG Images
April 2015
Love 'em! Especially the middle one.
Savannah
in
Faster Font Changes
April 2015
I believe that's because of the page needing to load the new fonts. It happens on all of my campaigns where I use a custom font for the body text -- when I use a custom font just for the headings, I don't notice a pause. You can shorten your CSS…
Savannah
in
Obsidian Portal Launch Feedback
April 2015
Don't change your name! DreadGazebo is the best name ever.
Savannah
in
Disappearing campaign navigation area?
March 2015
Hey, killervp, good to see you again. I don't know if I'll be around much nowadays, but I promise I'm not dead or anything :P
Savannah
in
Disappearing campaign navigation area?
March 2015
edited March 2015
Huh. I do, but they're invisible/match the background color. Probably an issue with my custom styling. Thanks for pointing them out! Edit: Yep, I took 'em out by mistake ages ago. Mystery solved.
Savannah
in
Disappearing campaign navigation area?
March 2015
Yes, the top bar still has the same things as in the normal view, but it doesn't have the links I'm looking for (dashboard, front page, forum, calendar, adventure log, etc). I can search, but searching for "calendar" doesn't give me a link to the c…
Savannah
in
Obsidian Portal Launch Feedback
March 2015
I have to say, I'm disappointed to come back to this site after being gone quite a while (a year maybe?) and see that not all of the Reforge is done. I'm looking forward to the promised updates in the near future, though!
Savannah
in
Campaign custom side boarders?
February 2014
Page borders look fine in Firefox. (Your left navigation menu is 90% off screen for me, though -- this is an issue with my computer, as it does it to all left navigation menus people've added to their OP sites, but I wanted to let you know in case …
Savannah
in
The "Review my Campaign" thread
February 2014
Weird, I've got it (or a variant of it) in multiple campaigns, and I just copy/pasted exactly I put above into my test campaign to see if I'd made an error somehow when I put it here, and it worked just fine. This isn't really the thread for code s…
Savannah
in
One of my players NEVER sheaths his weapon, should I allow it?
February 2014
I often use stats that my character would have no way of knowing to express in-character choices that would take much longer to explain if I insisted on using only terminology that my character would use. Apparently you don't, which is probably why…
Savannah
in
One of my players NEVER sheaths his weapon, should I allow it?
February 2014
The only explanation we have for the character keeping their sword out is that it provides AC and taking it out would take too long. Even though the character does not know his AC, he's certainly capable of understanding that having the sword out p…
Savannah
in
One of my players NEVER sheaths his weapon, should I allow it?
February 2014
A couple of people have mentioned he's metagaming. How, exactly, is it metagaming for someone to go "Gee, I'm really good at deflecting things with my sword. If I have my sword out all the time, I'll always be prepared in case something attacks!" …
Savannah
in
How-to Print Items
February 2014
Screenshot, crop in your favorite editing program if desired, and then print? I don't think Obsidian Portal is designed to be printed from...
Savannah
in
The "Review my Campaign" thread
February 2014
For all your top bar styling needs (now with added comments!): bc. /*Top bar formatting*/ #top-bar {background-color:black; border-bottom:2px solid #073704;} /*This and the line below turns everything black with a dark green bottom border*/ .…
Savannah
in
Styling dashboard, settings page, etc
February 2014
Not what I wanted to hear :P But sadly where I think I may end up.
Savannah
in
The "Review my Campaign" thread
February 2014
edited February 2014
DungeonMasterLoki: Okay, let me start by saying I did not read all of it, but I really liked what I read. This means I'll pretty much just be talking about appearance, not content, but if I understand you correctly, that's what you want. Also, …
Savannah
in
Custom CSS Beta Discussion
February 2014
edited February 2014
I know how to turn off the text for the left sidebar navigation menu, leaving just little icons (via the convenient "collapse front page menu" button). I want to do the opposite, so that I have just the word and no icon. I've tried "display:none;"…
Savannah
in
New Blog about Fantasy Map and RPG Design
December 2013
Huh, apparently I never commented here. I agree with Pils.
Savannah
in
Custom CSS Beta Discussion
December 2013
Awesome idea, dawnhawk. If you want to add me, I'd be happy to help organize and collect the code -- I've been meaning to do something similar, anyway. (I'm in the middle of dead week, though, so I probably won't be able to do much until after fin…
Savannah
in
Please Help - Images obscuring my links and edit button
November 2013
edited November 2013
If you put /edit at the end of a page's URL, you can edit the page and take out the problem images. It looks like most of your problem comes from the custom navigation menu overlapping the edit button on the pages -- one way to temporarily take c…
Savannah
in
Help requested for MYSTERIA
November 2013
....shoulda thought of that. Try: bc. .become-a-fan-button, .see-all-wiki-pages-button, .reminder-button, .attending-link { color: [code for dark brown] !important; } a:hover.become-a-fan-button, a:hover.see-all-wiki-pages-button, a:hov…
Savannah
in
Help requested for MYSTERIA
November 2013
edited November 2013
Yep, you can do that. bc. .become-a-fan-button, .see-all-wiki-pages-button, .reminder-button, .attending-link { color: [code for whatever dark brown you want] !important; } (I haven't double checked that .reminder-button ("send reminder"…
Savannah
in
Obsidian Portal Launch Feedback
November 2013
Regarding the email options, the system does not memorize the configuration because it's set by individual account. If you edit your profile, down at the very bottom there is an option to either automatically receive or not receive emails, and it s…
Savannah
in
Obsidian Portal Launch Feedback
November 2013
Looks like your sidebar is being pushed down rather than shrunk, Omegabase, and I suspect it's because of a really stupid typo I made -- the bc. part of that code was just to make it look like code on the forums and I left out a space so it didn't d…
Savannah
in
Obsidian Portal Launch Feedback
November 2013
edited November 2013
In addition to MarkGiguere's suggestion, I also figured out a way to widen the central column by narrowing the right side column (as the content there really doesn't need the space it has, in my opinion). On one of my sites, I have it so that it aff…
Savannah
in
Email Notification Fix
November 2013
Waitwaitwait...two people on the internet admitted they reacted overly aggressively, apologized for it, and are discussing the matter civilly? o_O Hallelujah; someone check for flying pigs. Silliness aside, I still don't see any way that you ca…
More Comments
September 2023
Arcanearth
Read the
feature post
on the blog
Return to
Obsidian Portal
Savannah
Joined
November 2011
Visits
46
Last Active
September 2021
Roles
Member
Posts
188
Profile
Activity
Discussions
8
Comments
180
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