# FreeDOS Software Repository Maintenance Utility Script HTML Template File # The Following is the global CSS file for all static html pages # FILE:REPOSITORY.CSS div.page_header { margin: 0.75em; } div.page_navbar { margin: 0.75em; } div.page_table { margin: 0.75em; } div.page_footer { margin: 0.75em; } span.highlight { color: white; font-weight: bold; font-size: larger; } span.highlight a { text-transform: none; text-decoration: none; } span.highlight a:link { color: white; } span.highlight a:visited { color: white; } span.highlight a:hover { color: yellow; text-decoration: underline; } span.highlight a:active { color: green; text-decoration: none; } table { font-family: "Open Sans", "DejaVu Sans", Verdana, sans-serif; border: 1px solid gray; width:auto; height:auto; max-width:95%; margin-right: auto; margin-left: auto; margin-top: 1em; margin-bottom: 1em; } table caption { background-color: gray; color: LightGrey; font-size: smaller; } table th { font-family: Montserrat, "Liberation Sans", Tahoma, sans-serif; background-color: #ddd; color: #333; min-width: 5em; padding: .5em; text-align: left; text-transform: capitalize; } table td { background-color: #eee; color: #000; min-width: 5em; padding: .5em; } table a { text-transform: none; text-decoration: underline; } table a:link { color: steelblue; } table a:visited { color: royalblue; } table a:hover { color: dodgerblue; } table a:active { color: red; text-decoration: none; } # The following is the CSS for the main INDEX page. # FILE:INDEX.CSS div.page_site_links { margin: 0.75em; } span.description { color: #222; display: block; margin-top: 0.75em; font-size: small; font-weight: normal; } span.group_title { display: block; } table th { text-transform: none; } span.site_link { display: block; } # The following is the CSS for all package group pages. # FILE:GROUP.CSS span.description { color: #222; display: block; } span.license { color: #060; display: block; font-size: small; font-style: italic; } # The following is the CSS for all package pages. # FILE:PACKAGE.CSS # The following is the CSS for the package comparison page. # FILE:COMPARISON.CSS div.page_legend { margin-left: 0.75em; margin-right: 0.75em; margin-top: 1.25em; margin-top: 1.25em; } span.package_first { color: #222; } span.package_changed { color: #222; } span.package_missing { color: #600; } span.package_similar { color: #aa0; font-weight: bolder; font-size: larger; } span.package_identical { color: #080; font-weight: bolder; font-size: larger; } # Some general re-used snippets # HTML:DOCTYPE # HTML:META # HTML:CACHE # HTML:NOCACHE # HTML:HEADER