Difference between revisions of "Team:TP-CC San Diego/Templates/MainCSS"

 
(22 intermediate revisions by 3 users not shown)
Line 12: Line 12:
  
 
<style>
 
<style>
 
 
   #home_logo, #sideMenu, #top_title, .patrollink  {display:none;}
 
   #home_logo, #sideMenu, #top_title, .patrollink  {display:none;}
 
   #content{margin-left:0px; width:100%; height=100%; padding:0px;  margin-top:-7px; background-color:#BCD2EE;}
 
   #content{margin-left:0px; width:100%; height=100%; padding:0px;  margin-top:-7px; background-color:#BCD2EE;}
Line 22: Line 21:
 
body {
 
body {
 
     background-color:#BCD2EE;
 
     background-color:#BCD2EE;
    height: 100%;
 
    margin: 0;
 
    background-repeat: no-repeat;
 
    background-attachment: fixed;
 
 
}
 
}
  
Line 40: Line 35:
 
   margin-top:30px;
 
   margin-top:30px;
 
   font-family: 'Montserrat', sans-serif;
 
   font-family: 'Montserrat', sans-serif;
 +
}
 +
 +
.text-wrapper
 +
{
 +
    background: white;
 +
    margin: 80px 0px 0px 0px;
 +
    padding: 2% 2% 2% 2%;
 +
    width: 80%;
 +
    height: 100%;
 +
    margin: auto;
 +
 
}
 
}
  
Line 45: Line 51:
 
{
 
{
 
   width: 300px;
 
   width: 300px;
  margin-left: auto;
+
  margin-left:auto;
  margin-right: auto;
+
  margin-right:auto;
 
   margin-top:30px;
 
   margin-top:30px;
 
   font-size: 20px;
 
   font-size: 20px;
Line 58: Line 64:
 
}
 
}
  
.text-wrapper
+
 
{
+
 
    background: white;
+
.fade-in{
    margin: 80px 0px 0px 0px;
+
  animation: opac 2s
    padding: 2% 2% 2% 2%;
+
    width: 80%;
+
    height: 100%;
+
    color: black;
+
    margin:auto;
+
    border-style:solid;
+
    border-color: #6E7B8B;
+
 
}
 
}
 +
@keyframes opac{
 +
from{opacity:0}
 +
to{opacity:1}}
  
 
.day
 
.day
Line 88: Line 90:
 
{
 
{
 
         min-height: 200px;
 
         min-height: 200px;
 +
        overflow: hidden;
 
         width: 85%;
 
         width: 85%;
 
         float: center;
 
         float: center;
Line 108: Line 111:
 
         padding: 4%;
 
         padding: 4%;
  
 +
}
 +
 +
p
 +
{
 +
    margin: 0;
 +
    padding: 0;
 
}
 
}
  
Line 133: Line 142:
 
         font-family: Montserrat;
 
         font-family: Montserrat;
 
         data-aos: fade-left;
 
         data-aos: fade-left;
 +
        font-size:16px;
  
 
}
 
}

Latest revision as of 23:15, 29 October 2017