Difference between revisions of "Team:NUS Singapore-A/Templates/Style"

 
(66 intermediate revisions by 3 users not shown)
Line 24: Line 24:
 
     padding: 0;
 
     padding: 0;
 
     margin: 0;
 
     margin: 0;
    background-color: white;
 
 
}
 
}
  
Line 50: Line 49:
 
}
 
}
 
/* set all basic objects to neutral formatting, removes all padding, margins, etc and sets the fontsize to 100%*/
 
/* set all basic objects to neutral formatting, removes all padding, margins, etc and sets the fontsize to 100%*/
 +
  
 
h1,
 
h1,
Line 61: Line 61:
 
     font-weight: normal;
 
     font-weight: normal;
 
     margin-bottom: 0;
 
     margin-bottom: 0;
    margin-left: 1.2em;
 
 
     text-align: left;
 
     text-align: left;
 
     overflow: visible;
 
     overflow: visible;
Line 78: Line 77:
  
 
.reference {
 
.reference {
 +
    font-family: Arial;
 +
    font-size: 16px;
 +
    font-weight: 100;
 +
    line-height: 22px;
 +
    text-align: left;
 +
}
  
 +
.all-wrapper{
 +
  max-width: 1200px;
 +
  position: relative;
 +
  margin: auto;
 +
  background-color: rgba(255, 255, 255, 1.0);
 +
}
 +
 +
.content-wrapper{
 +
  width: 90%;
 +
  position: relative;
 +
  margin: auto;
 +
}
 +
 +
.header{
 +
  width: 55%;
 +
  height: auto;
 +
  margin: auto;
 +
  display: block;
 +
 +
 +
.header:hover {
 +
  animation: shake 0.5s;
 +
  animation-iteration-count: infinite;
 +
}
 +
 +
@keyframes shake {
 +
  0% { transform: translate(1px, 1px) rotate(0deg); }
 +
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
 +
  20% { transform: translate(-3px, 0px) rotate(1deg); }
 +
  30% { transform: translate(3px, 2px) rotate(0deg); }
 +
  40% { transform: translate(1px, -1px) rotate(1deg); }
 +
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
 +
  60% { transform: translate(-3px, 1px) rotate(0deg); }
 +
  70% { transform: translate(3px, 1px) rotate(-1deg); }
 +
  80% { transform: translate(-1px, -1px) rotate(1deg); }
 +
  90% { transform: translate(1px, 2px) rotate(0deg); }
 +
  100% { transform: translate(1px, -2px) rotate(-1deg); }
 
}
 
}
  
Line 120: Line 162:
 
}
 
}
  
  p{
+
  p, p~ul li, p~ol li, .row ul li{
 
     font-family: Arial;
 
     font-family: Arial;
 
     font-size: 20px;
 
     font-size: 20px;
Line 128: Line 170:
 
     line-height: 29px;
 
     line-height: 29px;
 
     text-align: justify;
 
     text-align: justify;
    margin-left:2em;
 
    margin-right:2em;
 
}
 
 
p~ul li, p~ol li {
 
    font-family: Arial;
 
    font-size: 20px;
 
    font-style: normal;
 
    font-variant: normal;
 
    font-weight: 100;
 
    line-height: 29px;
 
    text-align: justify;
 
    margin-left:2em;
 
    margin-right:2em;
 
}
 
.row ul li, .row ol li {
 
    font-family: Arial;
 
    font-size: 20px;
 
    font-style: normal;
 
    font-variant: normal;
 
    font-weight: 100;
 
    line-height: 29px;
 
    text-align: justify;
 
    margin-left:2em;
 
    margin-right:2em;
 
 
}
 
}
  
Line 171: Line 188:
 
     line-height: 36px;
 
     line-height: 36px;
 
}
 
}
 +
.quote {
 +
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 +
    font-size: 24px;
 +
    font-style: italic;
 +
    font-variant: small-caps;
 +
    font-weight: 400;
 +
    line-height: 36px;
 +
    width: 75%;
 +
    padding: 12px;
 +
    margin: auto auto;
 +
    text-align: center;
 +
    border-radius: 5%;
 +
    border: 1px solid #e2e2e2;
 +
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 +
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 +
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 +
}
 +
.quote:before{
 +
    font-family:FontAwesome;
 +
    content: "\f10d";
 +
    float: left;
 +
    font-size: 32px;
 +
}
 +
.quote:after{
 +
    font-family:FontAwesome;
 +
    content: "\f10e";
 +
    float: right;
 +
    font-size: 32px;
 +
}
 +
