]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/bugs.css
add more css for debbugs_install and bug_title
[debbugs.git] / html / bugs.css
index ed42581fc96de888417f64974b4ccd7a3bd75cee..c87d245ab8028fe7d0fda1968ae26d220182a7d3 100644 (file)
@@ -1,20 +1,30 @@
 html {
     color: #000; 
     background: #fefefe;
-    font-family: serif;
-    margin: 1em;
+    font-family: sans-serif;
+    margin: 0;
     border: 0;
     padding: 0;
     line-height: 120%;
 }
 
 body {
-    margin: 0;
+/*     color: #000; 
+    background: #fefefe; */
+    margin: 0px;
     border: 0;
     padding: 0;
 }
 
+/* this is the main container for content outside of the header and footer */
+.body {
+    margin-left: 0.5em;
+    margin-right: 0.5em;
+}
+
 h1, h2, h3 {
+    color: #000; 
+    background: #fefefe;
     text-align: left; 
     font-family: sans-serif;
 }
@@ -49,6 +59,17 @@ a:link:hover, a:visited:hover {
     color: #d81e1e;
 }
 
+.link, .link abbr, .link abbr:hover {
+    color: #1b56ce;
+    font-weight: bold;
+    text-decoration: underline;
+}
+
+.link span:hover {
+    color: #d81e1e;
+}
+
+
 a.submitter:link {
     color: #242424;
     font-family: sans-serif;
@@ -71,9 +92,14 @@ a.submitter:hover, a.submitter:visited:hover {
 
 pre.message {
     font-family: monospace;
-    padding-top: 0;
+    padding-top: 8px;
     margin-top: 0;
     border-top: 0;
+    white-space: pre-wrap;
+}
+
+pre.wrapping {
+    width: 80ch;
 }
 
 .sparse li {
@@ -82,7 +108,25 @@ pre.message {
     border-top: 1ex;
 }
 
-a.bugtitle {
+/* debbugs install header */
+
+div.debbugs_install {
+    font-size: 80%;
+    margin: 0px;
+    padding: 0px;
+    border: solid 1px;
+    background: #eee;
+}
+
+/* bugreport bug title */
+
+h1.bug_title {
+    padding: 0px;
+    margin: 0px;
+    border: solid;
+}
+
+a.bug_title {
     font-weight: bold;
     font-size: 110%;
 }
@@ -98,6 +142,30 @@ pre.headers {
     line-height: 120%
 }
 
+div.headers { 
+    border: #a7a7a7 1px solid;
+    background-color: #f0f0f0;
+    padding: 2px;
+    overflow: auto;
+ }
+
+div.header, div.headers p {
+    font-family: sans-serif;
+    font-size: 95%;
+    color: #3c3c3c;
+    padding: 0px;
+    line-height: 120%;
+    margin: 0px;
+}
+
+div.headers img {  
+    float: right;
+}
+
+span.headerfield { 
+  font-weight: bold
+ };
+
 pre.mime {
     font-family: monospace;
     font-size: 95%;
@@ -120,6 +188,71 @@ pre.mime {
     color: #686868;
 }
 
+.msgreceived p, p.msgreceived {
+    width: 120ch;
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+/* bug info CSS; this is the CSS which displays the per-bug information on each
+   of the bugreport.cgi pages */
+
+.buginfo
+{ 
+  font-family: sans-serif;
+  font-size: 110%;
+  margin-bottom: 0px
+}
+
+.buginfo ul {
+    padding: 0;
+    margin: 0;
+}
+
+.buginfo li {
+    list-style-type: none;
+    display: table-row;
+}
+
+.buginfo .value {
+    display: table-cell;
+    padding-left: 2px;
+}
+
+.buginfo .key {
+    display: table-cell;
+    padding-right: 2px;
+    border-right: 2px solid;
+    padding-left: auto;
+}
+.buginfo p + p
+{ 
+  margin: 0;
+  margin-top: 0px;
+  border: 0;
+}
+
+
+.pkginfo p
+{ font-family: sans-serif;
+  font-size: 110%;
+  margin-bottom: 0px
+}
+
+.pkginfo p + p
+{ 
+  margin: 0;
+  margin-top: 0px;
+  padding: 0;
+  border: 0;
+}
+
+
+div.versiongraph
+{
+    float: right;
+}
+
 pre.tags {
     color: #a3a3a3;
     font-size: 90%;
@@ -158,8 +291,51 @@ a.options:link, a.options:visited {
     border-bottom: #3c3c3c 1px dotted;
 }
 
-li {
-    list-style-type: square;
+/* li { */
+/*     list-style-type: square; */
+/* } */
+
+.shortbugstatus
+{ 
+  font-family: sans-serif;
+  
+  }
+
+.shortbugstatusextra
+{ font-family: sans-serif;
+  margin: 5px;
+  margin-top: 2px;
+  padding: 5px;
+  /* display: none; */
+  /* z-index: 1; */
+  /* position: absolute; */
+  left: 120px;
+  background-color: #ffffff;
+/*  border: #000 1px solid; */
+  position: static;
+  display: block;
+  border: 0;
+  }
+
+.shortbugstatusextra span
+{ margin: 0;
+  margin-top: 0px;
+  padding: 0;
+  border: 0;
+  display: inline;
+  }
+
+#status_mask {
+    -moz-opacity: 0;
+    opacity: 0;
+    filter: alpha(opacity=0);
+    z-index: 1;
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    top: 0px;
+    left: 0px;
+    display: none;
 }
 
 .bugs li {