Initial community commit

This commit is contained in:
Jef
2024-09-24 14:54:57 +02:00
parent 537bcbc862
commit 20d28e80a5
16810 changed files with 4640254 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

@@ -0,0 +1,47 @@
body
{
margin: 0;
padding: 0;
border: 0;
background: #fff;
color: #000;
}
img
{
border: 0;
}
h1
{
background-color: #DFEFFF;
padding: 0.25em;
margin: 0;
}
h1, h2
{
border-bottom: 1px solid #aaa;
}
#content
{
margin: 0 !important;
border: 0 !important;
}
#toc
{
display: none;
}
ul
{
list-style-image: url(bullet.png) !important;
}
div#content a.external
{
background: center right no-repeat url(external.png);
padding-right: 13px;
}