Team:Aalto-Helsinki/stylesheet.css

From 2014.igem.org

(Difference between revisions)
 
(231 intermediate revisions not shown)
Line 1: Line 1:
/* Yleiset */
/* Yleiset */
-
 
-
@font-face {
 
-
    font-family: Special;
 
-
    src: url("http://igem-qsf.github.io/igem-wiki/fonts/HORSEPUKE.TTF") format("truetype");
 
-
}
 
a:link, a:visited, a:active, .right-menu li a {
a:link, a:visited, a:active, .right-menu li a {
Line 17: Line 12:
body {
body {
   color: black;
   color: black;
-
  min-height: 85vh;
 
   background-color: white;
   background-color: white;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
 +
  word-wrap: break-word;
}
}
-
article {
+
ul {
-
   padding-top: 5px;
+
   list-style-image: none;
-
   padding-bottom: 5vh;
+
}
-
   padding-left: 15vw;
+
 
-
   padding-right: 15vw;
+
#references > li {
-
   min-height: 50vh;
+
   margin-bottom: 1em;
-
   font-size: 16px;
+
}
 +
 
 +
.cpright {
 +
   text-align: right;
 +
   padding-right: 1em;
 +
}
 +
 
 +
.smallerimg {
 +
   width: 50%;
 +
}
 +
 
 +
.modellatex, .modelimg {
 +
  padding-top: 2em;
 +
   padding-bottom: 1.5em;
 +
}
 +
 
 +
@media only screen and (min-width : 992px) {
 +
  article {
 +
    padding-top: 5px;
 +
    padding-bottom: 5%;
 +
    padding-left: 15%;
 +
    padding-right: 15%;
 +
    font-size: 16px;
 +
  }
 +
 
 +
  .modelimg {
 +
    display: none;
 +
  }
 +
}
 +
 
 +
@media only screen and (max-width : 992px) {
 +
  .modellatex {
 +
    display: none;
 +
  }
}
}
Line 36: Line 64:
}
}
-
h1, h2, h3, h4, h5, h6 {
+
.paddingtop {
 +
  padding-top: 100px;
 +
}
 +
 
 +
h3, h4, h5, h6 {
 +
  font-family: "Helvetica Neue", Helvetica, sans-serif;
 +
  border-bottom: none;
 +
  padding-top: 3em;
 +
  padding-bottom: 1em;
 +
}
 +
 
 +
h1 {
 +
  font-family: "Helvetica Neue", Helvetica, sans-serif;
   border-bottom: none;
   border-bottom: none;
 +
  font-size: 6em;
}
}
h2 {
h2 {
-
   font-size: 38px;
+
  font-family: "Helvetica Neue", Helvetica, sans-serif;
-
   padding-bottom: 30px;
+
  border-bottom: none;
 +
   font-size: 2.5em;
 +
  padding-top: 1em;
 +
   padding-bottom: 0.3em;
   text-align: center;
   text-align: center;
}
}
-
#bodyContent h1, #bodyContent h2 {
+
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
-
   margin-bottom: 0;
+
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small,
 +
.h6 small, h1 .small, h2 .small, h3 .small, h4 .small,
 +
h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small,
 +
.h4 .small, .h5 .small, .h6 .small {
 +
   line-height: inherit;
 +
  color: rgba(100, 153, 148, 1);
}
}
-
.omalogo {
+
#bodyContent h1, #bodyContent h2 {
-
   width: 100%;
+
   margin-bottom: 0;
}
}
blockquote {
blockquote {
-
  font-family: "Helvetica Neue", serif;
 
-
  font-size: 24px;
 
   font-style: italic;
   font-style: italic;
-
  line-height: 2;
 
   position: relative;
   position: relative;
-
  padding: 0 0 0 80px;
 
-
  margin: 60px -20px 60px 0;
 
   border-left: none;
   border-left: none;
 +
  line-height: 1.8;
 +
  font-size: 1.3em;
 +
  padding: 0 0 0 120px;
 +
  margin: 2em 0 2em 0;
}
}
Line 70: Line 118:
   font-size: 200px;
   font-size: 200px;
   position: absolute;
   position: absolute;
-
   left: -30px;
+
   left: 0;
   top: -115px;
   top: -115px;
 +
  font-family: cursive;
}
}
blockquote cite {
blockquote cite {
-
   color: #999999;
+
   color: rgba(51, 97, 93, 1);
-
   font-size: 14px;
+
   font-size: 0.6em;
   display: block;
   display: block;
-
   margin-top: 5px;
+
   margin-top: 0.5em;
}
}
Line 88: Line 137:
-
/* Row-, col- ja img -säädöt */
+
/* Header- ja pikkuvalikkojutut */
 +
 
 +
.navbar{
 +
  margin-top: 0;
 +
}
 +
 
 +
header {
 +
  color: white;
 +
  font-size: large;
 +
}
 +
 
 +
@media only screen and (min-width : 992px) {
 +
  header a {
 +
    padding-right: 1vw;
 +
    padding-left: 1vw;
 +
  }
 +
}
 +
 
 +
header a.active, .extrabar a.active {
 +
  color:black;
 +
}
 +
 
 +
header .navbar, .extrabar {
 +
  background-color:rgba(255,255,255,0.8);
 +
  border:0px;
 +
  border-radius: 0;
 +
}
 +
 
 +
header .navbar {
 +
  padding-top: 12px;
 +
  padding-bottom: 12px;
 +
  min-height: 30px;
 +
  border-radius: 0px;
 +
}
 +
 
 +
.extrabar {
 +
  width:100%;
 +
  text-align: center;
 +
  padding-top: 0px;
 +
  padding-bottom: 5px;
 +
  min-height: 20px;
 +
  border-radius: 0px;
 +
  z-index:1;
 +
}
 +
 
 +
.extrabar a {
 +
  padding-left: 0.5em;
 +
  padding-right: 0.5em;
 +
}
 +
 
 +
.affix {
 +
  top: 45px;
 +
  width: 100%;
 +
}
 +
 
 +
.affix-top {
 +
  float:left;
 +
  visibility: hidden;
 +
}
 +
 
 +
/* Header päättyy */
 +
 
 +
 
 +
/* Pakolliset pikku valikot ja parts*/
 +
 
 +
#top-section {
 +
  height: 0;
 +
  width: 100%;
 +
  left: 0;
 +
  border: none;
 +
  margin: 0 auto;
 +
  padding: 0 0 0 0;
 +
  background-color: transparent;
 +
  position: absolute;
 +
}
 +
 
 +
#menubar {
 +
  width: 300px;
 +
  top: 0px;
 +
  font-size: x-small;
 +
}
 +
 
 +
#menubar, #menubar a {
 +
  color: #0AA699;
 +
}
 +
 
 +
#menubar, #menubar a:hover {
 +
  color: #90F0E8;
 +
}
 +
 
 +
#menubar:hover, #menubar li a {
 +
  background-color: transparent;
 +
}
 +
 
 +
#groupparts {
 +
  min-height: 0;
 +
  min-width: 0;
 +
}
 +
 
 +
/* Pakolliset pikku valikot ja parts päättyy */
 +
 
 +
 
 +
/* Kuvien ja rivien asettelua */
.row {
.row {
Line 94: Line 245:
   position: relative;
   position: relative;
   width: 100%;
   width: 100%;
-
   margin: 0px 0px;
+
   margin: 1em 0;
-
   padding: 0px;
+
   padding: 0;
 +
}
 +
 
 +
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
 +
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
 +
  padding: 0;
 +
}
 +
 
 +
.col-md-2 h3, .col-md-4 h3, .col-md-6 h3, .col-md-8 h3,
 +
.col-md-2 h4, .col-md-4 h4, .col-md-6 h4, .col-md-8 h4,
 +
.col-md-2 h5, .col-md-4 h5, .col-md-6 h5, .col-md-8 h5 {
 +
  margin-top: 0em;
}
}
.memberrow {
.memberrow {
-
   margin-top: 20px;
+
   margin-top: 2em;
-
   margin-bottom: 20px;
+
   margin-bottom: 2em;
}
}
-
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
+
#laurakuva, #lassikuva, #minttukuva, #oskarikuva, #pietukuva, #mikkokuva,
-
   padding: 0px;
+
#niklaskuva, #ottokuva, #martinakuva, #advisorskuvat {
-
  margin-top: 5px;
+
   width: auto;
-
  margin-bottom: 5px;
+
}
}
-
.bg {
+
.university-title {
-
   background-size: cover;
+
   padding-top: 0;
-
   overflow: hidden;
+
}
 +
 
 +
.margintop {
 +
   margin-top: 2em;
 +
}
 +
 
 +
.nopaddingtop {
 +
  padding-top: 0;
 +
}
 +
 
 +
.nopaddingbottom {
 +
  padding-bottom: 0;
 +
}
 +
 
 +
.ykspaddingbottom {
 +
  padding-bottom: 1em;
 +
}
 +
 
 +
.kakspaddingbottom {
 +
  padding-bottom: 2em;
 +
}
 +
 
 +
.kakspaddingtop {
 +
  padding-top: 2em;
}
}
.text-col-right {
.text-col-right {
-
   padding-left: 20px;
+
   padding-left: 2em;
}
}
.text-col-left {
.text-col-left {
-
   padding-right: 20px;
+
   padding-right: 2em;
}
}
Line 128: Line 312:
.kuvateksti {
.kuvateksti {
   font-size: small;
   font-size: small;
-
   margin-top: 10px;
+
   margin-top: 1em;
-
   margin-bottom: 40px;
+
   margin-bottom: 3em;
}
}
.img-center {
.img-center {
   text-align: center;
   text-align: center;
-
  margin-bottom: 20px;
+
   margin-top: 2em;
-
   margin-top: 20px;
+
}
}
Line 142: Line 325:
}
}
 +
.bg {
 +
  background-size: cover;
 +
  overflow: hidden;
 +
}
 +
 +
/* Featured */
.feat {
.feat {
   opacity: 0.95;
   opacity: 0.95;
Line 153: Line 342:
   display: table;
   display: table;
   height: 400px;
   height: 400px;
-
   height: 50vh;
+
   width: 100%;
}
}
.feattext-container-wide {
.feattext-container-wide {
   display: table;
   display: table;
-
   height: 200px;
+
   height: 300px;
-
   height: 30vh;
+
   width: 100%;
}
}
Line 165: Line 354:
   display: table-cell;
   display: table-cell;
   vertical-align: bottom;
   vertical-align: bottom;
 +
  width: 100%;
}
}
.feattext-p {
.feattext-p {
-
   background-color: rgba(255, 255, 255, 0.3);
+
   background-color: rgba(95, 95, 95, 0.42);
-
   margin: -5px;
+
   margin-bottom: -0.5em;
-
   padding-bottom: 5px;
+
   padding: 0.5em;
-
   padding-left: 10px;
+
   padding-bottom: 0.75em;
   color: white;
   color: white;
 +
  width: 100%;
}
}
Line 184: Line 375:
   .feat-left{
   .feat-left{
-
     margin-right: 5px;
+
     margin-right: 0.5em;
   }
   }
   .feat-center {
   .feat-center {
-
     margin-right: 5px;
+
     margin-right: 0.5em;
-
     margin-left: 5px;
+
     margin-left: 0.5em;
   }
   }
   .feat-right {
   .feat-right {
-
     margin-left: 5px;
+
     margin-left: 0.5em;
   }
   }
}
}
-
@media only screen and (min-width : 992px) {
+
/* Kuvien ja rivien asettelu loppu */
-
}
 
-
/* Row-, col- ja img-säädöt loppu */
+
/* Splashit */
 +
.splash{
 +
  width: 100%;
 +
  color: white;
 +
  margin-top: -14px;
 +
  text-align: center;
 +
  background-size: cover;
 +
  text-shadow: 2px 2px 8px #4D4D4D;
 +
}
-
/* Header- ja pikkuvalikkojutut */
+
.bigsplashtext {
 +
  font-size: 1.4em;
 +
  margin: 0 10px;
 +
}
-
.navbar{
+
.splashalavalikko {
-
   margin-top: 0;
+
   text-align: left;
 +
  padding: 80px 40px;
 +
  font-size: 1.5em;
 +
  line-height: 1.5;
}
}
-
header {
+
.splashalavalikko a {
   color: white;
   color: white;
-
   font-size: large;
+
   opacity: 0.7;
}
}
-
header a {
+
.splashalavalikko a:hover {
-
   padding-right: 1vw;
+
   opacity: 1;
-
  padding-left: 1vw;
+
}
}
-
header a.active, .extrabar a.active {
+
.scroller {
-
   color:black;
+
   padding-bottom: 40px;
 +
  padding-top: 10px;
}
}
-
header .navbar, .extrabar {
+
.transp {
-
   background-color:rgba(255,255,255,0.8);
+
   opacity: 0.7;
-
  border:0px;
+
-
  border-radius: 0;
+
}
}
-
header .navbar {
+
.transp:hover {
-
   padding-top: 12px;
+
   opacity: 1;
-
  padding-bottom: 12px;
+
-
  min-height: 30px;
+
-
  border-radius: 0px;
+
}
}
-
.extrabar {
+
.scrolldown {
-
  width:100%;
+
   text-align: center;
   text-align: center;
-
  padding-top: 0px;
 
-
  padding-bottom: 5px;
 
-
  min-height: 20px;
 
-
  border-radius: 0px;
 
-
  z-index:1;
 
}
}
-
.extrabar a {
+
.transp a {
-
   padding-left: 0.5em;
+
   color: white;
-
   padding-right: 0.5em;
+
   opacity: 0.7;
}
}
-
.affix {
+
.transp a:hover {
-
   top: 45px;
+
   opacity: 1;
-
  width: 100%;
+
}
}
-
.affix-top {
+
.nuoli {
-
   float:left;
+
   max-height: 50px;
-
  visibility: hidden;
+
}
}
-
/* Header päättyy */
+
.igem-logo {
 +
  width: 100px;
 +
  margin-top: 60px;
 +
  right: 100px;
 +
  margin-right: 40px;
 +
  float: right;
 +
  opacity: 0.7;
 +
}
-
 
+
.igem-logo:hover {
-
/* Pakolliset pikku valikot */
+
   opacity: 1;
-
 
+
-
#top-section {
+
-
   height: 0px;
+
-
  border: none;
+
-
  width: 0px;
+
-
  margin: 0 auto;
+
-
  padding: 0 0 0 0;
+
-
  background-color: transparent;
+
-
  overflow: hide;
+
-
  position: initial;
+
}
}
-
#menubar {
+
.omalogo {
-
   top: 0px;
+
   width: 100%;
-
   font-size: x-small;
+
   padding-bottom: 1em;
}
}
-
#menubar, #menubar a {
+
.omalogot {
-
   color: #0AA699;
+
   width: 60%;
 +
  padding-top: 1em;
}
}
-
#menubar, #menubar a:hover {
+
#ci-circle {
-
   color: #90F0E8;
+
   width: 20%;
}
}
-
#menubar:hover, #menubar li a {
+
#virginiabadge{
-
   background-color: transparent;
+
  background: url("https://static.igem.org/mediawiki/2014/6/6a/Virginia_Badge2.png");
 +
  background-size:250px;
 +
  width: 250px;
 +
  height: 185px;
 +
  background-repeat:no-repeat;
 +
}
 +
 +
#virginiabadge:hover{
 +
  background: url("https://static.igem.org/mediawiki/2014/2/2b/File-Virginia-Images-Badge1.png");
 +
  background-repeat:no-repeat;
 +
  width: 250px;
 +
  height: 185px;
 +
   background-size:250px;
}
}
-
/* Pakolliset pikku valikot päättyy */
+
@media only screen and (max-width : 992px) {
 +
  .splash {
 +
    min-height: 700px;
 +
    width: 100%;
 +
    color: white;
 +
    text-align: center;
 +
  }
-
/* Splashien yhteiset tyylit */
+
  .igem-logo {
 +
    margin-top: 80px;
 +
  }
-
.splash{
+
  .splashcopyright {
-
  display: table;
+
    text-align: right;
-
  height: 100vh;
+
    padding: 60px 40px;
-
  width: 100%;
+
   }
-
  background-image: url('http://aaltohelsinki.com/img/12.jpg');
+
-
  background-size: cover;
+
-
  color: white;
+
-
  margin-top: -10px;
+
-
  padding-top: 10vh;
+
-
   padding-bottom: 5vh;
+
-
  padding-left: 15vw;
+
-
  padding-right: 15vw;
+
-
  text-align: center;
+
-
}
+
-
.splash h1 {
+
  h1 {
-
  font-size: 100px;
+
    font-size: 3.5em;
-
}
+
  }
-
.textinsplash {
+
  .row-eq-height .img-responsive {
-
  display: table-cell;
+
    width: 100%;
-
   vertical-align: middle;
+
   }
-
}
+
-
.textinsplash > p {
+
  #mainsplash {
-
  font-size: large;
+
    background-image: url('https://static.igem.org/mediawiki/2014/5/5a/Aalto_Helsinki_Splashs_Main.jpg');
-
   font-style: italic;
+
   }
-
}
+
-
/* Splash-tyylittelyt loppu */
+
  #teamsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/7/75/Aalto_Helsinki_Splashs_Team.jpg');
 +
  }
 +
  #businesssplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/3/3f/Aalto_Helsinki_Splashs_Business.jpg');
 +
  }
-
/* SIVUJEN OMIA tyylejä */
+
  #researchsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/4/4a/Aalto_Helsinki_Splashs_Research.jpg');
 +
  }
 +
 
 +
  #modelingsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/7/7d/Aalto_Helsinki_Splashs_Modeling.jpg');
 +
  }
 +
 
 +
  #cooperationsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/9/9e/Aalto_Helsinki_Splashs_Cooperation.jpg');
 +
  }
 +
 
 +
  #outreachsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/4/45/Aalto_Helsinki_Splashs_Outreach.jpg');
 +
  }
 +
 
 +
  #journalsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/2/2d/Aalto_Helsinki_Splashs_Journal.jpg');
 +
  }
-
/* Main */
 
-
#mainsplash {
 
-
  background-image: url('http://aaltohelsinki.com/img/12.jpg');
 
}
}
 +
@media only screen and (min-width : 992px) {
 +
  .splash {
 +
    position: relative;
 +
    min-height: 820px;
 +
  }
 +
 +
  .splashesittely {
 +
    min-height: 400px;
 +
  }
 +
 +
  .splashalavalikko {
 +
    position: absolute;
 +
    bottom: 0;
 +
    left: 0;
 +
  }
 +
 +
  .splashcopyright {
 +
    font-size: small;
 +
    padding: 60px 40px;
 +
    position: absolute;
 +
    bottom: 0;
 +
    right: 0;
 +
  }
 +
 +
  #mainsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/6/60/Aalto_Helsinki_Splash_Main.jpg');
 +
  }
 +
 +
  #teamsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/f/f1/Aalto_Helsinki_Splash_Team.jpg');
 +
  }
 +
 +
  #businesssplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/8/80/Aalto_Helsinki_Splash_Business.jpg');
 +
  }
 +
 +
  #researchsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/c/cb/Aalto_Helsinki_Splash_Research.jpg');
 +
  }
 +
 +
  #modelingsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/7/73/Aalto_Helsinki_Splash_Modeling.jpg');
 +
  }
 +
 +
  #cooperationsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/f/f5/Aalto_Helsinki_Splash_Cooperation.jpg');
 +
  }
 +
 +
  #outreachsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/e/e3/Aalto_Helsinki_Splash_Outreach.jpg');
 +
  }
 +
 +
  #journalsplash {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/8/82/Aalto_Helsinki_Splash_Journal.jpg');
 +
  }
-
/* Team */
 
-
.sponsorrow {
 
-
  min-height: 200px;
 
}
}
-
.sponsorlogo-col {
+
@media only screen and (min-width : 1472px) {
-
   display: inline-block;
+
   .splash {
-
  vertical-align: middle;
+
    min-height: 1030px;
-
   padding: 20px;
+
   }
}
}
-
.sponsorlogo {
+
 
-
   max-height: 150px;
+
 
 +
/* Splash-tyylittelyt loppu */
 +
 
 +
 
 +
/* SIVUJEN OMIA tyylejä */
 +
 
 +
.sponsorrow {
 +
   align-items: center;
 +
  margin: 4em 0;
}
}
-
/* Research */
+
.sponsorrow .col-md-4 {
-
#researchsplash {
+
   padding: 10px;
-
   background-image: url('https://static.igem.org/mediawiki/2014/1/13/Aalto-Helsinki-Research-Placeholder.png');
+
  text-align: -webkit-center;
 +
  text-align: -moz-center
}
}
-
/* Cooperation */
+
.sponsorrow > .text-col-right > h3 {
-
#cooperationsplash {
+
  padding-top: 0;
-
   background-image: url('https://static.igem.org/mediawiki/2014/7/7f/Aalto-Helsinki-Software-placeholder.png');
+
}
 +
 
 +
#sponsorlogo {
 +
   max-height: 150px;
 +
  width: auto;
}
}
Line 380: Line 662:
}
}
-
/*
+
/* Articlejen backgroundit loppu */
-
.white {
+
 
-
   background-color: white;
+
/* BG (Kuvataustat) */
 +
 
 +
.bg-test {
 +
   background-image: url('https://static.igem.org/mediawiki/2014/e/ec/Aalto_Helsinki_Placeholderpicture.jpg');
}
}
-
.black {
+
.bg-bbseeker {
-
   background-color: black;
+
   background-image: url('https://static.igem.org/mediawiki/2014/c/c1/Aalto_Helsinki_Feat_BBSeeker.png');
-
  color:white;
+
}
}
-
.green {
+
.bg-brian {
-
   background-color: #399f70;
+
   background-image: url('https://static.igem.org/mediawiki/2014/8/8d/Aalto_Helsinki_Feat_Brian.png');
}
}
-
.plum {
+
.bg-magiclab {
-
   background-color:#B00C69;
+
   background-image: url('https://static.igem.org/mediawiki/2014/2/26/Aalto_Helsinki_Pinkitbakut6.jpg');
}
}
-
.PCB {
+
.bg-chimeras {
-
   background-color: gray;
+
   background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Aalto_Helsinki_Kimeerakollaasi.png');
}
}
-
*/
 
-
/* Articlejen backgroundit loppu */
 
 +
.bg-team {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/a/a3/Aalto_Helsinki_Feat_Team.jpg');
 +
}
-
/* BG (Kuvataustat) */
+
.bg-business {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/e/e6/Aalto_Helsinki_Feat_Business.jpg');
 +
}
-
.bg-test {
+
.bg-research {
-
   background-image: url('https://static.igem.org/mediawiki/2014/e/ec/Aalto_Helsinki_Placeholderpicture.jpg');
+
   background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Aalto_Helsinki_Feat_Research.jpg');
 +
}
 +
 
 +
.bg-modeling {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/1/17/Aalto_Helsinki_Feat_Modeling.jpg');
 +
}
 +
 
 +
.bg-cooperation {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/f/f7/Aalto_Helsinki_Feat_Cooperation.jpg');
 +
}
 +
 
 +
.bg-outreach {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/5/5e/Aalto_Helsinki_Feat_Outreach.jpg');
 +
}
 +
 
 +
.bg-journal {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/c/c5/Aalto_Helsinki_Feat_Journal.jpg');
}
}
Line 424: Line 727:
#logorow {
#logorow {
-
   padding: 100px;
+
   padding: 2em;
}
}
Line 435: Line 738:
   display: inline-block;
   display: inline-block;
   vertical-align: middle;
   vertical-align: middle;
-
   padding: 20px;
+
   padding: 1.5em;
}
}
Line 444: Line 747:
.footerlogo:hover .off {
.footerlogo:hover .off {
   display:block;
   display:block;
 +
}
 +
 +
#yhteystiedot {
 +
  text-align: center;
 +
  font-size: small;
 +
  padding: 0.5em;
}
}
/* Footerin tyylit loppu */
/* Footerin tyylit loppu */
 +
 +
 +
/* Padit ja puhelimet */
 +
 +
@media only screen and (max-width : 992px) {
 +
 +
 +
  /* Yleiset */
 +
 +
  .bodyContent {
 +
    padding-top: 5em;
 +
  }
 +
 +
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
 +
  .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
 +
    margin-top: 1em;
 +
    padding: 0;
 +
  }
 +
 +
  article {
 +
    padding: 5em 1em;
 +
    min-height: 50px;
 +
    font-size: 16px;
 +
  }
 +
 +
  .row {
 +
    margin: 0;
 +
  }
 +
 +
 +
  /* Headerit sun muut */
 +
  #navigation {
 +
    padding: 0;
 +
  }
 +
 +
  #menubar {
 +
    font-family: inherit;
 +
    white-space: normal;
 +
    width: 300px;
 +
    z-index: 1;
 +
  }
 +
 +
  .left-menu {
 +
    margin-top: 60px;
 +
    left: 0;
 +
    text-align: left;
 +
  }
 +
 +
  .left-menu ul {
 +
    margin-right: 0.2em;
 +
  }
 +
 +
  .left-menu li a {
 +
    padding: 0px 2px 0px 2px
 +
  }
 +
 +
  .right-menu {
 +
    margin-top: 60px;
 +
    right: 0;
 +
    text-align: right;
 +
  }
 +
 +
 +
  .right-menu ul {
 +
    margin-right: 0.2em;
 +
  }
 +
 +
  .right-menu li a {
 +
    padding: 0 2px 0 2px;
 +
  }
 +
 +
  li#pt-userpage, li#pt-anonuserpage, li#pt-login {
 +
    padding-left: 0;
 +
  }
 +
 +
  header .navbar {
 +
    font-size: 16px;
 +
    border-radius: 0px;
 +
    padding: 0.5em 0;
 +
  }
 +
 +
  header a {
 +
    padding-right: 0.2em;
 +
    padding-left: 0.2em;
 +
  }
 +
 +
  .affix-top, .affix, .extrabar a, .extrabar {
 +
    display: none;
 +
  }
 +
 +
  #logorow {
 +
    padding: none;
 +
  }
 +
 +
  .footerlogo {
 +
    padding: 1.5em 0em
 +
  }
 +
 +
 +
  /* Muut */
 +
  .mobile-hide {
 +
    display: none;
 +
  }
 +
 +
}
 +
 +
/* Padit ja puhelimet loppu */
 +
 +
/* Taustat */
 +
 +
.abg-pcb {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/b/ba/Aalto_Helsinki_PCB.png');
 +
  background-repeat: no-repeat;
 +
  background-position: right center;
 +
}
 +
 +
.abg-dnaseq {
 +
  background-image: url('https://static.igem.org/mediawiki/2014/f/fc/Aalto_Helsinki_dnaseq.png');
 +
  background-repeat: no-repeat;
 +
  background-position: left center;
 +
}

Latest revision as of 19:16, 15 October 2014

/* Yleiset */

a:link, a:visited, a:active, .right-menu li a {

 color: #0AA699;
 text-decoration: none !important;

}

a:hover {

 color: #90F0E8;

}

body {

 color: black;
 background-color: white;
 margin: 0;
 padding: 0;
 word-wrap: break-word;

}

ul {

 list-style-image: none;

}

  1. references > li {
 margin-bottom: 1em;

}

.cpright {

 text-align: right;
 padding-right: 1em;

}

.smallerimg {

 width: 50%;

}

.modellatex, .modelimg {

 padding-top: 2em;
 padding-bottom: 1.5em;

}

@media only screen and (min-width : 992px) {

 article {
   padding-top: 5px;
   padding-bottom: 5%;
   padding-left: 15%;
   padding-right: 15%;
   font-size: 16px;
 }
 .modelimg {
   display: none;
 }

}

@media only screen and (max-width : 992px) {

 .modellatex {
   display: none;
 }

}

.link {

 padding-top: 50px;

}

.paddingtop {

 padding-top: 100px;

}

h3, h4, h5, h6 {

 font-family: "Helvetica Neue", Helvetica, sans-serif;
 border-bottom: none;
 padding-top: 3em;
 padding-bottom: 1em;

}

h1 {

 font-family: "Helvetica Neue", Helvetica, sans-serif;
 border-bottom: none;
 font-size: 6em;

}

h2 {

 font-family: "Helvetica Neue", Helvetica, sans-serif;
 border-bottom: none;
 font-size: 2.5em;
 padding-top: 1em;
 padding-bottom: 0.3em;
 text-align: center;

}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {

 line-height: inherit;
 color: rgba(100, 153, 148, 1);

}

  1. bodyContent h1, #bodyContent h2 {
 margin-bottom: 0;

}

blockquote {

 font-style: italic;
 position: relative;
 border-left: none;
 line-height: 1.8;
 font-size: 1.3em;
 padding: 0 0 0 120px;
 margin: 2em 0 2em 0;

}

blockquote:before {

 display: block;
 content: "\201C";
 font-size: 200px;
 position: absolute;
 left: 0;
 top: -115px;
 font-family: cursive;

}

blockquote cite {

 color: rgba(51, 97, 93, 1);
 font-size: 0.6em;
 display: block;
 margin-top: 0.5em;

}

blockquote cite:before {

 content: "\2014 \2009";

}

/* Yleiset päättyy */


/* Header- ja pikkuvalikkojutut */

.navbar{

 margin-top: 0;

}

header {

 color: white;
 font-size: large;

}

@media only screen and (min-width : 992px) {

 header a {
   padding-right: 1vw;
   padding-left: 1vw;
 }

}

header a.active, .extrabar a.active {

 color:black;

}

header .navbar, .extrabar {

 background-color:rgba(255,255,255,0.8);
 border:0px;
 border-radius: 0;

}

header .navbar {

 padding-top: 12px;
 padding-bottom: 12px;
 min-height: 30px;
 border-radius: 0px;

}

.extrabar {

 width:100%;
 text-align: center;
 padding-top: 0px;
 padding-bottom: 5px;
 min-height: 20px;
 border-radius: 0px;
 z-index:1;

}

.extrabar a {

 padding-left: 0.5em;
 padding-right: 0.5em;

}

.affix {

 top: 45px;
 width: 100%;

}

.affix-top {

 float:left;
 visibility: hidden;

}

/* Header päättyy */


/* Pakolliset pikku valikot ja parts*/

  1. top-section {
 height: 0;
 width: 100%;
 left: 0;
 border: none;
 margin: 0 auto;
 padding: 0 0 0 0;
 background-color: transparent;
 position: absolute;

}

  1. menubar {
 width: 300px;
 top: 0px;
 font-size: x-small;

}

  1. menubar, #menubar a {
 color: #0AA699;

}

  1. menubar, #menubar a:hover {
 color: #90F0E8;

}

  1. menubar:hover, #menubar li a {
 background-color: transparent;

}

  1. groupparts {
 min-height: 0;
 min-width: 0;

}

/* Pakolliset pikku valikot ja parts päättyy */


/* Kuvien ja rivien asettelua */

.row {

 overflow: hidden;
 position: relative;
 width: 100%;
 margin: 1em 0;
 padding: 0;

}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {

 padding: 0;

}

.col-md-2 h3, .col-md-4 h3, .col-md-6 h3, .col-md-8 h3, .col-md-2 h4, .col-md-4 h4, .col-md-6 h4, .col-md-8 h4, .col-md-2 h5, .col-md-4 h5, .col-md-6 h5, .col-md-8 h5 {

 margin-top: 0em;

}

.memberrow {

 margin-top: 2em;
 margin-bottom: 2em;

}

  1. laurakuva, #lassikuva, #minttukuva, #oskarikuva, #pietukuva, #mikkokuva,
  2. niklaskuva, #ottokuva, #martinakuva, #advisorskuvat {
 width: auto;

}

.university-title {

 padding-top: 0;

}

.margintop {

 margin-top: 2em;

}

.nopaddingtop {

 padding-top: 0;

}

.nopaddingbottom {

 padding-bottom: 0;

}

.ykspaddingbottom {

 padding-bottom: 1em;

}

.kakspaddingbottom {

 padding-bottom: 2em;

}

.kakspaddingtop {

 padding-top: 2em;

}

.text-col-right {

 padding-left: 2em;

}

