Team:Aalto-Helsinki/stylesheet.css

From 2014.igem.org

(Difference between revisions)
Line 135: Line 135:
/* Erillisten sivujen tyylit*/
/* Erillisten sivujen tyylit*/
-
#main {
+
#mainsplash {
   background-image: url('http://aaltohelsinki.com/img/12.jpg');
   background-image: url('http://aaltohelsinki.com/img/12.jpg');
}
}
-
#software {
+
#softwaresplash {
   background-image: url('https://static.igem.org/mediawiki/2014/0/03/Aalto_Helsinki_Simulation.png');
   background-image: url('https://static.igem.org/mediawiki/2014/0/03/Aalto_Helsinki_Simulation.png');
}
}

Revision as of 09:33, 15 August 2014

/* Yleiset */

@font-face {

   font-family: "Omafontti";
   src: url("http://igem-qsf.github.io/igem-wiki/fonts/BROKEN15.TTF") format("truetype");

}

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

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

}

a:hover {

 color:#90F0E8;

}

body {

 color:black;
 min-height:85vh;
 font-size:large;

}

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

 border-bottom: none;

}

h1 {

 font-family: "Kirvy-Regular", Verdana, Tahoma;

}

/* Yleiset päättyy */

/* Header-jutut */

header {

 color: white;
 font-size: small;

}

header a {

 padding-right: 1.5vw;
 padding-left: 1.5vw;

}

header .navbar {

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

}

.navbar{

 margin-top: 0;

}

  1. navigation {
 margin-top: 1.5em;

}

/* Header päättyy */


/* Pakolliset pikku valikot */

  1. top-section {
 height: 0px;
 border: none;
 width: 0px;
 margin: 0 auto;
 padding: 0 0 0 0;
 background-color: transparent;
 overflow: hide;
 position: initial;

}

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

}

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

}

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

}

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

}

/* Pakolliset pikku valikot päättyy */

/* Leipätekstin modifikaatio */

body{

 background-color:white;
 margin: 0;
 padding: 0;

}

article {

 padding-top: 10vh;
 padding-bottom: 5vh;
 padding-left: 15vw;
 padding-right: 15vw;

}

/* Yhteiset tyylittelyt eri osille */

.splash{

 display: table;
 min-height:100vh;
 background-size: cover;
 margin-top: -10px;
 padding-top: 10vh;
 padding-bottom: 5vh;
 padding-left: 15vw;
 padding-right: 15vw;
 text-align: center;

}

.splash h1 {

 font-size: 60px;

}

.textinsplash {

 display: table-cell;
 display: inline-block;
 vertical-align: middle;

}

/* Yhteiset tyylittelyt loppu */


/* Erillisten sivujen tyylit*/

  1. mainsplash {
 background-image: url('http://aaltohelsinki.com/img/12.jpg');

}

  1. softwaresplash {
 background-image: url('https://static.igem.org/mediawiki/2014/0/03/Aalto_Helsinki_Simulation.png');

}

/* Erillisten sivujen tyylit */

/* Footerin tyylit */