Difference between revisions of "Template:NWU-CHINA"

 
(198 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
  
 
<style>
 
<style>
Line 22: Line 21:
 
/**************************************************************** MENU ***************************************************************/
 
/**************************************************************** MENU ***************************************************************/
  
 +
 
 
     /* Wrapper for the menu */
 
     /* Wrapper for the menu */
 
     .igem_2017_menu_wrapper {
 
     .igem_2017_menu_wrapper {
 
  width: 100%;
 
  width: 100%;
  height:4em;  
+
  height:60px;  
  top:1em;
+
 
 
  left:0;
 
  left:0;
 
  position:fixed;
 
  position:fixed;
  padding-left:300px;
+
  padding-left:16.5%;
  margin:0px
+
  margin:0px;
 +
          border-color:
 
  overflow-x: auto;
 
  overflow-x: auto;
 
  background-color:#514050;   
 
  background-color:#514050;   
           z-index:99
+
           z-index:99;
 
+
 
+
 
     }
 
     }
 
 
 
 
 
Line 45: Line 44:
 
}  
 
}  
  
   
+
  .down{
 +
  width: 100%;
 +
  height:120px;
 +
  background-color:#514050;
 +
          margin-top:100px;    
 +
  left:-10;
 +
 +
          border-bottom-style:outset;
 +
          border-width:5px;
 +
          margin-bottom:-17px;
 +
    }
 +
 
 +
  .logo{
 +
      padding-top:20px
 +
}   
 
    
 
    
  
Line 52: Line 65:
 
  list-style:none;
 
  list-style:none;
 
  margin:0;
 
  margin:0;
  padding-top:6px;
+
  padding-top:20px;
  padding-bottom:6px;
+
  padding-left:0px;
  padding-left: 0;
+
  padding-down:6px;
  float: left;
+
          float: left;
 +
         
 
}
 
}
  
Line 61: Line 75:
 
    text-decoration: none;
 
    text-decoration: none;
 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
+
    color:#cbd0d0;
 
    padding:20px;
 
    padding:20px;
 
    text-align:center;
 
    text-align:center;
 
    text-transform:uppercase;
 
    text-transform:uppercase;
    font-size: 16px;
+
            font-size:16px;
 +
 
 
}
 
}
 
 
 
li a:hover,.dropdown:hover.dropbtn{
 
li a:hover,.dropdown:hover.dropbtn{
    color:#399;
+
    color:#cbd0d0;
 
    text-shadow:2px 2px 2px #399;
 
    text-shadow:2px 2px 2px #399;
 
}
 
}
 
 
.dropdown {
+
.dropdown {
 
    position: relative;
 
    position: relative;
 
    display: inline-block;
 
    display: inline-block;
Line 82: Line 97:
 
    display: none;
 
    display: none;
 
    position: absolute;
 
    position: absolute;
    background-color: #E0E0E0;
+
    background-color: #514050;
    min-width: 350px;
+
    min-width: 200px;
 +
            border-bottom: 5px outset;
 +
            border-left: 5px outset;
 +
            border-right: 5px outset;
 
 
 
}
 
}
Line 89: Line 107:
 
 
 
