<?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 Re: How To Use Two Different CSS Files For A Dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123929#M7300</link>
    <description>&lt;P&gt;You can do this with a CSS &lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/@import"&gt;import declaration&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;For the sake of this example, assume that the view imports the CSS file "mystyle.css":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form stylesheet="mystyle.css"&amp;gt;
 ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The mystyle.css file then includes CSS import declarations which import other files:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;@import url("style1.css");
@import url("style2.css");
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that the import declarations need to be at the top of your CSS files (before other styling statements).&lt;/P&gt;</description>
    <pubDate>Tue, 31 Mar 2015 21:46:04 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2015-03-31T21:46:04Z</dc:date>
    <item>
      <title>How To Use Two Different CSS Files For A Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123927#M7298</link>
      <description>&lt;P&gt;How can I include different css files for one dashboard?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 20:32:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123927#M7298</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2015-03-31T20:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How To Use Two Different CSS Files For A Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123928#M7299</link>
      <description>&lt;P&gt;hi vtsguerrero,&lt;BR /&gt;
try to put this in the header of the code of your dashboard   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard  stylesheet="file1.css, file2.css"&amp;gt;
    --------
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;try and let me know if it working&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 21:43:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123928#M7299</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2015-03-31T21:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: How To Use Two Different CSS Files For A Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123929#M7300</link>
      <description>&lt;P&gt;You can do this with a CSS &lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/@import"&gt;import declaration&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;For the sake of this example, assume that the view imports the CSS file "mystyle.css":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form stylesheet="mystyle.css"&amp;gt;
 ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The mystyle.css file then includes CSS import declarations which import other files:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;@import url("style1.css");
@import url("style2.css");
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that the import declarations need to be at the top of your CSS files (before other styling statements).&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 21:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123929#M7300</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2015-03-31T21:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How To Use Two Different CSS Files For A Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123930#M7301</link>
      <description>&lt;P&gt;Worked well, thanks a lot @gyslainlatsa !&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-To-Use-Two-Different-CSS-Files-For-A-Dashboard/m-p/123930#M7301</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2015-04-01T12:52:50Z</dc:date>
    </item>
  </channel>
</rss>

