Difference between revisions of "Team:Oxford/Assets/Style.css"
Line 1: | Line 1: | ||
− | + | #mainContainer { | |
− | + | height: auto; | |
− | + | top:0; | |
− | + | bottom: 0; | |
+ | left:0; | ||
+ | right:0; | ||
+ | overflow:hidden; | ||
+ | margin: 20 0 0 0; | ||
+ | position:fixed; | ||
+ | background-color: #fff; | ||
+ | } | ||
− | + | #contentContainer { | |
− | + | padding-top:20px; | |
− | + | padding-right:8px; | |
− | + | margin-bottom: 30px; | |
− | + | width: 94%; | |
− | + | padding-left: 25px; | |
− | + | float: none; | |
− | + | background-color: #fff; | |
− | + | border-top: none; | |
− | + | font-family: 'Avenir', sans-serif; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .navbar { | |
− | + | margin-top: 16px; | |
− | + | position: fixed; | |
− | + | font-size: 13px; | |
− | + | background-color: #fff; | |
+ | } | ||
+ | |||
+ | .page-title-container { | ||
+ | margin-top: 70px; | ||
+ | height: 40em; | ||
+ | } | ||
+ | |||
+ | .page-title-container img { | ||
+ | width: 60%; | ||
+ | z-index:-1; | ||
+ | margin-left:20%; | ||
+ | margin-right:20%; | ||
+ | vertical-align: middle; | ||
+ | } |
Revision as of 22:58, 18 July 2015
- mainContainer {
height: auto; top:0; bottom: 0; left:0; right:0;
overflow:hidden; margin: 20 0 0 0;
position:fixed;
background-color: #fff; }
- contentContainer {
padding-top:20px; padding-right:8px; margin-bottom: 30px; width: 94%; padding-left: 25px; float: none; background-color: #fff; border-top: none; font-family: 'Avenir', sans-serif; }
.navbar {
margin-top: 16px; position: fixed; font-size: 13px; background-color: #fff;
}
.page-title-container {
margin-top: 70px; height: 40em;
}
.page-title-container img {
width: 60%; z-index:-1; margin-left:20%; margin-right:20%; vertical-align: middle;
}