<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.twcenter.net/index.php?action=history&amp;feed=atom&amp;title=SHOW_RESOURCES_AS_A_GRID</id>
	<title>SHOW RESOURCES AS A GRID - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.twcenter.net/index.php?action=history&amp;feed=atom&amp;title=SHOW_RESOURCES_AS_A_GRID"/>
	<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=SHOW_RESOURCES_AS_A_GRID&amp;action=history"/>
	<updated>2026-06-13T04:51:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=SHOW_RESOURCES_AS_A_GRID&amp;diff=88177&amp;oldid=prev</id>
		<title>Makanyane: Created page with &quot;Puts the resources/download entries [https://www.twcenter.net/resources/ here] into a responsive grid pattern instead of a list.  Also applies to the ones seen in users profiles e.g. [https://www.twcenter.net/members/makanyane.9390/#resources here]  &lt;pre&gt;  // ***** START - SHOW RESOURCES AS A GRID ***** @resource-grid-gap: 10px; @resource-grid-width: 330px; @resource-grid-thumb: 108px;  @media (min-width: @xf-responsiveMedium){     @supports(display: grid){          .blo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=SHOW_RESOURCES_AS_A_GRID&amp;diff=88177&amp;oldid=prev"/>
		<updated>2025-06-16T09:20:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Puts the resources/download entries [https://www.twcenter.net/resources/ here] into a responsive grid pattern instead of a list.  Also applies to the ones seen in users profiles e.g. [https://www.twcenter.net/members/makanyane.9390/#resources here]  &amp;lt;pre&amp;gt;  // ***** START - SHOW RESOURCES AS A GRID ***** @resource-grid-gap: 10px; @resource-grid-width: 330px; @resource-grid-thumb: 108px;  @media (min-width: @xf-responsiveMedium){     @supports(display: grid){          .blo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Puts the resources/download entries [https://www.twcenter.net/resources/ here] into a responsive grid pattern instead of a list.&lt;br /&gt;
&lt;br /&gt;
Also applies to the ones seen in users profiles e.g. [https://www.twcenter.net/members/makanyane.9390/#resources here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// ***** START - SHOW RESOURCES AS A GRID *****&lt;br /&gt;
@resource-grid-gap: 10px;&lt;br /&gt;
@resource-grid-width: 330px;&lt;br /&gt;
@resource-grid-thumb: 108px;&lt;br /&gt;
&lt;br /&gt;
@media (min-width: @xf-responsiveMedium){&lt;br /&gt;
    @supports(display: grid){&lt;br /&gt;
&lt;br /&gt;
        .block[data-type=&amp;quot;resource&amp;quot;] .structItemContainer{&lt;br /&gt;
            display: grid;&lt;br /&gt;
            grid-template-columns: repeat(auto-fit, minmax(@resource-grid-width, 1fr));&lt;br /&gt;
            grid-gap: @resource-grid-gap;&lt;br /&gt;
            padding: @resource-grid-gap;&lt;br /&gt;
            background-color: @xf-contentAltBg;&lt;br /&gt;
        }&lt;br /&gt;
		.js-memberTabPanes, .block[data-type=&amp;quot;resource&amp;quot;] .structItemContainer {&lt;br /&gt;
        .structItem--resource {&lt;br /&gt;
            background-color: @xf-contentBg;&lt;br /&gt;
            border-radius: 3px;&lt;br /&gt;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);&lt;br /&gt;
            border-width: 0px;&lt;br /&gt;
            display: grid;&lt;br /&gt;
            grid-template-columns: @resource-grid-thumb 1fr;&lt;br /&gt;
            grid-template-areas: &amp;#039;icon text&amp;#039; &amp;#039;stats stats&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
            .structItem-cell--icon.structItem-cell--iconExpanded{&lt;br /&gt;
                width: auto;&lt;br /&gt;
                grid-area: icon;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            .structItem-cell--main {&lt;br /&gt;
                grid-area: text;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            .structItem-cell--resourceMeta {&lt;br /&gt;
                grid-area: stats;&lt;br /&gt;
                width: auto;&lt;br /&gt;
                display: flex;&lt;br /&gt;
                flex-wrap: wrap;&lt;br /&gt;
                align-items: center;&lt;br /&gt;
                justify-content: space-between;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            .structItem-cell--iconExpanded .structItem-iconContainer .avatar {&lt;br /&gt;
                width: 100%;&lt;br /&gt;
                height: auto;&lt;br /&gt;
                font-size: 56px;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            .structItem-secondaryIcon {&lt;br /&gt;
                display: none;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            .structItem-metaItem--rating{&lt;br /&gt;
                flex: 1 0 100%;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            .structItem-metaItem--downloads,&lt;br /&gt;
            .structItem-metaItem--lastUpdate{&lt;br /&gt;
                flex: 0 1 auto;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            .ratingStarsRow--justified {&lt;br /&gt;
                border-bottom: 1px solid @xf-borderColorFaint;&lt;br /&gt;
                margin-bottom: 4px;&lt;br /&gt;
                padding-bottom: 4px;&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
		}&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
// ***** END - SHOW RESOURCES AS A GRID *****&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TWC XenForo extra less chunks]]&lt;/div&gt;</summary>
		<author><name>Makanyane</name></author>
	</entry>
</feed>