Created
October 3, 2016 17:54
-
-
Save tiagodealmeida/df7c8a9c40f022905df9308a98629d77 to your computer and use it in GitHub Desktop.
CSS update for task 1.9
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, 'Economica', Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
.p { | |
color: #34495e; | |
} | |
a { | |
color: #34495e; | |
} | |
body { | |
background-color: WhiteSmoke; | |
} | |
#readmore { | |
color: #34495e; | |
background-color: WhiteSmoke; | |
} | |
/*** Home Page ***/ /*** Carousel ***/ | |
.carousel-caption { | |
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: WhiteSmoke; | |
margin-bottom: 50px; | |
} | |
.carousel-indicators li { | |
background-color: WhiteSmoke; | |
background-color: rgba(70,70,70,.25); | |
border:1px solid red; | |
margin-bottom: 50px; | |
} | |
.carousel-indicators .active { | |
background-color: #34495e; | |
margin-bottom: 50px; | |
} | |
.carousel { | |
margin-left: -15px; | |
margin-right: -15px; | |
} | |
/*** End Of Carousel ***/ | |
/**** Contact Page ****/ | |
.myname { | |
position: relative; | |
padding: auto; | |
} | |
h1 { | |
letter-spacing: 2px; | |
} | |
.email h3 { | |
letter-spacing: 2px; | |
} | |
span:hover { | |
color: #ff0000; | |
} | |
span { | |
transition: color 3s; | |
-webkit-transition: color 600ms; | |
} | |
.package { | |
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
letter-spacing: 0.05em; | |
padding-top: 50px; | |
padding-left: 100px; | |
} | |
/*** Contact Page ***/ /*** Background Image ***/ | |
#background { | |
position: fixed; | |
top: -1%; | |
left: -30%; | |
width: 200%; | |
height: 200%; | |
z-index: -1; | |
} | |
#background img { | |
position: relative; | |
bottom: 610px; | |
left: 400px; | |
margin: auto; | |
min-width: 63%; | |
min-height: 45%; | |
opacity: 0.8; | |
} | |
/*** End Of Contact Page ***/ | |
/*** Navigation Bar ***/ | |
.nav ul li { | |
display: inline-block; | |
} | |
.nav { | |
background-color: black; | |
position: fixed; | |
width: 100%; | |
top: 0; | |
padding: 0 5px 0px 5px; | |
height: 40px; | |
z-index: 1; | |
} | |
.nav ul li a { | |
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: WhiteSmoke; | |
text-transform: uppercase; | |
text-decoration: none; | |
letter-spacing: 0.05em; | |
margin-right: 50px; | |
} | |
ul { | |
float: right; | |
margin-top: 10px; | |
} | |
.nav a { | |
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: WhiteSmoke; | |
text-transform: uppercase; | |
text-decoration: none; | |
letter-spacing: 0.05em; | |
margin-left: 30px; | |
} | |
.nav a:hover { | |
color: #ff0000; | |
text-decoration: underline; | |
} | |
li { | |
transition: color 3s; | |
-webkit-transition: color 600ms; | |
} | |
a { | |
transition: color 3s; | |
-webkit-transition: color 600ms; | |
} | |
a { | |
padding-bottom: 30px; | |
} | |
#carousel-example-generic { | |
padding-top: 40px; | |
} | |
/*** End Of Navigation Bar ***/ | |
/*** FAQ page ***/ | |
.panel-body { | |
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: #34495e | |
} | |
.panel-heading { | |
background-color: red; | |
} | |
.panel-title { | |
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: #34495e; | |
background-color: WhiteSmoke; | |
} | |
.container { | |
padding-top: 60px; | |
} | |
/*** End Of FAQ Page ***/ | |
/*** Work Page ***/ | |
#work1 { | |
padding-top: 60px; | |
width: 100%; | |
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
#work2 { | |
padding-top: 20px; | |
width: 100%; | |
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
/*** End Of Work Page ***/ | |
/*** About Page ***/ | |
/*** Background Image About Page ***/ | |
body { | |
background-color: WhiteSmoke; | |
} | |
/*** Content About Page ***/ | |
.jumbotron { | |
background-color: WhiteSmoke; | |
} | |
.container { | |
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
padding-top: 20px; | |
} | |
#aboutme { | |
text-align: center; | |
} | |
#aboutme p { | |
font-size: 1.6em; | |
} | |
.row h2 { | |
text-align: center; | |
} | |
.services h1 { | |
text-align: center; | |
} | |
.services ul { | |
list-style-type: circle; | |
font-size: 1.6em; | |
padding-right: 220px; | |
} | |
#story { | |
text-align: left; | |
} | |
#story p { | |
font-size: 1.3em; | |
font-weight: 100; | |
text-align: justify; | |
} | |
#image { | |
margin-top: -70px; | |
} | |
/*** End Of About Page ***/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment