Files
avrdude/docs/avrdude.css
Jörg Wunsch bef5344984 Prepare online docs for Github pages (#904)
* Update online docs for new terminal mode documentation

* Link the concept index

* Try making the cindex (concept index) meaningful

Rearrange existing @cindex entries, add a lot of new ones.

* Update online docs

* Forgot to add this page (concept index)

* Update online docs for new terminal mode documentation

* Link the concept index

* Try making the cindex (concept index) meaningful

Rearrange existing @cindex entries, add a lot of new ones.

* Update online docs

* Forgot to add this page (concept index)

* Update docs

* Update docs

* Introduce a toplevel "switch page"

That way, we can provide documentation for various versions.
Also add PDF documentation for easy reference.

* Add documentation from AVRDUDE v6.4

* Include AVRDUDE logo on toplevel page

* Put the logo on the index page left.

* Add a footer with a back link to the projec pages
2022-03-19 23:15:28 +01:00

40 lines
766 B
CSS

body { background-color: #ffd; }
h1 { text-shadow: .05em .05em #ccc; }
table {
border: 3px solid #ccf;
background-color: white;
}
div.smallexample {
background-color: #dfd;
border: 3px solid #cfc;
}
div.example {
background-color: #dfd;
border: 3px solid #cfc;
}
samp {
color: blue;
}
code {
color: green;
}
.footer {
margin-top: 10px;
font-size: 80%;
}
/*
* For large screens, put footer always at bottom of page. For
* smaller screens, instead place it directly under the table, as
* otherwise the footer would be placed inside the table.
*
* The min-height value might need to be adjusted once there are
* more entries in the table.
*/
@media screen and (min-height: 500px) {
.footer {
position: fixed;
bottom: 0;
}
}