Team:Aalto-Helsinki/stylesheet.css

From 2014.igem.org

(Difference between revisions)
 
(406 intermediate revisions not shown)
Line 1: Line 1:
-
@font-face {
+
/* Yleiset */
-
   font-family: "TitilliumWeb";
+
 
-
    src: url(fonts/TitilliumWeb-Regular.ttf) format("truetype");
+
a:link, a:visited, a:active, .right-menu li a {
 +
   color: #0AA699;
 +
  text-decoration: none !important;
}
}
-
*{font-family:"TitilliumWeb";}
+
a:hover {
 +
  color: #90F0E8;
 +
}
-
a:link, a:visited, a:hover, a:active {
+
body {
-
   color:#0AA699;
+
  color: black;
-
   text-decoration: none !important;
+
  background-color: white;
 +
  margin: 0;
 +
   padding: 0;
 +
   word-wrap: break-word;
}
}
-
a:hover, a:visited, a:link, a:active {
+
ul {
-
    /* poistin ton !importantin. kyllä linkit pitää normitekstissä alleviivata eikä se nyt onnistu
+
  list-style-image: none;
-
    * text-decoration: none !important; */
+
}
}
-
a:not(.underline) {
+
 
-
    text-decoration: none !important;
+
#references > li {
 +
  margin-bottom: 1em;
}
}
-
#ahlogo{
+
.cpright {
 +
  text-align: right;
 +
  padding-right: 1em;
}
}
-
#logo{
+
.smallerimg {
-
   height: 8em;
+
   width: 50%;
-
    padding-bottom: 1em;
+
}
}
-
/* Header-jutut */
+
.modellatex, .modelimg {
 +
  padding-top: 2em;
 +
  padding-bottom: 1.5em;
 +
}
-
header {
+
@media only screen and (min-width : 992px) {
-
   color:white;
+
   article {
 +
    padding-top: 5px;
 +
    padding-bottom: 5%;
 +
    padding-left: 15%;
 +
    padding-right: 15%;
 +
    font-size: 16px;
 +
  }
 +
 
 +
  .modelimg {
 +
    display: none;
 +
  }
}
}
-
header a {
+
@media only screen and (max-width : 992px) {
-
   color: white;
+
   .modellatex {
-
  padding-right: 3vw;
+
    display: none;
-
   font-size: 1.5em;
+
   }
}
}
-
.last-link {
+
.link {
-
   padding-right:1vw;
+
   padding-top: 50px;
}
}
-
header h1{
+
.paddingtop {
-
  font-size: 1.35em;
+
   padding-top: 100px;
-
   padding-right: 0;
+
-
  padding-left: 1.5vw;
+
}
}
-
header #logo {
+
h3, h4, h5, h6 {
-
   margin-top: 1.5em;
+
   font-family: "Helvetica Neue", Helvetica, sans-serif;
-
   padding-left:1em;
+
   border-bottom: none;
-
   height: 1.5em;
+
   padding-top: 3em;
-
   margin-right:0.2em;
+
   padding-bottom: 1em;
 +
}
 +
h1 {
 +
  font-family: "Helvetica Neue", Helvetica, sans-serif;
 +
  border-bottom: none;
 +
  font-size: 6em;
}
}
-
header #lang {
+
h2 {
-
    margin-top: 3em;
+
  font-family: "Helvetica Neue", Helvetica, sans-serif;
-
    font-size: 0.6em;
+
  border-bottom: none;
 +
  font-size: 2.5em;
 +
  padding-top: 1em;
 +
  padding-bottom: 0.3em;
 +
  text-align: center;
}
}
-
header .navbar {
+
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
-
   background-color:rgba(0,0,0,0.7);
+
.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);
 +
}
 +
 
 +
#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:0px;
 +
  border-radius: 0;
}
}
-
#navigation {
+
header .navbar {
-
   margin-top: 2.5em;
+
   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 */
/* Header päättyy */
-
/* Leipätekstin modifikaatio */
 
-
.big-text{
+
/* Pakolliset pikku valikot ja parts*/
-
    margin-bottom: 5%;
+
 
-
    font-size:x-large;
+
#top-section {
-
    margin-right:5%;
+
  height: 0;
 +
  width: 100%;
 +
  left: 0;
 +
  border: none;
 +
  margin: 0 auto;
 +
  padding: 0 0 0 0;
 +
  background-color: transparent;
 +
  position: absolute;
}
}
-
body{
+
#menubar {
-
   background-color:white;
+
   width: 300px;
-
    margin: 0;
+
  top: 0px;
-
    padding: 0;
+
  font-size: x-small;
}
}
-
article {
+
#menubar, #menubar a {
-
   color:black;
+
   color: #0AA699;
-
  padding-top: 10vh;
+
-
  padding-bottom: 5vh;
+
-
  padding-left: 15vw;
+
-
  padding-right: 15vw;
+
-
  min-height:85vh;
+
-
  font-size:large;
+
}
}
-
article h1 {
+
#menubar, #menubar a:hover {
-
    font-family: "Kirvy-Regular", Verdana, Tahoma;
+
  color: #90F0E8;
}
}
-
/* Pääsivun tyylit */
+
#menubar:hover, #menubar li a {
 +
  background-color: transparent;
 +
}
-
#sponsors {
+
#groupparts {
-
   font-family: "Raleway-Regular", Verdana, Tahoma;
