Difference between revisions of "Template:Queens Canada/CSS/home.css"
(Created page with "→CSS file specifically for the Homepage: #webbannerhome { height: 600px; width: 100%; background-image: url("qqq_QGEM_Banner_home_small.png"); } #part1 { ...") |
|||
Line 4: | Line 4: | ||
height: 600px; | height: 600px; | ||
width: 100%; | width: 100%; | ||
− | background-image: url(" | + | background-image: url("https://static.igem.org/mediawiki/2015/4/4d/Qqq_QGEM_Banner_home_small.png"); |
} | } |
Revision as of 16:47, 13 August 2015
/* CSS file specifically for the Homepage */
- webbannerhome {
height: 600px; width: 100%; background-image: url("");
}
- part1 {
height: 650px; width 100%; margin-top: -1px; background-color: #2d2d2d;
}
- part1 h1 {
font-family: 'Roboto', sans-serif; font-size: 40px; color: #c5cedb; margin-top: 0px; text-align: center;
} p {
color: white; font-size: 18px; text-indent: 50px; font-family: 'Verdana', sans-serif;
}
h2 {
color: #c5cedb; font-size: 23px;
}
- part1 img {
opacity: 0.5;
}
- part1 img:hover{
opacity: 1.0;
}
- part1 #circ {
display: inline-table; height: 450px; width: 300px; border-color: #2d2d2d; margin-top: 0px; margin-left: 55px; opacity: 1;
}
- part1 #scaff {
display: inline-table; height: 450px; width: 300px; margin-top: 0px; margin-left: 90px;
}
- part1 #inquire {
display: inline-table; height: 450px; width: 300px; margin-top: 0px; margin-left: 90px;
}
- part2 {
height: 400px; width 100%; margin-top: -1px; padding: 40px; background-color: #0f4f91;
}
- part2 img {
float: left; height: 400px; margin-top: 40px; margin-right: 20px;
}
- part2 #AFPslife h1{
font-family: "Roboto", sans-serif; font-size: 55px; color: #c5cedb; text-align: center;
}
- part2 #AFPslife h1 span {
color: #ff0000;
}
- part2 a{
color: #ff0000;
}