Difference between revisions of "Team:Oxford/Assets/stylesheet.css"
Line 117: | Line 117: | ||
padding-top: 4em; | padding-top: 4em; | ||
z-index: 0; | z-index: 0; | ||
+ | } | ||
+ | |||
+ | #foot ul { | ||
+ | list-style-type: none; | ||
+ | list-style-image: none; | ||
+ | } | ||
+ | |||
+ | #foot li { | ||
+ | display: inline; | ||
} | } |
Revision as of 20:50, 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;
}
.navbar-nav > li > a {
padding-left: 5px; padding-right: 5px;
} .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover {
background-color: #fff; color:#8E54E9;
}
.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; margin-bottom:-2em; z-index: 10;
}
.quote {
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; margin: 1em;
}
.quote p {
text-align: justify; text-transform: uppercase; font-size: 1em; font-weight: lighter; margin-bottom: 0;
}
.quote h3 {
text-align: right; font-size: 1em; text-transform: uppercase; margin-top: 0;
}
- foot {
background-color: #4776E6; color: white; font-family: "Avenir",sans-serif; text-align: center; padding-top: 4em; z-index: 0;
}
- foot ul {
list-style-type: none; list-style-image: none;
}
- foot li {
display: inline;
}