Difference between revisions of "Template:ShanghaiFLS China/bootstrap.css"

Line 8: Line 8:
 
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 
  */
 
  */
 
@font-face {
 
font-family: 'Lato';
 
font-style: normal;
 
font-weight: regular;
 
src: url('');
 
src: local('Lato Bold'), local('Lato-Bold'),
 
url('https://static.igem.org/mediawiki/2019/2/2c/T--ShanghaiFLS_China--lato-v16-latin-regular.eot') format('embedded-opentype'),
 
url('https://static.igem.org/mediawiki/2019/9/91/T--ShanghaiFLS_China--lato-v16-latin-regular.woff') format('woff'),
 
url('https://static.igem.org/mediawiki/2019/8/84/T--ShanghaiFLS_China--lato-v16-latin-regular.ttf') format('truetype'),
 
url('https://static.igem.org/mediawiki/2019/5/54/T--ShanghaiFLS_China--lato-v16-latin-regular.svg') format('svg');
 
}
 
 
 
:root {
 
:root {
 
   --blue: #007bff;
 
   --blue: #007bff;
Line 78: Line 65:
 
   margin: 0;
 
   margin: 0;
 
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
   font-size: 1.5rem;
+
   font-size: 1rem;
 
   font-weight: 400;
 
   font-weight: 400;
 
   line-height: 1.5;
 
   line-height: 1.5;
Line 495: Line 482:
  
 
.img-fluid {
 
.img-fluid {
max-width: 100%;
+
  max-width: 100%;
height: auto;
+
  height: auto;
width: 100%;
+
}
+
.img-half {
+
max-width: 100%;
+
height: auto;
+
width: 50%;
+
 
}
 
}
 +
 
.img-thumbnail {
 
.img-thumbnail {
 
   padding: 0.25rem;
 
   padding: 0.25rem;

Revision as of 06:40, 21 October 2019