Difference between revisions of "Template:TecCEM/TeamCss"

 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
width: 100vw;
 
width: 100vw;
 
                         /*background-color: #b1e7ef;*/
 
                         /*background-color: #b1e7ef;*/
                         background: rgb(177,231,239);
+
                         background: rgb(255,255,255);
                         background: linear-gradient(180deg, rgba(177,231,239,1) 39%, rgba(50,113,246,1) 100%);
+
                         //background: linear-gradient(180deg, rgba(177,231,239,1) 39%, rgba(50,113,246,1) 100%);
 
}
 
}
 
.overlay_container{
 
.overlay_container{
Line 59: Line 59:
 
                         height: 100%;
 
                         height: 100%;
 
                         cursor: pointer;
 
                         cursor: pointer;
                         border: solid 5px #3A9300;
+
                         border: solid 5px #04ADD2;
 
}
 
}
 
.person_image_div{
 
.person_image_div{
Line 89: Line 89:
 
border-radius: 20%;
 
border-radius: 20%;
 
width: 100%;
 
width: 100%;
                         border: solid 5px #04ADD2;
+
                         border: solid 5px #3A9300
 
}
 
}
 
.investigator_image_div{
 
.investigator_image_div{
Line 108: Line 108:
 
}
 
}
 
               .table_title{
 
               .table_title{
color: white;
+
color: #45ACFF;
 
font-size: 50px;
 
font-size: 50px;
 
font-family: sans-serif;
 
font-family: sans-serif;

Latest revision as of 01:33, 18 October 2021