Sign In
•
Register
Discussions
Sign In
Close
Home
›
Basileus
›
Comments
Basileus
Comments
Basileus
in
Image hover effect
June 2014
@a[href*="example"]@ Or @img[src*="example"]@ Need to work in a :hover pseudo-selector. Haven't fiddled with it at all, so some troubleshooting required, no doubt.
Basileus
in
WIKI: Really no links within pages? Really?
June 2014
I'm not sure that HTML anchors are really that much more complicated than a Textile shortcut would be. I've used them all over the place. Basically its just a line where you want to place the link: @"Link":#link@ And a line where you want it t…
Basileus
in
Can campaigns be run PbP on campaign forums?
June 2014
One impediment to PbP that I have encountered is the lack of an integrated dice roller, so you'll need to arrange for some sort of off-site dice-rolling. Some possibilities that handle emailing of roll results: "RPG Library's Secure Dice":http…
Basileus
in
Image hover effect
June 2014
What is the end effect you are trying to achieve? "Text" glow? Icon change?
Basileus
in
What is the default Font on the new Reforged?
May 2014
"Open Sans":http://www.google.com/fonts/specimen/Open+Sans
Basileus
in
Custom CSS Beta Discussion
May 2014
The big title actually isn't header text at all (even though it looks like it) - it has both the .campaign-link class and the #content ID, and is an a element. Try this: @#content a.campaign-link {color: red;}@ As for the disappearing GM Text,…
Basileus
in
Noob CSS
May 2014
edited May 2014
Agreed with bluesguy. While it would be possible to go through the default application CSS and pull all the classes, IDs, and elements, I'm not sure a list by itself would be very useful (since the context is necessary to understand how it can be…
Basileus
in
linking items
May 2014
edited May 2014
I believe it only distinguishes wiki entries from characters from items by the URI (all wiki entries are stored in the /wikis directory, characters in the /characters directory, items in the /items directory, etc...). Sadly, as far as I know CSS …
Basileus
in
Custom CSS Beta Discussion
May 2014
edited May 2014
"campaign-dashboard-layout" is the corresponding class for private areas to "campaign-public-layout" for public areas. So to turn all h1 headers in your public site would be: @.campaign-public-layout h1 {color: red;}@ While to turn all h1 head…
Basileus
in
Autoplay embedded Youtube videos
May 2014
The changes are probably coming from Youtube, but part of the problem is that we are using the OP integration, which is reliant on the oEmbed API, which relies on the Embedly service, which ties into Youtube... Too many moving parts.
Basileus
in
API Still Good?
May 2014
If you're looking for an official response from the staff, probably best to post in the "Help section":http://help.obsidianportal.com/ I don't think the devs visit these community forums much anymore.
Basileus
in
Generated link is broken?
May 2014
I've run into that a few times. Usually just removing the text, saving the page, and editing the same text back in works for me.
Basileus
in
Non google web fonts?
May 2014
OP supports common system fonts, "Google Fonts":https://www.google.com/fonts, and "Typekit fonts":https://typekit.com/fonts. Beyond that you are out of luck (for now - they may expand in the future).
Basileus
in
Baby GM & Children Players
May 2014
Hi wavewatcher, If you like, you can PM Thorvaldr about joining Plot Club. Folks there discuss plot ideas in secrecy where nosy players won't see what you have planned for them
Basileus
in
Shadows Over New York - Season Three Coming...In a Few Months
May 2014
Ah, since he was still in the characters page I got confused. No Sean Connery... :(
Basileus
in
Main container hidden
April 2014
Hi Bortas, There's a couple lines of CSS you'll need. First, to get rid of the little colored bars at the top of pages: @/* REMOVE HIGHLIGHT BARS */ .campaign-public-layout .highlight-container {display: none;}@ Then, to make the backgr…
Basileus
in
Show all tags?
April 2014
edited April 2014
Ugh, I forgot that the "script" string would get caught. I was fiddling with your stylesheet live in my browser so never actually submitted that code to OP. Bummer, would have been nice to fix that easily.
Basileus
in
A couple of validation errors
April 2014
Hi bluesguy, Neither should require much alteration. The first is because the "fixed" value isn't associated with any parameter. The easiest thing is simply to remove it (since it isn't doing anything), or you could add "position:" before it (…
Basileus
in
Shadows Over New York - Season Three Coming...In a Few Months
April 2014
I am expecting great things from Professor Fisher. He had better be magnificent.
Basileus
in
GM-only maps
April 2014
Well I was hoping someone else would come along with a better answer, but I think a wiki page is your only option for that sort of thing, geelpete. I know improving the map functionality is one of the devs' ongoing projects, but I don't think the…
Basileus
in
Show all tags?
April 2014
edited April 2014
Any time, Bortas. Happy to help. :) *Edit:* If you find some strange behavior with the quick descriptions on the character list page, there appears to be a bizarre default setting that makes the description 10000px wide (though obviously the…
Basileus
in
Show all tags?
April 2014
edited April 2014
-Can you link to an example page?- Nevermind, forget the example unless this doesn't work, but it should be something along the lines of: @/* MAKE TAGS WRAP */ .tags-list {white-space: normal;}@ By default it is set to "nowrap" (with obvio…
Basileus
in
Adventure Log Preview Page
April 2014
Hmm, well, I'm out of town for the weekend, but can you post a link to the page in question?
Basileus
in
Hail from the North!
April 2014
Thorvaldr has a good method: Thread about it "here":http://forums.obsidianportal.com/comments.php?DiscussionID=3633
Basileus
in
Adventure Log Preview Page
April 2014
edited April 2014
You need the parent class, and it is its own object, so you can just get rid of it entirely. This is what I use: @.adventure-log-index .overflow-fade-out {display: none;}@ Should do it.
Basileus
in
Centering an Image with HTML or CSS code on the Wiki Page
April 2014
Your ISP is being billed $39.99/hour for support services while browsing this forum. Thank you for your patronage.
Basileus
in
Obsidian Portal Launch Feedback
April 2014
Hmm, nice, that may save some time. But my real complaint is that I don't know how to use percentages now (or if they work at all), and I hate using raw pixels for sizing.
Basileus
in
Obsidian Portal Launch Feedback
April 2014
edited April 2014
Because that's the thumbnail. To get the URL of the actual image, you need to display the whole thing and then right click > Properties, and copy the URL out of there. If you've just uploaded it is fine, because you see the full size image, bu…
Basileus
in
Centering an Image with HTML or CSS code on the Wiki Page
April 2014
edited April 2014
That's absolutely much easier if you need to center an element here or there on the fly. In this case, though, since there are already existing elements with a designated class on almost every wiki page, applying campaign-wide CSS is the more eff…
Basileus
in
Obsidian Portal Launch Feedback
April 2014
edited April 2014
Looks like we are seeing the beginnings of the file storage implementation? My image library is suddenly alphabetized and shows much larger pages (though takes longer to load). Inserting the image uses a more generic syntax that seems to be geare…
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
Basileus
Joined
February 2013
Visits
157
Last Active
November 2025
Roles
Member
Posts
585
Profile
Activity
Discussions
18
Comments
567
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