Template:Team:BGU Israel/style.css

From 2014.igem.org

(Difference between revisions)
Line 2,912: Line 2,912:
font-weight: normal;
font-weight: normal;
}
}
 +
.table1 {
 +
align-content:center;
 +
margin:0px;
 +
padding:0px;
 +
width:100%;
 +
box-shadow: 10px 10px 5px #888888;
 +
border:1px solid #000000;
 +
-moz-border-radius-bottomleft:9px;
 +
-webkit-border-bottom-left-radius:9px;
 +
border-bottom-left-radius:9px;
 +
-moz-border-radius-bottomright:9px;
 +
-webkit-border-bottom-right-radius:9px;
 +
border-bottom-right-radius:9px;
 +
-moz-border-radius-topright:9px;
 +
-webkit-border-top-right-radius:9px;
 +
border-top-right-radius:9px;
 +
-moz-border-radius-topleft:9px;
 +
-webkit-border-top-left-radius:9px;
 +
border-top-left-radius:9px;
 +
}
 +
.table1 table{
 +
width:100%;
 +
height:100%;
 +
margin:0px;padding:0px;
 +
}
 +
.table1 tr {
 +
align-content:center;
 +
font-family:allan, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
 +
}
 +
.prevNext{
 +
width:100px;
 +
border: thin solid; border-radius: 8px; background: #5FA6B8; font-style: normal; font-weight: 700; font-size: 24px; font-family: Allan, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; vertical-align: middle;
 +
opacity:0.5;
 +
}
 +
</style>
</style>
</html>
</html>

Revision as of 19:20, 15 October 2014