Sign In
•
Register
Discussions
Sign In
Close
Home
›
cgregory
›
Comments
cgregory
Comments
cgregory
in
Reference wiki for Obsidian Portal itself
May 2018
When I have the time I add some of the info to unlocking the portal. It was started mostly for me to remember certain css. But some people use it and have asked me to post css there. It may or may not be what SkidAce was talking about. https://un…
cgregory
in
What is this in my Custom CSS field?
May 2018
If you want to get rid of the !important the full css for it is .campaign-settings #advanced-settings #custom-css-field{ height: 1000px; }
cgregory
in
GM-Player Only Dynamic Character Sheets
May 2018
While you wait for this feature to be implemented or not, you can implement what you want by having your players each create a private campaign that they invite only you to the campaign (or you can create one private campaign for each player and inv…
cgregory
in
Displaying a list of Wiki pages
May 2018
Only way I can see of doing it is to create it by hand.
cgregory
in
Background and text color question?
May 2018
You are looking at the following Your wikis body.campaign-public-layout .post-section.post-main { background-color: black; } The GM only section of the wiki body.campaign-public-layout .post-section.post-gm-only { background-color: rgb…
cgregory
in
Changing color of wiki text without modifying character sheet
May 2018
You used .character-details instead of #character-details character-details is an id not a class so that is why it isn't working.
cgregory
in
Dresden Files RPG character sheet broken
May 2018
If you find an image of a different number of pips you could use CSS to 'fix' the sheet temporarily. Using .pipsRange_6 img {display:none;} .pipsRange_8 img {display:none;} .pipsRange_6 img::before {content: url(https://db4sgowjqfwig.cloudfront.net…
cgregory
in
Dresden Files RPG character sheet broken
May 2018
I can tell you the issue. The url for the stress pips no longer exists. Whoever created it linked to graphics on an external site http://www.causticreality.com/images/pips/pips-01-08.png http://www.causticreality.com/images/pips/pips-01-06.png et…
cgregory
in
Changing color of wiki text without modifying character sheet
May 2018
Just add a color that has a more specific CSS like #character-details { color: red; }
cgregory
in
Character Sheet Help (copy-pasting breaks the sheet?)
May 2018
I can't remember exactly what 4ed feat formatting looks like. But roughly something like this if I remember correctly. https://dead-men-tell-no-tales.obsidianportal.com/characters/test-dst Feat Name Sub1 Sub2 Info1 Description of Info 1 power. …
cgregory
in
Can CSS be used to overwrite tag functionality to boolean AND
April 2018
If I remember correctly the original idea behind the OR search was to allow people to find things when they were not sure exactly which tags they needed to search for. That said an AND search is generally more useful when you have a well thought ta…
cgregory
in
Tables
April 2018
I was just on the page as you changed it.
cgregory
in
Changing text size more than the basic h1-h5 settings?
April 2018
Typically you could create your own classes that would mimic the h# but if you don't have access to css due to not having a ascendant account you can simply do inline styles using span or p. This is my Big Word in a sentence. This is a big font p…
cgregory
in
Tables
April 2018
As aside, if you want different tables to have different font colors I would suggest giving those tables a class. Then in the CSS you use .greentable tr td { color:green; }
cgregory
in
What's happening with maps? Interactive Map Query
April 2018
I have an add markers button, but it doesn't seem to save the markers
cgregory
in
Tables
April 2018
edited April 2018
You can do it only in CSS, but you need to be as specific as the competing CSS which in OP is table tr th, table tr td { padding: 0.5625em 0.625em; font-size: 0.875em; color: #222; } That means you need to do it at the td or th …
cgregory
in
Veteran to role playing, New to playing via online
April 2018
Just to add, most games here in obsidian portal are done in person. Many of us use it for our GM/world notes and for our player’s notes. Others us it for session summaries written by the GM or sometimes by the players.
cgregory
in
Add Gamesystems
April 2018
@Kallak Not sure if you have the ability but adding the above systems and TimeWatch would be useful in getting DSTs created.
cgregory
in
Becoming an Ascendant account
April 2018
This link should work it is what i used last week. https://www.obsidianportal.com/ascendant_membership The other possibility to try is to go to one of your campaigns. Where it says welcome, click the drop down and click the link under My profile.
cgregory
in
Wiki page wich title contains an accent/special characters
April 2018
It will work if you use that link to create the page initially, but you will never have the special characters in the URL. But at the end of the day you don’t need to. You can see that it works by looking at the bottom two links of the page below. h…
cgregory
in
Stealing tables off of Wikipedia
April 2018
edited April 2018
Let's assume you use firefox for this. You go to the wikipedia page. Put your cursor at the top left of the table and right click. Choose Inspect Element. You should see a line that says table class="wikitable sortable" Right click on it and choose…
cgregory
in
Wiki page wich title contains an accent/special characters
April 2018
edited April 2018
You need to use HTML entities. So [[Règles du jeu]] becomes [[Règles du jeu|Règles du jeu]] You can find a list of HTML entities here https://www.w3schools.com/charsets/ref_html_entities_e.asp
cgregory
in
Making character portraits in the right sidebar bigger/two to a row?
April 2018
edited April 2018
I don't experience the blurry image when increasing my image size. Did you use 96x96 images originally? In order to arrange them two by two you'll want the following .large-block-grid-3 > li:nth-of-type(3n+1) { clear: none; } [class*="bl…
cgregory
in
Time Travel
April 2018
Thanks @JaymesBolton and @ragnarhawk I planned on using some of the points from shows and Chrononauts looks like it could be an fun game.
cgregory
in
Time Travel
April 2018
I’ve watched those plus Timeless and Travelers. One of the issues with tv shows/movies is at least one of my players have likely seen them too. Granted there are parts i can use. Timeless does the changes to the timeline by the main characters actio…
cgregory
in
Streams?
April 2018
Neither forum posts nor adventure log comments appear in the stream. Typically, I track Adventure log comments and forum posts by getting notified by email of them. You can sort of track the adventure log comments by looking at the adventure logs li…
cgregory
in
Update #5 - Changes to the Forum Threads
April 2018
Yeah, not a fan of the new forum setup. It is obviously a ploy to confuse us by our alien overlords.
cgregory
in
Limit Non-GM Editing
March 2018
His question was about forum post editing not wiki editing. So that is a slightly different beast.
cgregory
in
Tags & Search
March 2018
Looks good. @OPAdmin
cgregory
in
Private stuff same as public
March 2018
If you get stuck on parts of the css feel free to ask for assistance. There are plenty of us who are happy to help out.
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
cgregory
Joined
March 2011
Visits
2,212
Last Active
December 2024
Roles
Member
Posts
780
Profile
Activity
Discussions
17
Comments
763
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