Difference between revisions of "Template:HKUST-Rice/Project page.css"
Mfcheungaa (Talk | contribs) |
Mfcheungaa (Talk | contribs) |
||
Line 20: | Line 20: | ||
} | } | ||
− | + | div.project_row h2{ | |
− | font-family: " | + | font-family: "Helvetica Neue", Helvetica, sans-serif; |
− | font-size: | + | font-size: 2.2em; |
− | font-weight: | + | font-weight: 200; |
border-bottom: 0; | border-bottom: 0; | ||
text-align: left; | text-align: left; | ||
− | + | padding:inherit 10%; | |
− | + | ||
− | + | ||
} | } | ||
Revision as of 06:18, 3 September 2015
Link title* { margin: 0; padding: 0; } div.project_superrow{ width: 100%; margin: 0 auto; clear:both; margin-top: 3%; }
div.project_superrow div#page_title h1{ font-family: "Source Sans Pro", sans-serif; font-size: 5em; font-weight: 500; border-bottom: 0; text-align: center; margin: 0 auto; margin-bottom: 10px;
} div.project_row h2{ font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 2.2em; font-weight: 200; border-bottom: 0; text-align: left; padding:inherit 10%;
}
div.project_superrow div#page_title {
margin: 0; padding: 10px; /* background-image: url(""); */ background-size: 1400px 100%;
}
div.project_content{ margin: 0 auto; }
div.project_row{ margin: 0 auto; padding: 0 15%; text-align: center; padding-bottom:50px; min-height:100px;
}
div.project_row h1{ font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 3em; font-weight: 300; border-bottom: 0; text-align: left; padding:inherit 10%;
} div.project_row p{ text-align:justify; margin: 33px auto ; line-height: 1.5em; font-size: 1.5em; font-family: "Helvetica Neue", Helvetica, sans-serif; padding:inherit 10%;
color:#0b0b17
}
div.project_image{
} div.project_image img{ } img.button {
opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */
}
img.button:hover {
opacity: 0.7; filter: alpha(opacity=80); /* For IE8 and earlier */
}
/*CLASSES */
/*Clear class for all the pages, adds spacing too*/ .clear{ clear:both; height: 10px; }
/* highlight box for special messages */
.highlightBox {
width:500px;
margin:auto;
background-color: #E8E8E9;
margin-bottom: 15px;
margin-top: 15px;
padding: 15px;
padding-top: 10px;
}
hr.para{
border: 0;
height: 1px;
background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
margin: 0;
}
hr.title{
border: 0;
border-top: 5px solid #494961;
border-bottom: 1px solid #BBBBC4;
padding: 5px 0;
background-color: rgba(255, 255, 255, 0);
}