update documentation

This commit is contained in:
daanx 2024-06-04 14:37:16 -07:00
parent 08fa864605
commit e64684c9f9
84 changed files with 5808 additions and 5271 deletions

View file

@ -4,6 +4,7 @@
z-index: 101;
font-size: 13px;
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
display: table;
}
.tabs2 {
@ -16,7 +17,7 @@
.tablist {
margin: 0;
padding: 0;
display: table;
display: block;
}
.tablist li {
@ -40,6 +41,12 @@
outline: none;
}
.tablist a:focus {
outline: auto;
z-index: 10;
position: relative;
}
.tabs3 .tablist a {
padding: 0 10px;
}
@ -47,7 +54,7 @@
.tablist a:hover {
background-image: url('tab_h.png');
background-repeat:repeat-x;
color: #fff;
color: white;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
text-decoration: none;
}
@ -55,6 +62,7 @@
.tablist li.current a {
background-image: url('tab_a.png');
background-repeat:repeat-x;
color: #fff;
color: white;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}