Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 55: Line 55:
}
}
-
html, body, .wrapper { /*-- changes default wiki settings --*/
+
html, .wrapper { /*-- changes default wiki settings --*/
width: 100%;  
width: 100%;  
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;
}
}
Line 324: Line 358:
.memberbox_odd{
.memberbox_odd{
-
background-color: pink;
+
 
position: relative;
position: relative;
margin-top: 5px;
margin-top: 5px;
Line 357: Line 391:
margin-top: 0;
margin-top: 0;
position: absolute;
position: absolute;
-
margin-left: 30%;
+
margin-left: 22%;
margin-right: 50%;
margin-right: 50%;
padding: 5px;
padding: 5px;
Line 368: Line 402:
margin-top:0;
margin-top:0;
position: absolute;
position: absolute;
-
margin-left: 81%;
+
margin-left: 80.9%;
-
margin-right: -2%;
+
margin-right: -9%;
padding: 5px;
padding: 5px;
background-color: #F9F9F6;
background-color: #F9F9F6;
Line 430: Line 464:
-
p:first-letter{
+
.text p:first-letter{
               text-transform: uppercase;
               text-transform: uppercase;
           }
           }
-
        p {
+
.text p {
         color: #424242;
         color: #424242;
         font-family: Times, "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, serif;
         font-family: Times, "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, serif;
Line 449: Line 483:
.heading{font-weigth: bold; text-align: center; color: white;}
.heading{font-weigth: bold; text-align: center; color: white;}
 +
 +
#testquote {
 +
position: absolute;
 +
width: 50%;
 +
top: 170px;
 +
left: 77%;
 +
}
/* changes main body attributes */
/* changes main body attributes */
Line 458: Line 499:
width: 90%;  
width: 90%;  
         height: 100%;
         height: 100%;
-
margin: auto;
+
margin-left: auto;
 +
        margin-right: auto;
padding: 25px;  
padding: 25px;  
         padding-top: 5px;
         padding-top: 5px;

Latest revision as of 12:44, 5 September 2014