Difference between revisions of "Template:CCU Taiwan/css"

Line 582: Line 582:
  
 
.pointerModeling  {
 
.pointerModeling  {
 +
width:18vw;
 +
height:10vh;
 +
background:#a6ca7e;
 +
  -webkit-clip-path: inset(20% 0% 10% 0% round 0 80px 80px 0);
 +
  clip-path: inset(20% 0% 10% 0% round  0 80px 80px 0);
 +
transition: 500ms;
 +
        stroke: #282828;
 +
        stroke-width: 1px;
 +
z-index:1;
 +
}
 +
 +
.pointerModeling1  {
 
width:18vw;
 
width:18vw;
 
height:10vh;
 
height:10vh;
Line 712: Line 724:
 
}
 
}
 
.pointerModeling a {
 
.pointerModeling a {
 +
line-height:11vh;
 +
margin-left: 14px;
 +
font-size:1.5vw;
 +
color:black;
 +
        position: relative;
 +
transition: 500ms;
 +
z-index:1;
 +
text-decoration: none;
 +
}
 +
.pointerModeling1 a {
 
line-height:11vh;
 
line-height:11vh;
 
margin-left: 14px;
 
margin-left: 14px;
Line 723: Line 745:
  
 
.pointerModeling:hover {
 
.pointerModeling:hover {
 +
width:20vw;
 +
z-index:1;
 +
}
 +
 +
.pointerModeling1:hover {
 
width:20vw;
 
width:20vw;
 
z-index:1;
 
z-index:1;

Revision as of 16:50, 17 October 2018