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

 
(248 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
 
<head>
 
<head>
  <style type="text/css">
 
    #sideMenu, #top_title {display:none;}       
 
    #content { padding:0px; width:100%; height:100%; margin-top:-15px; margin-left:0px;}
 
    <!--主体背景-->
 
    body {background-color:black; height:100%;}
 
           
 
    <!--页脚-->                             
 
   
 
        footer {
 
            background: #333;
 
            color: #eee;
 
            font-size: 11px;
 
            padding: 20px;
 
        }
 
  </style>
 
 
 
     <title>Tongji Software | Pathlab</title>
 
     <title>Tongji Software | Pathlab</title>
     <link href="https://2019.igem.org/Template:Tongji_Software/css/ClearDefaultCss_css?action=raw&ctype=text/css" rel="stylesheet">
+
     <style>
    <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>
+
         *::-webkit-scrollbar {
<link href="https://2019.igem.org/Template:Tongji_Software/dist/vendors_css?action=raw&ctype=text/css" rel="stylesheet"><link href="https://2019.igem.org/Template:Tongji_Software/dist/demo5_css?action=raw&ctype=text/css" rel="stylesheet">
+
            display: none;
<link href="https://2019.igem.org/Template:Tongji_Software/css/ClearDefaultCss_css?action=raw&ctype=text/css" rel="stylesheet">
+
</head>
+
<style>
+
    /* --------------------------------
+
 
+
Primary style
+
 
+
-------------------------------- */
+
    *, *:after, *:before {
+
         -webkit-box-sizing: border-box;
+
        -moz-box-sizing: border-box;
+
        box-sizing: border-box;
+
    }
+
 
+
    body {
+
        font-size: 100%;
+
        font-family: "Source Sans Pro", sans-serif;
+
        color: rgba(2, 23, 37, 0.7);
+
        /*background-color: white;*/
+
        overflow: hidden; /* 溢出隐藏 */
+
        /*background: url("../img/cover.jpg") center no-repeat;*/
+
        -webkit-background-size: cover;
+
        background-size: cover;
+
    }
+
    body.overflow-hidden {
+
        /* when primary navigation is visible, the content in the background won't scroll */
+
        overflow: hidden;
+
    }
+
 
+
    a {
+
        color: white;
+
        text-decoration: none;
+
    }
+
 
+
    /* --------------------------------
+
 
+
    Modules - reusable parts of our design
+
 
+
    -------------------------------- */
+
    .cd-container {
+
        /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
+
        width: 90%;
+
        max-width: 768px;
+
        margin: 0 auto;
+
    }
+
    .cd-container:after {
+
        content: "";
+
        display: table;
+
        clear: both;
+
    }
+
 
+
    /* --------------------------------
+
 
+
    Main components
+
 
+
    -------------------------------- */
+
    html, body {
+
        height: 100%;
+
    }
+
 
+
    .cd-header {
+
        position: absolute;
+
        top: 0;
+
        left: 0;
+
        /*响应式后最上条横杠的颜色*/
+
        background: rgba(2, 23, 37, 0);
+
        height: 50px;
+
        width: 100%;
+
        z-index: 3;
+
        /*最上条横杠阴影*/
+
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
+
        -webkit-font-smoothing: antialiased;
+
        -moz-osx-font-smoothing: grayscale;
+
    }
+
    @media only screen and (min-width: 768px) {
+
        .cd-header {
+
            height: 80px;
+
            background: transparent;
+
            box-shadow: none;
+
 
         }
 
         }
    }
+
       
    @media only screen and (min-width: 1170px) {
+
        #sideMenu,
         .cd-header {
+
         #top_title {
             -webkit-transition: background-color 0.3s;
+
             display: none;
            -moz-transition: background-color 0.3s;
+
            transition: background-color 0.3s;
+
            /* Force Hardware Acceleration in WebKit */
+
            -webkit-transform: translate3d(0, 0, 0);
+
            -moz-transform: translate3d(0, 0, 0);
+
            -ms-transform: translate3d(0, 0, 0);
+
            -o-transform: translate3d(0, 0, 0);
+
            transform: translate3d(0, 0, 0);
+
            -webkit-backface-visibility: hidden;
+
            backface-visibility: hidden;
+
 
         }
 
         }
         .cd-header.is-fixed {
+
          
             /* when the user scrolls down, we hide the header right above the viewport */
+
        #content {
            position: fixed;
+
             padding: 0px;
             top: -80px;
+
             width: 90vw;
             background-color: rgba(2, 23, 37, 0.96);
+
             margin-top: -13px;
            -webkit-transition: -webkit-transform 0.3s;
+
             margin-left: 10px;
             -moz-transition: -moz-transform 0.3s;
+
            transition: transform 0.3s;
+
 
         }
 
         }
         .cd-header.is-visible {
+
          
             /* if the user changes the scrolling direction, we show the header */
+
        #indexMenu ul {
            -webkit-transform: translate3d(0, 100%, 0);
+
             margin-left: -10px;
            -moz-transform: translate3d(0, 100%, 0);
+
            -ms-transform: translate3d(0, 100%, 0);
+
            -o-transform: translate3d(0, 100%, 0);
+
            transform: translate3d(0, 100%, 0);
+
 
         }
 
         }
         .cd-header.menu-is-open {
+
          
            /* add a background color to the header when the navigation is open */
+
        #bodyContent a[href ^="https://"] {
            /*菜单打开后最上边那条横杠的颜色*/
+
             padding: .4em 1em;
             background-color: rgba(2, 23, 37, 0);
+
 
         }
 
         }
    }
