Difference between revisions of "Template:Main2020"

Line 45: Line 45:
 
/*font sizes for all the h titles*/
 
/*font sizes for all the h titles*/
 
.igem_column_wrapper  h1 { font-size: 210%;}
 
.igem_column_wrapper  h1 { font-size: 210%;}
.igem_content_wrapper h2 { font-size: 190%;}
+
.igem_column_wrapper h2 { font-size: 190%;}
.igem_content_wrapper h3 { font-size: 150%;}
+
.igem_column_wrapper h3 { font-size: 150%;}
.igem_content_wrapper h4 { font-size: 140%;}
+
.igem_column_wrapper h4 { font-size: 140%;}
.igem_content_wrapper h5 { font-size: 130%;}
+
.igem_column_wrapper h5 { font-size: 130%;}
.igem_content_wrapper h6 { font-size: 120%;}
+
.igem_column_wrapper h6 { font-size: 120%;}
  
 
/*font family next art*/
 
/*font family next art*/
Line 64: Line 64:
  
 
/* styling for the titles h1, h2*/
 
/* styling for the titles h1, h2*/
.igem_content_wrapper h1, .igem_content_wrapper h2 {
+
.igem_column_wrapper h1, .igem_column_wrapper h2 {
 
border-bottom:0px;  
 
border-bottom:0px;  
 
color: #00a19c;
 
color: #00a19c;
Line 73: Line 73:
  
 
/* styling for the titles h3, h3, h5, h6 */
 
/* styling for the titles h3, h3, h5, h6 */
.igem_content_wrapper h3, .igem_content_wrapper h4, .igem_content_wrapper h5, .igem_content_wrapper h6 {  
+
.igem_column_wrapper h3, .igem_column_wrapper h4, .igem_column_wrapper h5, .igem_column_wrapper h6 {  
 
border-bottom:0px;  
 
border-bottom:0px;  
 
color: #212223;   
 
color: #212223;   
Line 82: Line 82:
  
 
/* text */
 
/* text */
.igem_content_wrapper p {  
+
.igem_column_wrapper p {  
 
font-size: 130%;
 
font-size: 130%;
 
font-family: Arial;
 
font-family: Arial;
Line 90: Line 90:
  
 
/* Links */
 
/* Links */
.igem_content_wrapper a {
+
.igem_column_wrapper a {
 
color: #0a5157;
 
color: #0a5157;
 
font-weight: bold;  
 
font-weight: bold;  
Line 103: Line 103:
  
 
/* hover for the links */
 
/* hover for the links */
.igem_content_wrapper a:hover {  
+
.igem_column_wrapper a:hover {  
 
color: #00AFAA;
 
color: #00AFAA;
 
text-decoration:none;
 
text-decoration:none;
Line 114: Line 114:
  
 
/* non numbered lists */
 
/* non numbered lists */
.igem_content_wrapper ul {
+
.igem_column_wrapper ul {
 
font-family:Arial;  
 
font-family:Arial;  
 
font-size: 130%;
 
font-size: 130%;
Line 122: Line 122:
  
 
/*font size specifications for nested lists and other special cases*/
 
/*font size specifications for nested lists and other special cases*/
.igem_content_wrapper td > ul li, .igem_content_wrapper ol ol li, .igem_content_wrapper ul ol li, .igem_content_wrapper ol ul li, .igem_content_wrapper ul ul li  {  
+
.igem_column_wrapper td > ul li, .igem_column_wrapper ol ol li, .igem_column_wrapper ul ol li, .igem_column_wrapper ol ul li, .igem_column_wrapper ul ul li  {  
 
font-size: 75%;
 
font-size: 75%;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
Line 130: Line 130:
  
 
/* numbered lists */
 
/* numbered lists */
.igem_content_wrapper ol {
+
.igem_column_wrapper ol {
 
font-family:Arial;  
 
font-family:Arial;  
 
font-size: 130%;
 
font-size: 130%;
Line 137: Line 137:
  
 
/* Table */
 
/* Table */
.igem_content_wrapper table {  
+
.igem_column_wrapper table {  
 
border: 1px solid #eddfe9;  
 
border: 1px solid #eddfe9;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
Line 145: Line 145:
  
 
/* table cells */
 
/* table cells */
.igem_content_wrapper td {  
+
.igem_column_wrapper td {  
 
border: 1px solid #eddfe9;  
 
border: 1px solid #eddfe9;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
Line 154: Line 154:
  
 
/* table headers */
 
/* table headers */
.igem_content_wrapper th {  
+
.igem_column_wrapper th {  
 
    background-color: #eddfe9;
 
    background-color: #eddfe9;
 
    border: 1px solid #d3d3d3;
 
    border: 1px solid #d3d3d3;
Line 293: Line 293:
 
/************************************************/
 
/************************************************/
  
.igem_content_wrapper p.image_caption {
+
.igem_column_wrapper p.image_caption {
 
font-size: 100%;
 
font-size: 100%;
 
     margin-top: -10px;
 
     margin-top: -10px;
Line 475: Line 475:
 
/************************************************/
 
/************************************************/
 
@media only screen and (max-width: 1784px) {
 
@media only screen and (max-width: 1784px) {
.igem_content_wrapper { width:85%;}
+
.igem_column_wrapper { width:85%;}
 
}
 
}
  
Line 517: Line 517:
 
@media only screen and (max-width: 1100px) {
 
@media only screen and (max-width: 1100px) {
 
 
.igem_content_wrapper {width:100%; margin-left:0px;}
+
.igem_column_wrapper {width:100%; margin-left:0px;}
 
.igem_column_wrapper{padding-top:25px;}
 
.igem_column_wrapper{padding-top:25px;}
  

Revision as of 16:21, 23 October 2019