Template:UIUC Illinois CSS

From 2012.igem.org

(Difference between revisions)
Line 1,841: Line 1,841:
#safetycontainer {
#safetycontainer {
width: 1000px;
width: 1000px;
-
height: 500px;
+
height: 1700px;
text-align: center;
text-align: center;
padding-left: 0px;
padding-left: 0px;
Line 2,430: Line 2,430:
float: center;
float: center;
}
}
 +
 +
 +
 +
#appoverview {
 +
        width: 950px;
 +
        float: left;
 +
        text-align: left;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
 +
        padding: 25px;
 +
height: 500px;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
#appcontainer {
 +
width: 1000px;
 +
height: 500px;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
</style>
</style>
</html>
</html>

Revision as of 03:22, 17 January 2013