+
        /*content style*/
 
+
       
    .cd-logo {
+
        html,
         display: block;
+
        body,
         position: absolute;
+
        div,
        top: 50%;
+
        span,
        bottom: auto;
+
        applet,
        -webkit-transform: translateY(-50%);
+
        object,
         -moz-transform: translateY(-50%);
+
        iframe,
        -ms-transform: translateY(-50%);
+
        h1,
        -o-transform: translateY(-50%);
+
        h2,
        transform: translateY(-50%);
+
        h3,
        left: .875em;
+
        h4,
    }
+
        h5,
    .cd-logo img {
+
        h6,
        display: block;
+
        p,
    }
+
        blockquote,
    @media only screen and (min-width: 768px) {
+
        pre,
 +
        a,
 +
        abbr,
 +
        acronym,
 +
        address,
 +
        big,
 +
        cite,
 +
        code,
 +
        del,
 +
        dfn,
 +
        em,
 +
        img,
 +
        ins,
 +
        kbd,
 +
        q,
 +
        s,
 +
        samp,
 +
        small,
 +
        strike,
 +
        strong,
 +
        sub,
 +
        sup,
 +
        tt,
 +
        var,
 +
        b,
 +
        u,
 +
        i,
 +
        center,
 +
        dl,
 +
        dt,
 +
        dd,
 +
        ol,
 +
        ul,
 +
        li,
 +
        fieldset,
 +
        form,
 +
        label,
 +
        legend,
 +
        table,
 +
        caption,
 +
        tbody,
 +
        tfoot,
 +
        thead,
 +
        tr,
 +
        th,
 +
        td,
 +
        article,
 +
        aside,
 +
        canvas,
 +
        details,
 +
        embed,
 +
        figure,
 +
        figcaption,
 +
        footer,
 +
        header,
 +
        hgroup,
 +
        menu,
 +
        nav,
 +
        output,
 +
        ruby,
 +
        section,
 +
        summary,
 +
        time,
 +
        mark,
 +
        audio,
 +
        video {
 +
            margin: 0;
 +
            padding: 0;
 +
            border: 0;
 +
            font-size: 100%;
 +
            /* font: inherit;*/
 +
            vertical-align: baseline;
 +
        }
 +
        /* HTML5 display-role reset for older browsers */
 +
       
 +
        article,
 +
        aside,
 +
        details,
 +
        figcaption,
 +
        figure,
 +
        footer,
 +
        header,
 +
        hgroup,
 +
        menu,
 +
        nav,
 +
        section,
 +
        main {
 +
            display: block;
 +
        }
 +
       
 +
        body {
 +
            line-height: 1;
 +
        }
 +
       
 +
        ol,
 +
        ul {
 +
            list-style: none;
 +
        }
 +
       
 +
        blockquote,
 +
        q {
 +
            quotes: none;
 +
        }
 +
       
 +
        blockquote:before,
 +
        blockquote:after,
 +
        q:before,
 +
        q:after {
 +
            content: '';
 +
            content: none;
 +
        }
 +
       
 +
        table {
 +
            border-collapse: collapse;
 +
            border-spacing: 0;
 +
        }
 +
        /* -------------------------------- Primary style -------------------------------- */
 +
       
 +
        *,
 +
        *:after,
 +
        *:before {
 +
            -webkit-box-sizing: border-box;
 +
            -moz-box-sizing: border-box;
 +
            box-sizing: border-box;
 +
        }
 +
       
 +
        body {
 +
            font-size: 100%;
 +
            font-family: "Source Sans Pro", sans-serif;
 +
            color: rgba(2, 23, 37, 0.7);
 +
            --color-bg: #1f174e;
 +
            --color-bg-2: #151436;
 +
            --color-bg-3: #060029;
 +
            background: linear-gradient(90deg, var(--color-bg-3), var(--color-bg-2),var(--color-bg),var(--color-bg-2), var(--color-bg-3));
 +
            /*overflow: hidden;*/
 +
            /* 溢出隐藏 */
 +
            /*background: url("../img/cover.jpg") center no-repeat;*/
 +
            -webkit-background-size: cover;
 +
            background-size: cover;
 +
        }
 +
       
 +
        body.overflow-hidden {
 +
            /* when primary navigation is visible, the content in the background won't scroll */
 +
            overflow: hidden;
 +
        }
 +
       
 +
        a {
 +
            color: white;
 +
            text-decoration: none;
 +
        }
 +
       
 +
        a:hover,
 +
        a:visited {
 +
            color: white;
 +
        }
 +
        /* -------------------------------- Modules - reusable parts of our design -------------------------------- */
 +
       
 +
        .cd-container {
 +
            /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
 +
            width: 90%;
 +
            max-width: 768px;
 +
            margin: 0 auto;
 +
         }
 +
       
 +
        .cd-container:after {
 +
            content: "";
 +
            display: table;
 +
            clear: both;
 +
         }
 +
        /* -------------------------------- Main components -------------------------------- */
 +
       
 +
        html,
 +
        body {
 +
            height: 100%;
 +
        }
 +
       
 +
        .cd-header {
 +
            position: absolute;
 +
            top: 0;
 +
            left: 0;
 +
            /*响应式后最上条横杠的颜色*/
 +
            background: rgba(2, 23, 37, 0);
 +
            height: 50px;
 +
            width: 100%;
 +
            z-index: 3;
 +
            /*最上条横杠阴影*/
 +
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
 +
            -webkit-font-smoothing: antialiased;
 +
            -moz-osx-font-smoothing: grayscale;
 +
        }
 +
       
 +
        @media only screen and (min-width: 768px) {
 +
            .cd-header {
 +
                height: 80px;
 +
                background: transparent;
 +
                box-shadow: none;
 +
            }
 +
         }
 +
       
 +
        @media only screen and (min-width: 1170px) {
 +
            .cd-header {
 +
                -webkit-transition: background-color 0.3s;
 +
                -moz-transition: background-color 0.3s;
 +
                transition: background-color 0.3s;
 +
                /* Force Hardware Acceleration in WebKit */
 +
                -webkit-transform: translate3d(0, 0, 0);
 +
                -moz-transform: translate3d(0, 0, 0);
 +
                -ms-transform: translate3d(0, 0, 0);
 +
                -o-transform: translate3d(0, 0, 0);
 +
                transform: translate3d(0, 0, 0);
 +
                -webkit-backface-visibility: hidden;
 +
                backface-visibility: hidden;
 +
            }
 +
            /*.cd-header .is-fixed {
 +
                /* when the user scrolls down, we hide the header right above the viewport */
 +
                position: fixed;
 +
                top: -80px;
 +
                background-color: rgba(2, 23, 37, 0.96);
 +
                -webkit-transition: -webkit-transform 0.3s;
 +
                -moz-transition: -moz-transform 0.3s;
 +
                transition: transform 0.3s;
 +
            } */
 +
            .cd-header .is-visible {
 +
                /* if the user changes the scrolling direction, we show the header */
 +
                -webkit-transform: translate3d(0, 100%, 0);
 +
                -moz-transform: translate3d(0, 100%, 0);
 +
                -ms-transform: translate3d(0, 100%, 0);
 +
                -o-transform: translate3d(0, 100%, 0);
 +
                transform: translate3d(0, 100%, 0);
 +
            }
 +
            .cd-header.menu-is-open {
 +
                /* add a background color to the header when the navigation is open */
 +
                /*菜单打开后最上边那条横杠的颜色*/
 +
                background-color: rgba(2, 23, 37, 0);
 +
            }
 +
        }
 +
       
 
         .cd-logo {
 
         .cd-logo {
             left: 2.6em;
+
            display: block;
 +
            position: absolute;
 +
            top: 50%;
 +
            bottom: auto;
 +
            -webkit-transform: translateY(-50%);
 +
            -moz-transform: translateY(-50%);
 +
            -ms-transform: translateY(-50%);
 +
            -o-transform: translateY(-50%);
 +
            transform: translateY(-50%);
 +
             left: .875em;
 
         }
 
         }
    }
