Template:CSS/UT-Tokyo

From 2014.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<script type="text/javascript">
 +
function changeIcon(URL) {
 +
var target = document.getElementsByTagName("link");
 +
var i = 0;
 +
for(i = 0;i<target.length;i++){
 +
if(target[i].rel == "shortcut icon"){
 +
target[i].parentNode.removeChild(target[i]);
 +
break;
 +
}
 +
}
 +
 +
var link = document.createElement("link");
 +
link.type = "image/x-icon";
 +
link.rel = "shortcut icon";
 +
link.href = URL;
 +
 +
document.getElementsByTagName("head")[0].appendChild(link);
 +
}
 +
 +
changeIcon("https://static.igem.org/mediawiki/2014/a/a9/Icon_32.gif");
 +
 +
</script>
 +
<style type="text/css">
<style type="text/css">
Line 309: Line 332:
top:350px;
top:350px;
right:50%;
right:50%;
-
padding-right:100px;
+
margin-right:100px;
 +
z-index:200;
 +
border-radius:30px;
}
}
#right-img{
#right-img{
Line 316: Line 341:
top:350px;
top:350px;
left:50%;
left:50%;
-
padding-left:100px;
+
margin-left:100px;
 +
z-index:200;
 +
border-radius:30px;
}
}
#left-bottom{
#left-bottom{
Line 370: Line 397:
}
}
.content-box #box-left{
.content-box #box-left{
-
width:600px;
+
width:500px;
float:left;
float:left;
}
}
.content-box #box-right{
.content-box #box-right{
width:400px;
width:400px;
-
float:right;
+
float:left;
}
}
#box-right h2, #box-left h2{
#box-right h2, #box-left h2{
Line 385: Line 412:
padding-bottom:10px;
padding-bottom:10px;
}
}
-
 
