Template:Team:DukeSafety/CSS

From 2014.igem.org

(Difference between revisions)
(Replaced content with "<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> </head> <body> </body> </html>")
 
(50 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 +
<style media="screen" type="text/css">
 +
#pictable {
 +
margin-left:5%;
 +
margin-right:5%;
 +
margin-bottom:5%;
 +
margin-top:-2.5%;
 +
}
 +
 +
#pictable img {
 +
width:100px;
 +
height:100px;
 +
position:relative;
 +
z-index:50;
 +
}
 +
 +
#pictable table {
 +
float:left;
 +
}
 +
 +
#bigsection {
 +
width: 60%;
 +
height: 57%;
 +
overflow:hidden;
 +
float:right;
 +
padding-left:57%;
 +
position:fixed;
 +
margin-top:-2.5%;
 +
margin-right:5%;
 +
z-index:49;
 +
color:#fff;
 +
}
 +
 +
.bigpic {
 +
        clear:both;
 +
        font-size:1em;
 +
        color:#fff;
 +
        margin-top: 0%;
 +
}
 +
 +
.bigpic img {
 +
/*width: 324px;
 +
height: 243px;*/
 +
width: 60%;
 +
height: 55%;
 +
}
 +
 +
.safe {
 +
        font-size:1em;
 +
        color:#fff;
 +
        margin-left: 5%;
 +
        margin-right: 5%;
 +
        margin-bottom: 5%;
 +
        margin-top: -3%;
 +
}
 +
 +
.safe h2 {
 +
color:#fff;
 +
}
 +
 +
</style>
</head>
</head>

Latest revision as of 02:29, 18 October 2014