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

Line 30: Line 30:
 
   line-height: normal;
 
   line-height: normal;
 
}
 
}
 +
 +
li {
 +
  margin-bottom: 0;
 +
}
 +
 +
ul.nav {
 +
  line-height: inherit;
 +
  list-style-type: none;
 +
  margin: 0 0 0 0;
 +
  padding: 0;
 +
  list-style-image: none;
 +
}
 +
p {
 +
  margin: 0 0 0 0;
 +
}
 +
 +
/* GLOBAL STYLES
 +
-------------------------------------------------- */
 +
 +
 +
/* CUSTOMIZE THE NAVBAR
 +
-------------------------------------------------- */
 +
 +
 +
 +
/* 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;
 +
}
 +
 +
 +
/* Featurettes
 +
------------------------- */
 +
/*
 +
.featurette-divider {
 +
  margin: 80px 0;  Space out the Bootstrap <hr> more
 +
  }*/
 +
 +
  /* Thin out the marketing headings */
 +
  .featurette-heading {
 +
    font-weight: 300;
 +
    line-height: 1;
 +
    letter-spacing: -1px;
 +
  }
 +
 +
 +
/* Footer
 +
--------------------------------*/
 +
 +
/*footer {
 +
  background: #333;
 +
  color: #eee;
 +
  font-size: 0.em;
 +
  padding: 20px;
 +
}
 +
*/
 +
 +
 +
/*----------Font-----------*/
 +
 +
 +
.pp {
 +
  font-size: 1.7em;
 +
}
 +
 +
.pf {
 +
  font-size: 1.7em;
 +
}
 +
 +
h1, h2 {
 +
  border: none;
 +
}
 +
 +
/*#bodyContent {
 +
  transform-style: preserve-3d;
 +
  }*/
  
  

Revision as of 13:16, 7 September 2016