]> 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 8c3412575ce60b403d7a343a6d14c1898a135bf9..c87d245ab8028fe7d0fda1968ae26d220182a7d3 100644 (file)
@@ -1,7 +1,7 @@
 html {
     color: #000; 
     background: #fefefe;
-    font-family: serif;
+    font-family: sans-serif;
     margin: 0;
     border: 0;
     padding: 0;
@@ -9,12 +9,22 @@ html {
 }
 
 body {
-    margin: 10px;
+/*     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,7 +59,7 @@ a:link:hover, a:visited:hover {
     color: #d81e1e;
 }
 
-.link span {
+.link, .link abbr, .link abbr:hover {
     color: #1b56ce;
     font-weight: bold;
     text-decoration: underline;
@@ -82,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 {
@@ -93,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%;
 }
@@ -109,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%;
@@ -131,13 +188,43 @@ pre.mime {
     color: #686868;
 }
 
-.buginfo p
+.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;
@@ -161,10 +248,9 @@ pre.mime {
 }
 
 
-.versiongraph
+div.versiongraph
 {
-  float: right
-  
+    float: right;
 }
 
 pre.tags {
@@ -205,9 +291,9 @@ a.options:link, a.options:visited {
     border-bottom: #3c3c3c 1px dotted;
 }
 
-li {
-    list-style-type: square;
-}
+/* li { */
+/*     list-style-type: square; */
+/* } */
 
 .shortbugstatus
 { 
@@ -236,9 +322,22 @@ li {
   margin-top: 0px;
   padding: 0;
   border: 0;
-  display: block;
+  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 {
     margin-top: 5px;
 }