Team:LMU-Munich/home.css

From 2014.igem.org

(Difference between revisions)
(Created page with "#home { - background-image:url(https://static.igem.org/mediawiki/2014/9/97/LMU14_home_completeskyline.jpg);: width:100%; position:relative; } #skyline { width:100%; ...")
Line 15: Line 15:
top: 30px;
top: 30px;
left: 30px;
left: 30px;
 +
z-index: 20;
 +
}
 +
 +
#twopager {
 +
position: absolute;
 +
top: 30px;
 +
right: 30px;
z-index: 20;
z-index: 20;
}
}

Revision as of 03:54, 18 October 2014

  1. home {
   /*background-image:url(https://static.igem.org/mediawiki/2014/9/97/LMU14_home_completeskyline.jpg);*/
   width:100%;
   position:relative;

}

  1. skyline {
   width:100%;
   display:block;
   position:relative;

}

  1. home-logo {

position: absolute; top: 30px; left: 30px; z-index: 20; }

  1. twopager {

position: absolute; top: 30px; right: 30px; z-index: 20; }

  1. tiles {
    padding:80px;

}

  1. lmu-content2 {
   width:100%;
   width:960px;
   margin-left:auto;
   margin-right:auto;

}

body { background-image:url(LMU14_home_background.png); background-size: 100% auto; }

  1. tiles div div {
   /*width:100%;*/
   padding-bottom:30px;
   text-align:center;

}

  1. tiles img {
   width:100%;
   max-width:300px;

}

  1. content > h1 {

display:none; }

p { text-align:justify; }

  1. headerWrapper a,
  2. headerWrapper a:hover,
  3. headerWrapper a:visited,
  4. headerWrapper a:active {
   text-decoration:none;
   color:white;

}