Difference between revisions of "Team:NTHU Taiwan/MenuBar"

Line 121: Line 121:
 
}
 
}
  
 
+
/***************************************************** CONTENT OF THE PAGE ****************************************************/
/********************************* HTML STYLING  *********************************/
+
/* Wrapper for the content */
/* styling for the titles h1 h2 */
+
.igem_2017_content_wrapper {
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
+
width: 100%;
padding:5px 15px;  
+
margin: 2%;
border-bottom: 0px;  
+
display:block;
color: #3399ff;
+
float:left;
 +
font-family:'Open Sans', sans-serif;
 +
background-color: #F6F6E3;
 
}
 
}
  
/* styling for the titles  h3 h4 h5 h6*/
+
.igem_2017_content_wrapper hr{
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
+
margin: auto;
padding:5px 15px;  
+
height: 3px;
border-bottom:0px;  
+
border: none;
color: #000000;
+
background-color: #DF6A6A;
 
}
 
}
  
/* font and text */
+
.igem_2017_content_wrapper img{
.igem_2017_content_wrapper p {  
+
margin: auto;
padding: 0px 15px;  
+
display: block;
font-size: 13px;
+
padding: 50px 0px 0px 0px;
 +
float: center;
 
}
 
}
  
/* Links */
+
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
.igem_2017_content_wrapper a {
+
padding: 40px 0px 15px 0px;  
font-weight: bold;
+
border-bottom: 0px;  
text-decoration: underline;
+
color: #2C2C2C;
text-decoration-color: #3399ff;
+
letter-spacing: 1px;
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 */
+
.igem_2017_content_wrapper a:hover {
+
text-decoration:none;
+
color:#000000;
+
}
+
 
+
/* non numbered lists */
+
.igem_2017_content_wrapper ul {
+
padding:0px 20px;
+
font-size: 13px;
+
font-family:Tahoma, Geneva, sans-serif;
+
}
+
 
+
/* numbered lists */
+
.igem_2017_content_wrapper ol {
+
padding:0px;  
+
font-size: 13px;
+
font-family:Tahoma, Geneva, sans-serif;  
+
}
+
  
/* Table */
 
.igem_2017_content_wrapper table {
 
width: 97%;
 
margin:15px 10px;
 
border: 1px solid #d3d3d3;
 
border-collapse: collapse;
 
 
}
 
}
  
/* table cells */
+
#pdf {
.igem_2017_content_wrapper  td {  
+
width: 950px;
padding: 10px;
+
height: 1200px;
vertical-align: text-top;  
+
margin: 2em auto;
border: 1px solid #d3d3d3;  
+
padding-top: 20px;
border-collapse: collapse;  
+
 
}
 
}
  
/* table headers */
+
#pdf object {
.igem_2017_content_wrapper th {  
+
display: block;
padding: 10px;
+
border: solid 2px #2c2c2c;
vertical-align: text-top;  
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;
+
background-color:#f2f2f2;  
+
 
}
 
}
  

Revision as of 07:40, 31 October 2017