Difference between revisions of "Template:XJTU-China/style"

Line 443: Line 443:
 
     line-height: 1.5em;
 
     line-height: 1.5em;
 
     text-transform: capitalize;
 
     text-transform: capitalize;
}
 
 
 
footer:before {
 
    background: rgba(0, 0, 0, 0.58);
 
    position: absolute;
 
    width: 100%;
 
    height: 100%;
 
    content: '';
 
    top: 0;
 
    left: 0;
 
 
}
 
}
  
 
footer {
 
footer {
    background: no-repeat center;
+
     background-color: slategray;
     background-size: cover;
+
 
     position: relative;
 
     position: relative;
 
     overflow: hidden;
 
     overflow: hidden;
 
}
 
}
  
.footerBox {
+
footer a {
    position: relative;
+
    margin-top: 30px;
+
}
+
 
+
.footerBox a {
+
 
     font-size: 2em;
 
     font-size: 2em;
 
     color: snow !important;
 
     color: snow !important;
 
}
 
}
  
.footerBox a:hover{
+
footer a:hover{
 
     color: var(--iGEMgreen) !important;
 
     color: var(--iGEMgreen) !important;
}
 
 
.footerBox h4 {
 
    color: snow!important;
 
    padding: 0;
 
    margin: 0;
 
}
 
 
.footerBox hr {
 
    border-top: snow 1px solid;
 
    opacity: 0.8;
 
}
 
 
.footerBox p{
 
    color: snow!important;
 
    font-family: 'roboto',sans-serif;
 
    text-align: justify;
 
    letter-spacing: 1px;
 
    line-height: 1.2em;
 
    font-weight: 300;
 
    font-size: 20px;
 
    margin-top: 1.5em;
 
}
 
 
.footerBox img.footerLogo{
 
    width: 100px!important;
 
}
 
 
.app{
 
    padding: 0 120px;
 
    font-size: 18px;
 
    margin: 20px 0;
 
 
}
 
}
  
Line 516: Line 467:
 
.app-icon:hover {
 
.app-icon:hover {
 
     color: var(--lightpink);
 
     color: var(--lightpink);
}
 
 
@media (max-width:768px) {
 
    .app{
 
        padding: 0 50px;
 
    }
 
   
 
 
}
 
}
 
/* codrops */
 
/* codrops */

Revision as of 09:37, 8 July 2021