Difference between revisions of "Team:Oxford/Assets/stylesheet.css"
Line 63: | Line 63: | ||
width: 100%; | width: 100%; | ||
− | + | ||
− | + | background: -webkit-linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* Chrome 10+, Saf5.1+ */ | |
− | + | background: -moz-linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* FF3.6+ */ | |
− | + | background: -ms-linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* IE10 */ | |
− | + | background: -o-linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* Opera 11.10+ */ | |
+ | background: linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* W3C */ | ||
border-radius: 0; | border-radius: 0; |
Revision as of 19:28, 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, #E55D87 10%, #5FC3E4 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* IE10 */ background: -o-linear-gradient(90deg, #E55D87 10%, #5FC3E4 90%); /* Opera 11.10+ */ background: linear-gradient(90deg, #E55D87 10%, #5FC3E4 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 p {
margin: 1em; text-align: justify; text-transform: uppercase; font-size: 1.5em; font-weight: lighter; font-family: "Avenir", sans-serif; background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */ -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}