mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-05 05:40:19 -04:00
e09b3797ef
* More docs
78 lines
1.3 KiB
Markdown
78 lines
1.3 KiB
Markdown
\page actorsmenu Actors
|
|
|
|
\htmlonly
|
|
|
|
How actors in mk64 works. There are two kinds of actors.
|
|
|
|
<style>
|
|
.pagebutton {
|
|
display: inline-block;
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
.pagelink {
|
|
display: block;
|
|
background-color: rgb(40, 44, 52);
|
|
width: 320px;
|
|
}
|
|
.pageimg {
|
|
display: inline-block;
|
|
width: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.content {
|
|
color: white;
|
|
font-size: 1em;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.pageheading {
|
|
padding: .5em .5em;
|
|
font-size: 18px;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
.pagedescription {
|
|
color: #fff;
|
|
border-color: transparent;
|
|
opacity: 0.75;
|
|
height: 84px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
margin-top: 10px;
|
|
display: block;
|
|
padding: 10px;
|
|
text-decoration: none;
|
|
line-height: 1.64em;
|
|
font-size: 1em;
|
|
font-weight: normal;
|
|
}
|
|
.pagea {
|
|
display: inline-block;
|
|
}
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
|
|
<div class="pagebutton">
|
|
<a class="pagea" href="actors.html">
|
|
<div class="pagelink">
|
|
<div class="pageimg"><img width=320 src="placeholder.png" /></div>
|
|
<div class="content">
|
|
<div class="pageheading">Actors</div>
|
|
<div class="pagedescription">
|
|
<p>Some actor stuff</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
\endhtmlonly
|
|
|
|
\subpage actors
|
|
|