Difference between revisions of "Team:Oxford/Assets/stylesheet.css"
Line 87: | Line 87: | ||
} | } | ||
− | . | + | .page-content { |
− | + | ||
margin-top: -2em; | margin-top: -2em; | ||
background-color: #fff; | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | .quote { | ||
+ | text-align: justify; | ||
+ | text-transform: capitalize; | ||
} | } |
Revision as of 19:02, 2 August 2015
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;
}
- top-section {
border: none; height: 0px;
}
- content {
width:100%;
}
.row {
background-color: #fff;
} .navbar {
margin-top: 16px; position: fixed; font-size: 13px; background-color: #fff; margin-bottom: 0;
}
.navbar-right li {
font-family: "Avenir",sans-serif; color: #cccccc; font-weight: bolder; padding-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover {
background-color: #fff; color:#777; border-bottom: 1px solid #fa2963;
}
.navbar-default .navbar-nav a{
padding-left: 0; padding-right: 10px; margin-left: 15px; padding-bottom: 3px; border-bottom: 1px solid #cccccc;
}
.navbar-default .navbar-nav > .active {
background-color: #fff;
}
- main-container {
top:0; left:0; right:0; margin:50px 0 0 0; padding:0; background-color:#fff; overflow:scroll; position:absolute;
}
- title {
width: 100%; background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */ background: -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */ background: linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */ border-radius: 0;
}
- title img {
width:80%; margin: 10em auto; margin-bottom: 4em; display: block;
}
- title h3 {
color: #fff; text-align: center; font-family: "Avenir", sans-serif; font-weight: lighter; font-size: 1em; margin-bottom: 6em;
}
.page-content {
margin-top: -2em; background-color: #fff;
}
.quote {
text-align: justify; text-transform: capitalize;
}