.text-col-left {

 padding-right: 2em;

}

.img-100 .img-responsive {

 width: 100%;

}

.kuvateksti {

 font-size: small;
 margin-top: 1em;
 margin-bottom: 3em;

}

.img-center {

 text-align: center;
 margin-top: 2em;

}

.img-center .img-responsive {

 display: inline;

}

.bg {

 background-size: cover;
 overflow: hidden;

}

/* Featured */ .feat {

 opacity: 0.95;

}

.feat:hover {

 opacity: 1.0;

}

.feattext-container-tall {

 display: table;
 height: 400px;
 width: 100%;

}

.feattext-container-wide {

 display: table;
 height: 300px;
 width: 100%;

}

.feattext-cell {

 display: table-cell;
 vertical-align: bottom;
 width: 100%;

}

.feattext-p {

 background-color: rgba(95, 95, 95, 0.42);
 margin-bottom: -0.5em;
 padding: 0.5em;
 padding-bottom: 0.75em;
 color: white;
 width: 100%;

}

@media only screen and (min-width : 992px) {

 .row-eq-height {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .feat-left{
   margin-right: 0.5em;
 }
 .feat-center {
   margin-right: 0.5em;
   margin-left: 0.5em;
 }
 .feat-right {
   margin-left: 0.5em;
 }

}

/* Kuvien ja rivien asettelu loppu */


/* Splashit */

.splash{

 width: 100%;
 color: white;
 margin-top: -14px;
 text-align: center;
 background-size: cover;
 text-shadow: 2px 2px 8px #4D4D4D;

}

.bigsplashtext {

 font-size: 1.4em;
 margin: 0 10px;

}

.splashalavalikko {

 text-align: left;
 padding: 80px 40px;
 font-size: 1.5em;
 line-height: 1.5;

}

.splashalavalikko a {

 color: white;
 opacity: 0.7;

}

.splashalavalikko a:hover {

 opacity: 1;

}

.scroller {

 padding-bottom: 40px;
 padding-top: 10px;

}

.transp {

 opacity: 0.7;

}

.transp:hover {

 opacity: 1;

}

.scrolldown {

 text-align: center;

}

.transp a {

 color: white;
 opacity: 0.7;

}

.transp a:hover {

 opacity: 1;

}

.nuoli {

 max-height: 50px;

}

.igem-logo {

 width: 100px;
 margin-top: 60px;
 right: 100px;
 margin-right: 40px;
 float: right;
 opacity: 0.7;

}

.igem-logo:hover {

 opacity: 1;

}

.omalogo {

 width: 100%;
 padding-bottom: 1em;

}

.omalogot {

 width: 60%;
 padding-top: 1em;

}

  1. ci-circle {
 width: 20%;

}

  1. virginiabadge{
 background: url("Virginia_Badge2.png");
 background-size:250px;
 width: 250px;
 height: 185px;
 background-repeat:no-repeat;

}

  1. virginiabadge:hover{
 background: url("File-Virginia-Images-Badge1.png");
 background-repeat:no-repeat;
 width: 250px;
 height: 185px;
 background-size:250px;

}

@media only screen and (max-width : 992px) {

 .splash {
   min-height: 700px;
   width: 100%;
   color: white;
   text-align: center;
 }
 .igem-logo {
   margin-top: 80px;
 }
 .splashcopyright {
   text-align: right;
   padding: 60px 40px;
 }
 h1 {
   font-size: 3.5em;
 }
 .row-eq-height .img-responsive {
   width: 100%;
 }
 #mainsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/5/5a/Aalto_Helsinki_Splashs_Main.jpg');
 }
 #teamsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/7/75/Aalto_Helsinki_Splashs_Team.jpg');
 }
 #businesssplash {
   background-image: url('https://static.igem.org/mediawiki/2014/3/3f/Aalto_Helsinki_Splashs_Business.jpg');
 }
 #researchsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/4/4a/Aalto_Helsinki_Splashs_Research.jpg');
 }
 #modelingsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/7/7d/Aalto_Helsinki_Splashs_Modeling.jpg');
 }
 #cooperationsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/9/9e/Aalto_Helsinki_Splashs_Cooperation.jpg');
 }
 #outreachsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/4/45/Aalto_Helsinki_Splashs_Outreach.jpg');
 }
 #journalsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/2/2d/Aalto_Helsinki_Splashs_Journal.jpg');
 }

}

@media only screen and (min-width : 992px) {

 .splash {
   position: relative;
   min-height: 820px;
 }
 .splashesittely {
   min-height: 400px;
 }
 .splashalavalikko {
   position: absolute;
   bottom: 0;
   left: 0;
 }
 .splashcopyright {
   font-size: small;
   padding: 60px 40px;
   position: absolute;
   bottom: 0;
   right: 0;
 }
 #mainsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/6/60/Aalto_Helsinki_Splash_Main.jpg');
 }
 #teamsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/f/f1/Aalto_Helsinki_Splash_Team.jpg');
 }
 #businesssplash {
   background-image: url('https://static.igem.org/mediawiki/2014/8/80/Aalto_Helsinki_Splash_Business.jpg');
 }
 #researchsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/c/cb/Aalto_Helsinki_Splash_Research.jpg');
 }
 #modelingsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/7/73/Aalto_Helsinki_Splash_Modeling.jpg');
 }
 #cooperationsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/f/f5/Aalto_Helsinki_Splash_Cooperation.jpg');
 }
 #outreachsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/e/e3/Aalto_Helsinki_Splash_Outreach.jpg');
 }
 #journalsplash {
   background-image: url('https://static.igem.org/mediawiki/2014/8/82/Aalto_Helsinki_Splash_Journal.jpg');
 }

}

