Team:EPF Lausanne/template/style.css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#top-section{display: block !important; height: 0px;}
+
#top-section{
-
  body {
+
  display: block !important;
-
    margin: -15px 0 -6px 0;
+
  height: 0px;
-
    padding: 0;
+
}
-
  }
+
body {
-
  .all {
+
  margin: -15px 0 -6px 0;
-
    background: rgb(180, 180, 180);
+
  padding: 0;
-
  }
+
}
-
.footer a { color: white; }
+
.all {
-
   .page {
+
  background: rgb(180, 180, 180);
-
    width: 1000px;
+
}
-
    margin: auto;
+
.footer a {
-
    background: rgb(230, 230, 230);
+
  color: white;
-
    box-shadow: 0 0 10px black;
+
}
-
  }
+
.menu {
-
  .page > div {
+
   height: 120px;
-
    padding: 0 100px;
+
  left: 50%;
-
  }
+
  margin-left: -400px;
-
  .title {
+
  overflow: hidden;
-
    padding: 0 !important;
+
  position: absolute;
-
  }
+
  top: 300px;
-
  .title > div {
+
}
-
    width: 925px;
+
.page {
-
    margin: auto;
+
  width: 1000px;
-
    padding-top: 25px;
+
  margin: auto;
-
    padding-bottom: 25px;
+
  background: rgb(230, 230, 230);
-
  }
+
  box-shadow: 0 0 10px black;
-
  .title, .footer {
+
}
-
    background: rgb(40, 40, 40);
+
.page > div {
-
    padding-top: 20px;
+
  padding: 150px 100px 40px;
-
    padding-bottom: 20px;
+
}
-
    color: white;
+
.title {
-
  }
+
  padding: 0 !important;
 +
}
 +
.title > div {
 +
  width: 925px;
 +
  margin: auto;
 +
  padding-top: 25px;
 +
  padding-bottom: 25px;
 +
}
 +
.title, .footer {
 +
  background: rgb(40, 40, 40);
 +
  padding-top: 20px;
 +
  padding-bottom: 20px;
 +
  color: white;
 +
}

Revision as of 16:10, 28 August 2013

  1. top-section{
 display: block !important;
 height: 0px;

} body {

 margin: -15px 0 -6px 0;
 padding: 0;

} .all {

 background: rgb(180, 180, 180);

} .footer a {

 color: white;

} .menu {

 height: 120px;
 left: 50%;
 margin-left: -400px;
 overflow: hidden;
 position: absolute;
 top: 300px;

} .page {

 width: 1000px;
 margin: auto;
 background: rgb(230, 230, 230);
 box-shadow: 0 0 10px black;

} .page > div {

 padding: 150px 100px 40px;

} .title {

 padding: 0 !important;

} .title > div {

 width: 925px;
 margin: auto;
 padding-top: 25px;
 padding-bottom: 25px;

} .title, .footer {

 background: rgb(40, 40, 40);
 padding-top: 20px;
 padding-bottom: 20px;
 color: white;

}