Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
Line 79: Line 79:
background-color: #transparent;  
background-color: #transparent;  
margin-top: 0px;  
margin-top: 0px;  
 +
}
 +
 +
blockquote {
 +
  width: 30%;
 +
  background: #f9f9f9;
 +
  border-left: 10px solid #ccc;
 +
  margin: 1.5em 10px;
 +
  padding: 0.5em 10px;
 +
  quotes: "\201C""\201D""\2018""\2019";
 +
}
 +
blockquote:before {
 +
  color: #ccc;
 +
  content: open-quote;
 +
  font-size: 4em;
 +
  line-height: 0.1em;
 +
  margin-right: 0.25em;
 +
  vertical-align: -0.4em;
 +
}
 +
 +
blockquote:after {
 +
  color: #ccc;
 +
  content: close-quote;
 +
  font-size: 4em;
 +
  line-height: 0.1em;
 +
  margin-left: 0.25em;
 +
  vertical-align: -0.4em;
 +
}
 +
 +
blockquote p {
 +
  display: inline;
 +
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
 +
  font-size: 26px;
 +
  line-height: 160%;
 +
  font-style: italic;
}
}

Revision as of 11:50, 5 September 2014