+
          
 
+
         .cd-logo img {
    .cd-secondary-nav {
+
         position: absolute;
+
         top: 50%;
+
        bottom: auto;
+
        -webkit-transform: translateY(-50%);
+
        -moz-transform: translateY(-50%);
+
        -ms-transform: translateY(-50%);
+
        -o-transform: translateY(-50%);
+
        transform: translateY(-50%);
+
        right: 10em;
+
        /* hidden on small devices */
+
        display: none;
+
    }
+
    .cd-secondary-nav li {
+
        display: inline-block;
+
        margin-left: 2.2em;
+
    }
+
    .cd-secondary-nav a {
+
        display: inline-block;
+
        color: white;
+
        text-transform: uppercase;
+
        font-weight: 700;
+
    }
+
    @media only screen and (min-width: 768px) {
+
        .cd-secondary-nav {
+
 
             display: block;
 
             display: block;
 
         }
 
         }
    }
+
          
 
+
         @media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
+
            .cd-logo {
         position: absolute;
+
                left: 2.6em;
        right: 0;
+
            }
        top: 0;
+
         }
        height: 100%;
+
          
         width: 50px;
+
         .cd-secondary-nav {
        /*响应缩进后三条杠的颜色*/
+
             position: absolute;
        background-color: rgba(2, 23, 37, 0);
+
             top: 50%;
    }