+
img{
 +
border:0;
 +
}
</style>
</style>
<script type = "text/javascript" language = "Javascript">
<script type = "text/javascript" language = "Javascript">
function randomEcoli(){
function randomEcoli(){
 +
document.title = "TOP | UT-Tokyo 2014";
var rand1 = Math.floor(Math.random()*9)+1;
var rand1 = Math.floor(Math.random()*9)+1;
var str = "circle0" + rand1;
var str = "circle0" + rand1;
Line 396: Line 426:
document.getElementById(str).style.paddingRight = "380px";
document.getElementById(str).style.paddingRight = "380px";
var rand2 = Math.floor(Math.random()*9)+1;
var rand2 = Math.floor(Math.random()*9)+1;
-
if(rand1 != rand2){
+
var str = "circle0" + rand2;
-
var str = "circle0" + rand2;
+
document.getElementById(str).style.visibility = "visible";
-
document.getElementById(str).style.visibility = "visible";
+
document.getElementById(str).style.top = "580px";
-
document.getElementById(str).style.top = "580px";
+
document.getElementById(str).style.right = "50%";
-
document.getElementById(str).style.right = "50%";
+
document.getElementById(str).style.paddingRight = "100px";
-
document.getElementById(str).style.paddingRight = "100px";
+
document.getElementById(str).style.zIndex = "100";
-
document.getElementById(str).style.zIndex = "100";
+
-
}
+
var rand3 = Math.floor(Math.random()*9)+1;
var rand3 = Math.floor(Math.random()*9)+1;
-
if(rand3 != rand1 && rand3 != rand2){
+
var str = "circle0" + rand3;
-
var str = "circle0" + rand;
+
document.getElementById(str).style.visibility = "visible";
-
document.getElementById(str).style.visibility = "visible";
+
document.getElementById(str).style.top = "300px";
-
document.getElementById(str).style.top = "350px";
+
document.getElementById(str).style.right = "";
-
document.getElementById(str).style.left = "50%";
+
document.getElementById(str).style.paddingRight = "";
-
document.getElementById(str).style.marginLeft = "-30px";
+
document.getElementById(str).style.left = "50%";
-
}
+
document.getElementById(str).style.marginLeft = "-30px";
var rand4 = Math.floor(Math.random()*9)+1;
var rand4 = Math.floor(Math.random()*9)+1;
-
if(rand4 != rand1 && rand4 != rand2 && rand4 != rand3){
+
var str = "circle0" + rand4;
-
var str = "circle0" + rand;
+
document.getElementById(str).style.visibility = "visible";
-
document.getElementById(str).style.visibility = "visible";
+
document.getElementById(str).style.top = "270px";
-
document.getElementById(str).style.top = "270px";
+
document.getElementById(str).style.right = "";
-
document.getElementById(str).style.left = "50%";
+
document.getElementById(str).style.paddingRight = "";
-
document.getElementById(str).style.paddingLeft = "400px";
+
document.getElementById(str).style.marginLeft = "";
-
}
+
document.getElementById(str).style.left = "50%";
 +
document.getElementById(str).style.paddingLeft = "400px";
var rand5 = Math.floor(Math.random()*9)+1;
var rand5 = Math.floor(Math.random()*9)+1;
-
if(rand5 != rand1 && rand5 != rand2 && rand5 != rand3 && rand5 != rand4){
+
var str = "circle0" + rand5;
-
var str = "circle0" + rand;
+
document.getElementById(str).style.visibility = "visible";
-
document.getElementById(str).style.visibility = "visible";
+
document.getElementById(str).style.top = "50px";
-
document.getElementById(str).style.top = "50px";
+
document.getElementById(str).style.right = "";
-
document.getElementById(str).style.left = "50%";
+
document.getElementById(str).style.paddingRight = "";
-
document.getElementById(str).style.paddingLeft = "350px";
+
document.getElementById(str).style.marginLeft = "";
-
}
+
document.getElementById(str).style.paddingLeft = "";
 +
document.getElementById(str).style.left = "50%";
 +
document.getElementById(str).style.paddingLeft = "350px";
var rand6 = Math.floor(Math.random()*9)+1;
var rand6 = Math.floor(Math.random()*9)+1;
-
if(rand6 != rand1 && rand6 != rand2 && rand6 != rand3 && rand6 != rand4 && rand6 != rand5){
+
var str = "circle0" + rand6;
-
var str = "circle0" + rand;
+
document.getElementById(str).style.visibility = "visible";
-
document.getElementById(str).style.visibility = "visible";
+
document.getElementById(str).style.top = "440px";
-
document.getElementById(str).style.top = "400px";
+
document.getElementById(str).style.right = "";
-
document.getElementById(str).style.left = "50%";
+
document.getElementById(str).style.paddingRight = "";
-
document.getElementById(str).style.paddingLeft = "-80px";
+
document.getElementById(str).style.marginLeft = "";
-
}
+
document.getElementById(str).style.paddingLeft = "";
 +
document.getElementById(str).style.left = "50%";
 +
document.getElementById(str).style.marginLeft = "-120px";
var rand7 = Math.floor(Math.random()*9)+1;
var rand7 = Math.floor(Math.random()*9)+1;
-
if(rand7 != rand1 && rand7 != rand2 && rand7 != rand3 && rand7 != rand4 && rand7 != rand5 && rand7 != rand6){
+
var str = "circle0" + rand7;
-
var str = "circle0" + rand;
+
document.getElementById(str).style.visibility = "visible";
-
document.getElementById(str).style.visibility = "visible";
+
document.getElementById(str).style.top = "540px";
-
document.getElementById(str).style.top = "540px";
+
document.getElementById(str).style.left = "";
-
document.getElementById(str).style.right = "50%";
+
document.getElementById(str).style.paddingRight = "";
-
document.getElementById(str).style.paddingRight = "350px";
+
document.getElementById(str).style.marginLeft = "";
-
}
+
document.getElementById(str).style.paddingLeft = "";
 +
document.getElementById(str).style.right = "50%";
 +
document.getElementById(str).style.paddingRight = "370px";
 +
document.getElementById(str).style.zIndex = "100";
}
}
</script>
</script>

Latest revision as of 03:27, 18 October 2014