Difference between revisions of "Template:Tongji Software/newcss"

Line 1: Line 1:
<html>
+
<!DOCTYPE html>
  <style type="text/css">
+
<html lang="en" class="no-js">
    html, body {width:100%;height:100%}
+
<head>
    #sideMenu, #top_title {display:none;}        
+
<meta charset="UTF-8" />
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: -6px; }
+
<meta name="viewport" content="width=device-width, initial-scale=1">
    #content { padding:0px; width:100%;height:100%; margin-top:-12px; margin-left:0px;}
+
<title>Animated Mesh Lines | Boreal Sky | Codrops</title>
    <!--主体背景-->
+
<link rel="shortcut icon" href="favicon.ico">
    #body{background-color: #ffffff;}
+
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
               
+
<link href="https://2019.igem.org/Team:Tongji_Software/vendors_css?action=raw&ctype=text/css" rel="stylesheet"><link href="https://2019.igem.org/Team:Tongji_Software/demo5.css?action=raw&ctype=text/css" rel="stylesheet"></head>
 +
<body>
 +
<div class="overlay"></div>
 +
<script type="text/javascript" src="https://2019.igem.org/Team:Tongji_Software/vendors_js?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2019.igem.org/Team:Tongji_Software/demo5_js?action=raw&ctype=text/javascript"></script>
  
    <!--页脚-->                             
 
   
 
        footer {
 
            background: #333;
 
            color: #eee;
 
            font-size: 11px;
 
            padding: 20px;
 
        }
 
        ul.unstyled {
 
            list-style: none;
 
            padding: 0;
 
        }
 
        footer h6 {
 
            color: white;
 
        }
 
 
 
  
  </style></html>
+
</body>
 +
</html>

Revision as of 08:19, 2 October 2019

<!DOCTYPE html> Animated Mesh Lines | Boreal Sky | Codrops