Difference between revisions of "Team:AHUT China/footcss"

(Created page with "<html> <style type="text/css"> ***********************index foot***********************: #index_footer{ height:407px; color:#ccc; font-size:12px; position:relative;...")
 
 
Line 113: Line 113:
 
}
 
}
  
/************************jump block************************/
 
  
#jump_window_close {
 
height:50px;
 
width:100%;
 
clear:both;
 
}
 
#jump_window_close a {
 
display:block;
 
width:150px;
 
height:50px;
 
background:url(https://static.igem.org/mediawiki/2014/4/40/AHUT_CHINA_2014_jump_window_close.png);
 
float:right;
 
}
 
#jump_window_close a:hover {
 
background:url(https://static.igem.org/mediawiki/2014/0/0b/AHUT_CHINA_2014_jump_window_close_red.png);
 
}
 
.black_overlay{
 
            display: none;
 
            position: absolute;
 
            top: 0%;
 
            left: 0%;
 
            width: 100%;
 
            height: 100%;
 
            background-color: black;
 
            z-index:1001;
 
            -moz-opacity: 0.6;
 
            opacity:.60;
 
            filter: alpha(opacity=60);
 
}
 
.white_content {
 
            display: none;
 
            position: absolute;
 
            top: 15%;
 
            left: 25%;
 
            width: 50%;
 
            height: 50%;
 
            padding: 5px;
 
            border: 5px solid #000;
 
            background-color: white;
 
            z-index:1002;
 
            overflow: auto;
 
}
 
.black_overlay_info{
 
display:none;
 
            position: absolute;
 
            top: 0%;
 
            left: 0%;
 
            width: 100%;
 
            height: 100%;
 
            background-color: black;
 
            z-index:1001;
 
            -moz-opacity: 0.6;
 
            opacity:.60;
 
            filter: alpha(opacity=60);
 
}
 
.white_content_info {
 
display:none;
 
            position: absolute;
 
            top: 15%;
 
            left: 25%;
 
            width: 50%;
 
            height: 50%;
 
            padding: 5px;
 
            border: 5px solid #000;
 
            background-color: black;
 
            z-index:1002;
 
-moz-opacity: 1;
 
            opacity:1;
 
            filter: alpha(opacity=100);
 
            overflow: auto;
 
}
 
  
/************************sec page************************/
+
 
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 07:23, 12 October 2018