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

 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<html>
+
<!DOCTYPE html>
  <style type="text/css">
+
<html lang="en" class="no-js">
    #sideMenu, #top_title {display:none;}       
+
<head>
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: -6px; }
+
<meta charset="UTF-8" />
    #content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;}
+
<meta name="viewport" content="width=device-width, initial-scale=1">
    <!--主体背景-->
+
<title>Animated Mesh Lines | Boreal Sky | Codrops</title>
    #body{background-color: #ffffff;}
+
<link rel="shortcut icon" href="favicon.ico">
           
+
<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>
   
+
                <script>document.getElementById("content").style.visibility="hidden";</script>
        footer {
+
<body>
            background: #333;
+
<div class="overlay"></div>
            color: #eee;
+
<script type="text/javascript" src="https://2019.igem.org/Team:Tongji_Software/vendors_js?action=raw&ctype=text/javascript"></script>
            font-size: 11px;
+
<script type="text/javascript" src="https://2019.igem.org/Team:Tongji_Software/demo5_js?action=raw&ctype=text/javascript"></script>
            padding: 20px;
+
        }
+
        ul.unstyled {
+
            list-style: none;
+
            padding: 0;
+
        }
+
        footer h6 {
+
            color: white;
+
        }
+
 
+
  
  </style></html>
+
 
 +
</body>
 +
</html>

Latest revision as of 08:40, 2 October 2019

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