More actions
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=== <span style="color: # | === <span style="color: #E0C882; border-bottom: 2px solid #8B6F35; padding-bottom: 5px;">Section Title</span> === | ||
<div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 20px 0;"> | |||
<div style="background: rgba(40, 40, 40, 0.8); border-radius: 8px; border-left: 4px solid #COLOR_HEX; padding: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.3);"> | |||
<h4 style="color: #COLOR_HEX; margin-top: 0; border-bottom: 1px dashed #COLOR_HEX; padding-bottom: 8px;">Card Title</h4> | |||
<ul style="list-style-type: none; padding-left: 5px; margin: 0;"> | |||
<li style="padding: 5px 0; border-bottom: 1px solid #333;">• List item 1</li> | |||
<li style="padding: 5px 0;">• List item 2</li> | |||
</ul> | |||
</div> | </div> | ||
< | <div style="background: rgba(40, 40, 40, 0.8); border-radius: 8px; border-left: 4px solid #COLOR_HEX; padding: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.3);"> | ||
< | <h4 style="color: #COLOR_HEX; margin-top: 0; border-bottom: 1px dashed #COLOR_HEX; padding-bottom: 8px;">Card Title</h4> | ||
=== <span style="color: # | <ul style="list-style-type: none; padding-left: 5px; margin: 0;"> | ||
<div style="background: rgba(70, 20, 20, 0.7); padding: | <li style="padding: 5px 0; border-bottom: 1px solid #333;">• List item 1</li> | ||
<li style="padding: 5px 0;">• List item 2</li> | |||
</ul> | |||
</div> | |||
</div> | |||
=== <span style="color: #E0C882;">Section Title</span> === | |||
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; margin-bottom: 20px;"> | |||
<div style="background: rgba(20, 20, 70, 0.7); padding: 10px; border-radius: 5px;"> | |||
[LINK_URL <span style="color: #5588FF;">🔗 Link Title</span>] | |||
</div> | |||
<div style="background: rgba(20, 70, 20, 0.7); padding: 10px; border-radius: 5px;"> | |||
[LINK_URL <span style="color: #55FF55;">🔗 Link Title</span>] | |||
</div> | |||
<div style="background: rgba(70, 20, 20, 0.7); padding: 10px; border-radius: 5px;"> | |||
[LINK_URL <span style="color: #FF5555;">🔗 Link Title</span>] | |||
</div> | |||
</div> | |||
=== <span style="color: #E0C882; border-bottom: 2px solid #8B6F35; padding-bottom: 5px;">Section Title</span> === | |||
<div style="background: rgba(30, 30, 30, 0.8); border-radius: 8px; padding: 0; margin: 20px 0; box-shadow: 0 4px 8px rgba(0,0,0,0.3); overflow: hidden;"> | |||
<table style="width: 100%; border-collapse: collapse;"> | |||
<tr style="background: linear-gradient(to right, #4B4237, #8B6F35); color: #E0C882;"> | |||
<th style="padding: 12px; text-align: left; width: 15%;">Step</th> | |||
<th style="padding: 12px; text-align: left; width: 30%;">Action</th> | |||
<th style="padding: 12px; text-align: left;">Details</th> | |||
</tr> | |||
<tr style="border-bottom: 1px solid #444; background: rgba(40, 40, 40, 0.6);"> | |||
<td style="padding: 12px; vertical-align: top;"><span style="display: inline-block; background: #COLOR_HEX; color: white; border-radius: 50%; width: 24px; height: 24px; text-align: center; line-height: 24px; margin-right: 8px;">1</span></td> | |||
<td style="padding: 12px; vertical-align: top; color: #FFD700;">Step Title</td> | |||
<td style="padding: 12px; vertical-align: top;"> | |||
• Detail 1<br> | |||
• Detail 2 | |||
</td> | |||
</tr> | |||
<tr style="border-bottom: 1px solid #444; background: rgba(40, 40, 40, 0.6);"> | |||
<td style="padding: 12px; vertical-align: top;"><span style="display: inline-block; background: #COLOR_HEX; color: white; border-radius: 50%; width: 24px; height: 24px; text-align: center; line-height: 24px; margin-right: 8px;">2</span></td> | |||
<td style="padding: 12px; vertical-align: top; color: #FFD700;">Step Title</td> | |||
<td style="padding: 12px; vertical-align: top;"> | |||
• Detail 1<br> | |||
• Detail 2 | |||
</td> | |||
</tr> | |||
</table> | |||
<!-- Add images here --> | |||
[[File:example1.jpg|200px|thumb|left|Image caption]][[File:example2.jpg|250px|thumb|right|Image caption]] | |||
</div> | </div> | ||