Sign In
•
Register
Discussions
Sign In
Close
Home
›
tic
›
Comments
tic
Comments
tic
in
Werewolf: Auld Lang Syne (and CSS)
October 2012
edited October 2012
A fantastic example of what's possible now that we can create actual stylesheets for our campaigns :) Beautiful work, wolfhound!
tic
in
Help Needed (if you have the time) Adventure Log
September 2012
Your problem is that you're clipping out a .
tic
in
Help Needed (if you have the time) Adventure Log
September 2012
Sarahallis, can you link to a page on your Adventure Log where you've used the "more" tag and this problem is occurring? I'll take a look.
tic
in
Campaign Trailer - The Spelljoined
September 2012
The music is a really good choice!
tic
in
Custom CSS Beta Discussion
September 2012
Phoenix Mark, no way! How do you think people got started learning HTML and CSS? From using View Source and checking out what makes stuff work. You keep on checking stuff out in Firebug and experimenting with what you see there!
tic
in
News Ticker
August 2012
Marquee tag doesn't work either. You could almost have gotten away with embedding a twitter feed, but those things require the use of IDs instead of classes, and OP's CSS doesn't allow IDs.
tic
in
Need Serious Help - Major CSS Screwup
August 2012
No problem! Give us a shout on the boards if you need help with anything else :)
tic
in
Need Serious Help - Major CSS Screwup
August 2012
You're currently using the following to set your background, correct? @@ To do this with the CSS box in the Campaign Settings pane, use this instead: @body {background: url('http://i1233.photobucket.com/albums/ff394/Sdhouston/background2.jp…
tic
in
Need Serious Help - Major CSS Screwup
August 2012
Background-border? Could you describe the effect you're trying to create, Mercutio?
tic
in
The "Review my Campaign" thread
August 2012
Good luck, Mercutio! Give us a shout if you need any help.
tic
in
Need Serious Help - Major CSS Screwup
August 2012
edited August 2012
I'm glad you found the option in Firebug to edit the CSS of your loaded page. For anyone else who is afraid to experiment with their CSS for fear of doing something like this, fret not! You can use Chrome's "Inspect Element" widow, or the Firebug ex…
tic
in
Custom CSS Beta Discussion
August 2012
edited August 2012
Mirroring Chainsaw's desire for the Filter By Tag heading to get its own class or ID 1000 times over. It doesn't need any default styling, just name the thing SOMETHING so that, if we need to, we can. *Edit* Oh my god, Chainsaw, I love that page'…
tic
in
Epic Battles
August 2012
What a cool thread! I look forward to reading your additions to it, Twigs. My players are still only second level, so I don't really have an epic battle they managed to participate in to share, but I did make them - at level one - desperately fle…
tic
in
Custom CSS Beta Discussion
August 2012
edited August 2012
Sorry, I haven't read ALL of the subsequent posts since magavendon's initial one, but looking at the code you pasted and what you've said ... am I right that it's the links you're trying to change? *EDIT* I see you got your hands on some code that w…
tic
in
Not necessarily "new"
August 2012
sup
tic
in
Character groups
August 2012
Like killervp said :). For my campaign, I created a Wiki page to replace the "Characters" page and so I was able to separate all of my NPCs into lists by where they were encountered and by their Faction membership (with some NPCs appearing on mul…
tic
in
Custom CSS Beta Discussion
August 2012
edited August 2012
Looking awesome, man! I finally started styling my own secondary column tonight, and I'm so pleased that I've finally been able to deal with how absurd the 20-character-long username of one of my players was making the Party listing look. I'm not…
tic
in
The "Review my Campaign" thread
August 2012
edited August 2012
Agdsfg no don't put anything into your external CSS to style "element.style." Gaaran, it's showing as "element.style" in your Firebug/Chrome Inspect Element Pane because it's being styled in-line and has no class or ID name associated with it.
tic
in
The "Review my Campaign" thread
August 2012
edited August 2012
Yes :> It's great to see the addition of that credits page. There have been some more edits since the other day, too, and it's been exciting to see the campaign develop. I really love the way the titles are starting to get handled; the campai…
tic
in
The "Review my Campaign" thread
August 2012
edited August 2012
Not crediting the artist and intentionally removing the artist's signature are different, though :/. The former is just negligence, while the latter is an intentional move to take credit away from the artist and obfuscate who the artist was. And,…
tic
in
The "Review my Campaign" thread
August 2012
edited August 2012
Hi! Sorry I don't really have much more to say, but uh, http://cdn.obsidianportal.com/assets/141890/Ezrabig.jpg That image makes me really uncomfortable. I don't recognize the artwork used for the other PCS, or on the other pages, but Linda Ts…
tic
in
"Ascending" trouble
August 2012
When I made my payment it applied the ascended status to my account immediately. I don't remember any delay at all.
tic
in
Custom CSS Beta Discussion
August 2012
edited August 2012
Oh, okay. Yeah, it can be annoying to need to surround everything by more Textile styling just to avoid Textile styling. I would actually really like if we could add an option to format posts in plain old HTML, instead of Textile. I know it's not…
tic
in
Navbar HTML troubleshooting
August 2012
edited August 2012
I already answered this, set a negative value on margin-bottom :/ Probably 40px, but adjust to your tastes.
tic
in
Custom CSS Beta Discussion
August 2012
edited August 2012
Langy, if you surround something in two equal symbols it won't do any Textile stuff to it. I use it all the time for dem +'s. e.g. @==[1]==@
tic
in
Custom CSS Beta Discussion
August 2012
Have you tried !important?
tic
in
Custom CSS Beta Discussion
August 2012
edited August 2012
This works great even with images - just use the following: .tab-container { position: relative; top: -10px; left: *as needed* px; background-image:url( *image url* ); width: *image width* px; height: *image height* px;} .tabnav {display: inline…
tic
in
Help cleaning up some Code
August 2012
edited August 2012
Set a margin value on the individual classes (li.home, li.adventure-log, li.wiki, bla bla bla) Something like __li.home {margin: 0 20px;}__ will space the home link out 20 px on its left and right, though it'll leave it alone top/bottom-wise. …
tic
in
Help cleaning up some Code
August 2012
edited August 2012
You're so welcome! Also, Langy, you're a mad genius. It never would have occurred to me to use the existing nav menu now that we have external CSS control, but it is so obvious and such a fantastically efficient use of the tools! I'm SO excited t…
tic
in
Help cleaning up some Code
August 2012
WHITE SPACE: Add/change to your .tab-container DIV: Top: -10px; Position: relative; The top value won't do anything until you set the position :) FONTS: Set your fonts in ul.tabnav to do them all at once, or in li.home, li.adventure-lo…
More Comments
September 2023
Arcanearth
Read the
feature post
on the blog
Return to
Obsidian Portal
tic
Joined
April 2011
Visits
5
Last Active
October 2017
Roles
Member
Posts
44
Profile
Activity
Discussions
1
Comments
43
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