Team:SDU-Denmark/core/stylesheet

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
span.bacteria {
+
/* REMOVE IGEM STYLE */
-
  Font-weight: bold;
+
 
-
  color: rgb(95, 179, 75);
+
/* BASE */
 +
.body {
 +
    margin: 0px;
 +
    font-family: Tahoma;
 +
 
}
}
 +
.BackgroundLayout {
 +
    background-color:rgb(221, 221, 221);
 +
    background-image:url(background.png);
 +
    background-repeat: repeat;
 +
    width:100%;
 +
    left:0;
 +
    position: absolute;
 +
}
 +
.MainLayout {
 +
    width:960px;
 +
    margin-right:auto;
 +
    margin-left:auto;
 +
}
 +
.EndFloatBlock {
 +
    clear:both;
 +
}
 +
 +
 +
/* NAVIGATION */
 +
.top {
 +
    position: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    right: 0;
 +
 +
    padding-bottom: 10px;
 +
    /* border shadow */
 +
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
 +
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
 +
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
 +
    /* background */
 +
    background: #fefefe; /* Old browsers */
 +
    background: -moz-linear-gradient(top,  #FFFFFF 20%, #EEEEEE 100%); /* FF3.6+ */
 +
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
 +
    background: -webkit-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
 +
    background: -o-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Opera 11.10+ */
 +
    background: -ms-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* IE10+ */
 +
    background: linear-gradient(to bottom,  #FFFFFF 20%,#EEEEEE 100%); /* W3C */
 +
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */
 +
}
 +
.topMargin {
 +
    margin-top: 110px;
 +
}
 +
.NavbarContainer {
 +
    width:960px;
 +
    margin-right:auto;
 +
    margin-left:auto;
 +
}
 +
.NavbarContainerInner {
 +
    float:right;
 +
}
 +
.TopLogo {
 +
    height: 130px;
 +
    width:130px;
 +
    margin-top: 5px;
 +
    margin-left: -90px;
 +
    float:left;
 +
    background-image:url(topLogo.png);
 +
    background-size:contain;
 +
    background-repeat: no-repeat;
 +
    position:absolute;
 +
}
 +
.MenuButton {
 +
    margin: 50px 0px 0px 15px;
 +
    float: left;
 +
    font-size:12px;
 +
    font-family:Arial;
 +
    padding-bottom:2px;
 +
}
 +
.MenuButton:hover {
 +
    border-bottom-color:#C0C0C0;
 +
    border-bottom-width:3px;
 +
    border-bottom-style:solid;
 +
}
 +
.SelectedMenuButton {
 +
    border-bottom-color:#42B04F;
 +
    border-bottom-width:3px;
 +
    border-bottom-style:solid;
 +
}
 +
a.MenuButtonLink {
 +
    text-decoration:none;
 +
    color:black;
 +
}
 +
.IgemLogoLink {
 +
    margin: 10px 10px 0px 30px;
 +
    float: left;
 +
    font-size:14px;
 +
}
 +
.HeaderTitel {
 +
    float: left;
 +
    margin-left:40px;
 +
    margin-top:20px;
 +
    font-size:52px;
 +
    font-weight:bold;
 +
    font-family:Andy;
 +
    position:absolute;
 +
    color:#3D3D3D;
 +
}
 +
 +
 +
 +
/* CONTENT */
 +
.content {
 +
    margin-bottom:30px;
 +
    background-color:white;
 +
    border: 1px solid #cccccc;
 +
    padding: 15px 30px;
 +
    -webkit-border-radius: 10px;
 +
    -moz-border-radius: 10px;
 +
    border-radius: 10px;
 +
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 +
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 +
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 +
}
 +
 +
.ContentHeader {
 +
    font-size:30px;
 +
    font-weight:bold;
 +
    font-family:Andy;
 +
    color:#3D3D3D;
 +
    margin-left:15px;
 +
    margin-bottom:5px;
 +
}
 +
h1, h2, h3, h4 {
 +
    font-family: Arial;
 +
    color: #3D3D3D;
 +
    font-weight:bold;
 +
    margin-bottom:0px;
 +
    margin-top:30px;
 +
}
 +
 +
p {
 +
    font-size: 14px;
 +
    margin-top:10px;
 +
    font-family:Tahoma;
 +
    color: #3D3D3D;
 +
}
 +
    p.intro {
 +
        font-style: italic;
 +
        font-size: 16px;
 +
        color: #808080;
 +
        margin-bottom:40px;
 +
    }
 +
iframe.TimeLine {
 +
    overflow: hidden;
 +
    border:none;
 +
    width: 958px;
 +
    height:450px;
 +
    margin:-15px -30px;
 +
}
 +
-
.mainContent {
+
/* FOOTER */
-
  display: none;
+
.footer {
 +
    margin-top:40px;
}
}

Revision as of 17:21, 19 May 2013

/* REMOVE IGEM STYLE */

/* BASE */ .body {

   margin: 0px;
   font-family: Tahoma;

} .BackgroundLayout {

   background-color:rgb(221, 221, 221);
   background-image:url(background.png);
   background-repeat: repeat;
   width:100%;
   left:0;
   position: absolute;

} .MainLayout {

   width:960px;
   margin-right:auto;
   margin-left:auto;

} .EndFloatBlock {

   clear:both;

}


/* NAVIGATION */ .top {

   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   padding-bottom: 10px;
   /* border shadow */
   box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
   -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
   -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
   /* background */
   background: #fefefe; /* Old browsers */
   background: -moz-linear-gradient(top,  #FFFFFF 20%, #EEEEEE 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #FFFFFF 20%,#EEEEEE 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */

} .topMargin {

   margin-top: 110px;

} .NavbarContainer {

   width:960px;
   margin-right:auto;
   margin-left:auto;

} .NavbarContainerInner {

   float:right;

} .TopLogo {

   height: 130px;
   width:130px;
   margin-top: 5px;
   margin-left: -90px;
   float:left;
   background-image:url(topLogo.png);
   background-size:contain;
   background-repeat: no-repeat;
   position:absolute;

} .MenuButton {

   margin: 50px 0px 0px 15px;
   float: left;
   font-size:12px;
   font-family:Arial;
   padding-bottom:2px;

} .MenuButton:hover {

   border-bottom-color:#C0C0C0;
   border-bottom-width:3px;
   border-bottom-style:solid;

} .SelectedMenuButton {

   border-bottom-color:#42B04F;
   border-bottom-width:3px;
   border-bottom-style:solid;

} a.MenuButtonLink {

   text-decoration:none;
   color:black;

} .IgemLogoLink {

   margin: 10px 10px 0px 30px;
   float: left;
   font-size:14px;

} .HeaderTitel {

   float: left;
   margin-left:40px;
   margin-top:20px;
   font-size:52px;
   font-weight:bold;
   font-family:Andy;
   position:absolute;
   color:#3D3D3D;

}


/* CONTENT */ .content {

   margin-bottom:30px;
   background-color:white;
   border: 1px solid #cccccc;
   padding: 15px 30px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);

}

.ContentHeader {

   font-size:30px;
   font-weight:bold;
   font-family:Andy;
   color:#3D3D3D;
   margin-left:15px;
   margin-bottom:5px;

} h1, h2, h3, h4 {

   font-family: Arial;
   color: #3D3D3D;
   font-weight:bold;
   margin-bottom:0px;
   margin-top:30px;

}

p {

   font-size: 14px;
   margin-top:10px;
   font-family:Tahoma;
   color: #3D3D3D;

}

   p.intro {
       font-style: italic;
       font-size: 16px;
       color: #808080;
       margin-bottom:40px;
   }

iframe.TimeLine {

   overflow: hidden;
   border:none;
   width: 958px;
   height:450px;
   margin:-15px -30px;

}


/* FOOTER */ .footer {

   margin-top:40px;

}