<?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: font-size in splunk6 in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107138#M6050</link>
    <description>&lt;P&gt;Use a browser such as Firefox which allows you to perform element inspection.  It will show you how CSS is being applied.  It is possible element/class names have changed or been augmented and that your CSS is being ignored or over-ridden.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Oct 2013 14:56:47 GMT</pubDate>
    <dc:creator>grijhwani</dc:creator>
    <dc:date>2013-10-20T14:56:47Z</dc:date>
    <item>
      <title>font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107137#M6049</link>
      <description>&lt;P&gt;Hi is anyone experiencing that the font-size parameter on css doesn't affect the views on Splunk 6? Or its just me. I'm currently applying my custom css for views I can see splunk can load my css but the font-size parameter is not working for me. Put the css files on the proper location still font-size parameter not working. Is it just me? &lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2013 08:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107137#M6049</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2013-10-20T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107138#M6050</link>
      <description>&lt;P&gt;Use a browser such as Firefox which allows you to perform element inspection.  It will show you how CSS is being applied.  It is possible element/class names have changed or been augmented and that your CSS is being ignored or over-ridden.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2013 14:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107138#M6050</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2013-10-20T14:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107139#M6051</link>
      <description>&lt;P&gt;I see thanks for your answer, I'm going to recheck and see what cause my problem.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 02:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107139#M6051</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2013-10-23T02:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107140#M6052</link>
      <description>&lt;P&gt;Did you ever find a solution to this question?&lt;/P&gt;

&lt;P&gt;I am trying to increase the font size of the single-value result to be bigger than the default of 24px. I have used Firefox/Firebug to inspect the element of a single value result. I can see values being over-ridden (they are crossed out in Firebug) from bootstrap.min.css, dashboard-simple-bootstrap.min.css, and application.css, and the one that remains comes from "mgs" (which is the name of the dashboard), and sets the font size to 24px. I have set the font size parameter to a value other than 24 in all .css files I can find underneath the Splunk directory. I can see these changed values being registered (in Firebug), but 24px still continues to be selected at the end. I have also reset the font size for single-result from 24px to something else (mostly 23px) everywhere else I can find it (including other .css files, .js and .less files). But the single value result font remains at 24px. Are there any other suggestions for what to try?&lt;/P&gt;

&lt;P&gt;Similar questions have been asked before, and answers indicated that the syntax of the CSS changed between Splunk versions 4 and 5, and I think version 6 is different again. So those previous answers are not helping with the solution for Splunk 6.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 02:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107140#M6052</guid>
      <dc:creator>msuters</dc:creator>
      <dc:date>2014-01-14T02:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107141#M6053</link>
      <description>&lt;P&gt;Yes I did manage to change the font-size of the single values. I added the !important tag. Here's my sample css&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;.row-textinputheader .single-value .single-result {&lt;BR /&gt;
        color: #FFF;&lt;BR /&gt;
        font-size: 42px !important;&lt;BR /&gt;
        }&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2014 23:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107141#M6053</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2014-01-20T23:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107142#M6054</link>
      <description>&lt;P&gt;Thanks crt89,&lt;BR /&gt;
Your solution of the "!important" tag worked for me also. Increased font size makes the dashboards much more effective because the information can be seen from further away. (Colour-coding also helps.)&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 22:30:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107142#M6054</guid>
      <dc:creator>msuters</dc:creator>
      <dc:date>2014-01-23T22:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107143#M6055</link>
      <description>&lt;P&gt;I am trying to get this to work with Splunk 6.1.3 and I cant get the font to change. Does anyone have this working on Splunk 6.1.x?&lt;/P&gt;

&lt;P&gt;In my dashboard I am pointing at single.css using:&lt;BR /&gt;
dashboard stylesheet="single.css"&lt;/P&gt;

&lt;P&gt;Then in this single.css I have the following:&lt;BR /&gt;
.row-textinputheader .single-value .single-result { color:#FFF; font-size:42px !important; }&lt;/P&gt;

&lt;P&gt;Do I have this right?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 19:48:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107143#M6055</guid>
      <dc:creator>ng1p</dc:creator>
      <dc:date>2014-12-10T19:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107144#M6056</link>
      <description>&lt;P&gt;This posting worked for me:&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/203333/font-size-in-splunk-61x.html"&gt;http://answers.splunk.com/answers/203333/font-size-in-splunk-61x.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107144#M6056</guid>
      <dc:creator>ng1p</dc:creator>
      <dc:date>2014-12-11T16:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: font-size in splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107145#M6057</link>
      <description>&lt;P&gt;Good thing it works for you as well. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 07:18:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/font-size-in-splunk6/m-p/107145#M6057</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2015-01-21T07:18:08Z</dc:date>
    </item>
  </channel>
</rss>

