Difference between revisions of "Template:Main2018"

Line 419: Line 419:
  
 
/* 100% */
 
/* 100% */
.full_size {
+
.full_size { width:96%; }
width:96%;  
+
}
+
 
+
 
/* 66% */
 
/* 66% */
.two_thirds_size {
+
.two_thirds_size { width: 62.6%; }
width: 62.6%;  
+
}
+
 
+
 
/* 33% */
 
/* 33% */
.third_size {
+
.third_size { width: 29.3%; }
width: 29.3%;  
+
}
+
  
 
/* 75% */
 
/* 75% */
.three_quarter_size {
+
.three_quarter_size { width: 71%; }
width: 71%;  
+
}
+
 
+
 
/* 50% */
 
/* 50% */
.half_size {
+
.half_size { width: 46%; }
width: 46%;  
+
}
+
+
 
/* 25% */
 
/* 25% */
.quarter_size {
+
.quarter_size { width: 21%; }
width: 21%;  
+
 
 +
 
 +
.full_size img, .half_size img, .two_thirds_size img, .third_size img,  .three_quarters_size img, .quarter_size img {  
 +
width: 100%;  
 
}
 
}
  

Revision as of 17:17, 5 January 2018

MENU