Difference between revisions of "Template:CCU Taiwan"

 
(8 intermediate revisions by 2 users not shown)
Line 78: Line 78:
 
header{
 
header{
 
margin:0 auto;
 
margin:0 auto;
top:2vh;
+
top:1.7vh;
 
width:100%;
 
width:100%;
 
position: fixed;
 
position: fixed;
Line 105: Line 105:
 
left:4vw;
 
left:4vw;
 
width: 13.5vw;
 
width: 13.5vw;
height: 5.5vh;
+
height: 5.7vh;
 
text-align:center;
 
text-align:center;
 
margin-left:0vw;
 
margin-left:0vw;
Line 177: Line 177:
  
 
#sub_home{
 
#sub_home{
height:32.5vh;
+
height:40.5vh;
 
         background:#55c97e;
 
         background:#55c97e;
 
}
 
}
Line 1,395: Line 1,395:
 
   width: 100vw;
 
   width: 100vw;
 
   height: auto;
 
   height: auto;
}
 
 
.pagecontainer {
 
  width: 100vw;
 
  height: auto;
 
  position: absolute;
 
}
 
 
.reveal {
 
  opacity: 0;
 
  transform: translate3d(0, 100px, 0);
 
  transition: opacity 0.8s, transform 2s;
 
 
 
  &_visible {
 
    opacity: 1;
 
    transform: translate3d(0, 0, 0);
 
  }
 
}
 
 
 
.box {
 
  background: @green;
 
  margin: 2%;
 
  border-radius: 10px;
 
  display: inline-block;
 
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 09:05, 1 December 2018