We Are Idea Supreme: Difference between revisions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
Let's hear your ideas! | Let's hear your ideas! | ||
<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;"> | |||
<dpl> | |||
namespace= | |||
ordermethod=lastedit | |||
order=descending | |||
count=5 | |||
include={Infobox} | |||
format= | |||
<div style="width: 300px; height: 400px; position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0px 4px 6px rgba(0,0,0,0.1);"> | |||
{{{image|300px|center}}} | |||
<div style="position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.7); color: white; padding: 10px; text-align: center;"> | |||
<a href="{{{fullpagename}}}" style="color: white; font-size: 18px; font-weight: bold; text-decoration: none;">{{{title}}}</a> | |||
<br> | |||
<small>by <a href="{{{userpagelink}}}" style="color: #ddd;">{{{user}}}</a></small> | |||
<br> | |||
<small style="position: absolute; bottom: 5px; right: 10px; color: #ccc;">Last updated: {{{date}}}</small> | |||
</div> | |||
</div> | |||
</dpl> | |||
</div> | |||
<dpl> | <dpl> | ||