+
   min-height: 0;
 +
  min-width: 0;
}
}
-
#sponsors .row {
+
/* Pakolliset pikku valikot ja parts päättyy */
-
    margin-right:0;
+
 
 +
 
 +
/* Kuvien ja rivien asettelua */
 +
 
 +
.row {
 +
  overflow: hidden;
 +
  position: relative;
 +
  width: 100%;
 +
  margin: 1em 0;
 +
  padding: 0;
}
}
-
.img-cheesy {
+
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
-
    margin: 3em auto;
+
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-
    text-align: center;
+
  padding: 0;
-
    font-style: italic;
+
-
  }
+
-
.img-cheesy img {
+
-
    text-align: center;
+
-
    margin: 0 auto;
+
-
    padding: 0;
+
}
}
-
.img-cheesy i {
+
 
-
    margin: 0;
+
.col-md-2 h3, .col-md-4 h3, .col-md-6 h3, .col-md-8 h3,
-
    padding: 0;
+
.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;
}
}
-
.blacklinks {
+
.memberrow {
-
 
+
  margin-top: 2em;
 +
  margin-bottom: 2em;
}
}
-
.blacklinks a{
+
 
-
    color: black;
+
#laurakuva, #lassikuva, #minttukuva, #oskarikuva, #pietukuva, #mikkokuva,
-
    text-decoration: underline;
+
#niklaskuva, #ottokuva, #martinakuva, #advisorskuvat {
 +
  width: auto;
}
}
-
.view-padding {
+
 
-
    padding-top: 8vh;
+
.university-title {
 +
  padding-top: 0;
}
}
-
/* partnerit sivun taulukko */
+
 
-
.partners {
+
.margintop {
-
   color: white;
+
   margin-top: 2em;
-
  padding-top: 20vh;
+
-
  background-image:url('http://www.aaltohelsinki.com/img/DSC_6156-2_pack.jpg');
+
-
  background-size: cover;
+
}
}
-
.content-partners {
+
.nopaddingtop {
-
   margin-bottom: 0;
+
   padding-top: 0;
-
  padding-bottom: 15vh;
+
}
}
-
.sponsor-pack {
+
.nopaddingbottom {
-
    font-size: 1.1em;
+
  padding-bottom: 0;
-
    font-weight: 400;
+
}
-
    margin: 0 auto;
+
-
    border: 0px solid rgb(0,0,0);
+
-
    background-color: rgba(10,10,10,0.4);
+
.ykspaddingbottom {
-
    width: 80%;
+
  padding-bottom: 1em;
-
    position: relative;
+
}
 +
.kakspaddingbottom {
 +
  padding-bottom: 2em;
}
}
 +
.kakspaddingtop {
 +
  padding-top: 2em;
 +
}
-
.sponsor-pack h1{
+
.text-col-right {
-
    font-size: 1.8em;
+
  padding-left: 2em;
-
    text-align: center;
+
-
    padding: 0.5em 0;
+
}
}
-
.sponsor-pack .sisalto, .sponsor-list .sisalto {
+
 
-
    margin: 0 auto;
+
.text-col-left {
-
    width: 80%;
+
  padding-right: 2em;
}
}
-
/* naa ympyrat on oikeastan ribboneita. ne on niiku ihkusälää */
 
-
.sponsor-circle {
 
-
    position: absolute;
 
-
    right: 1em;
 
-
    width:0;
 
-
    height:80px;
 
-
    border-right:25px solid rgb(180,00,100);
 
-
    border-left:25px solid rgb(190,0,100);
 
-
    border-bottom:30px solid transparent;
 
 +
.img-100 .img-responsive {
 +
  width: 100%;
}
}
 +
