Difference between revisions of "Template:NCTU Formosa/descriptioncss"

Line 1: Line 1:
<html>
+
<html><style>#globalWrapper {
<style>
+
    padding-bottom: 0 !important;
#globalWrapper{
+
  padding-bottom: 0 !important;
+
 
}
 
}
body{
+
 
  font-size: 0 !important;
+
body {
  margin: 0 ;
+
    font-size: 0 !important;
  padding: 0;
+
    margin: 0;
  font-family: Quenda;
+
    padding: 0;
  box-sizing: border-box;
+
    font-family: Quenda;
 +
    box-sizing: border-box;
 
}
 
}
p{
+
 
  font-family: Quenda!important;
+
p {
  padding: 0!important;
+
    font-family: Quenda !important;
  font-size: 2vw !important;
+
    padding: 0 !important;
  margin: 0;
+
    font-size: 2vw !important;
 +
    margin: 0;
 
}
 
}
video{
+
 
display: block;
+
video {
 +
    display: block;
 
}
 
}
.wrapper{
+
 
  width: 100%;
+
.wrapper {
  font-family: Quenda !important;
+
    width: 100%;
 +
    font-family: Quenda !important;
 
}
 
}
  
 
.explanation {
 
.explanation {
  font-size: 1.5vw !important;
+
    font-size: 1.5vw !important;
  font-weight: bold;
+
    font-weight: bold;
  color: #7e392e;
+
    color: #7e392e;
  text-align: center !important;
+
    text-align: center !important;
  margin-bottom: 10px;
+
    margin-bottom: 10px;
  margin-top: 1%;
+
    margin-top: 1%;
 
}
 
}
.icon{
+
 
  width: 1.5vw;
+
.icon {
  vertical-align: middle;
+
    width: 1.5vw;
  color: #7e392e;
+
    vertical-align: middle;
 +
    color: #7e392e;
 
}
 
}
#des{
+
 
display: block;
+
#des {
width: 100%;
+
    display: block;
margin: 0%;
+
    width: 100%;
padding: 0%;
+
    margin: 0%;
z-index:-2;
+
    padding: 0%;
 +
    z-index: -2;
 
}
 
}
#button{
+
 
position: absolute;
+
#button {
width: 60%;
+
    position: absolute;
z-index: 2;
+
    width: 60%;
margin-top: -17%;
+
    z-index: 2;
margin-left: 25%;
+
    margin-top: -17%;
 +
    margin-left: 25%;
 
}
 
}
.title_5{
+
 
float: left;
+
.title_5 {
margin-left: 60%;
+
    float: left;
margin-top:2%;
+
    margin-left: 60%;
margin-right: 1%;
+
    margin-top: 2%;
 +
    margin-right: 1%;
 
}
 
}
.title_5 p{
+
 
font-size: 3vw!important;
+
.title_5 p {
 +
    font-size: 3vw !important;
 
}
 
}
 +
 
.next {
 
.next {
background-color: #B07540;
+
    background-color: #B07540;
width: auto !important;
+
    width: auto !important;
  display: inline-block !important;
+
    display: inline-block !important;
  vertical-align: middle !important;
+
    vertical-align: middle !important;
margin:1.5%;
+
    margin: 1.5%;
padding: 1%;
+
    padding: 1%;
border-radius: 50px;
+
    border-radius: 50px;
float: left;
+
    float: left;
 
}
 
}
.next:hover{
+
 
transform: scale(1.2);
+
.next:hover {
transition-duration: 0.3s;
+
    transform: scale(1.2);
cursor: pointer;
+
    transition-duration: 0.3s;
 +
    cursor: pointer;
 
}
 
}
.next a:link{
+
 
  color: #F4E5AD;
+
.next a:link {
  text-decoration:none;
+
    color: #F4E5AD;
 +
    text-decoration: none;
 
}
 
}
.next a:visited{
+
 
  color: #F4E5AD;
+
.next a:visited {
  text-decoration:none;
+
    color: #F4E5AD;
 +
    text-decoration: none;
 
}
 
}
  
Line 90: Line 101:
 
}
 
}
  
@media screen and (max-width:458){
+
@media screen and (max-width:458) {
 
     .title_5 {
 
     .title_5 {
 
         margin-left: 50%;
 
         margin-left: 50%;
Line 96: Line 107:
 
}
 
}
  
@media screen and (min-width: 1023px)
+
@media screen and (min-width: 1023px) {
.wrapper_footer {
+
    .wrapper_footer {
    width: 100% !important;
+
        width: 100% !important;
    margin-top: -13.5%;
+
        margin-top: -13.5%;
 +
    }
 
}
 
}
  
</style>
+
 
</html>
+
</style></html>

Revision as of 20:50, 21 October 2019