<?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: is there a way to add CSS code inside the Dashboard HTML code? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247511#M15436</link>
    <description>&lt;P&gt;I found this help but I dont have access to the splunk directories.:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.1/AdvancedDev/UseCSS"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.1/AdvancedDev/UseCSS&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In Asp.Net I always use  for small modifications instead of pointing to a CSS file.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 03:18:17 GMT</pubDate>
    <dc:creator>maximusdm</dc:creator>
    <dc:date>2017-01-20T03:18:17Z</dc:date>
    <item>
      <title>is there a way to add CSS code inside the Dashboard HTML code?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247506#M15431</link>
      <description>&lt;P&gt;Hi there&lt;BR /&gt;
I know I can create my CSS file and copy it to a specific dir and point to the file as follows:&lt;/P&gt;

&lt;P&gt;However I do not have access to the Splunk server directories/or even the physical server.&lt;BR /&gt;
I need to add the code below to reduce the font size of my single value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  .single-value .single-result {
      font-size: 18px !important;
  }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there a way to do that? &lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 22:40:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247506#M15431</guid>
      <dc:creator>maximusdm</dc:creator>
      <dc:date>2017-01-19T22:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to add CSS code inside the Dashboard HTML code?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247507#M15432</link>
      <description>&lt;P&gt;Is it a HTML dashboard or XML?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 02:29:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247507#M15432</guid>
      <dc:creator>lquinn</dc:creator>
      <dc:date>2017-01-20T02:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to add CSS code inside the Dashboard HTML code?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247508#M15433</link>
      <description>&lt;P&gt;If you just want to do this in a HTML dashboard you can simply include the above css within style tags after your header. You can edit the source code straight from the Splunk UI. So something like this ...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;style&amp;gt;
    .single-value .single-result {
        font-size: 18px !important;
    }
&amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jan 2017 02:36:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247508#M15433</guid>
      <dc:creator>lquinn</dc:creator>
      <dc:date>2017-01-20T02:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to add CSS code inside the Dashboard HTML code?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247509#M15434</link>
      <description>&lt;P&gt;I had tried that but it gives me an error when parsing the XML. Where exactly do I add it? &lt;BR /&gt;
before or inside the  tag? I tried both. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 03:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247509#M15434</guid>
      <dc:creator>maximusdm</dc:creator>
      <dc:date>2017-01-20T03:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to add CSS code inside the Dashboard HTML code?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247510#M15435</link>
      <description>&lt;P&gt;It says View Type XML&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 03:16:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247510#M15435</guid>
      <dc:creator>maximusdm</dc:creator>
      <dc:date>2017-01-20T03:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to add CSS code inside the Dashboard HTML code?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247511#M15436</link>
      <description>&lt;P&gt;I found this help but I dont have access to the splunk directories.:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.1/AdvancedDev/UseCSS"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.1/AdvancedDev/UseCSS&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In Asp.Net I always use  for small modifications instead of pointing to a CSS file.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 03:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247511#M15436</guid>
      <dc:creator>maximusdm</dc:creator>
      <dc:date>2017-01-20T03:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to add CSS code inside the Dashboard HTML code?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247512#M15437</link>
      <description>&lt;P&gt;This works for HTML dashboards not XML. Not quite so simple I don't think if you want to keep it as XML ...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 03:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/is-there-a-way-to-add-CSS-code-inside-the-Dashboard-HTML-code/m-p/247512#M15437</guid>
      <dc:creator>lquinn</dc:creator>
      <dc:date>2017-01-20T03:21:05Z</dc:date>
    </item>
  </channel>
</rss>

