<?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: Simple Map Viewer template in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556095#M51873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I guess I don't know exactly how stylesheets work. You can reference more than one and they won't conflict?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is very common for a web page to use more than one CSS file. A rule in later stylesheet (referenced lower in the HTML document) can override a rule set by an earlier one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 14:50:12 GMT</pubDate>
    <dc:creator>JeffJacobson</dc:creator>
    <dc:date>2014-06-03T14:50:12Z</dc:date>
    <item>
      <title>Simple Map Viewer template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556091#M51869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded the Simple Map Viewer template and have been poking around in the html and css files. I can't seem to figure out where I need to be making changes in order to see them in the application with regard to layout, padding, colors, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the html file there is this bit&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--Use protocol relative urls that way if the browser is viewing the page via HTTPS the js/css file will be requested using the HTTPS protocol--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="https://community.esri.com//js.arcgis.com/3.9/js/dojo/dijit/themes/tundra/tundra.css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet"&amp;nbsp; href="https://community.esri.com//js.arcgis.com/3.9/js/esri/css/esri.css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--Load any application specific styles--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="css/main.css"&amp;gt;[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and I feel like this is an important area but I only see changes when I change the css file on the last line. The template comes with a few css files but not all of them change anything. the iPhone.css and the pavement.css files make some pretty big changes, but then when I go to edit those css files, those changes don't show up on the page. Am I trying to edit in the right places?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 21:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556091#M51869</guid>
      <dc:creator>MichaelThompson2</dc:creator>
      <dc:date>2014-06-02T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Map Viewer template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556092#M51870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you included the references to these other css files in the HTML code? That would be something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:#000080;"&gt;
&amp;lt;link rel=&lt;SPAN style="color:#0000FF;"&gt;"stylesheet"&lt;/SPAN&gt; href=&lt;SPAN style="color:#0000FF;"&gt;"css/iPhone.css"&lt;/SPAN&gt;&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color:#000080;"&gt;&amp;lt;link rel=&lt;SPAN style="color:#0000FF;"&gt;"stylesheet"&lt;/SPAN&gt; href=&lt;SPAN style="color:#0000FF;"&gt;"css/pavement.css"&lt;/SPAN&gt;&amp;gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:01:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556092#M51870</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-12-12T00:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Map Viewer template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556093#M51871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you included the references to these other css files in the HTML code? That would be something like&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:#000080;"&gt;
&amp;lt;link rel=&lt;SPAN style="color:#0000FF;"&gt;"stylesheet"&lt;/SPAN&gt; href=&lt;SPAN style="color:#0000FF;"&gt;"css/iPhone.css"&lt;/SPAN&gt;&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color:#000080;"&gt;&amp;lt;link rel=&lt;SPAN style="color:#0000FF;"&gt;"stylesheet"&lt;/SPAN&gt; href=&lt;SPAN style="color:#0000FF;"&gt;"css/pavement.css"&lt;/SPAN&gt;&amp;gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I don't know exactly how stylesheets work. You can reference more than one and they won't conflict?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556093#M51871</guid>
      <dc:creator>MichaelThompson2</dc:creator>
      <dc:date>2021-12-12T00:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Map Viewer template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556094#M51872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For changing the layout, have you tired looking into the layout.js file in the javascript folder?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 14:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556094#M51872</guid>
      <dc:creator>LisCollins</dc:creator>
      <dc:date>2014-06-03T14:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Map Viewer template</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556095#M51873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I guess I don't know exactly how stylesheets work. You can reference more than one and they won't conflict?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is very common for a web page to use more than one CSS file. A rule in later stylesheet (referenced lower in the HTML document) can override a rule set by an earlier one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 14:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/simple-map-viewer-template/m-p/556095#M51873</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2014-06-03T14:50:12Z</dc:date>
    </item>
  </channel>
</rss>

