<?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: css file in xml file in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420944#M41322</link>
    <description>&lt;P&gt;many thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jul 2018 09:45:18 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2018-07-05T09:45:18Z</dc:date>
    <item>
      <title>css file in xml file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420940#M41318</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;i have done a css file but i dont know to to put it in the xml file&lt;BR /&gt;
which tags are mandatory?&lt;/P&gt;

&lt;P&gt;i'm looking for a xml example file with css Inside &lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 08:38:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420940#M41318</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2018-07-05T08:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: css file in xml file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420941#M41319</link>
      <description>&lt;P&gt;Hi @jip31 ,&lt;/P&gt;

&lt;P&gt;You can use &lt;CODE&gt;&amp;lt;dashboard stylesheet="&amp;lt;style_filename&amp;gt;.css" script="&amp;lt;script_filename&amp;gt;.js"&amp;gt;&lt;/CODE&gt; in your XML &lt;/P&gt;

&lt;P&gt;Reference : &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.1.1/AdvancedDev/UseCSS"&gt;https://docs.splunk.com/Documentation/Splunk/7.1.1/AdvancedDev/UseCSS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 08:43:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420941#M41319</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-07-05T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: css file in xml file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420942#M41320</link>
      <description>&lt;P&gt;Hi jip31,&lt;/P&gt;

&lt;P&gt;You can refer the below sample and let me know if you have got any more queries..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
   &amp;lt;label&amp;gt;Test&amp;lt;/label&amp;gt;
      &amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
    &amp;lt;html&amp;gt;
      &amp;lt;style&amp;gt;
      #sla_table {
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     border-collapse: collapse;
     width: 100%;
 }

 #sla_table td, #sla_table th {
     border: 1px solid #ddd;
     padding: 2px;
 }

 #sla_table th {
     padding-top: 2px;
     padding-bottom: 2px;
     text-align: left;
     background-color: #C0C0C0;
     color: black;
 }

 &amp;lt;/style&amp;gt;
     &amp;lt;table id = "sla_table"&amp;gt;
   &amp;lt;tr&amp;gt;
     &amp;lt;th&amp;gt;Duration&amp;lt;/th&amp;gt;
     &amp;lt;th&amp;gt;Start Time&amp;lt;/th&amp;gt; 
     &amp;lt;th&amp;gt;Result Rows&amp;lt;/th&amp;gt;
      &amp;lt;/tr&amp;gt;
   &amp;lt;tr&amp;gt;
     &amp;lt;td&amp;gt;$duration$&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;$starttime$&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;$resultcount$&amp;lt;/td&amp;gt;
       &amp;lt;/tr&amp;gt;
   &amp;lt;/table&amp;gt;
   &amp;lt;/html&amp;gt;
   &amp;lt;/panel&amp;gt;
   &amp;lt;/row&amp;gt;
 &amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jul 2018 08:46:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420942#M41320</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2018-07-05T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: css file in xml file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420943#M41321</link>
      <description>&lt;P&gt;hi @jip&lt;BR /&gt;
Here below app have many examples .. &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 08:52:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420943#M41321</guid>
      <dc:creator>harishalipaka</dc:creator>
      <dc:date>2018-07-05T08:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: css file in xml file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420944#M41322</link>
      <description>&lt;P&gt;many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 09:45:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420944#M41322</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2018-07-05T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: css file in xml file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420945#M41323</link>
      <description>&lt;P&gt;@jip31 kindly unaccept your comment and accept the answer below which has resolved your issue.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 09:51:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420945#M41323</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-07-05T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: css file in xml file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420946#M41324</link>
      <description>&lt;P&gt;@jip31&lt;/P&gt;

&lt;P&gt;My name is Anam and I am the Community Content Specialist for Splunk Answers. As @niketnilay mentioned earlier to you, refrain from accepting your own answers and please accept the answer that has worked for you in this question. You also accepted another one of your own answers in this question as well: &lt;A href="https://answers.splunk.com/answers/669860/plus-and-minus-in-a-trend-calcul.html"&gt;https://answers.splunk.com/answers/669860/plus-and-minus-in-a-trend-calcul.html&lt;/A&gt; which was fixed. We have awesome contributors in this community and their effort should be appreciated and encouraged!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 20:30:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/css-file-in-xml-file/m-p/420946#M41324</guid>
      <dc:creator>Anam</dc:creator>
      <dc:date>2018-07-09T20:30:33Z</dc:date>
    </item>
  </channel>
</rss>