+
    .cd-primary-nav-trigger .cd-menu-text {
+
        position: absolute;
+
        float: right;
+
        right: 60px;
+
        color: white;
+
        text-transform: uppercase;
+
        font-family: "Cambria";
+
        font-size: 18px;
+
        /*font-weight: 50;*/
+
        /* hide the text on small devices */
+
        display: none;
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon {
+
        /* this span is the central line of the menu icon */
+
        display: inline-block;
+
        position: absolute;
+
        left: 50%;
+
        top: 50%;
+
        bottom: auto;
+
        right: auto;
+
        -webkit-transform: translateX(-50%) translateY(-50%);
+
        -moz-transform: translateX(-50%) translateY(-50%);
+
        -ms-transform: translateX(-50%) translateY(-50%);
+
        -o-transform: translateX(-50%) translateY(-50%);
+
        transform: translateX(-50%) translateY(-50%);
+
        width: 28px;
+
        height: 2px;
+
        background-color: white;
+
        -webkit-transition: background-color 0.3s;
+
        -moz-transition: background-color 0.3s;
+
        transition: background-color 0.3s;
+
        /* these are the upper and lower lines in the menu icon */
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
+
         content: '';
+
        width: 100%;
+
        height: 100%;
+
        position: absolute;
+
        background-color: white;
+
        right: 0;
+
        -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
+
        -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
+
        transition: transform .3s, top .3s, background-color 0s;
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon::before {
+
         top: -5px;
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon::after {
+
         top: 5px;
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
+
        background-color: rgba(255, 255, 255, 0);
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
+
        background-color: white;
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
+
        top: 0;
+
        -webkit-transform: rotate(135deg);
+
        -moz-transform: rotate(135deg);
+
        -ms-transform: rotate(135deg);
+
        -o-transform: rotate(135deg);
+
        transform: rotate(135deg);
+
    }
+
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
+
        top: 0;
+
        -webkit-transform: rotate(225deg);
+
        -moz-transform: rotate(225deg);
+
        -ms-transform: rotate(225deg);
+
        -o-transform: rotate(225deg);
+
        transform: rotate(225deg);
+
    }
+
    @media only screen and (min-width: 768px) {
+
        .cd-primary-nav-trigger {
+
             width: 100px;
+
            padding-left: 1em;
+
            background-color: transparent;
+
            height: 30px;
+
            line-height: 30px;
+
            /*菜单栏整体位置*/
+
            left: 110px;
+
             top: 12vh;
+
 
             bottom: auto;
 
             bottom: auto;
 
             -webkit-transform: translateY(-50%);
 
             -webkit-transform: translateY(-50%);
Line 287: Line 313:
 
             -o-transform: translateY(-50%);
 
             -o-transform: translateY(-50%);
 
             transform: translateY(-50%);
 
             transform: translateY(-50%);
 +
            right: 10em;
 +
            /* hidden on small devices */
 +
            display: none;
 
         }
 
         }
         .cd-primary-nav-trigger .cd-menu-text {
+
       
 +
         .cd-secondary-nav li {
 
             display: inline-block;
 
             display: inline-block;
 +
            margin-left: 2.2em;
 
         }
 
         }
 +
       
 +
        .cd-secondary-nav a {
 +
            display: inline-block;
 +
            color: white;
 +
            text-transform: uppercase;
 +
            font-weight: 700;
 +
        }
 +
       
 +
        @media only screen and (min-width: 768px) {
 +
            .cd-secondary-nav {
 +
                display: block;
 +
            }
 +
        }
 +
       
 +
        .cd-primary-nav-trigger {
 +
            position: absolute;
 +
            right: 0;
 +
            top: 5vh;
 +
            height: 100%;
 +
            width: 50px;
 +
            /*响应缩进后三条杠的颜色*/
 +
            background-color: rgba(2, 23, 37, 0);
 +
        }
 +
       
 +
        #cd-primary-naver a:hover {
 +
            background-color: white;
 +
            color: black;
 +
            text-decoration: none;
 +
        }
 +
       
 +
        .cd-primary-nav-trigger .cd-menu-text {
 +
            position: absolute;
 +
            float: right;
 +
            right: 60px;
 +
            color: white;
 +
            text-transform: uppercase;
 +
            font-family: "Cambria";
 +
            font-size: 18px;
 +
            /*font-weight: 50;*/
 +
            /* hide the text on small devices */
 +
            display: none;
 +
        }
 +
       
 
         .cd-primary-nav-trigger .cd-menu-icon {
 
         .cd-primary-nav-trigger .cd-menu-icon {
             left: auto;
+
            /* this span is the central line of the menu icon */
             right: 1em;
+
            display: inline-block;
             -webkit-transform: translateX(0) translateY(-50%);
+
            position: absolute;
             -moz-transform: translateX(0) translateY(-50%);
+
             left: 50%;
             -ms-transform: translateX(0) translateY(-50%);
+
            top: 50%;
             -o-transform: translateX(0) translateY(-50%);
+
            bottom: auto;
             transform: translateX(0) translateY(-50%);
+
             right: auto;
 +
             /*-webkit-transform: translateX(-50%) translateY(-50%);
 +
             -moz-transform: translateX(-50%) translateY(-50%);
 +
             -ms-transform: translateX(-50%) translateY(-50%);
 +
             -o-transform: translateX(-50%) translateY(-50%);
 +
             transform: translateX(-50%) translateY(-50%);*/
 +
            width: 28px;
 +
            height: 2px;
 +
            background-color: white;
 +
            -webkit-transition: background-color 0.3s;
 +
            -moz-transition: background-color 0.3s;
 +
            transition: background-color 0.3s;
 +
            /* these are the upper and lower lines in the menu icon */
 
         }
 
         }
    }
