Difference between revisions of "Team:Jilin China/Collaborations"

(Replaced content with "{{:Team:Jilin_China/partofBs_CSS}} {{:Team:Jilin_China/Nav_Cont}}")
Line 1: Line 1:
 
{{:Team:Jilin_China/partofBs_CSS}}
 
{{:Team:Jilin_China/partofBs_CSS}}
 
{{:Team:Jilin_China/Nav_Cont}}
 
{{:Team:Jilin_China/Nav_Cont}}
 +
 +
<style>
 +
 +
 +
.word {
 +
color: rgba(0,0,0,1.00);
 +
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 +
}
 +
  p{
 +
width: 90%;
 +
height: auto;
 +
margin: 0 auto;
 +
position: relative;
 +
  }
 +
 +
tbody{
 +
width:50%;
 +
position: relative;
 +
}
 +
 
 +
#HQ_page .np1{
 +
color: rgba(0,0,0,1.00);
 +
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 +
font-size: 39px;
 +
padding-bottom: 25px;
 +
padding-top: 25px;
 +
  }
 +
#HQ_page .np3 {
 +
font-size: 26px;
 +
margin-bottom: 13px;
 +
}
 +
 +
#HQ_page .np5{
 +
font-size: 19px;
 +
line-height: 31px;
 +
margin-bottom: 13px;
 +
  }
 +
 +
 +
 +
 +
.picCont{
 +
width: 85%;
 +
margin-top: 0;
 +
margin-right: auto;
 +
margin-left: auto;
 +
margin-bottom: 14px;
 +
height: auto;
 +
overflow: hidden;
 +
    }
 +
.picCont .pic{
 +
width: 300px;
 +
height: 500px;
 +
float: left;
 +
margin-bottom: 0px;
 +
background-position: center 0%;
 +
overflow-x: hidden;
 +
overflow-y: hidden;
 +
background-size: 100% auto;
 +
background-repeat: no-repeat;
 +
  }
 +
.picCont .pic .picinner {
 +
height: 10%;
 +
width: 100%;
 +
background-color: rgba(0,227,202,0.79);
 +
position: relative;
 +
top: -10%;
 +
}
 +
.picCont .picword{
 +
position: absolute;
 +
float: left;
 +
width: 100%;
 +
text-align: center;
 +
height: 100%;
 +
  }
 +
.tableCont  {
 +
display: block;
 +
height: auto;
 +
margin: 0 auto;
 +
width: 85%;
 +
overflow-x: hidden;
 +
overflow-y: hidden;
 +
}
 +
.tableCont table {
 +
height: auto;
 +
display: block;
 +
border-collapse: collapse;
 +
position: relative;
 +
float: left;
 +
text-align: center;
 +
margin-top: 30px;
 +
}
 +
.tableCont table tbody {
 +
display: block;
 +
width: auto;
 +
height: auto;
 +
}
 +
.tableCont .table .tableinner {
 +
height: 39px;
 +
width: 100%;
 +
font-size: 18px;
 +
line-height: 31px;
 +
}
 +
.tableCont table tbody tr:nth-child(2n)  {
 +
background-color: rgba(212,234,249,1.00);
 +
 +
}
 +
.tableCont table tbody tr:nth-child(2n+1)  {
 +
background-color: rgba(220,239,252,1.00);
 +
 +
}
 +
.tableCont table tbody tr:first-child {
 +
background-color: rgba(159,217,255,1.00);
 +
 +
}
 +
 +
tbody td {
 +
border: 1px solid rgba(64,137,251,1.00);
 +
width: 1000px;
 +
height: 37px;
 +
}
 +
 +
 +
#top_title{
 +
    display: none;
 +
 +
}
 +
#content{
 +
width:100%;
 +
margin: 00;
 +
padding:00;
 +
}
 +
 +
 +
</style>

Revision as of 13:45, 6 October 2019

Team
Project
Lab
Model
Parts
HP
Judging
Home
Members
Collaborations
Attributtions
Background
Description
Design
Result
Demonstrate
Notebook
Protocols
Safety
Model
Our parts
Improvement
Measurement
Integrated
Engagement
Juding Form
Medals

<style>


.word { color: rgba(0,0,0,1.00); font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }

 p{

width: 90%; height: auto; margin: 0 auto; position: relative;

 }

tbody{ width:50%; position: relative; }

  1. HQ_page .np1{

color: rgba(0,0,0,1.00); font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: 39px; padding-bottom: 25px; padding-top: 25px;

 }
  1. HQ_page .np3 {

font-size: 26px; margin-bottom: 13px; }

  1. HQ_page .np5{

font-size: 19px; line-height: 31px; margin-bottom: 13px;

 }



.picCont{ width: 85%; margin-top: 0; margin-right: auto; margin-left: auto; margin-bottom: 14px; height: auto; overflow: hidden;

    }

.picCont .pic{ width: 300px; height: 500px; float: left; margin-bottom: 0px; background-position: center 0%; overflow-x: hidden; overflow-y: hidden; background-size: 100% auto; background-repeat: no-repeat;

 }

.picCont .pic .picinner { height: 10%; width: 100%; background-color: rgba(0,227,202,0.79); position: relative; top: -10%; } .picCont .picword{ position: absolute; float: left; width: 100%; text-align: center; height: 100%;

 }

.tableCont { display: block; height: auto; margin: 0 auto; width: 85%; overflow-x: hidden; overflow-y: hidden; } .tableCont table { height: auto; display: block; border-collapse: collapse; position: relative; float: left; text-align: center; margin-top: 30px; } .tableCont table tbody { display: block; width: auto; height: auto; } .tableCont .table .tableinner { height: 39px; width: 100%; font-size: 18px; line-height: 31px; } .tableCont table tbody tr:nth-child(2n) { background-color: rgba(212,234,249,1.00);

} .tableCont table tbody tr:nth-child(2n+1) { background-color: rgba(220,239,252,1.00);

} .tableCont table tbody tr:first-child { background-color: rgba(159,217,255,1.00);

}

tbody td { border: 1px solid rgba(64,137,251,1.00); width: 1000px; height: 37px; }


  1. top_title{
   display: none;

}

  1. content{

width:100%; margin: 00; padding:00; }


</style>