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

Line 2,296: Line 2,296:
 
.hero {
 
.hero {
 
     position:relative;
 
     position:relative;
     background-color:#659EC7;
+
     background-color:#d1c17e;
     height:100px !important;
+
     height:30px !important;
     width:100% !important;
+
     width:50% !important;
 +
    margin-left:25vw;
 
     border-radius: 25px;
 
     border-radius: 25px;
 
}
 
}
Line 2,310: Line 2,311:
 
     width: 0;
 
     width: 0;
 
     height: 0;
 
     height: 0;
     border-top: solid 25px #659EC7;
+
     border-top: solid 25px #d1c17e;
 
     border-left: solid 25px transparent;
 
     border-left: solid 25px transparent;
 
     border-right: solid 25px transparent;
 
     border-right: solid 25px transparent;
 +
}
 +
 +
 +
.hero a {
 +
      font-family: 'CCUfontsBold', Arial, sans-serif!important
 +
      font-size: 20px;
 +
      color: #3D3D3D;
 +
      text-decoration-color: #3D3D3D;
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 03:10, 18 October 2018