]> git.donarmstrong.com Git - biopieces.git/blobdiff - www/bgb.css
fixed encoding bug in read_454
[biopieces.git] / www / bgb.css
index 6f6928a4ab80c525179f3399cf4df3d8f723ca0a..39b6863481712cf271e870215d2283a533ccb48a 100644 (file)
 /* border-color: red;
 /*
 /*
-/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
+
+/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BODY <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
 
 
+body {
+    background-color:   #d0e4fe;
+}
+
 
 /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> DIV <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
 
+
 div.navigate {
 
 }
@@ -228,6 +235,7 @@ div.browse {
     text-align:         center;
 }
 
+
 /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GENERIC CLASSES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
 
 
@@ -237,7 +245,7 @@ div.browse {
 
 
 .italic {
-    font-style:        italic;
+    font-style:         italic;
 }
 
 
@@ -259,6 +267,23 @@ div.browse {
     display:            inline;
 }
 
+.monospace {
+    font-family:       courier;
+}
+
+.error {
+    text-align:         center;
+    color:              red;
+}
+
+
+/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> IMAGE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
+
+
+img {
+    border-style:        none;
+}
+
 
 /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HEADINGS AND PARAGRAPH <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */