Created
October 13, 2016 21:33
-
-
Save tiagodealmeida/ce43141b0c3ffcdc3d15698ba4193f22 to your computer and use it in GitHub Desktop.
CSS for task 2.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** Navbar ***/ | |
.nav a { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: WhiteSmoke; | |
text-transform: uppercase; | |
text-decoration: none; | |
letter-spacing: 0.05em; | |
margin-left: 30px; | |
margin-right: 30px; | |
} | |
.myBrand a:hover { | |
color: #34495e; | |
text-decoration: underline; | |
} | |
a { | |
transition: color 3s; | |
-webkit-transition: color 600ms; | |
} | |
/*** End Of Navbar ***/ | |
/*** Carousel Home Page ***/ | |
.carousel-caption { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: WhiteSmoke; | |
} | |
.carousel-indicators li { | |
background-color: WhiteSmoke; | |
background-color: rgba(70, 70, 70, 0.25); | |
border: 1px solid WhiteSmoke; | |
} | |
.carousel-indicators .active { | |
background-color: #34495e; | |
} | |
.carousel { | |
margin-left: -30px; | |
margin-right: -30px; | |
} | |
/*** was margin left and right -15px ***/ | |
/*** End of Carousel Home Page ***/ | |
/*** Home Page ***/ | |
#homeContent { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
body { | |
position: relative; | |
background-color: WhiteSmoke; | |
} | |
.anchor { | |
padding-top: 50px; | |
} | |
/*** End Of Home Page ***/ | |
/*** Work Page ***/ | |
.anchor { | |
padding-top: 20px; | |
padding-bottom: 50px; | |
width: 100%; | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
padding-top: 50px; | |
} | |
#work1 { | |
padding-bottom: 20px; | |
} | |
/*** End Of Work Page ***/ | |
/*** About Page ***/ | |
/*** Background Image About Page ***/ | |
.jumbotron { | |
background-image: url("../img/about_background.jpg"); | |
background-attachment: fixed; | |
background-size: cover; | |
margin-top: 50px; | |
padding-top: 50px; | |
} | |
/*** styling commented out while making stylistic decision regarding font color | |
.jumbotron h1 { | |
color: #34495e; | |
} | |
.jumbotron p { | |
color: #34495e; | |
} | |
.jumbotron li { | |
color: #34495e; | |
} | |
/*** End of Background Image About Page ***/ | |
/*** Content About Page ***/ | |
#about { | |
padding-top: 0; | |
} | |
.container { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
} | |
#aboutme { | |
text-align: center; | |
padding-bottom: 50px; | |
} | |
#aboutme p { | |
font-size: 1.6em; | |
} | |
.row h2 { | |
text-align: center; | |
} | |
.services h1 { | |
text-align: left; | |
display: inline; | |
padding-bottom: 20px; | |
} | |
.services ul { | |
list-style-type: circle; | |
font-size: 1.6em; | |
padding-right: 220px; | |
padding-bottom: 20px; | |
} | |
#story { | |
text-align: left; | |
} | |
#story p { | |
font-size: 1.3em; | |
font-weight: 100; | |
text-align: justify; | |
padding-bottom: 50px; | |
} | |
#miniText { | |
padding-top: 40px; | |
padding-bottom: 20px; | |
text-align: left; | |
} | |
/*** End of Content About Page ***/ | |
/*** End Of About Page ***/ | |
/*** FAQ page ***/ | |
.panel-body { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: #34495e; | |
} | |
.panel-heading { | |
background-color: red; | |
} | |
.panel-title { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: #34495e; | |
background-color: WhiteSmoke; | |
} | |
#accordion { | |
padding-top: 100px; | |
padding-bottom: 50px; | |
} | |
/*** Modals FAQ Page ***/ | |
.learn-more { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
font-size: 1.6em; | |
text-align: left; | |
float: left; | |
} | |
.modal-button { | |
float: right; | |
} | |
#modalembed { | |
height: 1250px; | |
width: 100%; | |
} | |
.btn-primary { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
} | |
.modal-title { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
} | |
/*** End Of FAQ Page ***/ | |
/*** Contact Page ***/ | |
/*** Background Image Contact Page ***/ | |
#contact { | |
background-image: url("../img/contact_me2.jpg"); | |
background-attachment: fixed; | |
background-size: cover; | |
color: white; | |
padding-top: 50px; | |
height: 1200px; | |
background-color: WhiteSmoke; | |
} | |
/*** End of Background Image Contact Page ***/ | |
/*** Content Contact Page ***/ | |
.text1 { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
text-align: justify; | |
width: 50%; | |
} | |
.address { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
text-align: justify; | |
} | |
.phone { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
text-align: justify; | |
} | |
.nameMail h1, | |
p { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
} | |
/*** End of Content Contact Page ***/ | |
/*** Contact Form Contact Page ***/ | |
#contact3 { | |
padding-top: 20px; | |
padding-bottom: 20px; | |
} | |
.form-control { | |
width: 40%; | |
} | |
.form-group { | |
padding-left: 20px; | |
} | |
.btn { | |
margin-top: 10px; | |
background-color: WhiteSmoke; | |
color: #34495e; | |
border-color: WhiteSmoke; | |
} | |
.radio { | |
padding-top: 10px; | |
padding-left: 20px; | |
} | |
/*** End of Contact Form Contact Page ***/ | |
/*** Footer Contact Page ***/ | |
footer { | |
margin-top: 30px; | |
float: left; | |
} | |
.fb-share-button { | |
float: right; | |
margin-left: 20px; | |
} | |
#pageCopyright { | |
margin-top: 20px; | |
} | |
/*** End Of Footer Contact Page ***/ | |
/*** End of Contact Page ***/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment