File diff b3fe9130e5d0 → ae091198eab8
static/scss/custom.scss
Show inline comments
...
 
@@ -333,29 +333,27 @@ $homepage-block-smaller-min-height: 360px;
 
.hills {
 
  background-size: 100%;
 
  background-position: bottom;
 
  background-repeat: no-repeat;
 
  width: 50%;
 
  height: 100%;
 
  position: absolute;
 
  bottom: 0;
 
  right: 0;
 
  z-index: -7999;
 

	
 
  &.main {
 
    background-image: url("../images/hills.svg");
 
  }
 

	
 
  &.footer {
 
    background-image: url("../images/hills-footer.svg");
 
  }
 
}
 

	
 
.hphbg {
 
  background-color: $logo-sky-blue;
 
  opacity: 1;
 
  /* will be "on top", if browser supports it */
 
  background-size: 100%;
 
  background-position: bottom;
 
  top: 0;
 
  bottom: 0;
 
  background-repeat: no-repeat;
...
 
@@ -388,34 +386,31 @@ $homepage-block-smaller-min-height: 360px;
 

	
 
.clouds {
 
  background-position: bottom;
 
  background-repeat: repeat-x;
 
  width: 100%;
 
  height: 100%;
 
  position: absolute;
 
  top: 0;
 
  //right: 0;
 
  z-index: -9000;
 

	
 
  &.main {
 
    background-image: url("../images/homepage-clouds-bottom.svg");
 
  }
 

	
 
  &.ftr {
 
    background-image: url("../images/homepage-clouds-bottom.svg");
 
    opacity: 0.1;
 
  }
 

	
 
  &.hdr {
 
    background-image: url("../images/homepage-clouds-bottom.svg");
 
    background-position: top;
 
    opacity: 0.6;
 
  }
 

	
 
}
 

	
 

	
 

	
 

	
 
.circle {
 
  position: relative;
 
  border-radius: 100%;
...
 
@@ -451,41 +446,29 @@ $homepage-block-smaller-min-height: 360px;
 
  width: 70%;
 
  margin: auto;
 
  margin-top: 5%;
 
  margin-bottom: 5%;
 
}
 

	
 
.btn-group + p {
 
  margin-top: 1em;
 
}
 

	
 
.website-background {
 
  /*background-image: url("../images/website-background.svg");*/
 
  background-color: $logo-sky-blue;
 
}
 

	
 
.mystic-background {
 
  background-image: url("../images/mystic-marquee.jpg");
 
}
 

	
 
.djangogirls-background {
 
  background-image: url("../images/django-girls-2014.jpg");
 
}
 

	
 

	
 
.homepage-header-background {
 
  background-image: url("../images/homepage-header-background.svg");
 
}
 

	
 

	
 
.sponsor-list a img {
 
  width: 100%;
 
  max-width: 300px;
 
}
 

	
 
.sponsor-list {
 
  margin-top: 1em;
 
}
 

	
 
.full-width {
 
  width: 100%;
 
}