<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding Custom CSS to all views? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45210#M2216</link>
    <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;
I'm re-designing the appearance of the dashboards in my app. The problem I'm facing is that, a large number of my dashboards are using SIMPLE XML, but in order to change the CSS, the XML must reference the new style sheet (myNewStyle.css), correct?&lt;/P&gt;

&lt;P&gt;Is there a way I can change all the dashboards, without converting them to advanced XML?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2013 11:02:20 GMT</pubDate>
    <dc:creator>606866581</dc:creator>
    <dc:date>2013-05-24T11:02:20Z</dc:date>
    <item>
      <title>Adding Custom CSS to all views?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45210#M2216</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;
I'm re-designing the appearance of the dashboards in my app. The problem I'm facing is that, a large number of my dashboards are using SIMPLE XML, but in order to change the CSS, the XML must reference the new style sheet (myNewStyle.css), correct?&lt;/P&gt;

&lt;P&gt;Is there a way I can change all the dashboards, without converting them to advanced XML?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 11:02:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45210#M2216</guid>
      <dc:creator>606866581</dc:creator>
      <dc:date>2013-05-24T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom CSS to all views?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45211#M2217</link>
      <description>&lt;P&gt;Add a "application.css" to the $Splunkhome$/etc/apps/[app-directory]/appserver/static/ &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 11:09:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45211#M2217</guid>
      <dc:creator>Rocket66</dc:creator>
      <dc:date>2013-05-24T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom CSS to all views?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45212#M2218</link>
      <description>&lt;P&gt;So I need to copy the contents of myNewStyle.css over to application.css, and then upload it?&lt;BR /&gt;
Will changing application.css change other layouts, such as the Manager interface etc, or just dashboards?&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 12:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45212#M2218</guid>
      <dc:creator>606866581</dc:creator>
      <dc:date>2013-05-24T12:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom CSS to all views?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45213#M2219</link>
      <description>&lt;P&gt;Yes - copy your style to the applications.css.&lt;/P&gt;

&lt;P&gt;Adding a applications.css only applies scopes of the app(YourApp)-context - neither splunk-internal- (Manager, etc.), nor other apps are affected.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 12:26:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45213#M2219</guid>
      <dc:creator>Rocket66</dc:creator>
      <dc:date>2013-05-24T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom CSS to all views?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45214#M2220</link>
      <description>&lt;P&gt;Is there any possibility we can use two different sets of  dashboard.css for same app?&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 05:46:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45214#M2220</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2015-05-12T05:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom CSS to all views?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45215#M2221</link>
      <description>&lt;P&gt;The original answer is two years old by now and the mechanics have changed since. The procedure today would be to include a specific .css in the root tag of your Simple XML per dashboard, see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/OverviewofSimplifiedXML#CSS.2C_JavaScript.2C_and_other_static_files"&gt;here&lt;/A&gt; for more on that. That means you can easily assign different stylesheets to different dashboards, but also the same .css to multiple dashboards.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 06:13:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adding-Custom-CSS-to-all-views/m-p/45215#M2221</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-05-12T06:13:20Z</dc:date>
    </item>
  </channel>
</rss>

