<?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: ArcGIS Hub Row RSS Class in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-hub-row-css-class/m-p/1195002#M47080</link>
    <description>&lt;P&gt;After furthering exploring this issue and relying on the configuration of the Address hub provided in the Address Data Management ArcGIS Solution, I was able to determine that the CSS style to overwrite the Row Class is in the site Footer HTML. I copied and pasted the &amp;lt;style&amp;gt;...&amp;lt;/style&amp;gt; configuration from the Address hub Footer HTML section and pasted it into my own Hub site's Footer HTML and the Row CSS Class was successfully updated. Below is the &amp;lt;style&amp;gt;...&amp;lt;/style&amp;gt; that I used.&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;&lt;BR /&gt;/* Theme Color Variable */&lt;BR /&gt;:root {&lt;BR /&gt;--theme-color-dark:#292929;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.btn {&lt;BR /&gt;text-decoration: none !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper a {&lt;BR /&gt;text-decoration: none !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* Button and Text Styling */&lt;BR /&gt;.primary-color {&lt;BR /&gt;color: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;.primary-fill {&lt;BR /&gt;fill: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Steps 1234 */&lt;BR /&gt;.steps-wrapper li::before {&lt;BR /&gt;color: var(--theme-color-dark);&lt;BR /&gt;border-color: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;.steps-wrapper li::after {&lt;BR /&gt;background-color: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;.steps-wrapper {&lt;BR /&gt;list-style: none;&lt;BR /&gt;margin: 0;&lt;BR /&gt;padding: 0;&lt;BR /&gt;display: flex;&lt;BR /&gt;flex-flow: row wrap; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li {&lt;BR /&gt;counter-increment: pledge-counter;&lt;BR /&gt;position: relative;&lt;BR /&gt;flex-basis: 25%;&lt;BR /&gt;width: 25%;&lt;BR /&gt;margin-top: 40px;&lt;BR /&gt;padding-top: 40px; }&lt;BR /&gt;&lt;BR /&gt;@media screen and (max-width: 800px) {&lt;BR /&gt;.steps-wrapper li {&lt;BR /&gt;flex-basis: 50%;&lt;BR /&gt;width: 50%; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li::before {&lt;BR /&gt;transform: translate(-50%, -50%) !important; } }&lt;BR /&gt;&lt;BR /&gt;@media screen and (max-width: 600px) {&lt;BR /&gt;.steps-wrapper li {&lt;BR /&gt;flex-basis: 100%;&lt;BR /&gt;width: 100%; } }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li::before {&lt;BR /&gt;box-sizing: border-box;&lt;BR /&gt;content: counter(pledge-counter);&lt;BR /&gt;display: inline-block;&lt;BR /&gt;line-height: 1;&lt;BR /&gt;text-align: center;&lt;BR /&gt;border-radius: 50%;&lt;BR /&gt;padding: 8px;&lt;BR /&gt;position: absolute;&lt;BR /&gt;top: 0;&lt;BR /&gt;transform: translate(-50%, -50%);&lt;BR /&gt;z-index: 4; &lt;BR /&gt;font-size: 40px;&lt;BR /&gt;left: 50%;&lt;BR /&gt;height: 56px;&lt;BR /&gt;width: 56px; &lt;BR /&gt;border: 1px solid;&lt;BR /&gt;background-color: #fff; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li::after {&lt;BR /&gt;content: '';&lt;BR /&gt;display: block;&lt;BR /&gt;border-radius: 0;&lt;BR /&gt;height: 10px;&lt;BR /&gt;width: 100%;&lt;BR /&gt;position: absolute;&lt;BR /&gt;top: 0;&lt;BR /&gt;transform: translateY(-50%);&lt;BR /&gt;z-index: 2; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li:first-of-type::after {&lt;BR /&gt;border-radius: 10px 0 0 10px; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li:last-of-type::after {&lt;BR /&gt;border-radius: 0 10px 10px 0; }&lt;BR /&gt;&lt;BR /&gt;.step-content {&lt;BR /&gt;box-sizing: border-box;&lt;BR /&gt;margin-top: -18px;&lt;BR /&gt;padding: 0 24px; &lt;BR /&gt;text-align: center; &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;a.svg-links:hover {&lt;BR /&gt;filter:brightness(85%);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;a.svg-links:focus {&lt;BR /&gt;outline:#ffffff solid 2px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Edge to Edge picture and text */&lt;BR /&gt;.edgetoedge-imgdiv {&lt;BR /&gt;padding:0px;&lt;BR /&gt;margin-top:-15px;&lt;BR /&gt;margin-left:-15px;&lt;BR /&gt;}&lt;BR /&gt;.edgetoedge-img {&lt;BR /&gt;object-fit:cover;&lt;BR /&gt;width: calc(100% + 30px);&lt;BR /&gt;max-height:80vh&lt;BR /&gt;}&lt;BR /&gt;.edgetoedge-text {&lt;BR /&gt;padding-left: 5%;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Row CSS Classes: Overrides site Theme colors for links in Category Cards, Summary Statistic Cards, and Contact Cards. &lt;BR /&gt;Overrides &amp;lt;hr&amp;gt; color in Summary Statistic Cards, and email SVG in Contact Cards. &lt;BR /&gt;Allows Cards to be used on rows with dark theme backgrounds that are other wise the same color as the Theme's Links. */&lt;BR /&gt;&lt;BR /&gt;.row-a-white hr.ss-title-spacer {&lt;BR /&gt;border-color: #ffffff&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .category-panel .category-card, .row-a-white .backtotop, .row-a-white .contact-card, .row-a-white .contact-card .svgstore-image {&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;text-decoration: none;&lt;BR /&gt;fill: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:link, .row-a-white .category-panel .category-card:link, .row-a-white .backtotop:link, .row-a-white .contact-card a:link {&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:visited, .row-a-white .category-panel .category-card:visited, .row-a-white .backtotop:visited, .row-a-white .contact-card a:visited {&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:hover, .row-a-white .category-panel .category-card:hover, .row-a-white .backtotop:hover, .row-a-white .contact-card a:hover {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;outline-color: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:focus, .row-a-white .category-panel .category-card:focus, .row-a-white .backtotop:focus, .row-a-white .contact-card a:focus {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;outline-color:#ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .category-panel .category-card:focus-visible {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;outline: #ffffff solid 2px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.row-a-white .category-panel a:focus {&lt;BR /&gt;outline: #ffffff solid 2px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.row-a-white .summary-statistic-card a:active, .row-a-white .category-panel .category-card:active, .row-a-white .backtotop:active, .row-a-white .contact-card a:active {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* Manual Statistic Summary Text Card */&lt;BR /&gt;@media (max-width: 412px){&lt;BR /&gt;.mobile-stats {font-size:15.4vw} &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 413px) and (max-width: 512px){&lt;BR /&gt;.mobile-stats {font-size:15.7vw} &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 513px) and (max-width: 767px){&lt;BR /&gt;.mobile-stats {font-size:80px} &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 768px) and (max-width: 991px){&lt;BR /&gt;.mobile-stats {font-size:36px}&lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 992px) and (max-width: 1199px){&lt;BR /&gt;.mobile-stats {font-size:48px}&lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 1200px){&lt;BR /&gt;.mobile-stats {font-size:60px} &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* HTML Bookmarks&lt;BR /&gt;--- fix for html bookmark focus on sites with fixed headers---&lt;BR /&gt;*/&lt;BR /&gt;:target::before {&lt;BR /&gt;height: 120px;&lt;BR /&gt;margin-top: -120px;&lt;BR /&gt;visibility: hidden;&lt;BR /&gt;content: '';&lt;BR /&gt;position:relative;&lt;BR /&gt;display:block;&lt;BR /&gt;z-index:-1;&lt;BR /&gt;}&lt;BR /&gt;.navbar-contents a {&lt;BR /&gt;position: relative;&lt;BR /&gt;z-index:0;&lt;BR /&gt;}&lt;BR /&gt;/*end fix*/&lt;BR /&gt;&lt;BR /&gt;/* Footer */&lt;BR /&gt;.contact-info-alignment {&lt;BR /&gt;text-align: center; &lt;BR /&gt;}&lt;BR /&gt;.logo-title-alignment {&lt;BR /&gt;margin-left : auto;&lt;BR /&gt;margin-right: auto; &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 768px) {&lt;BR /&gt;.contact-info-alignment {&lt;BR /&gt;text-align: right;&lt;BR /&gt;}&lt;BR /&gt;.logo-title-alignment {&lt;BR /&gt;margin-left : initial;&lt;BR /&gt;margin-right: initial&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/*accessibility*/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*:focus-visible:not(a.ember-view, .svg-links) {&lt;BR /&gt;border-style: solid;&lt;BR /&gt;border-width:3px;&lt;BR /&gt;text-decoration:none;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Honors user device preference for no animation */&lt;BR /&gt;@media (prefers-reduced-motion: no-preference) {&lt;BR /&gt;html,&lt;BR /&gt;body {&lt;BR /&gt;scroll-behavior: smooth; /*note - smooth scrolling not supported in Safari */&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/*Bookmarked content subtle highlight */&lt;BR /&gt;:target {&lt;BR /&gt;animation: focused-anchor 6s ease-in-out 1;&lt;BR /&gt;text-shadow: none;&lt;BR /&gt;}&lt;BR /&gt;@keyframes focused-anchor {&lt;BR /&gt;0% { &lt;BR /&gt;text-shadow: none; &lt;BR /&gt;}&lt;BR /&gt;25% { &lt;BR /&gt;text-shadow: 0 0 1px black, 0 0 25px yellow, 0 0 10px yellow&lt;BR /&gt;}&lt;BR /&gt;50% {&lt;BR /&gt;text-shadow: none; &lt;BR /&gt;}&lt;BR /&gt;75% { &lt;BR /&gt;text-shadow: 0 0 1px black, 0 0 25px yellow, 0 0 10px yellow&lt;BR /&gt;}&lt;BR /&gt;100% { &lt;BR /&gt;text-shadow: none&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;p {&lt;BR /&gt;font-size:16px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.backtotop {&lt;BR /&gt;position:relative;&lt;BR /&gt;float:right;&lt;BR /&gt;font-size:12px&lt;BR /&gt;}&lt;BR /&gt;mark {background-color:#fff3ab}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 22 Jul 2022 17:05:47 GMT</pubDate>
    <dc:creator>KyleWikstrom</dc:creator>
    <dc:date>2022-07-22T17:05:47Z</dc:date>
    <item>
      <title>ArcGIS Hub Row CSS Class</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-hub-row-css-class/m-p/1185720#M46600</link>
      <description>&lt;P&gt;Greetings, everyone,&lt;/P&gt;&lt;P&gt;I am looking for some guidance on how to use ArcGIS Hub, specifically the Row setting's Row CSS Class configuration. My use case is as follows:&lt;/P&gt;&lt;P&gt;I have a Row that contains two Spacers, a Text card, and four Category cards.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Site Theme Settings&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Global Nav Background Color: #ffffff&lt;/LI&gt;&lt;LI&gt;Global Nav Text Color: #364c60&lt;/LI&gt;&lt;LI&gt;Header Background Color: #364c60&lt;/LI&gt;&lt;LI&gt;Header Text Color: #ffffff&lt;/LI&gt;&lt;LI&gt;Body Background Color: #ffffff&lt;/LI&gt;&lt;LI&gt;Body Text Color: #334219&lt;/LI&gt;&lt;LI&gt;Body Link Color: #4d6175&lt;/LI&gt;&lt;LI&gt;Button Background Color: #aa613a&lt;/LI&gt;&lt;LI&gt;Button Text Color: #ffffff&lt;/LI&gt;&lt;LI&gt;Base Font: Avenir Next&lt;/LI&gt;&lt;LI&gt;Heading Font: Avenir Next&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Row Settings&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Layout: Box&lt;/LI&gt;&lt;LI&gt;Text Color: #ffffff&lt;/LI&gt;&lt;LI&gt;Background Color: #364c60&lt;/LI&gt;&lt;LI&gt;Background Image: none&lt;/LI&gt;&lt;LI&gt;Row CSS Class:&amp;nbsp;row-a-white&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The Category elements' Link Text typically displays using the color defined in the Site Theme Body Link Color parameter. However, I have deployed the ArcGIS Solution Address Data Management and it comes with a Hub site that uses the Row Setting Row CSS Class and sets it as 'row-a-white' which changes the Category elements' Link Text color. This setting appears to be overriding the default color of the Link Text.&lt;/P&gt;&lt;P&gt;I am unable to replicate this display when editing these configuration settings in a different Hub site. I have included a couple of screenshots.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Successful Row CSS Class screenshot&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KyleWikstrom_1-1656014614639.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44232iA8992CE41C69551E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KyleWikstrom_1-1656014614639.png" alt="KyleWikstrom_1-1656014614639.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Unsuccessful Row CSS Class screenshot&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KyleWikstrom_2-1656014642188.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44233i0DD9C3E49D9DEF6C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KyleWikstrom_2-1656014642188.png" alt="KyleWikstrom_2-1656014642188.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any help and guidance from the community. Much appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 17:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcgis-hub-row-css-class/m-p/1185720#M46600</guid>
      <dc:creator>KyleWikstrom</dc:creator>
      <dc:date>2022-07-22T17:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Hub Row RSS Class</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-hub-row-css-class/m-p/1195002#M47080</link>
      <description>&lt;P&gt;After furthering exploring this issue and relying on the configuration of the Address hub provided in the Address Data Management ArcGIS Solution, I was able to determine that the CSS style to overwrite the Row Class is in the site Footer HTML. I copied and pasted the &amp;lt;style&amp;gt;...&amp;lt;/style&amp;gt; configuration from the Address hub Footer HTML section and pasted it into my own Hub site's Footer HTML and the Row CSS Class was successfully updated. Below is the &amp;lt;style&amp;gt;...&amp;lt;/style&amp;gt; that I used.&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;&lt;BR /&gt;/* Theme Color Variable */&lt;BR /&gt;:root {&lt;BR /&gt;--theme-color-dark:#292929;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.btn {&lt;BR /&gt;text-decoration: none !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper a {&lt;BR /&gt;text-decoration: none !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* Button and Text Styling */&lt;BR /&gt;.primary-color {&lt;BR /&gt;color: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;.primary-fill {&lt;BR /&gt;fill: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Steps 1234 */&lt;BR /&gt;.steps-wrapper li::before {&lt;BR /&gt;color: var(--theme-color-dark);&lt;BR /&gt;border-color: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;.steps-wrapper li::after {&lt;BR /&gt;background-color: var(--theme-color-dark);&lt;BR /&gt;}&lt;BR /&gt;.steps-wrapper {&lt;BR /&gt;list-style: none;&lt;BR /&gt;margin: 0;&lt;BR /&gt;padding: 0;&lt;BR /&gt;display: flex;&lt;BR /&gt;flex-flow: row wrap; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li {&lt;BR /&gt;counter-increment: pledge-counter;&lt;BR /&gt;position: relative;&lt;BR /&gt;flex-basis: 25%;&lt;BR /&gt;width: 25%;&lt;BR /&gt;margin-top: 40px;&lt;BR /&gt;padding-top: 40px; }&lt;BR /&gt;&lt;BR /&gt;@media screen and (max-width: 800px) {&lt;BR /&gt;.steps-wrapper li {&lt;BR /&gt;flex-basis: 50%;&lt;BR /&gt;width: 50%; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li::before {&lt;BR /&gt;transform: translate(-50%, -50%) !important; } }&lt;BR /&gt;&lt;BR /&gt;@media screen and (max-width: 600px) {&lt;BR /&gt;.steps-wrapper li {&lt;BR /&gt;flex-basis: 100%;&lt;BR /&gt;width: 100%; } }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li::before {&lt;BR /&gt;box-sizing: border-box;&lt;BR /&gt;content: counter(pledge-counter);&lt;BR /&gt;display: inline-block;&lt;BR /&gt;line-height: 1;&lt;BR /&gt;text-align: center;&lt;BR /&gt;border-radius: 50%;&lt;BR /&gt;padding: 8px;&lt;BR /&gt;position: absolute;&lt;BR /&gt;top: 0;&lt;BR /&gt;transform: translate(-50%, -50%);&lt;BR /&gt;z-index: 4; &lt;BR /&gt;font-size: 40px;&lt;BR /&gt;left: 50%;&lt;BR /&gt;height: 56px;&lt;BR /&gt;width: 56px; &lt;BR /&gt;border: 1px solid;&lt;BR /&gt;background-color: #fff; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li::after {&lt;BR /&gt;content: '';&lt;BR /&gt;display: block;&lt;BR /&gt;border-radius: 0;&lt;BR /&gt;height: 10px;&lt;BR /&gt;width: 100%;&lt;BR /&gt;position: absolute;&lt;BR /&gt;top: 0;&lt;BR /&gt;transform: translateY(-50%);&lt;BR /&gt;z-index: 2; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li:first-of-type::after {&lt;BR /&gt;border-radius: 10px 0 0 10px; }&lt;BR /&gt;&lt;BR /&gt;.steps-wrapper li:last-of-type::after {&lt;BR /&gt;border-radius: 0 10px 10px 0; }&lt;BR /&gt;&lt;BR /&gt;.step-content {&lt;BR /&gt;box-sizing: border-box;&lt;BR /&gt;margin-top: -18px;&lt;BR /&gt;padding: 0 24px; &lt;BR /&gt;text-align: center; &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;a.svg-links:hover {&lt;BR /&gt;filter:brightness(85%);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;a.svg-links:focus {&lt;BR /&gt;outline:#ffffff solid 2px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Edge to Edge picture and text */&lt;BR /&gt;.edgetoedge-imgdiv {&lt;BR /&gt;padding:0px;&lt;BR /&gt;margin-top:-15px;&lt;BR /&gt;margin-left:-15px;&lt;BR /&gt;}&lt;BR /&gt;.edgetoedge-img {&lt;BR /&gt;object-fit:cover;&lt;BR /&gt;width: calc(100% + 30px);&lt;BR /&gt;max-height:80vh&lt;BR /&gt;}&lt;BR /&gt;.edgetoedge-text {&lt;BR /&gt;padding-left: 5%;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Row CSS Classes: Overrides site Theme colors for links in Category Cards, Summary Statistic Cards, and Contact Cards. &lt;BR /&gt;Overrides &amp;lt;hr&amp;gt; color in Summary Statistic Cards, and email SVG in Contact Cards. &lt;BR /&gt;Allows Cards to be used on rows with dark theme backgrounds that are other wise the same color as the Theme's Links. */&lt;BR /&gt;&lt;BR /&gt;.row-a-white hr.ss-title-spacer {&lt;BR /&gt;border-color: #ffffff&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .category-panel .category-card, .row-a-white .backtotop, .row-a-white .contact-card, .row-a-white .contact-card .svgstore-image {&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;text-decoration: none;&lt;BR /&gt;fill: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:link, .row-a-white .category-panel .category-card:link, .row-a-white .backtotop:link, .row-a-white .contact-card a:link {&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:visited, .row-a-white .category-panel .category-card:visited, .row-a-white .backtotop:visited, .row-a-white .contact-card a:visited {&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:hover, .row-a-white .category-panel .category-card:hover, .row-a-white .backtotop:hover, .row-a-white .contact-card a:hover {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;outline-color: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .summary-statistic-card a:focus, .row-a-white .category-panel .category-card:focus, .row-a-white .backtotop:focus, .row-a-white .contact-card a:focus {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;outline-color:#ffffff;&lt;BR /&gt;}&lt;BR /&gt;.row-a-white .category-panel .category-card:focus-visible {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;outline: #ffffff solid 2px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.row-a-white .category-panel a:focus {&lt;BR /&gt;outline: #ffffff solid 2px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.row-a-white .summary-statistic-card a:active, .row-a-white .category-panel .category-card:active, .row-a-white .backtotop:active, .row-a-white .contact-card a:active {&lt;BR /&gt;color: #d0cacd;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* Manual Statistic Summary Text Card */&lt;BR /&gt;@media (max-width: 412px){&lt;BR /&gt;.mobile-stats {font-size:15.4vw} &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 413px) and (max-width: 512px){&lt;BR /&gt;.mobile-stats {font-size:15.7vw} &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 513px) and (max-width: 767px){&lt;BR /&gt;.mobile-stats {font-size:80px} &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 768px) and (max-width: 991px){&lt;BR /&gt;.mobile-stats {font-size:36px}&lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 992px) and (max-width: 1199px){&lt;BR /&gt;.mobile-stats {font-size:48px}&lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 1200px){&lt;BR /&gt;.mobile-stats {font-size:60px} &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* HTML Bookmarks&lt;BR /&gt;--- fix for html bookmark focus on sites with fixed headers---&lt;BR /&gt;*/&lt;BR /&gt;:target::before {&lt;BR /&gt;height: 120px;&lt;BR /&gt;margin-top: -120px;&lt;BR /&gt;visibility: hidden;&lt;BR /&gt;content: '';&lt;BR /&gt;position:relative;&lt;BR /&gt;display:block;&lt;BR /&gt;z-index:-1;&lt;BR /&gt;}&lt;BR /&gt;.navbar-contents a {&lt;BR /&gt;position: relative;&lt;BR /&gt;z-index:0;&lt;BR /&gt;}&lt;BR /&gt;/*end fix*/&lt;BR /&gt;&lt;BR /&gt;/* Footer */&lt;BR /&gt;.contact-info-alignment {&lt;BR /&gt;text-align: center; &lt;BR /&gt;}&lt;BR /&gt;.logo-title-alignment {&lt;BR /&gt;margin-left : auto;&lt;BR /&gt;margin-right: auto; &lt;BR /&gt;}&lt;BR /&gt;@media (min-width: 768px) {&lt;BR /&gt;.contact-info-alignment {&lt;BR /&gt;text-align: right;&lt;BR /&gt;}&lt;BR /&gt;.logo-title-alignment {&lt;BR /&gt;margin-left : initial;&lt;BR /&gt;margin-right: initial&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/*accessibility*/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*:focus-visible:not(a.ember-view, .svg-links) {&lt;BR /&gt;border-style: solid;&lt;BR /&gt;border-width:3px;&lt;BR /&gt;text-decoration:none;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* Honors user device preference for no animation */&lt;BR /&gt;@media (prefers-reduced-motion: no-preference) {&lt;BR /&gt;html,&lt;BR /&gt;body {&lt;BR /&gt;scroll-behavior: smooth; /*note - smooth scrolling not supported in Safari */&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/*Bookmarked content subtle highlight */&lt;BR /&gt;:target {&lt;BR /&gt;animation: focused-anchor 6s ease-in-out 1;&lt;BR /&gt;text-shadow: none;&lt;BR /&gt;}&lt;BR /&gt;@keyframes focused-anchor {&lt;BR /&gt;0% { &lt;BR /&gt;text-shadow: none; &lt;BR /&gt;}&lt;BR /&gt;25% { &lt;BR /&gt;text-shadow: 0 0 1px black, 0 0 25px yellow, 0 0 10px yellow&lt;BR /&gt;}&lt;BR /&gt;50% {&lt;BR /&gt;text-shadow: none; &lt;BR /&gt;}&lt;BR /&gt;75% { &lt;BR /&gt;text-shadow: 0 0 1px black, 0 0 25px yellow, 0 0 10px yellow&lt;BR /&gt;}&lt;BR /&gt;100% { &lt;BR /&gt;text-shadow: none&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;p {&lt;BR /&gt;font-size:16px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.backtotop {&lt;BR /&gt;position:relative;&lt;BR /&gt;float:right;&lt;BR /&gt;font-size:12px&lt;BR /&gt;}&lt;BR /&gt;mark {background-color:#fff3ab}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jul 2022 17:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcgis-hub-row-css-class/m-p/1195002#M47080</guid>
      <dc:creator>KyleWikstrom</dc:creator>
      <dc:date>2022-07-22T17:05:47Z</dc:date>
    </item>
  </channel>
</rss>

