Team:TU-Munich/Results/AutoAnnotator

From 2013.igem.org

(Difference between revisions)
Line 42: Line 42:
/* the entire html comment box container. applies to everything */
/* the entire html comment box container. applies to everything */
#HCB_comment_box {
#HCB_comment_box {
-
  width:60% !important;
+
    background: #FFFFFF;
 +
    border: 1px solid #000000;
 +
    padding: 10px;
}
}
#HCB_comment_box p.error {
#HCB_comment_box p.error {
-
   border: 4px solid #f88 !important;
+
   border: 4px solid #f88;
-
   background-color: #fee !important;
+
   background-color: #fee;
-
   color: #800 !important;
+
   color: #800;
}
}
#HCB_comment_box textarea, #HCB_comment_box input.text {
#HCB_comment_box textarea, #HCB_comment_box input.text {
-
   border: 1px solid #ddd !important;
+
   border: 1px solid #ddd;
-
   border-left: 1px solid #ccc !important;
+
   border-left: 1px solid #ccc;
-
   border-top: 1px solid #ccc !important;
+
   border-top: 1px solid #ccc;
-
   background: url(bg.png) repeat-x !important;
+
   background: url(bg.png) repeat-x;
}
}
#HCB_comment_box .hcb-wrapper-half {
#HCB_comment_box .hcb-wrapper-half {
-
   display:block !important;
+
   display:block;
-
   width:50% !important;
+
   width:50%;
-
   float:left !important;
+
   float:left;
 +
  margin-bottom:0.5em;
}
}
#HCB_comment_box .hcb-wrapper {
#HCB_comment_box .hcb-wrapper {
-
   clear:both !important;
+
   clear:both;
-
   margin-bottom:0.5em !important;
+
   margin:0.5em 0em;
}
}
#HCB_comment_box input.text {
#HCB_comment_box input.text {
-
   display:block !important;
+
   display:block;
-
   width:97% !important;
+
   width:97%;
    
    
}
}
/* the submit button */
/* the submit button */
#HCB_comment_box input.submit {
#HCB_comment_box input.submit {
-
     margin:0 7px 3px 0 !important;
+
     margin:0 7px 3px 0;
-
     background-color:#f5f5f5 !important;
+
     background-color:#f5f5f5;
-
     border:1px solid #ccc !important;
+
     border:1px solid #ccc;
-
     border-top:1px solid #ddd !important;
+
     border-top:1px solid #ddd;
-
     border-left:1px solid #ddd !important;
+
     border-left:1px solid #ddd;
-
     font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif !important;
+
     font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
-
     font-size:100% !important;
+
     font-size:100%;
-
     line-height:130% !important;
+
     line-height:130%;
-
     text-decoration:none !important;
+
     text-decoration:none;
-
     font-weight:bold !important;
+
     font-weight:bold;
-
     color:#565656 !important;
+
     color:#565656;
-
     cursor:pointer !important;
+
     cursor:pointer;
-
     width:auto !important;
+
     width:auto;
-
     overflow:visible !important;
+
     overflow:visible;
-
     padding:4px 10px 3px 7px !important; /* IE6 */
+
     padding:4px 10px 3px 7px; /* IE6 */
}
}
#HCB_comment_box input.submit:hover{
#HCB_comment_box input.submit:hover{
-
     background-color:#dff4ff !important;
+
     background-color:#dff4ff;
-
     border:1px solid #c2e1ef !important;
+
     border:1px solid #c2e1ef;
-
     color:#336699 !important;
+
     color:#336699;
}
}
#HCB_comment_box span.home-desc {
#HCB_comment_box span.home-desc {
-
   opacity:0.4 !important;
+
   opacity:0.4;
}
}
/* the individual comment display containers */
/* the individual comment display containers */
#HCB_comment_box div.comment {
#HCB_comment_box div.comment {
-
   border-top:1px solid #eee !important;
+
   border-top:1px solid #eee;
-
   margin-bottom:0.5em !important;
+
   margin-bottom:0.5em;
}
}
/* the moderator message */
/* the moderator message */
.hcb-mod  b{
.hcb-mod  b{
-
   color:darkblue !important;
+
   color:darkblue;
}
}
/* next, prev, ok and x link style */
/* next, prev, ok and x link style */
.hcb-link {
.hcb-link {
-
   color:blue !important;
+
   color:blue;
-
   text-decoration:underline !important;
+
   text-decoration:underline;
}
}
</style>
</style>

Revision as of 11:56, 22 August 2013


Use the AutoAnnotator to create your own Protein-Data table

Enter a BioBrick number (e.g. K801060) or a nucleotide sequence below!

Enter BioBrick number or DNA sequence!



Read the Autoannotator Description and References

HTML Comment Box is loading comments...



Locations of visitors to this page