[ADD/WIP] Start making Ayadocs

Docs!!!
This commit is contained in:
LDA 2024-08-04 20:27:42 +02:00
commit c926397ed6
6 changed files with 414 additions and 3 deletions

46
etc/ayadoc/style.css Normal file
View file

@ -0,0 +1,46 @@
/* CSS style for Parsee Ayadocs */
/* ---------- BASIC STYLING ----------*/
html
{
background-color: #222;
color: #eee;
font-family: sans-serif;
}
blockquote
{
border-left: 2px solid #ccc;
margin: 1.5em 10px;
}
blockquote p
{
display: inline-block;
}
a:visited
{
color: #bedead;
}
a:link
{
color: #fad;
}
/* ---------- AYADOC-SPECIFIC STYLING ----------*/
.aya-return
{
color: #fe8019;
}
.aya-arg
{
text-decoration: underline;
}
.aya-name
{
color: #689d6a;
}
.rets-none
{
text-decoration: underline;
}