Created
October 12, 2016 08:38
-
-
Save tiagodealmeida/230395adbcda72dbb99662bed0e497df to your computer and use it in GitHub Desktop.
CSS for task 2.3
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
/*** Home Page ***/ | |
#homeContent { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
.p { | |
color: #34495e; | |
} | |
a { | |
color: #34495e; | |
} | |
body { | |
position: relative; | |
background-color: WhiteSmoke; | |
} | |
#readmore { | |
color: #34495e; | |
background-color: WhiteSmoke; | |
} | |
.anchor { | |
padding-top: 50px; | |
} | |
/*** 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,.25); | |
border:1px solid red; | |
} | |
.carousel-indicators .active { | |
background-color: #34495e; | |
} | |
.carousel { | |
margin-left: -30px; | |
margin-right: -30px; | |
} | |
/*** was margin left and right -15px ***/ | |
/*** End of Carousel Home Page ***/ | |
/*** End Of Home 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 { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
} | |
.nameMail p { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
} | |
/*** End of Content Contact Page ***/ | |
/*** End of Contact Page ***/ | |
/*** 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 ***/ | |
/*** 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: 60px; | |
} | |
/*** End Of FAQ Page ***/ | |
/*** Work Page ***/ | |
#work1 { | |
margin-top: 100px; | |
padding-bottom: 50px; | |
width: 100%; | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
#work2 { | |
padding-top: 20px; | |
padding-bottom: 50px; | |
width: 100%; | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
/*** End Of Work Page ***/ | |
/*** About Page ***/ | |
/*** Background Image About Page ***/ | |
#aboutme { | |
background-image: url("../img/about_background.jpg"); | |
background-attachment: fixed; | |
background-size: cover; | |
color: white; | |
padding-top: 50px; | |
} | |
#miniText { | |
background-image: url("../img/about_background.jpg"); | |
background-attachment: fixed; | |
background-size: cover; | |
color: white; | |
padding-top: 50px; | |
} | |
#services { | |
background-image: url("../img/about_background.jpg"); | |
background-attachment: fixed; | |
background-size: cover; | |
color: white; | |
padding-top: 50px; | |
} | |
#story { | |
background-image: url("../img/about_background.jpg"); | |
background-attachment: fixed; | |
background-size: cover; | |
color: white; | |
padding-top: 50px; | |
} | |
/*** End of Background Image About Page ***/ | |
/*** Content About Page ***/ | |
.jumbotron { | |
background-color: WhiteSmoke; | |
} | |
.container { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
} | |
#aboutme { | |
text-align: center; | |
} | |
#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; | |
} | |
#image { | |
margin-top: -70px; | |
} | |
#miniText { | |
padding-top: 40px; | |
padding-bottom: 20px; | |
text-align: left; | |
} | |
/*** End of Content About Page ***/ | |
/*** End Of About 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 ***/ | |
/*** 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 ***/ | |
/*** Modals FAQ Page ***/ | |
.learn-more { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
text-align: left; | |
float: left; | |
padding-left: 370px; | |
} | |
.modal-button { | |
float: right; | |
padding: 15px; | |
padding-right: 370px; | |
} | |
#modalembed { | |
height: 1250px; | |
width: 100%; | |
padding: 10px; | |
} | |
.btn-primary { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment