Add recipe for doc assets and some basic styling for the generated docs.

This commit is contained in:
Marcel Klehr 2012-10-27 18:47:09 +02:00
parent 3d1fd05085
commit 7a8401c363
3 changed files with 53 additions and 4 deletions

44
doc/_assets/style.css Normal file
View file

@ -0,0 +1,44 @@
body.apidoc {
width: 60%;
min-width: 10cm;
margin: 0 auto;
}
#header {
background-color: #5a5;
padding: 10px;
color: #111;
}
a,
a:active {
color: #272;
}
a:focus,
a:hover {
color: #050;
}
#apicontent a.mark,
#apicontent a.mark:active {
float: right;
color: #BBB;
font-size: 0.7cm;
text-decoration: none;
}
#apicontent a.mark:focus,
#apicontent a.mark:hover {
color: #AAA;
}
#apicontent code {
padding: 1px;
background-color: #EEE;
border-radius: 4px;
border: 1px solid #DDD;
}
#apicontent pre>code {
display: block;
overflow: auto;
padding: 5px;
}

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>__SECTION__ - Etherpad Lite v__VERSION__ Manual &amp; Documentation</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="_assets/style.css">
</head>
<body class="apidoc" id="api-section-__FILENAME__">
<header id="header">