Difference between revisions of "Template:HSNU-TAIPEI/main"

Line 189: Line 189:
 
.mc-container {
 
.mc-container {
 
width: 100%;
 
width: 100%;
 +
}
 +
 +
.mc-container h1 {
 +
margin: 40px 30px;
 +
text-align: center;
 +
font-size: 48px;
 
}
 
}
  
 
.section {
 
.section {
padding: 2% 5%;
+
padding: 10px;
 +
        margin: auto;
 
width: 100%;
 
width: 100%;
 
}
 
}
Line 199: Line 206:
 
margin: 0;
 
margin: 0;
 
padding: 10px 20px;
 
padding: 10px 20px;
 +
}
 +
 +
.text-upper {
 
text-transform: uppercase;
 
text-transform: uppercase;
        border: none;
 
 
}
 
}
  
Line 211: Line 220:
 
background: mediumseagreen;
 
background: mediumseagreen;
 
height: 500px;
 
height: 500px;
 +
}
 +
 +
 +
/* FOOTER */
 +
 +
footer {
 +
width: 100%;
 +
background: #fafafa;
 +
padding: 3%;
 +
}
 +
 +
.footer-cell {
 +
width: 100%;
 +
display: flex;
 +
flex-flow: row wrap;
 +
color: #999;
 +
}
 +
 +
.footer-left,
 +
.footer-right {
 +
width: 100%;
 +
}
 +
 +
.footer-left {
 +
border-bottom: 1px solid #aaa;
 +
}
 +
 +
.footer-left p {
 +
font-size: 4em;
 +
margin: 5px;
 +
padding: 30px 5px;
 +
text-align: center;
 +
}
 +
 +
.footer-nav {
 +
margin: 30px 10px 5px;
 +
padding-left: 30px;
 +
}
 +
 +
.footer-heading {
 +
color: #222;
 +
margin: 15px inherit;
 +
font-size: 1.2em;
 +
list-style: none;
 +
}
 +
 +
.footer-nav .list-item a {
 +
color: #005987;
 +
font-weight: normal;
 
}
 
}
  

Revision as of 07:02, 1 July 2015