No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h1 style="color:# | <h1 style="color:#ff6a54; margin-bottom: 2rem; text-align: center; font-size: 2.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.1);">Our Documentation Library </h1> | ||
<div style="display: flex; flex-wrap: wrap; | <div class="portal-row cols-2" style="text-align: center; display: flex; flex-wrap: wrap; margin-left: -1em; margin-right: -1em; width: calc(100% + 2em);"> | ||
<!-- Book Card --> | <!-- Example Book Card --> | ||
<div style=" | <div class="portal-box" style=" | ||
width: | margin: 1em; | ||
background: linear-gradient(145deg, #ffffff, #f1f3f9); | |||
border: 1px solid #e9e9ee; | |||
width: calc(50% - 2em); | |||
border-radius: 12px; | |||
box-shadow: 5px 5px 15px rgba(0,0,0,0.1), | |||
-5px -5px 15px rgba(255,255,255,0.8); | |||
transition: transform 0.2s, box-shadow 0.2s; | |||
position: relative; | position: relative; | ||
overflow: hidden;"> | |||
<!-- Book Spine Effect --> | |||
<div style=" | <div style=" | ||
position: | position: absolute; | ||
left: 0; | |||
top: 0; | |||
bottom: 0; | |||
width: 20px; | |||
background: linear-gradient(90deg, #ff6a54, #ff7b66); | |||
border-radius: 12px 0 0 12px;"> </div> | |||
<div class="heading" style=" | |||
display: block; | |||
width: 100%; | width: 100%; | ||
padding: 1.5em 0.5em 0.5em 2.5em; | |||
font-size: 1.5rem; | |||
font-weight: 900; | |||
background: linear-gradient(90deg, rgba(241,243,249,0.9), rgba(241,243,249,1));"> | |||
== <span style="text-align: center; display: block;">Folio Wiki</span> == | |||
</div> | |||
<div class="body" style=" | |||
padding: 1.5em 1.5em 1.5em 3em; | |||
text-align: left; | |||
background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,1));"> | |||
<div style="min-height: 3em;"> | |||
<p style=" | |||
margin: 0.5em 0; | |||
color: #444; | |||
font-size: 1.1em; | |||
border-left: 3px solid #ff6a54; | |||
padding-left: 1em;"> | |||
< | <strong style="color: #ff6a54;">Version:</strong> 1.0 | ||
</p> | |||
<p style=" | |||
margin: 0.5em 0; | |||
color: #444; | |||
font-size: 1.1em; | |||
border-left: 3px solid #ff6a54; | |||
padding-left: 1em;"> | |||
< | <strong style="color: #ff6a54;">Last Updated:</strong> December 2024 | ||
</p> | |||
<p style=" | |||
margin: 0.5em 0; | |||
color: #444; | |||
font-size: 1.1em; | |||
line-height: 1.5; | |||
< | border-left: 3px solid #ff6a54; | ||
padding-left: 1em;"> | |||
<strong style="color: #ff6a54;">Description:</strong> Brief description of what this book contains... | |||
</p> | |||
</ | |||
</ | |||
</div> | </div> | ||
<div style=" | <div style=" | ||
text-align: center; | |||
margin-top: 1.5em; | |||
padding: 1em;">[[File:folio-bee-orange.png|center|frameless|250x250px]] | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- | <!-- Copy the entire portal-box div above for each additional book --> | ||
</div> | </div> | ||
__HIDE_TITLE__ | __HIDE_TITLE__ |
Revision as of 02:12, 11 December 2024
Our Documentation Library