Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
 
(111 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%;  
-
background-image: url("https://static.igem.org/mediawiki/2014/3/37/2014_Freiburg_cellbg.png");
+
background-image: url("https://static.igem.org/mediawiki/2014/3/36/2014_Freiburg_cellbg.jpg");
 +
        background-size: 512px 512px;
 +
color: black;
color: black;
         padding: 15px;
         padding: 15px;
Line 77: 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;
 +
}
 +
 +
.abstractl{
 +
  position: relative;
 +
  width: 100%; /* for IE 6 */
 +
}
 +
 +
.box1text{
 +
  position: absolute;
 +
  top: 60px;
 +
  left: 25px;
 +
  width: 100%;
 +
  z-index: 2;
 +
}
 +
 +
.box1text span {
 +
  color: white;
 +
  font: bold 24px/45px Helvetica, Sans-Serif;
 +
  letter-spacing: -1px; 
 +
  background: rgb(0, 0, 0); /* fallback color */
 +
  background: rgba(0, 0, 0, 0.7);
 +
  padding: 10px;
}
}
Line 215: Line 273:
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
.annItem li {list-style: none; margin: 5px}
.annItem li {list-style: none; margin: 5px}
 +
 +
.contentbox {
 +
        width: 50%;
 +
background-color: white;
 +
border: 1px #E68A00 solid;
 +
        margin-left: 40%;
 +
        margin-right: auto;
 +
        margin-top: 115px;
 +
      -moz-column-count: 2;
 +
      -moz-column-gap: 20px;
 +
      -webkit-column-count: 2;
 +
      -webkit-column-gap: 20px;
 +
        column-count: 2;
 +
        column-gap: 20px;
 +
        background-color: white;
 +
 +
border: 1px #E68A00 solid;
 +
-webkit-border-radius: 15px;
 +
-moz-border-radius: 15px;
 +
border-radius: 15px;
 +
        -moz-column-count: 2;
 +
        -moz-column-gap: 50px;
 +
        -webkit-column-count: 2;
 +
        -webkit-column-gap:50px;
 +
        column-count: 2;
 +
        column-gap: 50px}
 +
 +
.image {
 +
  position: relative;
 +
  left: 80px;
 +
  width: 100%; /* for IE 6 */
 +
  top: 50px;
 +
  margin-top: 25px;
 +
 +
}
 +
 +
.image a:hover{
 +
text-decoration: none;
 +
}
 +
 +
#boxtext{
 +
  position: absolute;
 +
  top: 105px;
 +
  left: 10px;
 +
  z-index: 2;
 +
 +
}
 +
 +
#sponsorscale{
 +
width: 80%;
 +
height: 80%;}
 +
 +
.sponsorbox {
 +
        width: 49%;
 +
background-color: white;
 +
border: 1px #E68A00 solid;
 +
padding: 0;
 +
position: relative;
 +
float: left;
 +
        left: 210px;
 +
   
 +
      }
 +
 
 +
 +
 
 +
.sponsorbox p {
 +
margin: 0;
 +
padding: auto;
 +
padding: 7px;
 +
background: gray;
 +
position: absolute;
 +
left: 300px;
 +
bottom: 0px;
 +
top: 0;
 +
text-align: justify;
 +
}
 +
 +
.memberbox{   
 +
background-color: white;
 +
border: 1px #E68A00 solid;
 +
padding: 0;
 +
      }
 +
 +
.memberbox_odd{
 +
 +
 +
position: relative;
 +
margin-top: 5px;
 +
margin-bottom: 5px;
 +
 +
}  
 +
 +
.memberbox_even{
 +
 +
 +
position: relative;
 +
margin-top: 5px;
 +
margin-bottom: 5px;
 +
 +
}
 +
 
 +
.memberbox_even img {
 +
display: block;
 +
margin-left: 50%;
 +
margin-right: auto;
 +
 +
}
 +
.memberbox_odd img {
 +
display: block;
 +
margin-left: 50%;
 +
margin-right: auto;
 +
 +
}
 +
 +
.memberbox_odd p {
 +
top: 0;
 +
margin-top: 0;
 +
position: absolute;
 +
margin-left: 22%;
 +
margin-right: 50%;
 +
padding: 5px;
 +
background-color: #F9F9F6;
 +
height: 290px;
 +
}
 +
 +
.memberbox_even p {
 +
top: 0;
 +
margin-top:0;
 +
position: absolute;
 +
margin-left: 80.9%;
 +
margin-right: -9%;
 +
padding: 5px;
 +
background-color: #F9F9F6;
 +
height: 290px;
 +
}
 +
 +