+
       
 
+
        .cd-primary-nav-trigger .cd-menu-icon::before,
    .cd-primary-nav {
+
         .cd-primary-nav-trigger .cd-menu-icon:after {
        /* by default it's hidden - on top of the viewport */
+
            content: '';
        position: fixed;
+
            width: 100%;
         left: 0;
+
            height: 100%;
        top: 0;
+
            position: absolute;
        height: 100%;
+
            background-color: white;
        width: 100%;
+
            right: 0;
        font-family: "Cambria";
+
            -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
        /*菜单下来后的背景色*/
+
            -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
        /*background: rgba(2, 23, 37, 0.8);*/
+
            transition: transform .3s, top .3s, background-color 0s;
        background: rgba(0, 0, 0, 0.7);
+
         }
        z-index: 2;
+
          
        text-align: center;
+
         .cd-primary-nav-trigger .cd-menu-icon::before {
        padding: 50px 0;
+
            top: -5px;
        -webkit-backface-visibility: hidden;
+
         }
        backface-visibility: hidden;
+
          
        overflow: auto;
+
         .cd-primary-nav-trigger .cd-menu-icon::after {
         /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
+
            top: 5px;
         -webkit-overflow-scrolling: touch;
+
         }
         -webkit-transform: translateY(-100%);
+
          
        -moz-transform: translateY(-100%);
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
        -ms-transform: translateY(-100%);
+
            background-color: rgba(255, 255, 255, 0);
         -o-transform: translateY(-100%);
+
        }
         transform: translateY(-100%);
+
       
         -webkit-transition-property: -webkit-transform;
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
        -moz-transition-property: -moz-transform;
+
         .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
         transition-property: transform;
+
            background-color: white;
         -webkit-transition-duration: 0.4s;
+
         }
        -moz-transition-duration: 0.4s;
+
       
        transition-duration: 0.4s;
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    }
+
            top: 0;
    .cd-primary-nav li {
+
            -webkit-transform: rotate(135deg);
        font-size: 22px;
+
            -moz-transform: rotate(135deg);
        font-size: 1.375rem;
+
            -ms-transform: rotate(135deg);
        font-weight: 300;
+
            -o-transform: rotate(135deg);
         -webkit-font-smoothing: antialiased;
+
            transform: rotate(135deg);
        -moz-osx-font-smoothing: grayscale;
+
         }
        margin: .2em 0;