@media only screen and (max-width: 700px) {
  
 +
h1 { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 19px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 19px; }
  
 +
h2 { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 19px; }
 +
 +
h3 { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 19px; }
 +
 +
h4{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13.5px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 19px; }
 +
 +
p, p~ul li, p~ol li, .row ul li { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 19px; }
 +
 +
blockquote { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 19px; }
 +
 +
pre { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 10px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 19px; }
 +
 +
.accordion{
 +
font-size: 12px !important;
 +
padding: 10px;
 +
}
 +
.accordion:after {
 +
  font-size: 20px !important;
 +
}
 +
.active,
 +
.accordion:hover {
 +
  font: bold 12px "Montserrat", sans-serif;
 +
  background-color: #2980b9;
 +
}
 +
.accordion-closer{
 +
  padding: 5px;
 +
  width: 12.0%;
 +
  font-size: 12px !important;
 +
  margin: 6px 0px;
 +
}
 +
.accordion-closer:hover {
 +
  font: bold 12px "Montserrat", sans-serif;
 +
  background-color: #a80d31;
 +
}
 +
.accordion-closer:after{
 +
  font-size: 20px !important;
 +
}
 +
table{
 +
  font-size: 10px !important;
 +
}
 +
.figures2 figcaption, .figures figcaption{
 +
  font-size: 11px;
 +
}
 +
 +
}
  
 
/********************** CSS FROM DESIGN *****************************************************/
 
/********************** CSS FROM DESIGN *****************************************************/
Line 179: Line 272:
 
     margin: auto auto;
 
     margin: auto auto;
 
     max-width: 80%;
 
     max-width: 80%;
 +
    }
 +
    .figures img{
 +
    display: inline-block;
 
     }
 
     }
 
     .figures2{
 
     .figures2{
 
     margin: auto auto;
 
     margin: auto auto;
     max-width: 80%;
+
    padding-left: 10px;
 +
    padding-right: 10px;
 +
    padding-top: 10px;
 +
    padding-bottom: 5px;
 +
     max-width: 85%;
 
     }
 
     }
 
     .figures2 figcaption{
 
     .figures2 figcaption{
Line 189: Line 289:
 
     text-align: center;
 
     text-align: center;
 
     font-style: italic;
 
     font-style: italic;
     }
+
     }  
 
     .figures2{
 
     .figures2{
 
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
Line 239: Line 339:
 
.panel {
 
.panel {
 
   background-color: transparent;
 
   background-color: transparent;
   text-align: center;
+
   text-align: justify;
 
   margin-top: 0;
 
   margin-top: 0;
 
   max-height: 0;
 
   max-height: 0;
 
   overflow: hidden;
 
   overflow: hidden;
 
   transition: max-height 0.2s ease-out;
 
   transition: max-height 0.2s ease-out;
}
 
.panel-inside{
 
  display: inline-block;
 
  text-align: justify;
 
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
Line 351: Line 447:
  
 
.left {
 
.left {
   width: 50%;
+
   width: 48%;
   padding-left: 5%;
+
   margin-right: 2%;
  padding-right: 2.5%;
+
 
}
 
}
  
 
.right {
 
.right {
   width: 50%;
+
   width: 48%;
   padding-left: 2.5%;
+
   margin-left: 2%;
  padding-right: 5%;
+
 
}
 
}
  
Line 367: Line 461:
 
   display: table;
 
   display: table;
 
   clear: both;
 
   clear: both;
 +
}
 +
.video-landscape{
 +
width: 80%;
 +
height: auto;
 +
margin: auto auto;
 +
}
 +
.video-portrait{
 +
width: 30%;
 +
height: auto;
 +
margin: auto auto;
 +
}
 +
video{
 +
width: 100%;
 +
height: auto;
 +
}
 +
 +
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
 +
@media screen and (max-width: 800px) {
 +
    .column {
 +
        width: 100%;
 +
        margin: 15px;
 +
    }
 
}
 
}
  
Line 387: Line 503:
 
     }
 
     }
  
    .notebook-header{
 
        width: 50%;
 
        height: auto;
 
        margin: auto;
 
    }
 
 
     .tablinks{
 
     .tablinks{
 
     cursor: pointer;
 
     cursor: pointer;
Line 413: Line 524:
 
     }
 
     }
  
/* Style the main tab content */
 
.tabcontent {
 
    display: none;
 
    border: none;
 
    margin: none;
 
    -webkit-animation: fadeEffect 1s;
 
    animation: fadeEffect 1s;
 
    min-height: 500px;
 
}
 
  
 
/* Fade in tabs */
 
/* Fade in tabs */
Line 435: Line 537:
  
 
/**************************THIS IS CSS FOR SAFETY*************************************/
 
/**************************THIS IS CSS FOR SAFETY*************************************/
 
 
.safety-header{
 
  width: 47.5%;
 
  height: auto;
 
  margin: auto;
 
}
 
 
    
 
    
 
.pictures{
 
.pictures{
 
   width: 50px;
 
   width: 50px;
 
   height: 50px;
 
   height: 50px;
   background-colour: grey;
+
   background-color: grey;
 
}
 
}
  
/******************************CSS FROM MODELLING********************************************/
 
 
.modelling-header{
 
  width: 47.5%;
 
  height: auto;
 
  margin: auto;
 
}
 
  
 
/*****************************CSS FROM EXPERT INT *******************************************/
 
/*****************************CSS FROM EXPERT INT *******************************************/
Line 478: Line 566:
 
}
 
}
 
/***********************************END OF STYLING FOR CAROUSEL*******************************/
 
/***********************************END OF STYLING FOR CAROUSEL*******************************/
.ihp-header{
 
  width: 47.5%;
 
  height: auto;
 
  margin-left: auto;
 
  margin-right: auto;
 
  display: block;
 
    } 
 
 
      
 
      
 
     /* Style the tab */
 
     /* Style the tab */
Line 491: Line 572:
 
.sponsor-boxes{
 
.sponsor-boxes{
 
   vertical-align: 50%;
 
   vertical-align: 50%;
 +
  margin: auto auto;
 
   outline: none;
 
   outline: none;
 
   border: none;
 
   border: none;
Line 511: Line 593:
  
 
.tabcontent-wrapper{
 
.tabcontent-wrapper{
   text-align: center;
+
   text-align: justify;
 
   max-width: 100%;
 
   max-width: 100%;
 
   background-color: rgba(255, 255, 255, 0.6);
 
   background-color: rgba(255, 255, 255, 0.6);
 
}
 
}
 +
 
/* Style the tab content */
 
/* Style the tab content */
 
.tabcontent {
 
.tabcontent {
 
     display: none;
 
     display: none;
 
     max-width: 85%;
 
     max-width: 85%;
 +
    height: auto;
 
     margin: auto auto;
 
     margin: auto auto;
    padding: 6px 12px;
 
/*
 
    border-radius: 12px;
 
    background-color: rgba(255, 255, 255, 0.6);
 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
*/
 
    flex-direction: row;
 
    justify-content: flex-start;
 
    align-items: center;
 
 
}
 
}
 +
 
.sponsor-pic{
 
.sponsor-pic{
 
   display: flex;
 
   display: flex;
 
   width: 235px;
 
   width: 235px;
 
   max-width: 235px;
 
   max-width: 235px;
  min-width: 235px;
 
 
   height: auto;
 
   height: auto;
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 
}
 
}
 
.sponsor-description{
 
.sponsor-description{
 
   display: flex;
 
   display: flex;
   margin-left: 24px;
+
   margin-left: 16px;
  font-family: "Lora", sans-serif;
+
  font-weight: 400;
+
  font-size: 1.25em;
+
 
   line-height: normal;
 
   line-height: normal;
 
   text-align: justify;
 
   text-align: justify;
Line 551: Line 624:
 
/*************************************CSS FOR COLLAB *********************************/
 
/*************************************CSS FOR COLLAB *********************************/
  
.tabcontent p{
 
font-size: 1.25em;
 
}
 
 
.collab-content{
 
.collab-content{
 
   text-align: justify;
 
   text-align: justify;
Line 566: Line 636:
 
/*********************************CSS FOR PUBLIC ENGAGEMENT*****************************/
 
/*********************************CSS FOR PUBLIC ENGAGEMENT*****************************/
  
.outreach-header{
 
  max-width: 65%;
 
  height: auto;
 
}
 
  
 
     .button-things{
 
     .button-things{
Line 582: Line 648:
 
     outline: inherit;
 
     outline: inherit;
 
     }
 
     }
 +
 
     .column {
 
     .column {
  
Line 939: Line 1,006:
 
   flex: 1;
 
   flex: 1;
 
   flex-direction: column;
 
   flex-direction: column;
 +
}
 +
.intro-item h2, .intro-item p{
 
   text-align: center;
 
   text-align: center;
 +
  margin-right: 0px;
 +
  margin-left: 0px;
 
}
 
}
  
Line 963: Line 1,034:
 
/*******************************************CSS FOR SPONSORS ******************************/
 
/*******************************************CSS FOR SPONSORS ******************************/
  
.sponsorship-header{
 
  width: 47.5%;
 
  height: auto;
 
  margin-left: auto;
 
  margin-right: auto;
 
  display: block;
 
    }
 
 
.sponsors-wrapper{
 
.sponsors-wrapper{
 
   width: 80%;
 
   width: 80%;
Line 1,041: Line 1,105:
 
/***********************************CSS For Medals ***************************************/
 
/***********************************CSS For Medals ***************************************/
  
.medals-header{
 
  width: 42.5%;
 
  height: auto;
 
  margin: auto;
 
}
 
 
.checklist {
 
.checklist {
 
   margin: auto 5%;
 
   margin: auto 5%;

Latest revision as of 01:48, 18 October 2018