Difference between revisions of "Team:Oxford/Assets/Style.css"
Line 129: | Line 129: | ||
border: 15px solid #fa2963; | border: 15px solid #fa2963; | ||
background-color: #fff; | background-color: #fff; | ||
− | margin-top: - | + | margin-top: -50px; |
color: #2d2c35; | color: #2d2c35; | ||
margin-right: 15px; | margin-right: 15px; |
Revision as of 10:40, 23 July 2015
/* wiki width fixing */
- 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> .row {
background-image: url(); background-size: 3px 21px; background-repeat: repeat;
}
.title img {
width:80%; margin-left: 10%; padding-top: 5%; padding-bottom: 10%;
}
- project-byline {
margin-top: -45px; background-color: #fff; padding: 15px 30px; border: 15px solid #fa2963; border-bottom: none; text-align: center;
}
h3 {
color: #2d2c35; font-size: 60px; font-family: "Merriweather",serif; font-weight: bold; padding-bottom: 5px; padding-top: 5px; margin-top: 0;
}
- project-byline h3 {
border-bottom: 1px dotted #cccccc;
}
- get {
border: 15px solid #fa2963; border-top: none; border-bottom: none; margin: 0;
}
- get h3 {
font-size: 32px
}
- davis-quote {
background-color: #fa2963; color: #fff; margin:0;
}
- davis-quote h3 {
color: #fff; font-size: 24px; padding-left: 5%; padding-right: 10%; padding-top: 25px; padding-bottom: 50px; font-weight: normal;
}
.quote-name-box {
border: 15px solid #fa2963; background-color: #fff; margin-top: -50px; color: #2d2c35; margin-right: 15px; text-align: center;
}
.quote-name-box h3 {
font-size: 24px;
} .sponsors {
background-color: #fff;
}
.sponsors img {
max-width: 100px; padding-bottom: 15px; padding-top: 15px; display: block; margin-left: auto; margin-right: auto;
}
- footer-links {
padding-left:0; padding-right:0; margin-left: -15px; margin-right:-15px; background-color: #fff; font-family: "Avenir", sans-serif; margin-bottom: 10px; border-top: 1px dotted #cccccc;
}
- footer-links a {
margin-left: auto; margin-right: auto;
}
- footer-links h2 {
margin-top:0; border-bottom: 0; font-weight: bold;
}
- footer-links ul {
list-style-type: none; list-style-image: none; margin-left: 0;
}
- footer-links li {
display: inline; color:#000; width:25%
}
- footer-links a {
color: #000;
}
- footer-links .footer-section-line {
height: 15px; background-image: url(); background-size: 3px 21px; background-repeat: repeat; margin-top: 5px;
}
- made-with-love {
margin-left: 0px; margin-right: 0px; padding-right: 30px; background-color: #fa2963; color: #fff; text-align: center; font-size: 10px; vertical-align: middle;
}
- made-with-love a , #made-with-love p {
color:#fff; padding: auto 0;
}