.kuvateksti {
 +
  font-size: small;
 +
  margin-top: 1em;
 +
  margin-bottom: 3em;
 +
}
-
.sponsor-circle.second {
+
.img-center {
-
    border-right:25px solid rgb(250,150,00);
+
  text-align: center;
-
    border-left:25px solid rgb(250,160,00);
+
  margin-top: 2em;
-
    border-bottom:30px solid transparent;
+
}
}
-
.sponsor-circle.third {
+
 
-
    border-right:25px solid rgb(00,110,60);
+
.img-center .img-responsive {
-
    border-left:25px solid rgb(00,120,60);
+
  display: inline;
-
    border-bottom:30px solid transparent;
+
}
}
-
.sponsor-list {
+
.bg {
-
    padding: 1em;
+
  background-size: cover;
-
    font-size: 1.1em;
+
  overflow: hidden;
-
    font-weight: 400;
+
}
-
    margin: 0 auto;
+
-
    margin-top: 5em;
+
-
    border: 0px solid rgb(0,0,0);
+
-
    width: 80%;
+
-
    background-color: rgba(120, 63, 68, 0.45);
+
/* Featured */
 +
.feat {
 +
  opacity: 0.95;
}
}
-
.sponsor-list h1 {
+
.feat:hover {
-
    margin-top: 0;
+
  opacity: 1.0;
}
}
-
/* Footerin tyylit */
+
.feattext-container-tall {
 +
  display: table;
 +
  height: 400px;
 +
  width: 100%;
 +
}
-
footer {
+
.feattext-container-wide {
-
   padding-top: 20px;
+
   display: table;
-
   color:white;
+
   height: 300px;
-
   color: black;
+
   width: 100%;
}
}
-
footer a {
+
.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;
   color: white;
-
   padding-left: 1.5vw;
+
   width: 100%;
}
}
-
footer a:hover {
+
@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;
   color: white;
 +
  margin-top: -14px;
 +
  text-align: center;
 +
  background-size: cover;
 +
  text-shadow: 2px 2px 8px #4D4D4D;
}
}
-
footer #navigation {
+
.bigsplashtext {
-
   padding-top: 1vh;
+
   font-size: 1.4em;
-
   margin-bottom: 1vh;
+
   margin: 0 10px;
}
}
-
footer .bottom {
+
.splashalavalikko {
-
   background-color:rgba(0,0,0,0.7);
+
   text-align: left;
-
   padding-bottom: 0.5vh;
+
   padding: 80px 40px;
 +
  font-size: 1.5em;
 +
  line-height: 1.5;
}
}
-
#contact {
+
.splashalavalikko a {
-
    font-size: 10px;
+
  color: white;
-
    color:white;
+
  opacity: 0.7;
}
}
-
#sponsors .row {
+
.splashalavalikko a:hover {
-
    margin-right:0;
+
  opacity: 1;
}
}
-
.valign-outer {
+
 
-
   display: table;
+
.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;
 +
}
 +
 
 +
#ci-circle {
 +
  width: 20%;
 +
}
 +
 
 +
#virginiabadge{
 +
  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;
 +
}
 +
 
 +
@media only screen and (max-width : 992px) {
 +
 
 +
  .splash {
 +
    min-height: 700px;
     width: 100%;
     width: 100%;
-
     height: 85vh;
+
     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');
 +
  }
-
    //padding: 20vh 0;
 
}
}
-
.valign-inner {
+
@media only screen and (min-width : 992px) {
-
   display: table-cell;
+
 
 +
  .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;
 +
}
 +
 
 +
#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;
 +
}
 +
 
 +
#logorow {
 +
  padding: 2em;
 +
}
 +
 
 +
.footerimg {
 +
  max-height: 100px;
 +
  max-width: 250px;
 +
}
 +
 
 +
.footerlogo {
 +
   display: inline-block;
   vertical-align: middle;
   vertical-align: middle;
 +
  padding: 1.5em;
 +
}
 +
.footerlogo:hover .on, .footerlogo .off {
 +
  display:none;
}
}
-
.valign-inner-center {
 
-
  margin-left: auto;
 
-
    margin-right: auto;
 
-
    width: 70%;
 
 +
.footerlogo:hover .off {
 +
  display:block;
}
}
-
@media (max-width: 700px) {
+
 
-
   header #logo {
+
#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;
     display: none;
   }
   }
-
     /* partnerit sivun taulukko responsiiviseksi ilman bootstrappia joka ei toimi */
+
 
-
    .sponsor-pack {
+
  #logorow {
-
        width: 100%;
+
     padding: none;
-
        font-size: 0.8em;
+
  }
-
    }
+
 
 +
  .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;

}