<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Custom CSS Discussions Discussions on Obsidian Portal Community Forums</title>
      <link>https://forum.obsidianportal.com/categories/custom-css-discussions/p2/feed.rss</link>
      <pubDate>Mon, 14 Sep 2026 10:56:12 +0000</pubDate>
         <description>Custom CSS Discussions Discussions on Obsidian Portal Community Forums</description>
   <language>en-CA</language>
   <atom:link href="https://forum.obsidianportal.com/categories/custom-css-discussions/p2/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Looking to change the colour of my Wiki Page backgrounds</title>
      <link>https://forum.obsidianportal.com/discussion/6796/looking-to-change-the-colour-of-my-wiki-page-backgrounds</link>
      <pubDate>Sat, 08 Jun 2024 16:24:44 +0000</pubDate>
      <dc:creator>ThoRadia</dc:creator>
      <guid isPermaLink="false">6796@/discussions</guid>
      <description><![CDATA[<p>All of my Wiki pages are a lovely blinding white, i&#39;m not sure what to target to try and change the colour (A nice dark grey would be perfect).<br /><br /><br /><br />Any advice would be great, thanks :)</p>
]]></description>
   </item>
   <item>
      <title>Custom CSS in individual page possible?</title>
      <link>https://forum.obsidianportal.com/discussion/6777/custom-css-in-individual-page-possible</link>
      <pubDate>Mon, 08 Apr 2024 21:27:59 +0000</pubDate>
      <dc:creator>Rinpondwriter</dc:creator>
      <guid isPermaLink="false">6777@/discussions</guid>
      <description><![CDATA[<p>Hi,</p>
<p>I am slowly figuring out CSS, and looking around the forums and learning things, but I had a question.</p>
<p>Can I embed CSS code within an individual page, or do I need to create the css page in the advanced campaign settings?</p>
<p>I&#39;m looking at making basic changes, such as fonts, headers, but want to look at the changes on a single page, instead of applying it to the whole campaign, or section of pages.</p>
<p>Is this possible?</p>
]]></description>
   </item>
   <item>
      <title>Changing Font style and color</title>
      <link>https://forum.obsidianportal.com/discussion/6723/changing-font-style-and-color</link>
      <pubDate>Fri, 17 Nov 2023 06:36:06 +0000</pubDate>
      <dc:creator>Crome54</dc:creator>
      <guid isPermaLink="false">6723@/discussions</guid>
      <description><![CDATA[<p>Ok, tried the example that was given in customCCs basics but I&#39;m messing up.&nbsp; I&#39;m looking to change my fonts globally to Comic Neue (goggle fonts) and i would like to change the color of the basic fonts to indigo (4B0082)&nbsp; If someone could give me a script or whatever you call it) i would really appreciate it.</p>
<p>Also is this a particular programming language?&nbsp; if so how can i lean the basics?&nbsp; any links, videos or resources would be greatly appreciated.&nbsp; I would really like to learn this.&nbsp;</p>
<p>thanks in advance</p>
<p>&nbsp;</p>
<table>	<tbody>		<tr></tr>			&nbsp;			&nbsp;			</tbody></table>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Plus to underlines</title>
      <link>https://forum.obsidianportal.com/discussion/6711/plus-to-underlines</link>
      <pubDate>Thu, 21 Sep 2023 17:45:33 +0000</pubDate>
      <dc:creator>Grumpsatyr</dc:creator>
      <guid isPermaLink="false">6711@/discussions</guid>
      <description><![CDATA[<p>I hope I&#39;m in the right place. I am currently working on a mage game, and writing out the spells in the wiki, including how my players visualize the spells they learn. Part of the process is listing the Reaches in the book, expressed as &quot;+1 Reach: (text)&quot; The issue comes if there is more than one listed. Instead of it being listed below:</p>
<p>*+1 Reach*: Can do extra cool thing.</p>
<p>*+1 Reach*: Can do differnet extra cool thing.</p>
<p>It comes out as the following:</p>
<p><strong><span>1 Reach</span></strong>: Can do extra cool thing.</p>
<p><strong>1 Reach</strong>: Can do differnet extra cool thing.</p>
<p>Is there something that I&#39;m missing or should do to fix it? Spacing it doesn&#39;t fix the second entry, and looks weird spacing-wise as it become inconsistant with the rest of the entry. Thanks in advance.</p>
]]></description>
   </item>
   <item>
      <title>Want to translate some items of my campaign</title>
      <link>https://forum.obsidianportal.com/discussion/6712/want-to-translate-some-items-of-my-campaign</link>
      <pubDate>Sat, 23 Sep 2023 07:45:59 +0000</pubDate>
      <dc:creator>UskomatonMurmeli</dc:creator>
      <guid isPermaLink="false">6712@/discussions</guid>
      <description><![CDATA[<p>Hello,</p>
<p>I&#39;m a complete newbie in HTML and CSS, but I wanted to know if it was possible to easily remove some texts from ObsidianPortal with few modifications. For example, I want to change the titles of Home Page and Main Page of the wiki, or the titles &quot;PLAYER CHARACTERS&quot; and &quot;NON-PLAYER CHARACTERS&quot; in Characters page. I&#39;ve failed to change those items, so I suppose I&#39;m not good enough to do that.</p>
<p>Thanks for help!</p>
]]></description>
   </item>
   <item>
      <title>Simple CSS edit</title>
      <link>https://forum.obsidianportal.com/discussion/6701/simple-css-edit</link>
      <pubDate>Sat, 02 Sep 2023 22:01:59 +0000</pubDate>
      <dc:creator>MasterGameMaster</dc:creator>
      <guid isPermaLink="false">6701@/discussions</guid>
      <description><![CDATA[<p>I am trying to get the Star Wars Scroll look (at least a simple one) and I put the word scroll in the slugs I want to reflect the black background and yellow text.&nbsp; Here is what I have in my Custom CSS block:</p>
<p>/* Set the background color to black and text color to yellow for pages with &quot;scroll&quot; in the slug */<br /><br />.page[data-slug*=&quot;scroll&quot;] {<br /><br />&nbsp;&nbsp;&nbsp; background-color: black;<br /><br />&nbsp;&nbsp;&nbsp; color: yellow;<br /><br />}</p>
<p>But it does not seem to update.&nbsp; I am new to CSS, so my guess is I missed a simple step.&nbsp; Any help?</p>
<p>&nbsp;</p>
<p>Curt</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Adding specific colours to specific wiki titles</title>
      <link>https://forum.obsidianportal.com/discussion/6690/adding-specific-colours-to-specific-wiki-titles</link>
      <pubDate>Sun, 20 Aug 2023 13:15:48 +0000</pubDate>
      <dc:creator>Chromadamsel</dc:creator>
      <guid isPermaLink="false">6690@/discussions</guid>
      <description><![CDATA[<p>Hi everyone!&nbsp;<br /><br /><br /><br />I&#39;m relatively new to Obsidian portal and I am currently working on some editing for my wiki pages. One of the issues I have run into is that I cannot seem to figure out how to make the wiki page titles all different colours. I&#39;ve managed to add 1 colour for all titles with this code:</p>
<p><img src="/userfiles/image(286).png" alt="image" /></p>
<p>But this applies the same blue colour to all wiki page titles, which is not what I want. Is there a way to select 1 specific wiki page and apply the colour to that one&#39;s title&nbsp;only? Completely new to CSS so I could use some tips&nbsp;</p>
<p>Thanks in advance!</p>
]]></description>
   </item>
   <item>
      <title>wiki-page-link bolder text</title>
      <link>https://forum.obsidianportal.com/discussion/6620/wiki-page-link-bolder-text</link>
      <pubDate>Fri, 16 Jun 2023 20:04:36 +0000</pubDate>
      <dc:creator>juppo94</dc:creator>
      <guid isPermaLink="false">6620@/discussions</guid>
      <description><![CDATA[<p>Basically I have certain key words hyperlinked through the &quot;link to wiki page&quot; option but I am trying to get it to have the hyperlinks all have higher font weight. and for some reason I can&#39;t get it to work.<br /><br /><br /><br />Any help appreciated.&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Custom Header Assistance Request</title>
      <link>https://forum.obsidianportal.com/discussion/6619/custom-header-assistance-request</link>
      <pubDate>Fri, 16 Jun 2023 03:16:13 +0000</pubDate>
      <dc:creator>Dungeon_Master_Loki</dc:creator>
      <guid isPermaLink="false">6619@/discussions</guid>
      <description><![CDATA[<p>Totally CSS ignorant, so this may be easy and obvious (which would be optimal). Is there a way to use CSS to update a block of code at the top of each page in the wiki? Something I could update at the source and it would roll out to all (or selected) pages?&nbsp;</p>
<p>Basically, I want to create a consistent header with some navigation elements and such in it, that&#39;s done. Finding a way to implement it across a massive, 14 year old campaign is where I flounder.&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Changing Character Link Color</title>
      <link>https://forum.obsidianportal.com/discussion/6189/changing-character-link-color</link>
      <pubDate>Mon, 09 May 2022 07:44:21 +0000</pubDate>
      <dc:creator>Leonidas300</dc:creator>
      <guid isPermaLink="false">6189@/discussions</guid>
      <description><![CDATA[<p>I&#39;ve seen where some folks have been able to do this but I have been unable to duplicate. Can someone tell me how to do it?</p>
]]></description>
   </item>
   <item>
      <title>Adventure Log with Multi-line subtitles</title>
      <link>https://forum.obsidianportal.com/discussion/6341/adventure-log-with-multi-line-subtitles</link>
      <pubDate>Wed, 12 Oct 2022 17:49:11 +0000</pubDate>
      <dc:creator>tomwrussell</dc:creator>
      <guid isPermaLink="false">6341@/discussions</guid>
      <description><![CDATA[<p>Hi, everyone.</p>
<p>I&#39;m looking ofr a way to add subtitles to my adventure log entries that have more than one line.&nbsp; For example:</p>
<p>Title: <br />Session 13: Here We Go Again</p>
<p>Subtitle: <br />In world date: 23 Harvest, year 453 <br /> Location: City of Light</p>
]]></description>
   </item>
   <item>
      <title>Accordion Customization</title>
      <link>https://forum.obsidianportal.com/discussion/6348/accordion-customization</link>
      <pubDate>Tue, 18 Oct 2022 21:36:59 +0000</pubDate>
      <dc:creator>Keryth987</dc:creator>
      <guid isPermaLink="false">6348@/discussions</guid>
      <description><![CDATA[<p>So...this is what I&#39;ve got right now</p>
<p><img src="/userfiles/image(261).png" alt="image" /></p>
<p>&nbsp;</p>
<p>Anyone know how I can customize the accordion to make the abckground black, and also change the borders and remove the arrow? I recall there was a topic somewhere that dealt with the arrow, but I can&#39;t find it</p>
]]></description>
   </item>
   <item>
      <title>Custom Background for one page?</title>
      <link>https://forum.obsidianportal.com/discussion/6451/custom-background-for-one-page</link>
      <pubDate>Sat, 18 Feb 2023 17:07:19 +0000</pubDate>
      <dc:creator>WolfLord</dc:creator>
      <guid isPermaLink="false">6451@/discussions</guid>
      <description><![CDATA[<p>I&#39;m curious if anyone knows a way to add a custom campaign background image, but just for a single page like a character or wiki page via css? So over the top of the normal campaign background that is behind most pages?&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Image carousel in a table?</title>
      <link>https://forum.obsidianportal.com/discussion/6445/image-carousel-in-a-table</link>
      <pubDate>Tue, 14 Feb 2023 02:47:20 +0000</pubDate>
      <dc:creator>Introvertbard</dc:creator>
      <guid isPermaLink="false">6445@/discussions</guid>
      <description><![CDATA[<p>I&#39;ve been using a right float table for my pages to give them a wikipedia like style, but I was hoping to add an image carousel to some of the pages. For example, the&nbsp;Elven Gods in my world are the same deities, but&nbsp;known by different names and look different in each continent, so I wanted to be able to scroll through the different images instead of having to choose&nbsp;just one. Currently when I use the carousel button, it breaks the table from that point onward. Anyone hav&nbsp;suggestions on if/how this could work?</p>
]]></description>
   </item>
   <item>
      <title>Tip! How to use CSS to stop floating images from wiki/adventure log posts messing up search results</title>
      <link>https://forum.obsidianportal.com/discussion/6416/tip-how-to-use-css-to-stop-floating-images-from-wiki-adventure-log-posts-messing-up-search-results</link>
      <pubDate>Sat, 31 Dec 2022 00:31:04 +0000</pubDate>
      <dc:creator>ElMuggs</dc:creator>
      <guid isPermaLink="false">6416@/discussions</guid>
      <description><![CDATA[<p>Just a tip that if you use the align left/right options on images on wiki/adventure logs the float css&nbsp;can cause them to&nbsp;misbehave&nbsp;on search results like this:&nbsp;</p>
<p><img src="/userfiles/image(268).png" alt="image" /></p>
<p>To solve this just&nbsp;add the below CSS which will hide any images in search result descriptions:</p>
<pre><br /><code>.campaign-search-page .result img<br />{display:none;<br />}</code></pre>
<p>This will hide these&nbsp;pictures&nbsp;<a rel="nofollow" href="https://thedomainofdreadcouncilmeeting.obsidianportal.com/search?tag=Rules">fixing&nbsp;the problem</a>:</p>
<p><img src="/userfiles/image(269).png" alt="image" /></p>
<p>Meanwhile the images will still display as normal on the <a rel="nofollow" href="https://thedomainofdreadcouncilmeeting.obsidianportal.com/wikis/how-levelling-works-for-dreadlords">full page</a>.</p>
<p><img src="/userfiles/image(270).png" alt="image" /></p>
]]></description>
   </item>
   <item>
      <title>CSS Help Hub</title>
      <link>https://forum.obsidianportal.com/discussion/6347/css-help-hub</link>
      <pubDate>Mon, 17 Oct 2022 15:45:54 +0000</pubDate>
      <dc:creator>Abersade</dc:creator>
      <guid isPermaLink="false">6347@/discussions</guid>
      <description><![CDATA[<p>Good day everyone.</p>
<p>I&#39;ve posted a few updates to the CSS Help Hub on my test campaign, might be useful for folks new to CSS so I figured I&#39;d post about it here.</p>
<p><a rel="nofollow" href="https://abersade-testbed.obsidianportal.com/wikis/css-help-main-hub">https://abersade-testbed.obsidianportal.com/wikis/css-help-main-hub</a></p>
]]></description>
   </item>
   <item>
      <title>Poll for some avatar style options.</title>
      <link>https://forum.obsidianportal.com/discussion/6283/poll-for-some-avatar-style-options</link>
      <pubDate>Sun, 07 Aug 2022 18:08:58 +0000</pubDate>
      <dc:creator>neqis</dc:creator>
      <guid isPermaLink="false">6283@/discussions</guid>
      <description><![CDATA[<p>I&#39;m working on a DST for Wraith: the Oblivion (a rather dark game, if you haven&#39;t played it or guessed from the name), and am considering two subtly different styling options for avatar images. Forum posts don&#39;t allow &lt;style&gt; elements, so I&#39;ve created a <a rel="nofollow" href="https://htmlpreview.github.io/?https://gist.githubusercontent.com/outis/92303faa3c8b7e8ccd865831fa3262ce/raw/26c96040e3f6d7d03bc0dea382c58ff8d4b03303/avatar-styles.html">preview page</a> to compare the two styles (labeled &quot;A&quot; and &quot;B&quot; at the top) and unstyled options. Note the differences scarcely matter on the last two, which are avatars representing Shadow characters; I&#39;ve included them because&nbsp;images that are dark at the edge are sometimes used. Which style do folks like more? (I&#39;m deliberately not describing the styles so as to get unprompted, first-impressions responses.)</p>
]]></description>
   </item>
   <item>
      <title>Setting Text Resizing throughout Page</title>
      <link>https://forum.obsidianportal.com/discussion/6254/setting-text-resizing-throughout-page</link>
      <pubDate>Fri, 15 Jul 2022 14:42:58 +0000</pubDate>
      <dc:creator>AlfmarchesGM</dc:creator>
      <guid isPermaLink="false">6254@/discussions</guid>
      <description><![CDATA[<p>Hello!</p>
<p>THe OP Page for our campaign is looking great for what we want on PC, but on mobile we&#39;ve been having a few hiccups. The main one is how big the text is on the screen - we&#39;d rather the text scaled down to size with mobile options (by width, perhaps?) instead of staying a fixed size.</p>
<p>An example to illustrate, using a middle/low-end smartphone but that illustrates the issue we&#39;ve had:</p>
<p><img src="/userfiles/image(255).png" alt="image" /></p>
<p>Is there a way to make this work for the whole campaign page? Thanks.</p>
]]></description>
   </item>
   <item>
      <title>Font placement on custom backgrounds</title>
      <link>https://forum.obsidianportal.com/discussion/6187/font-placement-on-custom-backgrounds</link>
      <pubDate>Sat, 07 May 2022 19:39:56 +0000</pubDate>
      <dc:creator>Boni</dc:creator>
      <guid isPermaLink="false">6187@/discussions</guid>
      <description><![CDATA[<p>I created a new campaign and have been playing around with it the last weeks. As I&#39;m fairly new to CSS, I have run into a problem I cannot solve.</p>
<p>Here&#39;s the campaign page: <a href="https://adastra-2.obsidianportal.com/" target="_blank" rel="nofollow">https://adastra-2.obsidianportal.com/</a></p>
<p>I&#39;m trying to implement a Star Trek-y feel. The page background works quite well (I stole the correct code <img alt="wink" src="https://forums.obsidianportal.com/plugins/CKEditor/plugins/smiley/images/wink_smile.png" title="wink" />), but I need the text start further to the right, so that its clear of the borders. The same goes for the page headings, they vanish under the borders, too.</p>
<p>Here&#39;s the code I&#39;ve got so far:</p>
<pre><br /><code>/* BEGIN - CSS Hintergrund in den Content-Bereichen */<br />/* Transparent backgrounds so parchment shows */<br />.post-player-secret.post-section.player-secret,<br />.campaign-landing-page-container,<br />.wiki-page .post-section.post-main,<br />.wiki-page .post-gm-only.post-section<br />{ background-color: transparent!important; }<br /><br />/* Parchment body */<br />.adventure-log-post-container.full .post-comments.post-section,<br />.adventure-log-post-container.full .post-gm-only.post-section,<br />.adventure-log-post-container.full .post-player-secret.post-section,<br />.adventure-log-show .post-main,<br />.campaign-public-layout <a rel="nofollow" href="/search?Search=%23character-details&amp;Mode=like">#character-details</a>,<br />.character-show .post-player-secret.post-section.player-secret,<br />.wiki-page,<br />.character-show .main-content section,<br />.item-show .main-content section {<br />background-image: url('<a href="https://familia-seevenborni.de/wp-content/uploads/2022/04/computer-center.png'" target="_blank" rel="nofollow">https://familia-seevenborni.de/wp-content/uploads/2022/04/computer-center.png'</a>);<br />background-position:center; background-size:100%; background-color : transparent!important; <br />position:relative; margin-top: 30px; margin-bottom: 100px!important;<br />}<br /><br />/* Parchment header */<br />.adventure-log-post-container.full .post-comments.post-section:before,<br />.adventure-log-post-container.full .post-gm-only.post-section:before,<br />.adventure-log-post-container.full .post-player-secret.post-section:before,<br />.character-show .post-player-secret.post-section.player-secret:before,<br />.adventure-log-show .post-main:before,<br />.wiki-page:before,<br />.character-show .main-content section:before,<br />.item-show .main-content section:before { top:-15px; height:75px;<br />background-image: url('<a href="https://familia-seevenborni.de/wp-content/uploads/2022/04/computer-border-oben.png'" target="_blank" rel="nofollow">https://familia-seevenborni.de/wp-content/uploads/2022/04/computer-border-oben.png'</a>);<br />background-color : transparent; background-repeat:no-repeat; background-position: center center; background-size:100%;<br />position:absolute; z-index:1; width:100%; left:-4px; content:&quot;&quot;;<br />}<br /><br />/* Parchment footer */<br />.adventure-log-post-container.full .post-comments.post-section:after,<br />.adventure-log-post-container.full .post-gm-only.post-section:after,<br />.adventure-log-post-container.full .post-player-secret.post-section:after,<br />.adventure-log-show .post-main:after,<br />.post-player-secret.post-section.player-secret:after,<br />.wiki-page:after,<br />.character-show .main-content section:after,<br />.item-show .main-content section:after { bottom:-75px; height:155px;<br />background-image: url('<a href="https://familia-seevenborni.de/wp-content/uploads/2022/04/computer-border-unten.png'" target="_blank" rel="nofollow">https://familia-seevenborni.de/wp-content/uploads/2022/04/computer-border-unten.png'</a>);<br />background-color : transparent; background-repeat:no-repeat; background-position: center center; background-size:100%;<br />position:absolute; z-index:1; width:100%; left:-5px; content:&quot;&quot;;<br />} <br /><br />/* Positioning content on parchment */<br />.wiki-page:after .adventure-log-post-container.full .post-comments.post-section, .character-show .main-content section, .item-show .main-content section{ padding-left: 16.5%; }<br />.wiki-page { padding-left: 10.5%; }<br />/* END - CSS only parchment background on content */</code></pre>
<p>My guess is that the issue is somewhere in the last part /* Positioning content on parchment */, but I can&#39;t find it for the life of me. Any help wold be appreciated.</p>
]]></description>
   </item>
   <item>
      <title>Cutomizing Character Screen</title>
      <link>https://forum.obsidianportal.com/discussion/6152/cutomizing-character-screen</link>
      <pubDate>Thu, 14 Apr 2022 02:50:50 +0000</pubDate>
      <dc:creator>Keryth987</dc:creator>
      <guid isPermaLink="false">6152@/discussions</guid>
      <description><![CDATA[<p>OK, so...looking for some assistance here form the CSS Gurus. Working, or should I say tinkering, on what MIGHT be my next campaign - Xcom based. And would REALLY like my Character page to resemble THIS</p>
<p><img src="https://cdn.discordapp.com/attachments/752343283753287772/963258431836422194/unknown.png" alt="image" /></p>
<p>Though, I&#39;d replace the flags with face images form the character sheet<br /><br />Any ideas?<br /><br />And the Status and Days sections are not necessary...probably change one of them to Level, maybe the other to XP</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Embedding a Cameo Video</title>
      <link>https://forum.obsidianportal.com/discussion/6086/embedding-a-cameo-video</link>
      <pubDate>Wed, 09 Mar 2022 07:48:14 +0000</pubDate>
      <dc:creator>Leonidas300</dc:creator>
      <guid isPermaLink="false">6086@/discussions</guid>
      <description><![CDATA[<p>Is there a better way to embed a cameo video than what I have here:</p>
<p>&quot;Cameo&quot;:<a href="https://amanifestationofchaosextinctionevent.obsidianportal.com/wikis/the-group#m3" target="_blank" rel="nofollow">https://amanifestationofchaosextinctionevent.obsidianportal.com/wikis/the-group#m3</a></p>
<p>I would like to have the video centered and the option to play from the page or at least to open the link&nbsp;into playing, instead of having to click the link on the page and then start it separately once you get there.</p>
<p>&nbsp;</p>
<p>Thoughts?</p>
<p>&nbsp;</p>
<p>Leonidas300</p>
<p>&quot;Manifestation of Chaos - Extinction Event&quot;:<a href="https://amanifestationofchaosextinctionevent.obsidianportal.com/" target="_blank" rel="nofollow">https://amanifestationofchaosextinctionevent.obsidianportal.com/</a></p>
]]></description>
   </item>
   <item>
      <title>Accordions on character pages?</title>
      <link>https://forum.obsidianportal.com/discussion/6006/accordions-on-character-pages</link>
      <pubDate>Tue, 11 Jan 2022 06:58:14 +0000</pubDate>
      <dc:creator>WolfLord</dc:creator>
      <guid isPermaLink="false">6006@/discussions</guid>
      <description><![CDATA[<p>I&#39;m having an issue where accordians don&#39;t seem to show up on character pages... they show up when i preview before saving, but then do not show up on the saved page. Is this something others experience too, and if so is there a workaround?</p>
<p>If not then I must have some other code messing with it.&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>player characters on the side of the front page</title>
      <link>https://forum.obsidianportal.com/discussion/6090/player-characters-on-the-side-of-the-front-page</link>
      <pubDate>Sat, 12 Mar 2022 19:37:32 +0000</pubDate>
      <dc:creator>Frak_Lou_Elmo</dc:creator>
      <guid isPermaLink="false">6090@/discussions</guid>
      <description><![CDATA[<p>Does anyone have any experience with making some CSS to adapt this part of the portal?:<br /><br /><img src="/userfiles/image(234).png" alt="image" /></p>
<p>I am hoping maybe someone has done this before. Almost all of y players have 2 characters. Only 1 shows up in this section. I would like them all to show up in this section, and if possible separated&nbsp;by a tag (I used A-Team and B-Team in my game) so it&nbsp;would appear something like this:<br /><br /><br /><br /><img src="/userfiles/image(235).png" alt="image" /><br /><br />anyone ever done something like this before?</p>
]]></description>
   </item>
   <item>
      <title>Building a fantasy calendar into a wiki page</title>
      <link>https://forum.obsidianportal.com/discussion/5846/building-a-fantasy-calendar-into-a-wiki-page</link>
      <pubDate>Wed, 12 May 2021 19:14:41 +0000</pubDate>
      <dc:creator>Frak_Lou_Elmo</dc:creator>
      <guid isPermaLink="false">5846@/discussions</guid>
      <description><![CDATA[<p>One of my players has gotten lyncanthrope so suddenly moon phases have become relevant :) My CSS skills are non-existant but I am very good at copy/paste and can figure out a bit of html.<br /><br /><br /><br />I would like to build in a calender with moonphases. Looking around the net there are some pages which do this quite nicely:<br /><br /><a href="https://donjon.bin.sh/fantasy/calendar/" target="_blank" rel="nofollow">https://donjon.bin.sh/fantasy/calendar/</a><br /><br /><a href="http://www.d20srd.org/fantasy/calendar/" target="_blank" rel="nofollow">http://www.d20srd.org/fantasy/calendar/</a></p>
<p>I punched some numbers and date names to make it Faerun accurate (see textblock&nbsp;at the bottom of this post for the .json&nbsp;contet&nbsp;for Faerun circa 1488 that can by copy/pasted into either link above) and i hoped that inspecting the source I could&nbsp;just see a bunch of html and copy/paste it into a wiki to replicate the calendar.</p>
<p>Lo and behold, it did not work! (what was I thinking?)</p>
<p>So I figure that CSS is required to make this work, but I cannot identify what. I was hoping someone here could help me out with that because I am guess that the two links above must use the same or similar CSS to get results which look almost identical but for the background.&nbsp;</p>
<p>Ideally, I would prefer rather than the links above to have something more interactive like this creation:&nbsp;<br /><br /><a href="https://www.worldanvil.com/w/forgotten-realms-28d26d5th29-lethann/a/calendar-of-harptos-article" target="_blank" rel="nofollow">https://www.worldanvil.com/w/forgotten-realms-28d26d5th29-lethann/a/calendar-of-harptos-article</a></p>
<p>has anyone done this before in Obsidian Portal? Can anyone help me out in finding the CSS that I could copy/paste from those calender generators, or am I just thinking completely in the wrong direction on how this works?</p>
<p>thanks in advance!<br /><br />Frak</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>calender text block, which is also saved as .json:</p>
<p>{&quot;year_len&quot;:365,&quot;events&quot;:1,&quot;n_months&quot;:17,&quot;months&quot;:[&quot;Hammer: Deepwinter&quot;,&quot;Midwinter Festival&quot;,&quot;Alturiak: The Claw of Winter&quot;,&quot;Ches: The Claw of the Sunsets&quot;,&quot;Tarsakh: The Claw of the Storms&quot;,&quot;Greengrass: Festival&quot;,&quot;Mirtul: The Melting&quot;,&quot;Kythorn: The Time of Flowers&quot;,&quot;Flamerule: Summertide&quot;,&quot;Midsummer Festival&quot;,&quot;Eleasis: Highsun&quot;,&quot;Eleint: The Fading&quot;,&quot;Highharvestide Festival&quot;,&quot;Marpenoth: Leaffall&quot;,&quot;Uktar: The Rotting&quot;,&quot;Feast of the Moon Festival&quot;,&quot;Nightal: The Drawing Down&quot;],&quot;month_len&quot;:{&quot;Hammer: Deepwinter&quot;:30,&quot;Midwinter Festival&quot;:1,&quot;Alturiak: The Claw of Winter&quot;:30,&quot;Ches: The Claw of the Sunsets&quot;:30,&quot;Tarsakh: The Claw of the Storms&quot;:30,&quot;Greengrass: Festival&quot;:1,&quot;Mirtul: The Melting&quot;:30,&quot;Kythorn: The Time of Flowers&quot;:30,&quot;Flamerule: Summertide&quot;:30,&quot;Midsummer Festival&quot;:1,&quot;Eleasis: Highsun&quot;:30,&quot;Eleint: The Fading&quot;:30,&quot;Highharvestide Festival&quot;:1,&quot;Marpenoth: Leaffall&quot;:30,&quot;Uktar: The Rotting&quot;:30,&quot;Feast of the Moon Festival&quot;:1,&quot;Nightal: The Drawing Down&quot;:30},&quot;week_len&quot;:10,&quot;weekdays&quot;:[&quot;Firstday&quot;,&quot;Secondday&quot;,&quot;Thirdday&quot;,&quot;Fourthday&quot;,&quot;Fifthday&quot;,&quot;Sixthday&quot;,&quot;Seventhday&quot;,&quot;Eighthday&quot;,&quot;Ninthday&quot;,&quot;Tenthday&quot;],&quot;n_moons&quot;:1,&quot;moons&quot;:[&quot;Selune&quot;],&quot;lunar_cyc&quot;:{&quot;Selune&quot;:30.4375},&quot;lunar_shf&quot;:{&quot;Selune&quot;:6},&quot;year&quot;:1488,&quot;first_day&quot;:0,&quot;notes&quot;:{&quot;1488-1-1&quot;:&quot;&quot;,&quot;1488-1-3&quot;:&quot;&quot;,&quot;1488-1-5&quot;:&quot;&quot;,&quot;1488-1-8&quot;:&quot;&quot;,&quot;1488-1-11&quot;:&quot;&quot;,&quot;1488-1-12&quot;:&quot;&quot;,&quot;1488-1-15&quot;:&quot;&quot;,&quot;1488-1-17&quot;:&quot;&quot;,&quot;1488-1-18&quot;:&quot;&quot;,&quot;1488-1-20&quot;:&quot;&quot;,&quot;1488-1-22&quot;:&quot;&quot;,&quot;1488-1-24&quot;:&quot;&quot;,&quot;1488-1-26&quot;:&quot;&quot;,&quot;1488-1-29&quot;:&quot;&quot;,&quot;1488-3-7&quot;:&quot;&quot;,&quot;1488-3-9&quot;:&quot;&quot;,&quot;1488-3-13&quot;:&quot;&quot;,&quot;1488-3-15&quot;:&quot;&quot;,&quot;1488-3-16&quot;:&quot;&quot;,&quot;1488-3-17&quot;:&quot;&quot;,&quot;1488-3-20&quot;:&quot;&quot;,&quot;1488-3-21&quot;:&quot;&quot;,&quot;1488-3-22&quot;:&quot;&quot;,&quot;1488-3-27&quot;:&quot;&quot;,&quot;1488-4-2&quot;:&quot;&quot;,&quot;1488-4-5&quot;:&quot;&quot;,&quot;1488-4-9&quot;:&quot;&quot;,&quot;1488-4-17&quot;:&quot;&quot;,&quot;1488-4-18&quot;:&quot;&quot;,&quot;1488-4-19&quot;:&quot;Spring Equinox&quot;,&quot;1488-4-23&quot;:&quot;&quot;,&quot;1488-4-25&quot;:&quot;&quot;,&quot;1488-4-26&quot;:&quot;&quot;,&quot;1488-5-4&quot;:&quot;&quot;,&quot;1488-5-6&quot;:&quot;&quot;,&quot;1488-5-7&quot;:&quot;&quot;,&quot;1488-5-9&quot;:&quot;&quot;,&quot;1488-5-11&quot;:&quot;&quot;,&quot;1488-5-12&quot;:&quot;&quot;,&quot;1488-5-14&quot;:&quot;&quot;,&quot;1488-5-15&quot;:&quot;&quot;,&quot;1488-5-19&quot;:&quot;&quot;,&quot;1488-5-23&quot;:&quot;&quot;,&quot;1488-7-7&quot;:&quot;&quot;,&quot;1488-7-10&quot;:&quot;&quot;,&quot;1488-7-16&quot;:&quot;&quot;,&quot;1488-7-18&quot;:&quot;&quot;,&quot;1488-7-20&quot;:&quot;&quot;,&quot;1488-7-21&quot;:&quot;&quot;,&quot;1488-7-23&quot;:&quot;&quot;,&quot;1488-7-24&quot;:&quot;&quot;,&quot;1488-7-25&quot;:&quot;&quot;,&quot;1488-7-26&quot;:&quot;&quot;,&quot;1488-7-29&quot;:&quot;&quot;,&quot;1488-7-30&quot;:&quot;&quot;,&quot;1488-8-4&quot;:&quot;&quot;,&quot;1488-8-8&quot;:&quot;&quot;,&quot;1488-8-10&quot;:&quot;&quot;,&quot;1488-8-11&quot;:&quot;&quot;,&quot;1488-8-14&quot;:&quot;&quot;,&quot;1488-8-17&quot;:&quot;&quot;,&quot;1488-8-24&quot;:&quot;&quot;,&quot;1488-8-27&quot;:&quot;&quot;,&quot;1488-8-29&quot;:&quot;&quot;,&quot;1488-8-30&quot;:&quot;&quot;,&quot;1488-9-2&quot;:&quot;&quot;,&quot;1488-9-6&quot;:&quot;&quot;,&quot;1488-9-11&quot;:&quot;&quot;,&quot;1488-9-16&quot;:&quot;&quot;,&quot;1488-9-18&quot;:&quot;&quot;,&quot;1488-9-19&quot;:&quot;&quot;,&quot;1488-9-21&quot;:&quot;&quot;,&quot;1488-9-22&quot;:&quot;&quot;,&quot;1488-9-26&quot;:&quot;&quot;,&quot;1488-9-27&quot;:&quot;&quot;,&quot;1488-10-1&quot;:&quot;&quot;,&quot;1488-11-1&quot;:&quot;&quot;,&quot;1488-11-4&quot;:&quot;&quot;,&quot;1488-11-10&quot;:&quot;&quot;,&quot;1488-11-14&quot;:&quot;&quot;,&quot;1488-11-18&quot;:&quot;&quot;,&quot;1488-11-24&quot;:&quot;&quot;,&quot;1488-11-28&quot;:&quot;&quot;,&quot;1488-12-4&quot;:&quot;&quot;,&quot;1488-12-12&quot;:&quot;&quot;,&quot;1488-12-14&quot;:&quot;&quot;,&quot;1488-12-19&quot;:&quot;&quot;,&quot;1488-12-21&quot;:&quot;Autumn Equinox&quot;,&quot;1488-12-24&quot;:&quot;&quot;,&quot;1488-12-25&quot;:&quot;&quot;,&quot;1488-12-26&quot;:&quot;&quot;,&quot;1488-13-1&quot;:&quot;&quot;,&quot;1488-14-5&quot;:&quot;&quot;,&quot;1488-14-6&quot;:&quot;&quot;,&quot;1488-14-7&quot;:&quot;&quot;,&quot;1488-14-15&quot;:&quot;&quot;,&quot;1488-14-21&quot;:&quot;&quot;,&quot;1488-14-25&quot;:&quot;&quot;,&quot;1488-14-28&quot;:&quot;&quot;,&quot;1488-14-30&quot;:&quot;&quot;,&quot;1488-15-19&quot;:&quot;&quot;,&quot;1488-15-21&quot;:&quot;&quot;,&quot;1488-15-22&quot;:&quot;&quot;,&quot;1488-15-23&quot;:&quot;&quot;,&quot;1488-15-11&quot;:&quot;&quot;,&quot;1488-15-27&quot;:&quot;&quot;,&quot;1488-15-15&quot;:&quot;&quot;,&quot;1488-15-16&quot;:&quot;&quot;,&quot;1488-15-25&quot;:&quot;&quot;,&quot;1488-15-26&quot;:&quot;&quot;,&quot;1488-15-5&quot;:&quot;&quot;,&quot;1488-17-4&quot;:&quot;&quot;,&quot;1488-17-8&quot;:&quot;&quot;,&quot;1488-17-16&quot;:&quot;&quot;,&quot;1488-17-18&quot;:&quot;&quot;,&quot;1488-17-21&quot;:&quot;&quot;,&quot;1488-17-23&quot;:&quot;&quot;,&quot;1488-17-25&quot;:&quot;&quot;,&quot;1488-17-27&quot;:&quot;&quot;,&quot;1488-17-20&quot;:&quot;Winter Solstice&quot;,&quot;1488-8-20&quot;:&quot;Summer Solstice&quot;}}</p>
]]></description>
   </item>
   <item>
      <title>Any known way to differentiate CSS based on whether the user is part of the game?</title>
      <link>https://forum.obsidianportal.com/discussion/6061/any-known-way-to-differentiate-css-based-on-whether-the-user-is-part-of-the-game</link>
      <pubDate>Wed, 16 Feb 2022 20:38:40 +0000</pubDate>
      <dc:creator>Abersade</dc:creator>
      <guid isPermaLink="false">6061@/discussions</guid>
      <description><![CDATA[<p>Afternoon folks,</p>
<p>This has likely been asked before but it&#39;s been awhile as far as I can recall, I&#39;m hoping someone better than I am at CSS already knows of a method. What I&#39;m looking to do is to customize the CSS for one of my sites based on whether or not the person viewing the screen is one of the players in the game.</p>
<p>The reason I want to do this is because of the navigation bar differences between users that are players in the game and everyone else, I&#39;d really like to be able to fix the spacing of the navbar titles for everyone but the players.</p>
<p>Image example below showing the issue, also a good illustration of how different browsers render images a bit differently. Left is Firefox, right is Chrome.</p>
<p><img src="/userfiles/image(230).png" alt="image" /></p>
]]></description>
   </item>
   <item>
      <title>Removing Box on Main Page</title>
      <link>https://forum.obsidianportal.com/discussion/6024/removing-box-on-main-page</link>
      <pubDate>Sun, 23 Jan 2022 20:07:09 +0000</pubDate>
      <dc:creator>RigilKent</dc:creator>
      <guid isPermaLink="false">6024@/discussions</guid>
      <description><![CDATA[<p>Hi there! I apologize in advance if this has been answered - I looked through the CSS Discussions and just didn&#39;t see it. I&#39;m trying to help a buddy set up a new campaign for our F2F group (<a href="https://blackroses.obsidianportal.com/" target="_blank" rel="nofollow">https://blackroses.obsidianportal.com/</a>) and noted something that, until now, I hadn&#39;t really observed but now am seeing everywhere, including on my site. Specifically, there&#39;s a box on the front page that we&#39;re trying to make go away. I&#39;ve already got the transparency going on and that works if you scroll down, but if you don&#39;t, this box is ... distracting. Anyone know some CSS to make it go away? I tried Inspecting the page, but I can&#39;t seem to get the one for just that box itself...</p>
<p>Thanks for any assistance!</p>
<p><img alt="" src="/userfiles/MainPageBox.PNG" /></p>
]]></description>
   </item>
   <item>
      <title>Add public comment section to a wiki page?</title>
      <link>https://forum.obsidianportal.com/discussion/6023/add-public-comment-section-to-a-wiki-page</link>
      <pubDate>Sat, 22 Jan 2022 17:15:03 +0000</pubDate>
      <dc:creator>WolfLord</dc:creator>
      <guid isPermaLink="false">6023@/discussions</guid>
      <description><![CDATA[<p>I&#39;ve been using my own custom wiki page for my adventure log and I wanted to be able to add a comment section to that page like on an adventure log. Is that possible through CSS? Or would I have to use the existing log system to get access to a comment section?</p>
]]></description>
   </item>
   <item>
      <title>Font changes after bullet point?</title>
      <link>https://forum.obsidianportal.com/discussion/6022/font-changes-after-bullet-point</link>
      <pubDate>Sat, 22 Jan 2022 17:13:28 +0000</pubDate>
      <dc:creator>WolfLord</dc:creator>
      <guid isPermaLink="false">6022@/discussions</guid>
      <description><![CDATA[<p>I am having an issue where my font is changing after a bullet point and I cannot figure out where in my code is causing this... does anyone have code for changing the text after a bullet point so I can find it or override it?</p>
]]></description>
   </item>
   <item>
      <title>Please share your great custom Obsidian Portal sites</title>
      <link>https://forum.obsidianportal.com/discussion/5990/please-share-your-great-custom-obsidian-portal-sites</link>
      <pubDate>Wed, 22 Dec 2021 01:08:47 +0000</pubDate>
      <dc:creator>mlshoe</dc:creator>
      <guid isPermaLink="false">5990@/discussions</guid>
      <description><![CDATA[<p>I&#39;ve seen a few really clever pages on Obsidian Portal. Custom CSS and other stuff that goes way beyond the standard pages. I&#39;d like to see more really creative pages, with dynamic behavior and other tricks. Please share links to pages you like.</p>
<p>Thanks!</p>
]]></description>
   </item>
   <item>
      <title>Links???</title>
      <link>https://forum.obsidianportal.com/discussion/5973/links</link>
      <pubDate>Sat, 13 Nov 2021 04:19:56 +0000</pubDate>
      <dc:creator>MelonWitch</dc:creator>
      <guid isPermaLink="false">5973@/discussions</guid>
      <description><![CDATA[<p>I&#39;m am trying but just cannot figure out how to link on a page to something else on the same page like a sort of table of contents thing. Any help?</p>
]]></description>
   </item>
   </channel>
</rss>