Difference between revisions of "Template:BIT-China/footer"

Line 2: Line 2:
 
     <link rel="stylesheet" href="https://2017.igem.org/Team:BIT-China/src/css/style4?action=raw&ctype=text/css" />
 
     <link rel="stylesheet" href="https://2017.igem.org/Team:BIT-China/src/css/style4?action=raw&ctype=text/css" />
 
<style>
 
<style>
        /*页脚导航 ---- START*/
+
          /*页脚导航 ---- START*/
  
 
         footer{
 
         footer{
Line 30: Line 30:
 
             height: 200px;
 
             height: 200px;
 
         }
 
         }
 
+
        .footer_title {
 +
            text-align: center;
 +
        }
 
         .footer_title a{
 
         .footer_title a{
 
             color: #eeeeee;
 
             color: #eeeeee;
Line 36: Line 38:
 
             font-size: 1em;
 
             font-size: 1em;
 
             display: block;
 
             display: block;
             margin-top: 20px;
+
             margin-top: 10px;
 
             margin-bottom: 10px;
 
             margin-bottom: 10px;
 
             text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
 
             text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
Line 52: Line 54:
 
         }
 
         }
 
         /*页脚导航 ---- END*/
 
         /*页脚导航 ---- END*/
 
#navbar .navbar-nav {
 
  display: flex !important;
 
  justify-content: space-between;
 
  width: 80%;
 
}
 
 
@media screen and (min-width: 678px) {
 
  .my-banner img {
 
    width: 100%;
 
  }
 
 
  #navbar .nav>li {
 
 
    padding: 0;
 
    margin: -20px;
 
    top: -20px;
 
    left: 60px;
 
  }
 
  #navbar .nav>li a {
 
    font-size: 14px !important;
 
  }
 
 
 
@media screen and (min-width: 1024px) {
 
  .my-banner img {
 
  width: 100%;
 
  }
 
  #navbar .nav>li {
 
 
    padding: 0;
 
    margin: 0 10px;
 
    top: 0;
 
    left: 0;
 
 
 
  }
 
  #navbar .nav>li a {
 
    font-size: 16px !important;
 
  }
 
 
}
 
.navbar {
 
    width: 100%;
 
  min-width: 920px;
 
  top: 16px;
 
    background-color: rgba(8,41,59,1);
 
  background-image: url("https://static.igem.org/mediawiki/2017/3/38/Bit-china-2017logo.svg");
 
  background-size: auto 100%  no-repeat;
 
  left: 0;
 
    /*border-color: #e7e7e7;*/
 
    /*position: relative;*/
 
    min-height: 70px;
 
    /*margin-bottom: 20px;*/
 
    /*border: 1px solid transparent;*/
 
}
 
 
 
        /*以下CSS用于解决iGEM官网坑爹样式问题*/
 
        body {
 
            height: 100%;
 
            width: 100%;
 
            font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
 
            background-color: rgba(242,215,188,0.4);
 
        }
 
        #globalWrapper{
 
            margin: 0;
 
            padding: 0;
 
        }
 
        #content{
 
            width: 100%;
 
            padding: 0;
 
            margin: -12px 0 0;
 
        }
 
        #top_title{
 
            display: none;
 
        }
 
        #sideMenu{
 
            display: none;
 
        }
 
      #content,
 
      .vs-content,
 
      .vs-wrapper section {
 
        background-color: transparent !important;
 
      }
 
      .my-backTop:visited {
 
        color: #F8A886 !important;
 
      }
 
      .my-footer {
 
            margin-top: 100px;
 
      }
 
        /*以上CSS用于解决iGEM官网坑爹样式问题*/
 
 
</style>
 
</style>
 
</head>
 
</head>

Revision as of 11:00, 8 October 2017