Template:Team:HokkaidoU Japan/HumanPractice/script

From 2011.igem.org

(Difference between revisions)
Line 18: Line 18:
     });
     });
});
});
-
</script>
 
<style>
<style>
div.footnote-box {
div.footnote-box {
-
   background-color: #d9d9d9;
+
   background: rgb(125,126,125);
 +
  background: -moz-linear-gradient(top, rgba(125,126,125,0.85) 0%, rgba(14,14,14,0.85) 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,0.85)), color-stop(100%,rgba(14,14,14,0.85)));
 +
  background: -webkit-linear-gradient(top, rgba(125,126,125,0.85) 0%,rgba(14,14,14,0.85) 100%);
 +
  background: -o-linear-gradient(top, rgba(125,126,125,0.85) 0%,rgba(14,14,14,0.85) 100%);
 +
  background: -ms-linear-gradient(top, rgba(125,126,125,0.85) 0%,rgba(14,14,14,0.85) 100%);
 +
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
 +
  background: linear-gradient(top, rgba(125,126,125,0.85) 0%,rgba(14,14,14,0.85) 100%);
   margin 0 auto;
   margin 0 auto;
 +
  border: 3px solid #dfdfdf;
 +
  border-radius: 10px;
 +
  -moz-border-radius: 10px;
 +
  -webkit-border-radius: 10px;
   display: block;
   display: block;
-
   padding: 50px 30px;
+
   padding: 50px 20px;
   width: 40%;
   width: 40%;
   height: 40%;
   height: 40%;
-
   overflow: scroll;
+
   overflow: auto;
}
}
.close-btn-32 {
.close-btn-32 {
Line 65: Line 75:
   line-height: 32px;
   line-height: 32px;
   font-family: "Helvetica Neue", Consolas, Verdana, Tahoma, Calibri, Helvetica, Menlo, "Droid Sans", sans-serif;
   font-family: "Helvetica Neue", Consolas, Verdana, Tahoma, Calibri, Helvetica, Menlo, "Droid Sans", sans-serif;
 +
}
 +
.footnote-box div.footnote-content {
 +
  color: #fefefe;
 +
  font-size: large !important;
 +
  margin: auto auto;
 +
  width: 80%;
 +
  height: 80%;
}
}
</style>
</style>
</html>
</html>

Revision as of 15:35, 5 October 2011