@media only screen and (min-width : 1472px) {

 .splash {
   min-height: 1030px;
 }

}


/* Splash-tyylittelyt loppu */


/* SIVUJEN OMIA tyylejä */

.sponsorrow {

 align-items: center;
 margin: 4em 0;

}

.sponsorrow .col-md-4 {

 padding: 10px;
 text-align: -webkit-center;
 text-align: -moz-center

}

.sponsorrow > .text-col-right > h3 {

 padding-top: 0;

}

  1. sponsorlogo {
 max-height: 150px;
 width: auto;

}

/* SIVUJEN OMAT tyylit loppu */


/* Articlejen backgroundit */

.turqu {

 background-color: #0AA699;

}

.turqu a, .green a {

 color: white;

}

/* Articlejen backgroundit loppu */


/* BG (Kuvataustat) */

.bg-test {

 background-image: url('https://static.igem.org/mediawiki/2014/e/ec/Aalto_Helsinki_Placeholderpicture.jpg');

}

.bg-bbseeker {

 background-image: url('https://static.igem.org/mediawiki/2014/c/c1/Aalto_Helsinki_Feat_BBSeeker.png');

}

.bg-brian {

 background-image: url('https://static.igem.org/mediawiki/2014/8/8d/Aalto_Helsinki_Feat_Brian.png');

}

.bg-magiclab {

 background-image: url('https://static.igem.org/mediawiki/2014/2/26/Aalto_Helsinki_Pinkitbakut6.jpg');

}

.bg-chimeras {

 background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Aalto_Helsinki_Kimeerakollaasi.png');

}


.bg-team {

 background-image: url('https://static.igem.org/mediawiki/2014/a/a3/Aalto_Helsinki_Feat_Team.jpg');

}

.bg-business {

 background-image: url('https://static.igem.org/mediawiki/2014/e/e6/Aalto_Helsinki_Feat_Business.jpg');

}

.bg-research {

 background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Aalto_Helsinki_Feat_Research.jpg');

}

.bg-modeling {

 background-image: url('https://static.igem.org/mediawiki/2014/1/17/Aalto_Helsinki_Feat_Modeling.jpg');

}

.bg-cooperation {

 background-image: url('https://static.igem.org/mediawiki/2014/f/f7/Aalto_Helsinki_Feat_Cooperation.jpg');

}

.bg-outreach {

 background-image: url('https://static.igem.org/mediawiki/2014/5/5e/Aalto_Helsinki_Feat_Outreach.jpg');

}

.bg-journal {

 background-image: url('https://static.igem.org/mediawiki/2014/c/c5/Aalto_Helsinki_Feat_Journal.jpg');

}

/* BG (Kuvataustat) loppu */


/* Footerin tyylit */

footer {

 text-align: center;
 background: white;

}

  1. logorow {
 padding: 2em;

}

.footerimg {

 max-height: 100px;
 max-width: 250px;

}

.footerlogo {

 display: inline-block;
 vertical-align: middle;
 padding: 1.5em;

}

.footerlogo:hover .on, .footerlogo .off {

 display:none;

}

.footerlogo:hover .off {

 display:block;

}

  1. yhteystiedot {
 text-align: center;
 font-size: small;
 padding: 0.5em;

}

/* Footerin tyylit loppu */


/* Padit ja puhelimet */

@media only screen and (max-width : 992px) {


 /* Yleiset */
 .bodyContent {
   padding-top: 5em;
 }
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
 .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
   margin-top: 1em;
   padding: 0;
 }
 article {
   padding: 5em 1em;
   min-height: 50px;
   font-size: 16px;
 }
 .row {
   margin: 0;
 }


 /* Headerit sun muut */
 #navigation {
   padding: 0;
 }
 #menubar {
   font-family: inherit;
   white-space: normal;
   width: 300px;
   z-index: 1;
 }
 .left-menu {
   margin-top: 60px;
   left: 0;
   text-align: left;
 }
 .left-menu ul {
   margin-right: 0.2em;
 }
 .left-menu li a {
   padding: 0px 2px 0px 2px
 }
 .right-menu {
   margin-top: 60px;
   right: 0;
   text-align: right;
 }


 .right-menu ul {
   margin-right: 0.2em;
 }
 .right-menu li a {
   padding: 0 2px 0 2px;
 }
 li#pt-userpage, li#pt-anonuserpage, li#pt-login {
   padding-left: 0;
 }
 header .navbar {
   font-size: 16px;
   border-radius: 0px;
   padding: 0.5em 0;
 }
 header a {
   padding-right: 0.2em;
   padding-left: 0.2em;
 }
 .affix-top, .affix, .extrabar a, .extrabar {
   display: none;
 }
 #logorow {
   padding: none;
 }
 .footerlogo {
   padding: 1.5em 0em
 }


 /* Muut */
 .mobile-hide {
   display: none;
 }

}

/* Padit ja puhelimet loppu */

/* Taustat */

.abg-pcb {

 background-image: url('https://static.igem.org/mediawiki/2014/b/ba/Aalto_Helsinki_PCB.png');
 background-repeat: no-repeat;
 background-position: right center;

}

.abg-dnaseq {

 background-image: url('https://static.igem.org/mediawiki/2014/f/fc/Aalto_Helsinki_dnaseq.png');
 background-repeat: no-repeat;
 background-position: left center;

}