Skip to content

Commit

Permalink
Resolved some issues with sponsored link in header
Browse files Browse the repository at this point in the history
* Clearly mark it as an advertisement, based on community feedback.
  An "Ad" marker replaces the "external link" icon.

* Made sure that the link disappears when there is not enough space.
  On the index page, it moves below the social links.

* Set the header bar to hide overflowing items, to avoid horizontal
  scrolling in case it does still happen.

* Fixed an issue with the social links, which were hidden when the
  max-width was between 600 and 800px.

* Cleaned up no longer existing "headerbar-button" CSS class.
  • Loading branch information
bjorn committed Sep 18, 2024
1 parent 7cdc207 commit b8649e0
Show file tree
Hide file tree
Showing 82 changed files with 431 additions and 725 deletions.
20 changes: 8 additions & 12 deletions _includes/body_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,22 @@
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
{% if page.title == "Docs" %}
<a class="header-item header-item-active headerbar-button" href="/docs">Docs</a>
<a class="header-item header-item-active" href="/docs">Docs</a>
{% else %}
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item" href="/docs">Docs</a>
{% endif%}
{% if page.title == "News" %}
<a class="header-item header-item-active headerbar-button" href="/news">News</a>
<a class="header-item header-item-active" href="/news">News</a>
{% else %}
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item" href="/news">News</a>
{% endif%}
{% if page.title == "Donate" %}
<a class="header-item header-item-active headerbar-button" href="/donate">Donate</a>
<a class="header-item header-item-active" href="/donate">Donate</a>
{% else %}
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item" href="/donate">Donate</a>
{% endif%}
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>

Expand Down
25 changes: 23 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ iframe.video {
}
.headerbar-container {
background-color: #1e1e22;
overflow: hidden;
}
footer.media-content {
margin-top: 3em;
Expand Down Expand Up @@ -202,12 +203,23 @@ footer.media-content nav li {
display: none;
justify-content: center;
}
.main-sponsor {
display: none;
justify-content: center;
margin-top: 0.5em;
}
@media screen and (max-width: 600px) {
.headerbar .button-sponsor {
display: none;
}
.main-sponsor {
display: flex;
}
}
@media screen and (max-width: 800px) {
.headerbar .headerbar-social {
display: none;
}
}
@media screen and (max-width: 600px) {
.external-navigation {
display: flex;
}
Expand Down Expand Up @@ -571,6 +583,15 @@ a.showcase:hover {

/* SPONSORS */

.ad {
font-size: 80%;
color: darkgray;
border: 2px solid rgb(90, 90, 90);
border-radius: 5px;
margin-left: 0.5em;
margin-right: -0.3em;
padding: 0.125em 0.25em;
}
.sponsor {
width: 19%;
padding: 1%;
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/Asset.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/BinaryFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/ColorButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/Dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/FileEdit.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/GroupLayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/Image.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/ImageLayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
14 changes: 5 additions & 9 deletions docs/scripting/classes/ImageWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
<nav class="headerbar container">
<a href="/" class="headerbar-logo"><img src="/img/tiled-logo-white.png" class="logo" alt="Tiled logo" width="393" height="213" /></a>
<div class="headerbar-content">
<a class="header-item headerbar-button" href="/docs">Docs</a>
<a class="header-item headerbar-button" href="/news">News</a>
<a class="header-item headerbar-button" href="/donate">Donate</a>
<a class="header-item headerbar-button" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets
<svg style="display: inline-block; width: 1em; height: 1em; fill: currentColor; margin-left: 7px;" viewBox="0 0 48 48">
<path d="M36 24c-1.2 0-2 0.8-2 2v12c0 1.2-0.8 2-2 2h-22c-1.2 0-2-0.8-2-2v-22c0-1.2 0.8-2 2-2h12c1.2 0 2-0.8 2-2s-0.8-2-2-2h-12c-3.4 0-6 2.6-6 6v22c0 3.4 2.6 6 6 6h22c3.4 0 6-2.6 6-6v-12c0-1.2-0.8-2-2-2z"></path>
<path d="M43.8 5.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2 0-2 0.8-2 2s0.8 2 2 2h7.2l-18.6 18.6c-0.8 0.8-0.8 2 0 2.8 0.4 0.4 0.8 0.6 1.4 0.6s1-0.2 1.4-0.6l18.6-18.6v7.2c0 1.2 0.8 2 2 2s2-0.8 2-2v-12c0-0.2 0-0.6-0.2-0.8z"></path>
</svg>
<a class="header-item" href="/docs">Docs</a>
<a class="header-item" href="/news">News</a>
<a class="header-item" href="/donate">Donate</a>
<a class="header-item button-sponsor" rel="noopener sponsored" href="https://craftpix.net/link/TiledHeaderAssets">
Pixel&nbsp;Game&nbsp;Assets<span class="ad">Ad</span>
</a>
<div class="stretch"></div>
<!-- All icons from Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
Expand Down
Loading

0 comments on commit b8649e0

Please sign in to comment.