mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[ADD/WIP] Start making Ayadocs
Docs!!!
This commit is contained in:
parent
88bd2d27ad
commit
c926397ed6
6 changed files with 414 additions and 3 deletions
46
etc/ayadoc/style.css
Normal file
46
etc/ayadoc/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue