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

(Undo revision 456806 by BambooPanda (talk))
Line 523: Line 523:
 
     }
 
     }
  
/* 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 600: Line 591:
  
 
.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);
Line 609: Line 600:
 
     max-width: 85%;
 
     max-width: 85%;
 
     margin: auto auto;
 
     margin: auto auto;
     padding: 6px 12px;
+
     padding: auto auto;
/*
+
      
     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;
 
     flex-direction: row;
 
     justify-content: flex-start;
 
     justify-content: flex-start;
Line 626: Line 611:
 
   max-width: 235px;
 
   max-width: 235px;
 
   height: auto;
 
   height: auto;
   position: relative;
+
   position: absolute;
 +
  top: 0;
 +
  left: 0;
 
}
 
}
 
.sponsor-description{
 
.sponsor-description{
Line 637: Line 624:
 
/*************************************CSS FOR COLLAB *********************************/
 
/*************************************CSS FOR COLLAB *********************************/
  
.tabcontent p{
 
font-size: 1.25em;
 
}
 
 
.collab-content{
 
.collab-content{
 
   text-align: justify;
 
   text-align: justify;

Revision as of 22:20, 17 October 2018