Difference between revisions of "Template:Nankai"

Line 328: Line 328:
 
}
 
}
  
/*------------------------------------------------------
 
General Styling
 
--------------------------------------------------------*/
 
.light-content {
 
  background-color: white;
 
  width: 100%;
 
}
 
  
.dark-content {
 
  background-color: #31373a;
 
  width: 100%;
 
  padding: 70px 0 80px 0;
 
}
 
.dark-content .section-header .section-title {
 
  color: white;
 
}
 
.dark-content .section-header .section-desc {
 
  color: #939ea4;
 
}
 
 
.section-header {
 
  padding-bottom: 70px;
 
  text-align: center;
 
}
 
.section-header .section-title {
 
  font-size: 30px;
 
  font-weight: 600;
 
}
 
 
.larger-text {
 
  font-size: 18px;
 
  line-height: 36px;
 
}
 
 
.light-text {
 
  color: #aaaaaa;
 
}
 
 
.large-button {
 
  padding: 15px 20px;
 
  font-size: 12px;
 
  font-family: "Raleway", sans-serif;
 
  text-transform: uppercase;
 
  font-weight: 800;
 
  -webkit-border-radius: 2px;
 
  -moz-border-radius: 2px;
 
  -ms-border-radius: 2px;
 
  -o-border-radius: 2px;
 
  border-radius: 2px;
 
}
 
 
a.large-button.white-color {
 
  color: #31373a;
 
  background-color: white;
 
}
 
 
.main-button {
 
  padding: 12px 15px;
 
  font-size: 12px;
 
  font-family: "Raleway", sans-serif;
 
  text-transform: uppercase;
 
  font-weight: 700;
 
  -webkit-border-radius: 2px;
 
  -moz-border-radius: 2px;
 
  -ms-border-radius: 2px;
 
  -o-border-radius: 2px;
 
  border-radius: 2px;
 
}
 
 
a.main-button.accent-color {
 
  background-color: #00a8d6;
 
  color: white;
 
}
 
a.main-button.accent-color:hover {
 
  background-color: #31373a;
 
}
 
 
.icon-button {
 
  margin-left: 15px;
 
}
 
 
.last-item-margin {
 
  margin-bottom: 100px;
 
}
 
 
label {
 
  font-weight: normal;
 
  color: #aaaaaa;
 
}
 
 
input, textarea {
 
  border: 0;
 
  color: #777777;
 
  padding: 8px 14px;
 
  background-color: #f1f4f5;
 
  border: 1px solid #f1f4f5;
 
  -webkit-border-radius: 3px;
 
  -moz-border-radius: 3px;
 
  -ms-border-radius: 3px;
 
  -o-border-radius: 3px;
 
  border-radius: 3px;
 
}
 
 
input:focus,
 
textarea:focus {
 
  background-color: white;
 
  border-color: #dce4e6;
 
}
 
 
.mainBtn {
 
  background-color: #00a8d6;
 
  padding: 7px 17px;
 
  color: white;
 
  display: inline-block;
 
  -webkit-border-radius: 3px;
 
  -moz-border-radius: 3px;
 
  -ms-border-radius: 3px;
 
  -o-border-radius: 3px;
 
  border-radius: 3px;
 
  -webkit-transition: background 250ms ease-in;
 
  -moz-transition: background 250ms ease-in;
 
  -ms-transition: background 250ms ease-in;
 
  -o-transition: background 250ms ease-in;
 
  transition: background 250ms ease-in;
 
}
 
.mainBtn:hover {
 
  background-color: #00b8ea;
 
}
 
 
button {
 
  outline: 0;
 
  border: 0;
 
}
 
 
input.mainBtn:focus,
 
input.mainBtn {
 
  background-color: #00a8d6;
 
  border: 0;
 
}
 
 
#homeIntro {
 
  margin-top: 102px;
 
  width: 100%;
 
}
 
 
#portfolio {
 
  background-image: url("../images/includes/portfolio.jpg");
 
}
 
 
#portfolioId {
 
  background-image: url("../images/includes/portfolioId.jpg");
 
}
 
 
#blogPosts {
 
  background-image: url("../images/includes/blogPosts.jpg");
 
}
 
 
#blog {
 
  background-image: url("../images/includes/blog.jpg");
 
}
 
 
#blogId {
 
  background-image: url("../images/includes/blogId.jpg");
 
  background-attachment: inherit;
 
}
 
 
#contact {
 
  background-image: url("../images/includes/contact.jpg");
 
}
 
 
.parallax {
 
  background-attachment: fixed;
 
  background-repeat: no-repeat;
 
  background-position: center center;
 
  background-size: cover;
 
  color: #fff;
 
  overflow: hidden;
 
}
 
 
.parallax-overlay {
 
  background-color: rgba(0, 0, 0, 0.65);
 
  width:100%;
 
}
 
.pageTitle {
 
  padding-top: 70px;
 
  padding-bottom: 70px;
 
}
 
 
.page-title {
 
  color: white;
 
  margin: 5px 0 0 0;
 
  font-size: 30px;
 
  font-weight: 800;
 
}
 
 
.page-location {
 
  background-color: rgba(0, 0, 0, 0.4);
 
  display: inline-block;
 
  font-size: 14px;
 
  padding: 7px 12px;
 
  -webkit-border-radius: 3px;
 
  -moz-border-radius: 3px;
 
  -ms-border-radius: 3px;
 
  -o-border-radius: 3px;
 
  border-radius: 3px;
 
}
 
 
.home-intro-content {
 
  padding: 11em 0;
 
  text-align: center;
 
}
 
.home-intro-content h2 {
 
  font-size: 36px;
 
  font-weight: 800;
 
  color: white;
 
}
 
.home-intro-content p {
 
  margin: 55px 0;
 
  font-size: 18px;
 
  line-height: 32px;
 
}
 
.home-intro-content .large-button:hover {
 
  opacity: 0.8;
 
}
 
 
blockquote {
 
  margin: 30px 0;
 
  display: block;
 
  color: #aaaaaa;
 
}
 
 
/*------------------------------------------------------
 
Call To Action
 
--------------------------------------------------------*/
 
.cta {
 
  padding: 35px 0;
 
  border-bottom: 1px solid #dce4e6;
 
  text-align: center;
 
}
 
.cta .cta-title {
 
  display: inline-block;
 
  margin: 0 50px 0 0;
 
  font-size: 16px;
 
}
 
 
/*------------------------------------------------------
 
Services Styling
 
--------------------------------------------------------*/
 
.service-box-wrap {
 
  text-align: center;
 
  margin-bottom: 80px;
 
}
 
 
.service-icon-wrap {
 
  display: block;
 
}
 
.service-icon-wrap i {
 
  color: #00a8d6;
 
}
 
 
.service-title {
 
  font-size: 18px;
 
  font-weight: 600;
 
  margin: 30px 0 20px 0;
 
}
 
  
  

Revision as of 01:31, 8 August 2015

Medigo Blue, free responsive template