Sign In
•
Register
Discussions
Sign In
Close
Home
›
robertkety
›
Comments
robertkety
Comments
robertkety
in
Featured Campaign of the Month
September 2013
Congrats to Heroes Unchained on COTM! Your use of media is truly excellent. I absolutely love the faded theme picture behind each adventure log summary on the home page. Robert Kety "Dragons of Autumn":http://www.obsidianportal.com/campaigns/au…
robertkety
in
Help with Dynamic Character Sheet Colors
August 2013
Looks great! Love the campaign theme song!
robertkety
in
Help with Dynamic Character Sheet Colors
August 2013
It's difficult to say, but I presume it's a combination of your custom CSS and the default style for the character sheet. Unfortunately, I can't say for sure because 'Against the Ice Queen' is set to private. That's cool, but it makes it difficult …
robertkety
in
CSS Oddity - Help Appreciated
August 2013
I'm not exactly sure what you're trying to accomplish. I've looked at your "Bel's Test" page and it appears identical to Dark Queen with the exception of the HTML code appearing in the body. Are you trying to create a format change when someone ho…
robertkety
in
Featured Campaign of the Month
August 2013
Thanks everyone! It's been a blast working on the site and I appreciate all the support!
robertkety
in
Totally lost on site design, need help!
July 2013
If you're new to understanding HTML/CSS, I find "this reference":http://www.w3schools.com/ very helpful. Just search for whatever code you're trying to understand and it should provide a decent explanation. Robert "Autumn Dragons":http://www.ob…
robertkety
in
Hello Obsidian Portal!
July 2013
Welcome! I agree, that sunburst would be an excellent banner. I'm also digging the artwork you've selected in the Bestiary. Are you customizing the edges like that? Robert "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
Totally lost on site design, need help!
July 2013
Try "this post by NinjaFlashX.":http://forums.obsidianportal.com/comments.php?DiscussionID=3057&page=1#Item_23 It contains some great pointers. I started by examining some of Wolfhound's CSS code and researching the rest "here.":http://www.w3s…
robertkety
in
Campaign of the Month For JULY - SHADOWS OVER NEW YORK
July 2013
Congrats!!! I've been showing off your site to the Mrs. to persuade her to start a Dresden Files campaign with me. Off to read the interview now. Great job Keryth! Robert "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
Strange CSS Issue affecting Fonts on PC but not on MAC
July 2013
Just wanted to toss in a conversation-adjacent comment here. I'm really disappointed in the implementation of additional fonts. I'm not sure if this is an OP-thing or CSS-thing (it doesn't appear to be browser-based or related to the font hosti…
robertkety
in
Dragons of Autumn - Check it OUT!!!!
July 2013
Thanks everybody! I really appreciate the support!! If you're interested I've posted our most recent adventure log (June 22nd) and updated the Tharkadan Mountains interactive map with our progress. Belrathius, here's a link to my current "CSS Code…
robertkety
in
Autumn Dragons: A Dragonlance Adventure
June 2013
Thanks!
robertkety
in
Sliding Header Animation
June 2013
One of my player pointed out that I missed a sidebar element that I hadn't used previously, the "where we play" element/frame. Here is the updated code: @.sidebar { overflow:hidden; } #campaign-controls-sidebar, #campaign-party-info-sidebar, #cam…
robertkety
in
Sliding Header Animation
June 2013
Here's some code you can cut and paste if you want all sidebar elements (expect the login/welcome element) to minimize and slide down on rollover: @.sidebar { overflow:hidden; } #campaign-controls-sidebar, #campaign-party-info-sidebar, #campaign-s…
robertkety
in
Sliding Header Animation
June 2013
Yes, the Kalamar site has the same bounce effect. Robert "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
Sliding Header Animation
June 2013
I tested your "min-height" hypothesis. Min-height will get it to change height, but not with the cool animation effect of ease-in-out. For some reason the ease-in-out transition doesn't like height:auto or height:100%. Robert "Autumn Dragons":…
robertkety
in
Sliding Header Animation
June 2013
Sweet! Bad news though, I had to make a change. After checking out our implementations, I noticed a weird "bounce" effect that occurred in our sidebar sliders that was not present in the header slider. This is most likely due to my Chrome browser,…
robertkety
in
Sliding Header Animation
June 2013
Looks great!
robertkety
in
Sliding Header Animation
June 2013
Here is the code you're looking for Kallak: @#campaign-fans-sidebar { height: 69px; overflow: hidden; } #campaign-fans-sidebar:hover { height: auto; }@ I tried the code on your DANgerous Kalamar 4 page. The max-height and h4 adjustments…
robertkety
in
Sliding Header Animation
June 2013
You can tailor the margin-top part of the code to prevent the page body sliding down. I chose not to do that because it either leaves an awkward gap along the top (if you use margin-top:0px in both elements) or overlaps other frames (margin-top:50p…
robertkety
in
A Totally Unofficial CSS Help & Tips FAQ
June 2013
Just posted some code for a "sliding header":http://forums.obsidianportal.com/comments.php?DiscussionID=3069&page=1#Item_2. Robert "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
Plot Club, Redux
June 2013
Late to the party, but interested in joining - I'd love to sign up! Robert "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
HighRes Map Integration?
June 2013
I've run into this issue on my campaign. I would guess it has to do with the length of time it takes to load the image in the page (not to mention the formatting glitches caused by images too big to fit inside a frame). Until the image is stored i…
robertkety
in
Welcome Reforge Backers!
June 2013
T-shirt is washed and ready for our next gaming session on Saturday! Thanks!! Robert "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
Autumn Dragons: A Dragonlance Adventure
June 2013
Well, it's set to 0% now. Hopefully, that will work. Otherwise, I'll have to code a separate navigation bar and overlap the original navbar. Robert Kety "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
Autumn Dragons: A Dragonlance Adventure
June 2013
Kallak, I was using 0px, I ran into compatibility issues using pt in my code. Robert "Autumn Dragons":http://www.obsidianportal.com/campaigns/autumn-dragons
robertkety
in
Autumn Dragons: A Dragonlance Adventure
June 2013
After some brainstorming, the only thing I can think of is that I'm using px measurements for my font-size's and the '0px' is not being recognized by OSX browsers (sans Firefox). Instead, I switched to a '0%' which, I hope, is easier for the browse…
robertkety
in
Autumn Dragons: A Dragonlance Adventure
June 2013
Hrm... Not sure how to narrow down the issue without an Apple. I thought the Safari browser on my iDevices would suffice, but I suppose not. Are you still getting the original "Adventure Log"? Is it on every page? Can you determine if and why the …
robertkety
in
A Totally Unofficial CSS Help & Tips FAQ
June 2013
Wow, I looked a little closer at the code. It looks like they coded each character sheet and pasted it into the Description area of the standard character page. All of the formatting appears to occur in the HTML so you can copy, paste, and customi…
robertkety
in
Autumn Dragons: A Dragonlance Adventure
June 2013
Thanks Gaaran, I'm worried about the effect the reforge will have on my layout. Are you using an Apple computer? I'm having difficulty reproducing the Adventure Log error. I've tried IE, Firefox, and Chrome and in different screen resolutions. …
More Comments
May 2023
Motes in the Serpent's Eye
Read the
feature post
on the blog
Return to
Obsidian Portal
robertkety
Joined
February 2012
Visits
1
Last Active
February 2022
Roles
Reforge Beta Backer
Posts
55
Profile
Activity
Discussions
7
Comments
48
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