+
       
        text-transform: capitalize;
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
         /*text-transform: uppercase;*/
+
            top: 0;
    }
+
            -webkit-transform: rotate(225deg);
    .cd-primary-nav a {
+
            -moz-transform: rotate(225deg);
        display: inline-block;
+
            -ms-transform: rotate(225deg);
        padding: .4em 1em;
+
            -o-transform: rotate(225deg);
        border-radius: 0.25em;
+
            transform: rotate(225deg);
        -webkit-transition: background 0.2s;
+
         }
        -moz-transition: background 0.2s;
+
       
        transition: background 0.2s,color 0.2s;
+
         @media only screen and (min-width: 768px) {
    }
+
            .cd-primary-nav-trigger {
    .no-touch .cd-primary-nav a:hover {
+
                width: 100px;
        background-color: white;
+
                padding-left: 1em;
         color: black;
+
                background-color: transparent;
    }
+
                height: 30px;
    .cd-primary-nav .cd-label {
+
                line-height: 30px;
        color: rgba(200,40,255,1);
+
                /*菜单栏整体位置*/
        /*color: rgba(142,255,255,1);*/
+
                left: 6vw;
        text-transform: uppercase;
+
                top: 10vh;
        font-weight: 700;
+
                bottom: auto;
        font-size: 14px;
+
                /* -webkit-transform: translateY(-50%);
        font-size: 0.875rem;
+
                -moz-transform: translateY(-50%);
         margin: 2.4em 0 .8em;
+
                -ms-transform: translateY(-50%);
    }
+
                -o-transform: translateY(-50%);
    .cd-primary-nav .cd-social {
+
                transform: translateY(-50%);*/
         display: inline-block;
+
            }
        margin: 0 .4em;
+
            .cd-primary-nav-trigger .cd-menu-text {
    }
+
                display: inline-block;
    .cd-primary-nav .cd-social a {
+
            }
        width: 44px;
+
            .cd-primary-nav-trigger .cd-menu-icon {
        height: 44px;
+
                left: auto;
        padding: 0;
+
                right: 1em;
        background-image: url("../img/cd-socials.svg");
+
                -webkit-transform: translateX(0) translateY(-50%);
        background-repeat: no-repeat;
+
                -moz-transform: translateX(0) translateY(-50%);
        /* image replacement */
+
                -ms-transform: translateX(0) translateY(-50%);
        overflow: hidden;
+
                -o-transform: translateX(0) translateY(-50%);
        text-indent: 100%;
+
                transform: translateX(0) translateY(-50%);
        white-space: nowrap;
+
            }
    }
+
        }
    .cd-primary-nav .cd-facebook a {
+
       
        background-position: 0 0;
+
    }
+
    .cd-primary-nav .cd-instagram a {
+
        background-position: -44px 0;
+
    }
+
    .cd-primary-nav .cd-dribbble a {
+
        background-position: -88px 0;
+
    }
+
    .cd-primary-nav .cd-twitter a {
+
        background-position: -132px 0;
+
    }
+
    .cd-primary-nav.is-visible {
+
        -webkit-transform: translateY(0);
+
        -moz-transform: translateY(0);
+
        -ms-transform: translateY(0);
+
        -o-transform: translateY(0);
+
        transform: translateY(0);
+
    }
+
    @media only screen and (min-width: 768px) {
+
 
         .cd-primary-nav {
 
         .cd-primary-nav {
             padding: 80px 0;
+
             /* by default it's hidden - on top of the viewport */
 +
            position: fixed;
 +
            height: 100%;
 +
            width: 100%;
 +
            margin: 10vh 0vw 0vh 0vw;
 +
            font-family: "Cambria";
 +
            /*菜单下来后的背景色*/
 +
            /*background: rgba(2, 23, 37, 0.8);*/
 +
            --color-bg: #1f174e;
 +
            --color-bg-2: #151436;
 +
            --color-bg-3: #060029;
 +
            background: linear-gradient(90deg, var(--color-bg-3), var(--color-bg-2),var(--color-bg),var(--color-bg-2), var(--color-bg-3));
 +
            z-index: 2;
 +
            text-align: center;
 +
            /*padding: 10vh 0 0 0;*/
 +
            -webkit-backface-visibility: hidden;
 +
            backface-visibility: hidden;
 +
            overflow: auto;
 +
            /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
 +
            -webkit-overflow-scrolling: touch;
 +
            -webkit-transform: translateY(-100%);
 +
            -moz-transform: translateY(-100%);
 +
            -ms-transform: translateY(-100%);
 +
            -o-transform: translateY(-100%);
 +
            transform: translateY(-100%);
 +
            -webkit-transition-property: -webkit-transform;
 +
            -moz-transition-property: -moz-transform;
 +
            transition-property: transform;
 +
            -webkit-transition-duration: 0.4s;
 +
            -moz-transition-duration: 0.4s;
 +
            transition-duration: 0.4s;
 
         }
 
         }
    }
