Difference between revisions of "Template:CCU Taiwan"

Line 1,328: Line 1,328:
  
  
 +
#pagination {
 +
  position: fixed;
 +
  top: 50%;
 +
  transform: translateY(-50%);
 +
  right: 30px;
 +
  list-style: none;
  
 
+
  li {
 
+
    position: relative;
#fp-nav ul li a span,
+
    margin: 20px 0;
.fp-slidesNav ul li a span {
+
     background: #fff;
     background: white;
+
    border-radius: 100%;
 
     width: 8px;
 
     width: 8px;
 
     height: 8px;
 
     height: 8px;
     margin: -4px 0 0 -4px;
+
     transition: all .2s ease;
}
+
     
+
#fp-nav ul li a.active span,
+
.fp-slidesNav ul li a.active span,
+
#fp-nav ul li:hover a.active span,
+
.fp-slidesNav ul li:hover a.active span {
+
    width: 16px;
+
    height: 16px;
+
    margin: -8px 0 0 -8px;
+
    background: #24221F;
+
    box-sizing: border-box;
+
    border: 1px solid #24221F;
+
}
+
  
 +
    &:hover {
 +
      transform: scale(1.5);
 +
    }
 +
  }
  
.right {
+
#pagination  a {
    position: fixed;
+
    position: absolute;
    margin-top: -53.5px;
+
    text-decoration: none; 
    display: block;
+
    left: 0;
    margin-left: 20px;
+
    top: 0;
 +
    color: inherit;
 +
    width: 100%;
 +
    height: 100%;
 +
  }
 +
}
  
}
 
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 09:57, 17 October 2018