]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/bugs.css
add overflow:auto to avoid having avatars outside of the header box
[debbugs.git] / html / bugs.css
index 8c3412575ce60b403d7a343a6d14c1898a135bf9..c251cea97376a7845f37646819bf34361a9d422e 100644 (file)
@@ -9,12 +9,16 @@ html {
 }
 
 body {
+    color: #000; 
+    background: #fefefe;
     margin: 10px;
     border: 0;
     padding: 0;
 }
 
 h1, h2, h3 {
+    color: #000; 
+    background: #fefefe;
     text-align: left; 
     font-family: sans-serif;
 }
@@ -49,12 +53,25 @@ a:link:hover, a:visited:hover {
     color: #d81e1e;
 }
 
-.link span {
+.link {
+    color: #1b56ce;
+    font-weight: bold;
+    text-decoration: underline;
+}
+
+.link abbr {
+    color: #1b56ce;
+    font-weight: bold;
+    text-decoration: underline;
+}
+
+.link abbr:hover {
     color: #1b56ce;
     font-weight: bold;
     text-decoration: underline;
 }
 
+
 .link span:hover {
     color: #d81e1e;
 }
@@ -109,6 +126,30 @@ pre.headers {
     line-height: 120%
 }
 
+div.headers { 
+    border: #a7a7a7 1px solid;
+    background-color: #f0f0f0;
+    padding: 2px;
+    overflow: auto;
+ }
+
+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.header { 
+  font-weight: bold
+ };
+
 pre.mime {
     font-family: monospace;
     font-size: 95%;
@@ -236,9 +277,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;
 }