Difference between revisions of "Template:Stanford-Brown/CSS"

Line 54: Line 54:
  
  
 
/* CUSTOMIZE THE CAROUSEL
 
-------------------------------------------------- */
 
 
/* Carousel base class */
 
.carousel {
 
  height: 500px;
 
  margin-bottom: 60px;
 
}
 
/* Since positioning the image, we need to help out the caption */
 
.carousel-caption {
 
  z-index: 10;
 
}
 
 
/* Declare heights because of positioning of img element */
 
.carousel .item {
 
  height: 500px;
 
  background-color: #FFFFFF;
 
}
 
.carousel-inner > .item > img {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  min-width: 100%;
 
  height: 500px;
 
}
 
 
/* MARKETING CONTENT
 
-------------------------------------------------- */
 
 
/* Center align the text within the three columns below the carousel */
 
.marketing .col-sm-4 {
 
  margin-bottom: 20px;
 
  text-align: center;
 
}
 
.marketing h2 {
 
  /*font-weight: normal;*/
 
}
 
.marketing .col-sm-4 p {
 
  margin-right: 10px;
 
  margin-left: 10px;
 
}
 
 
.marketing .col-sm-3 {
 
  margin-bottom: 20px;
 
  text-align: center;
 
}
 
.marketing h2 {
 
  /*font-weight: normal;*/
 
}
 
.marketing .col-sm-3 p {
 
  margin-right: 10px;
 
  margin-left: 10px;
 
}
 
 
.marketing .col-sm-2 {
 
  text-align: center;
 
}
 
 
.centerT {
 
  text-align: center !important;
 
}
 
  
  

Revision as of 20:02, 7 September 2016