Difference between revisions of "Template:HKUST-Rice/Project page.css"
Mfcheungaa (Talk | contribs) |
Mfcheungaa (Talk | contribs) |
||
Line 19: | Line 19: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
color: #221b3a; | color: #221b3a; | ||
− | |||
} | } | ||
Line 28: | Line 27: | ||
/* background-image: url("https://static.igem.org/mediawiki/2015/1/14/HKUST-Rice15_titlebackground.jpg"); */ | /* background-image: url("https://static.igem.org/mediawiki/2015/1/14/HKUST-Rice15_titlebackground.jpg"); */ | ||
background-size: 1400px 100%; | background-size: 1400px 100%; | ||
+ | |||
} | } | ||
Revision as of 04:40, 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;
color: #221b3a;
}
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);
}