o add avrusb
o add zsnes
This commit is contained in:
47
zsnes/docs/readme.htm/styles/print.css
Normal file
47
zsnes/docs/readme.htm/styles/print.css
Normal file
@@ -0,0 +1,47 @@
|
||||
/* The stylesheet used for printing.
|
||||
This stylesheet is used to render the docs nicely for printing. */
|
||||
|
||||
/* ALL PROPERTIES ARE ALPHABETIZED!!! KEEP THEM THAT WAY!!! */
|
||||
|
||||
@import url(shared.css); /* Loads styles/shared.css, which contains shared styling information. */
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: Verdana, "Arial Unicode MS", Arial, sans-serif;
|
||||
font-size: 10pt;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: inherit;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content a:after {
|
||||
content: " [" attr(href) "]";
|
||||
}
|
||||
|
||||
#nav_column {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content code {
|
||||
background-color: inherit;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both; /* This is mainly for pages that might be shorter than the nav-list on the left. Keeps things looking correct. */
|
||||
font-size: 0.7em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footer h2 {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user