Difference between revisions of "Template:TecCEM/TeamCss"

Line 9: Line 9:
 
.overlaying_div_top{
 
.overlaying_div_top{
 
position: absolute;
 
position: absolute;
/*background-color: green;*/
 
 
}
 
}
 
.wave{
 
.wave{
/*background-color: red;*/
 
 
position: absolute;
 
position: absolute;
 
bottom: 0%;
 
bottom: 0%;
Line 34: Line 32:
 
width: 100%;
 
width: 100%;
 
height: 100%;
 
height: 100%;
/*opacity: 0.2;*/
 
 
}
 
}
 
.full_screen_table{
 
.full_screen_table{
Line 40: Line 37:
 
position: relative;
 
position: relative;
 
border
 
border
/*background-color: red;*/
 
 
}
 
}
 
                 #team_table_div{
 
                 #team_table_div{
 
                     background-color: blue;
 
                     background-color: blue;
 
                 }
 
                 }
/*td img{
 
display: block;
 
margin-left: auto;
 
margin-right: auto;
 
border-radius: 20%;
 
margin: 50px;
 
width: 50%;
 
}*/
 
 
.td_person_table{
 
.td_person_table{
 
position: relative;
 
position: relative;
 
border: 5px solid #CDECA9;
 
border: 5px solid #CDECA9;
 
border-radius: 50px;
 
border-radius: 50px;
/*background-color: blue;*/
 
 
}
 
}
 
.person_image_div img{
 
.person_image_div img{
Line 64: Line 51:
 
}
 
}
 
.person_image_div{
 
.person_image_div{
/*background-color: green;
 
width: 50%;*/
 
 
width: 200px;
 
width: 200px;
 
margin-left: 50%;
 
margin-left: 50%;
Line 100: Line 85:
 
@keyframes rise_up{
 
@keyframes rise_up{
 
from{
 
from{
bottom: -200%
+
bottom: -200%;
 
}
 
}
 
to{
 
to{

Revision as of 03:11, 27 September 2021