Difference between revisions of "Template:MIT/footer"

Line 1: Line 1:
html {
+
 
    height: 100%;
+
}
+
body {
+
    min-height: 100%;
+
}
+
  
 
<html lang="en">
 
<html lang="en">
Line 42: Line 37:
 
             padding-top: 16px;
 
             padding-top: 16px;
 
             }
 
             }
 +
<style>
 +
*{
 +
  font-family: Tahoma, Nunito, Lato, !important;
 +
}
 +
 +
#content {
 +
  padding: 0% 0 0 0;
 +
  style = 'background-color: #808080';
 +
}
 +
 +
p {
 +
font-family: Tahoma, Nunito, serif !important;
 +
text-align: justified !important;
 +
font-size: 18px;
 +
  }
 +
 +
  b {
 +
font-family: Tahoma, Nunito, serif !important;
 +
font-weight: 700;
 +
text-align: justified !important;
 +
font-size: 18px;
 +
  }
 +
 +
  .narration_bold {font-weight: 700;
 +
font-size: 3;}
 +
 +
    .narration_bold {
 +
font-family: Tahoma, Nunito, serif
 +
!important;
 +
font-weight: 700;
 +
text-align: justified !important;
 +
font-size: 18px;}
 +
 
 +
.bold_text {
 +
font-weight: 700;
 +
}
 +
 +
    h1, h2, h3, h4 {
 +
  font-family: Tahoma, Lato, serif !important;
 +
  font-size: 16px;
 +
  text-align: justify;
 +
  line-height: 1.5; 
 +
font-weight: bold;
 +
}
 +
 +
ul, ol {
 +
font-family: Tahoma, Nunito, serif !important;
 +
  vertical-align: middle !important;
 +
  font-size: 16px;
 +
  text-align: justify;
 +
  line-height: 1.5;
 +
}
 +
 +
body {
 +
  font-size: 16px;
 +
  padding: 0 0%;
 +
  box-sizing: border-box;
 +
}
 +
 +
img {
 +
max-width: 100%;
 +
height: auto;
 +
}
 +
 +
{
 +
box-sizing: border-box;
 +
}
 +
 +
.bulleted_list {
 +
  list-style-type: square;
 +
}
 +
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { margin:5px; padding:0px; width:100%;}
 +
body {background-color: #fff;}
 +
 
         </style>
 
         </style>
  

Revision as of 03:22, 13 October 2021