* web/,web/style.css: add web dir and current style.css
* dak/examine_package.py, dak/show_new.py: improve NEW html pages,
+ based on mock-up by M. Ferrari.
remove Checksums-* from examine-package output
2008-05-03 Thomas Viehmann <tv@beamnet.de>
if use_html:
if bodyelement:
print """<thead>
- <tr><th colspan="2" class="title" onclick="toggle('%(bodyelement)s', 'table-row-group', 'table-row-group')">%(title)s</th></tr>
+ <tr><th colspan="2" class="title" onclick="toggle('%(bodyelement)s', 'table-row-group', 'table-row-group')">%(title)s <span class="toggle-msg">(click to toggle)</span></th></tr>
</thead>"""%{"bodyelement":bodyelement,"title":html_escape(s)}
else:
print "<h%d>%s</h%d>" % (level, html_escape(s), level)
}
/************* NEW details pages ************/
+
+/* this overides some overly general styles above */
+#NEW-details-page th {
+ background-color: white;
+ padding: 0;
+}
+#NEW-details-page table {
+ background-color: white;
+ padding: 0;
+}
+
#NEW-details-page a img {
text-decoration: none;
border: none;
color: #FFFF00;
text-decoration: underline;
}
+#NEW-details-page #menu a:visited {
+ color: #0000FF;
+ text-decoration: none;
+}
+#NEW-details-page #menu a:hover {
+ color: #0000FF;
+ text-decoration: none;
+}
#NEW-details-page #red-upperleft {
position: absolute;
top: 0px;
font-family: serif;
font-size: 22px;
}
+#NEW-details-page .toggle-msg {
+ font-weight: normal;
+ font-family: serif;
+ font-size: 80%;
+}
#NEW-details-page #menu {
font-size: 80%;
position: fixed;
}
#NEW-details-page #menu p {
margin: 0px;
+ font-size: 80%;
}
#NEW-details-page .infobox {
width: 80%;