<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Custom.css]]></title><description><![CDATA[<p dir="auto">I’m not getting something - and now am tired of banging my head against this:</p>
<p dir="auto">custom.css</p>
<pre><code>/* this is how you make EVERYTHING    .bright   red  - Makes sense and works 
 * .bright {
 *  color: #ff0000;
 * } */

/* this is how you make ONLY     calendar .bright    red  - again, makes sense and works
 * .module.calendar .bright {
 * color: #ff0000;
 * } */

/* but how do you make EVERYTHING in the    calendar module    red?  This does not work for me:  */
 .module.calendar {
 color: #ff0000;
 }
</code></pre>
<p dir="auto">I must be missing something…<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/389/custom-css</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 00:08:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/389.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Jul 2016 19:20:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom.css on Wed, 03 Aug 2016 18:01:29 GMT]]></title><description><![CDATA[<p dir="auto">I have two calendars in one calendar module as well. I use different icons for both calendar.</p>
<p dir="auto">With this in mind, you could do some fancy css like:</p>
<pre><code>tr:has(.fa-icon1) td .bright{
   color: red;
}
tr:has(.fa-icon2) td .bright{
   color: green;
}
</code></pre>
<p dir="auto">I did not try it out, but It might work.</p>
]]></description><link>https://forum.magicmirror.builders/post/3342</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3342</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Wed, 03 Aug 2016 18:01:29 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Wed, 03 Aug 2016 17:48:22 GMT]]></title><description><![CDATA[<p dir="auto">Maybe what’s I’m asking isn’t possible.</p>
<p dir="auto">I have the calendar module that pulls from 2 different calendars (main and FB birthdays. Both display together. What I’d like to do is show one calendar in one color and the other in another one.</p>
<p dir="auto">Is this possible to do or am I asking too much?</p>
<p dir="auto">Brendon</p>
]]></description><link>https://forum.magicmirror.builders/post/3337</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3337</guid><dc:creator><![CDATA[bscarano]]></dc:creator><pubDate>Wed, 03 Aug 2016 17:48:22 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Wed, 03 Aug 2016 17:43:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bscarano" aria-label="Profile: bscarano">@<bdi>bscarano</bdi></a> It’s not officially supported, but every module instance get’s it’s own id. If you take a look at the generated html, you’s see something like: <code>id="module_2_calendar"</code>. This means you can use the following css:</p>
<pre><code>#module_2_calendar td {
  color: #ff0000;
}
</code></pre>
<p dir="auto"><strong>But please note:</strong> since this isn’t an official feature, I can’t give any support on this, nor do I promise it will keep working in the future.</p>
]]></description><link>https://forum.magicmirror.builders/post/3335</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3335</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Wed, 03 Aug 2016 17:43:01 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Wed, 03 Aug 2016 17:08:08 GMT]]></title><description><![CDATA[<p dir="auto">Not to Hijack the thread, but is there a way to change the color on just specific calendars if I have more than one in the module?</p>
]]></description><link>https://forum.magicmirror.builders/post/3331</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3331</guid><dc:creator><![CDATA[bscarano]]></dc:creator><pubDate>Wed, 03 Aug 2016 17:08:08 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Sun, 24 Jul 2016 03:56:44 GMT]]></title><description><![CDATA[<p dir="auto">You don’t need a monitor on the pi to see the console. Any browser, anywhere, that can access the pi, can see the HTML output. In Chrome, hit <code>'F12'</code> to open the console. At the top, make sure <code>'Elements'</code> is selected. Now twiddle down the little arrows on the left, starting with the <code>BODY</code> tag. As you hover over the ones that just popped up, it highlights in the browser. <code>'region top bar'</code> is where the calendar lives, twiddle that open. Hover over the <code>'region top left, center, right'</code> and you can figure out where to go from there …</p>
]]></description><link>https://forum.magicmirror.builders/post/2851</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2851</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Sun, 24 Jul 2016 03:56:44 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Sun, 24 Jul 2016 03:47:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a><br />
I am having trouble with that, since I run my pi headless &amp; inspect the output from somewhere else (mirror is in workshop).<br />
I am having trouble interpreting the Chrome output. But I solved the problem the way I always do: brute hack.  I like the idea of TD better, though.</p>
]]></description><link>https://forum.magicmirror.builders/post/2850</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2850</guid><dc:creator><![CDATA[amanzimdwini]]></dc:creator><pubDate>Sun, 24 Jul 2016 03:47:09 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Sun, 24 Jul 2016 03:41:53 GMT]]></title><description><![CDATA[<p dir="auto">It helps to look at the HTML generated when the mirror is running. You should be able to pull it up in your browser’s console facility. Then you can figure out which (repeating) element can be used.</p>
]]></description><link>https://forum.magicmirror.builders/post/2848</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2848</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Sun, 24 Jul 2016 03:41:53 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Sun, 24 Jul 2016 03:38:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a><br />
Was actually trying to set the FONT SIZE (didn’t realize that that has its own special problems). I like the idea of take a “dummy” element like TD &amp; will see if that works. Thanks for the hint!</p>
]]></description><link>https://forum.magicmirror.builders/post/2847</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2847</guid><dc:creator><![CDATA[amanzimdwini]]></dc:creator><pubDate>Sun, 24 Jul 2016 03:38:04 GMT</pubDate></item><item><title><![CDATA[Reply to Custom.css on Sat, 23 Jul 2016 07:09:20 GMT]]></title><description><![CDATA[<p dir="auto">Because the various styles have an explicit color (white), you can’t simply set a color on the main class. However what you can do is set it on one of the elements, like <code>'TD'</code>:</p>
<pre><code>.calendar td {
  color: #ff0000;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/2827</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2827</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Sat, 23 Jul 2016 07:09:20 GMT</pubDate></item></channel></rss>