+
       
    @media only screen and (min-width: 1170px) {
+
 
         .cd-primary-nav li {
 
         .cd-primary-nav li {
             font-size: 30px;
+
             font-size: 22px;
             font-size: 1.875rem;
+
             font-size: 1.375rem;
 +
            font-weight: 300;
 +
            -webkit-font-smoothing: antialiased;
 +
            -moz-osx-font-smoothing: grayscale;
 +
            margin: .2em 0;
 +
            text-transform: capitalize;
 +
            /*text-transform: uppercase;*/
 
         }
 
         }
 +
       
 +
        .cd-primary-nav a {
 +
            display: inline-block;
 +
            padding: .4em 1em;
 +
            border-radius: 0.25em;
 +
            -webkit-transition: background 0.2s;
 +
            -moz-transition: background 0.2s;
 +
            transition: background 0.2s, color 0.2s;
 +
        }
 +
       
 +
        .no-touch .cd-primary-nav a:hover {
 +
            background-color: white;
 +
            color: black;
 +
        }
 +
       
 
         .cd-primary-nav .cd-label {
 
         .cd-primary-nav .cd-label {
             font-size: 16px;
+
            color: rgba(200, 40, 255, 1);
             font-size: 1rem;
+
            /*color: rgba(142,255,255,1);*/
 +
            text-transform: uppercase;
 +
            font-weight: 700;
 +
             font-size: 14px;
 +
             font-size: 0.875rem;
 +
            margin: 2.4em 0 .8em;
 
         }
 
         }
    }
+
       
 
+
        .cd-primary-nav .cd-social {
    @media only screen and (min-width: 768px) {
+
            display: inline-block;
        .cd-intro h1 {
+
            margin: 0 .4em;
             font-size: 30px;
+
        }
            font-size: 1.875rem;
+
       
 +
        .cd-primary-nav .cd-social a {
 +
            width: 44px;
 +
            height: 44px;
 +
            padding: 0;
 +
            background-image: url("https://static.igem.org/mediawiki/2019/9/93/T--Tongji_Software--menu_cd-socials.svg");
 +
            background-repeat: no-repeat;
 +
            /* image replacement */
 +
            overflow: hidden;
 +
            text-indent: 100%;
 +
            white-space: nowrap;
 +
        }
 +
       
 +
        .cd-primary-nav .cd-facebook a {
 +
            background-position: 0 0;
 +
        }
 +
       
 +
        .cd-primary-nav .cd-instagram a {
 +
            background-position: -44px 0;
 +
        }
 +
       
 +
        .cd-primary-nav .cd-dribbble a {
 +
            background-position: -88px 0;
 +
        }
 +
       
 +
        .cd-primary-nav .cd-twitter a {
 +
            background-position: -132px 0;
 +
        }
 +
       
 +
        .cd-primary-nav.is-visible {
 +
            -webkit-transform: translateY(0);
 +
            -moz-transform: translateY(0);
 +
            -ms-transform: translateY(0);
 +
            -o-transform: translateY(0);
 +
            transform: translateY(0);
 +
        }
 +
       
 +
        @media only screen and (min-width: 768px) {
 +
            .cd-primary-nav {
 +
                padding: 80px 0;
 +
             }
 +
        }
 +
       
 +
        @media only screen and (min-width: 1170px) {
 +
            .cd-primary-nav li {
 +
                font-size: 30px;
 +
                font-size: 1.875rem;
 +
            }
 +
            .cd-primary-nav .cd-label {
 +
                font-size: 16px;
 +
                font-size: 1rem;
 +
            }
 
         }
 
         }
    }
+
       
    @media only screen and (min-width: 1170px) {
+
 
         .cd-intro {
 
         .cd-intro {
             height: 700px;
+
            position: relative;
 +
             height: 100%;
 +
            background: url("../img/cd-background-img.jpg") no-repeat center center;
 +
            background-size: cover;
 +
            z-index: 1;
 +
            -webkit-font-smoothing: antialiased;
 +
            -moz-osx-font-smoothing: grayscale;
 
         }
 
         }
    }