#boxtext span {
 +
  color: white;
 +
  font: bold 24px/45px Helvetica, Sans-Serif;
 +
  letter-spacing: -1px; 
 +
  background: rgb(0, 0, 0); /* fallback color */
 +
  background: rgba(0, 0, 0, 0.7);
 +
  padding: 10px;
 +
  text-decoration: none;
 +
}
#abstracth1{
#abstracth1{
Line 220: Line 423:
text-decoration: underline;
text-decoration: underline;
         color: #864F75;
         color: #864F75;
-
         padding: 10px;
+
         padding: 20px;
         width: 17%;
         width: 17%;
         margin-left: auto;
         margin-left: auto;
         margin-right: auto;
         margin-right: auto;
-
         background-color: white;
+
         border: none;
-
border: 1px #E68A00 solid;
+
}
-
-webkit-border-radius: 15px;
+
-
-moz-border-radius: 15px;
+
-
border-radius: 15px;}
+
.abstractp{
.abstractp{
Line 264: 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;
letter-spacing:0.1em;
letter-spacing:0.1em;
text-align:center;
text-align:center;
-
margin: 40px auto;
+
margin-left: auto;
 +
margin-right: auto;
text-transform: lowercase;
text-transform: lowercase;
line-height: 145%;
line-height: 145%;
font-size: 14pt;
font-size: 14pt;
font-variant: small-caps;
font-variant: small-caps;
 +
 +
         }
         }
-
/*
 
-
p{
 
-
font-family:georgia, serif;
 
-
  color:#381704;
 
-
  font-size:14px;
 
-
  letter-spacing:0.1em;
 
-
  line-height:200%;
 
-
  padding-top:11px
 
-
}*/
 
.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 297: Line 498:
color: #414141;
color: #414141;
width: 90%;  
width: 90%;  
-
margin: auto;
+
        height: 100%;
 +
margin-left: auto;
 +
        margin-right: auto;
padding: 25px;  
padding: 25px;  
         padding-top: 5px;
         padding-top: 5px;
         height: 100%;
         height: 100%;
-
/*background-image: url("https://static.igem.org/mediawiki/2014/4/4b/Escheresque_ste.png"); */
+
background-image: url("https://static.igem.org/mediawiki/2014/9/9c/2014_Freiburg_Bg_placeholder.png");  
-
background-image: url("https://2014.igem.org/File:2014_Freiburg_bgPattern-9nkk.png");  
+
        background-size: cover;
            
            
background-color: pink;
background-color: pink;
-
/*color: black;
 
-
border: 50px black solid;
 
-
border-bottom: none;*/
 
         overflow-y: scroll;}   
         overflow-y: scroll;}   
Line 338: Line 538:
#nav ul li:hover{
#nav ul li:hover{
-
background-color: #864F75;
+
background-color: #F9F9F6;
         padding-bottom: 0;
         padding-bottom: 0;
 +
}
}
Line 358: Line 559:
color: #E68A00;
color: #E68A00;
text-decoration: none;
text-decoration: none;
 +
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
 +
                0px -5px 35px rgba(255,255,255,0.3);
}
}
Line 366: Line 569:
display: none;
display: none;
position: absolute;
position: absolute;
-
background-color: #864F75;
+
background-color: #F9F9F6;
border: 5px solid #F5F4F4;
border: 5px solid #F5F4F4;
border-top: 0;
border-top: 0;
Line 384: Line 587:
#nav ul ul li a:hover {
#nav ul ul li a:hover {
color: #E68A00;
color: #E68A00;
 +
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
 +
                0px -5px 35px rgba(255,255,255,0.3);
}
}
Line 391: Line 596:
float: left;
float: left;
padding: 5px;
padding: 5px;
 +
        padding-right: 12px;
color: #D6D6C2;
color: #D6D6C2;
font-size: 18px;
font-size: 18px;
Line 397: Line 603:
text-align:center;
text-align:center;
margin: 0;
margin: 0;
-
         margin-left: -75px;
+
         margin-left: 0px;
text-transform: lowercase;
text-transform: lowercase;
line-height: 145%;
line-height: 145%;
font-variant: small-caps;
font-variant: small-caps;
         background-color: #F5F4F4;
         background-color: #F5F4F4;
-
         position: relative;
+
         position: fixed;
-
          
+
         top: 90px;
-
}
+
      }
#sidenav h1{
#sidenav h1{
Line 423: Line 629:
padding-top: 0px;
padding-top: 0px;
list-style: none;
list-style: none;
-
position: relative;
 
}
}

Latest revision as of 12:44, 5 September 2014