75 lines
1.1 KiB
HTML
75 lines
1.1 KiB
HTML
|
|
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
margin: 0 50px;
|
|
}
|
|
details {
|
|
margin: 10px;
|
|
padding: 0 10px;
|
|
border: solid black 1px;
|
|
}
|
|
details details {
|
|
border: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.member:nth-child(odd) {
|
|
background-color: #eee;
|
|
}
|
|
h2, h3, h4 {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
h3 {
|
|
padding-left: 15px;
|
|
}
|
|
h4 {
|
|
padding: 10px 0 0 30px;
|
|
}
|
|
div {
|
|
position: relative;
|
|
}
|
|
|
|
label {
|
|
border-radius: 4px;
|
|
padding: 4px 8px;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
margin: 0 8px;
|
|
font-weight: bold;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.no-doc {
|
|
background-color: red;
|
|
}
|
|
|
|
.deprecated {
|
|
background-color: orange;
|
|
color: black;
|
|
}
|
|
|
|
a.go-to-code {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<h1>Documentation Status Report</h1>
|
|
|
|
|
|
</body>
|
|
</html>
|