+
       
 
+
        .cd-intro h1 {
    .cd-main-content {
+
            position: absolute;
        position: relative;
+
            width: 90%;
        z-index: 1;
+
            max-width: 1170px;
    }
+
            left: 50%;
    .cd-main-content p {
+
            top: 50%;
        line-height: 1.6;
+
            bottom: auto;
        margin: 2em 0;
+
            right: auto;
    }
+
            -webkit-transform: translateX(-50%) translateY(-50%);
    @media only screen and (min-width: 1170px) {
+
            -moz-transform: translateX(-50%) translateY(-50%);
        .cd-main-content p {
+
            -ms-transform: translateX(-50%) translateY(-50%);
 +
            -o-transform: translateX(-50%) translateY(-50%);
 +
            transform: translateX(-50%) translateY(-50%);
 +
            color: white;
 
             font-size: 20px;
 
             font-size: 20px;
 
             font-size: 1.25rem;
 
             font-size: 1.25rem;
 +
            font-weight: 300;
 +
            text-align: center;
 
         }
 
         }
    }
+
       
 
+
        @media only screen and (min-width: 768px) {
</style>
+
            .cd-intro h1 {
 +
                font-size: 30px;
 +
                font-size: 1.875rem;
 +
            }
 +
        }
 +
       
 +
        @media only screen and (min-width: 1170px) {
 +
            .cd-intro {
 +
                height: 700px;
 +
            }
 +
        }
 +
       
 +
        .cd-main-content {
 +
            position: relative;
 +
            z-index: 1;
 +
        }
 +
       
 +
        .cd-main-content p {
 +
            line-height: 1.6;
 +
            margin: 2em 0;
 +
        }
 +
       
 +
        @media only screen and (min-width: 1170px) {
 +
            .cd-main-content p {
 +
                font-size: 20px;
 +
                font-size: 1.25rem;
 +
            }
 +
        }
 +
    </style>
 +
    <!-- Resource style -->
 +
    <!-- <script src="js/modernizr.js"></script> -->
 +
    <!-- Modernizr -->
 +
</head>
  
 
<body>
 
<body>
 +
    <div id="coverText">
 +
    </div>
 +
    <div id="indexMenu">
 +
        <header class="cd-header">
 +
            <div id="menuButtom">
 +
                <a class="cd-primary-nav-trigger" href="#0">
 +
                    <span class="cd-menu-text">Menu</span><span class="cd-menu-icon"></span>
 +
                </a>
 +
            </div>
 +
            <!-- cd-primary-nav-trigger -->
 +
        </header>
 +
 +
        <nav id="cd-primary-naver">
 +
            <ul class="cd-primary-nav">
 +
                <li style="height:8vh"></li>
 +
                <li><a id="url" href="https://2019.igem.org/Team:Tongji_Software">HOME</a></li>
 +
                <li class="cd-label">About Us</li>
 +
 +
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Project">Our Project</a></li>
 +
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Attributions">Team Information</a></li>
 +
 +
                <li class="cd-label">Other</li>
 +
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Safety">Safety</a></li>
 +
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Human_Practices">Human Practices</a></li>
 +
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Public_Engagement">Education & Engagement</a></li>
 +
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Model">Model</a></li>
 +
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Medal">Medal</a></li>
 +
                <li><a href="https://igem.org/2019_Judging_Form?id=3094">Judging Form</a></li>
 +
 +
                <li class="cd-label">Follow us</li>
 +
              <br>
 +
                <li class="cd-socia" style="color:white">Twitter@IGEMtongjisoft </li>
 +
 +
  
<script type="text/javascript" src="https://2019.igem.org/Template:Tongji_Software/dist/vendors_js?action=raw&ctype=text/javascript"></script>
+
            </ul>
<script type="text/javascript" src="https://2019.igem.org/Template:Tongji_Software/dist/demo5_js?action=raw&ctype=text/javascript"></script>
+
        </nav>
  
 +
        <main class="cd-main-content">
 +
            <div class="cd-container">
 +
            </div>
 +
        </main>
 +
        <!-- <script src="js/jquery-2.1.0.min.js"></script>
 +
        <script src="js/main.js"></script> -->
 +
        <script src="https://2019.igem.org/Template:Tongji_Software/js/jquery_210_min_js?action=raw&ctype=text/javascript"></script>
 +
        <script src="https://2019.igem.org/Template:Tongji_Software/js/main_js?action=raw&ctype=text/javascript"></script>
 +
        <!-- Resource jQuery -->
 +
        <div id="foot"></div>
  
 +
    </div>
 
</body>
 
</body>
  
 
</html>
 
</html>

Latest revision as of 01:49, 22 October 2019

Tongji Software | Pathlab