.dropdown-content a {
 
.dropdown-content a {
    color: #272727;
+
    color:#cbd0d0;
 
    padding: 12px 16px;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    text-decoration: none;
Line 104: Line 122:
 
 
 
 
 +
/***************************************************** CONTENT OF THE PAGE ****************************************************/
  
 +
 +
   
 +
        .main{
 +
margin-left:17em;
 +
margin-right:17em;
 +
        padding-left:4%;
 +
        padding-right:4%;
 +
        padding-down:40px;
 +
margin-top:55px;
 +
        background-color:white;
 +
        border-style:groove;
 +
        border-width:7px;
 +
        opacity: 0.9;
 +
}
 +
 +
        body{
 +
        padding:0;
 +
        margin:0;
 +
     
 +
        }
 +
       
  
/********************************* HTML STYLING  *********************************/
+
        .tittle{
 +
padding-top:53px;
 +
margin-left:10em;
 +
margin-right:10em;
 +
        border-style:ridge;
 +
        border-width:7px;
 +
}
 +
       
  
  /* styling for the titles h1 h2 */
+
        .color{
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
+
        background-image:url(https://static.igem.org/mediawiki/2017/3/30/NWU-Background.jpg);
padding:5px 15px;  
+
        background-repeat:no-repeat;  
border-bottom: 0px;  
+
        background-attachment:fixed;
color: #3399ff;
+
       
}
+
        }
  
  
/* styling for the titles  h3 h4 h5 h6*/
+
 
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
+
/***************************************PICTURE AND TEXT**********************************************/
padding:5px 15px;  
+
        .box1{
border-bottom:0px;  
+
margin:0 auto;
color: #000000;
+
width:97%;
 +
padding:3%;
 +
}
 +
 +
 +
.fix{
 +
clear:both;
 
}
 
}
 +
 +
.leftpic{
 +
width:15%;
 +
left:0;
 +
float:left;
 +
 +
 
 +
}
 +
 +
.rightpic{
 +
width:15%;
 +
right:0;
 +
        float:right;
 +
 +
}
 +
 +
.righttext{
 +
width:75%;
 +
right:0;
 +
float:right;
 +
border-style:double;
 +
padding:4%;
 +
}
 +
 +
.lefttext:hover{
 +
  background-color:#ECECEC;
 +
  border-style:dotted;
 +
  }
 +
 +
.lefttext{
 +
width:75%;
 +
left:0;
 +
float:left;
 +
border-style:double;
 +
padding:4%;
 +
}
 +
   
 +
.righttext:hover{
 +
  background-color:#ECECEC;
 +
  border-style:dotted;
 +
  }
 +
 
 +
.lineleft{
 +
width:38.5%;
 +
left:0;
 +
float:left;
 +
border-style:double;
 +
padding:4%;
 +
}
 +
       
 +
       
 +
   
  
 +
        .lineright{
 +
width:40%;
 +
right:0;
 +
float:right;
 +
border-style:double;
 +
padding:4%;
 +
}
  
/* font and text */
+
     
.igem_2017_content_wrapper p {
+
padding: 0px 15px;
+
font-size: 13px;
+
}
+
  
/* Links */
 
.igem_2017_content_wrapper a {
 
font-weight: bold;
 
text-decoration: underline;
 
text-decoration-color: #3399ff;
 
color:  #3399ff;
 
-webkit-transition: all 0.4s ease;
 
-moz-transition: all 0.4s ease;
 
-ms-transition: all 0.4s ease;
 
-o-transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
}
 
  
/* hover for the links */
+
/********************************* HTML STYLING  *********************************/
.igem_2017_content_wrapper a:hover {
+
text-decoration:none;
+
color:#000000;
+
}
+
  
/* non numbered lists */
+
p{
.igem_2017_content_wrapper ul {
+
text-indent:2em;
padding:0px 20px;
+
line-height:30px;
font-size: 13px;
+
font-family:Tahoma, Geneva, sans-serif;  
+
 
}
 
}
 
+
/* numbered lists */
+
h1{
.igem_2017_content_wrapper ol {
+
font-size:50px;
padding:0px;
+
        line-height:60px;
font-size: 13px;
+
        align:center;
font-family:Tahoma, Geneva, sans-serif;  
+
        color:#514050;
 
}
 
}
 
+
/* Table */
+
h2{
.igem_2017_content_wrapper table {  
+
font-size:41.5px;
width: 97%;
+
        line-height:50px;
margin:15px 10px;
+
border: 1px solid #d3d3d3;  
+
border-collapse: collapse;  
+
 
}
 
}
 
+
/* table cells */
+
h3{
.igem_2017_content_wrapper  td {  
+
font-size:32px;
padding: 10px;
+
        line-height:42px;
vertical-align: text-top;  
+
        color:#869F89;
border: 1px solid #d3d3d3;
+
border-collapse: collapse;  
+
 
}
 
}
 
+
/* table headers */
+
h4{
.igem_2017_content_wrapper th {  
+
font-size:30px;
padding: 10px;
+
        line-height:35px;
vertical-align: text-top;
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;  
+
background-color:#f2f2f2;  
+
 
}
 
}
 +
 +
 +
  
 
 
 +
 
</style>
 
</style>
  
Line 233: Line 318:
 
    <a href="#" class="dropbtn" >Project</a>
 
    <a href="#" class="dropbtn" >Project</a>
 
    <div class="dropdown-content">
 
    <div class="dropdown-content">
 +
            <a href="https://2017.igem.org/Team:NWU-CHINA/Project-Home" >Project-Home</a>
 +
            <hr>
 +
            <a href="https://2017.igem.org/Team:NWU-CHINA/Preparation" >Preparation</a>
 +
            <a href="https://2017.igem.org/Team:NWU-CHINA/Sense" >Sense</a>
 +
            <a href="https://2017.igem.org/Team:NWU-CHINA/Expression" >Expression</a>
 
             <a href="https://2017.igem.org/Team:NWU-CHINA/Description">Description</a>
 
             <a href="https://2017.igem.org/Team:NWU-CHINA/Description">Description</a>
        <a href="https://2017.igem.org/Team:NWU-CHINA/Design">Design</a>
 
 
<a href="https://2017.igem.org/Team:NWU-CHINA/Notebook">Notebook</a>
 
<a href="https://2017.igem.org/Team:NWU-CHINA/Notebook">Notebook</a>
 
<a href="https://2017.igem.org/Team:NWU-CHINA/InterLab">Interlab</a>
 
<a href="https://2017.igem.org/Team:NWU-CHINA/InterLab">Interlab</a>
Line 266: Line 355:
 
 
 
<li>
 
<li>
    <a href="#">Achivement</a>
+
    <a href="https://2017.igem.org/Team:NWU-CHINA/Achievement">Achievement</a>
 
</li>
 
</li>
 +
       
 
</div>
 
</div>
  

Latest revision as of 06:57, 1 November 2017