Difference between revisions of "Template:Main2017"

Line 401: Line 401:
  
  
 
+
/*main layout class */
.full_size {
+
.column  {  
width:100%;  
+
float:left;
 +
margin: 1% 2%;
 +
padding: 0px;
 
}
 
}
  
.full_size img {  
+
/* 100% */
padding: 10px 15px;
+
.full_size { width:96%; }
width:97.5%;  
+
/* 66% */
}
+
.two_thirds_size { width: 62.6%; }
 +
/* 33% */
 +
.third_size { width: 29.3%; }
 +
/* 75% */
 +
.three_quarter_size {  width: 71%; }
 +
/* 50% */
 +
.half_size {  width: 46%; }
 +
/* 25% */
 +
.fourth_size { width: 21%; }
  
.half_size {
+
/*styling for all images*/
width: 50%;
+
.full_size img,
}
+
.half_size img,
 
+
.two_thirds_size img,
.half_size img {
+
.third_size img
padding: 10px 15px;
+
.three_quarters_size img,
width: 93%;
+
}
+
 
+
 
+
.third_size {
+
width: 33.3%;
+
}
+
.third_size img {
+
padding: 10px 15px;
+
width: 92%;
+
}
+
 
+
 
+
 
+
.fourth_size {
+
width: 25%;
+
}
+
 
.fourth_size img {  
 
.fourth_size img {  
padding: 10px 15px;
+
margin-bottom: 15px;
width: 92%;  
+
width: 100%;  
 
}
 
}
 
 
  
  

Revision as of 14:33, 15 August 2018

MENU