Team:TU-Eindhoven/Style

From 2014.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 65: Line 65:
/* TU-Eindhoven Style */
/* TU-Eindhoven Style */
-
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
+
article, aside, details, figcaption, figure,  
-
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
+
footer, header, hgroup, menu, nav, section {
-
ol,ul{list-style:none;margin:0;padding:0;}
+
  display: none;
-
blockquote,q{quotes:none;}
+
}
-
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
+
-
table{border-collapse:collapse;border-spacing:0;}
+
-
/* start editing from here */
+
-
a{text-decoration:none;}
+
-
.txt-rt{text-align:right;}/* text align right */
+
-
.txt-lt{text-align:left;}/* text align left */
+
-
.txt-center{text-align:center;}/* text align center */
+
-
.float-rt{float:right;}/* float right */
+
-
.float-lt{float:left;}/* float left */
+
-
.clear{clear:both;}/* clear float */
+
-
.pos-relative{position:relative;}/* Position Relative */
+
-
.pos-absolute{position:absolute;}/* Position Absolute */
+
-
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
+
-
.vertical-top{ vertical-align:top;}/* vertical align top */
+
-
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
+
-
nav.vertical ul li{ display:block;}/* vertical menu */
+
-
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
+
-
img{max-width:100%;}
+
body {
body {
-
background:#ffffff;
+
  font-family: 'Noto Sans', sans-serif;
-
font-family: 'Open Sans', sans-serif;
+
  background: #dfff9f;
-
font-size: 100%;
+
}
}
-
.wrap{
+
 
-
margin:0 auto;
+
ol, ul {
-
width:80%;
+
  list-style: none;
}
}
-
.header{
+
 
-
padding:2% 4%;
+
#navpanel {
-
}
+
  height:75px;
-
.logo{
+
  width:975px;
-
float:left;
+
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #003200));
 +
  background-image: -o-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: -moz-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: -ms-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: linear-gradient(to bottom, #000000 0%, #003200 25%); 
 +
  border-bottom-right-radius: 8px;
 +
  border-bottom-left-radius: 8px;
 +
  margin-left:auto;
 +
  margin-right:auto;
 +
  margin-top: 0pt;
}
}
-
.social-icons {
+
#header {
-
float:right;
+
  height: 200px;
 +
  width: 100%;
 +
  border-bottom: 2px solid black;
 +
  background-image: url("http://sgugenetics.pbworks.com/f/E.COLI.jpg");
}
}
-
.social-icons li:first-child{
+
-
margin-left: 0;
+
.menu1 {
 +
  height:75px;
 +
  width:200px;
 +
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #00C800));
 +
  background-image: -o-linear-gradient(bottom, #000000 0%, #00C800 25%);
 +
  background-image: -moz-linear-gradient(bottom, #000000 0%, #00C800 25%);
 +
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #00C800 25%);
 +
  background-image: -ms-linear-gradient(bottom, #000000 0%, #00C800 25%);
 +
  background-image: linear-gradient(to bottom, #000000 0%, #00C800 25%);
 +
  float:left;
 +
  transition:all .2s ease-in-out 0s;
 +
  border-bottom-right-radius: 8px;
 +
  border-bottom-left-radius: 8px;
}
}
-
.social-icons li{
+
-
float:left;
+
.menu2 {
-
margin-left:15px;
+
  height:75px;
 +
  width:200px;
 +
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #009600));
 +
  background-image: -o-linear-gradient(bottom, #000000 0%, #009600 25%);
 +
  background-image: -moz-linear-gradient(bottom, #000000 0%, #009600 25%);
 +
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #009600 25%);
 +
  background-image: -ms-linear-gradient(bottom, #000000 0%, #009600 25%);
 +
  background-image: linear-gradient(to bottom, #000000 0%, #009600 25%);
 +
  float:left;
 +
  position:relative;
 +
  left:-15px;
 +
  transition:all .2s ease-in-out 0s;
 +
  border-bottom-right-radius: 8px;
 +
  border-bottom-left-radius: 8px;
}
}
-
.social-icons li a {
+
-
height: 26px;
+
.menu3 {
-
width: 26px;
+
  height:75px;
-
display: block;
+
  width:200px;
-
background:url(../images/soc_icons.png);
+
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #006400));
 +
  background-image: -o-linear-gradient(bottom, #000000 0%, #006400 25%);
 +
  background-image: -moz-linear-gradient(bottom, #000000 0%, #006400 25%);
 +
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #006400 25%);
 +
  background-image: -ms-linear-gradient(bottom, #000000 0%, #006400 25%);
 +
  background-image: linear-gradient(to bottom, #000000 0%, #006400 25%);
 +
  float:left;
 +
  position:relative;
 +
  left:-30px;
 +
  transition:all .2s ease-in-out 0s;
 +
  border-bottom-right-radius: 8px;
 +
  border-bottom-left-radius: 8px;
}
}
-
.social-icons li:nth-child(1) a{
+
-
background: url(../images/soc_icons.png) 0% 0%;
+
.menu4 {
 +
  height:75px;
 +
  width:200px;
 +
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #003200));
 +
  background-image: -o-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: -moz-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: -ms-linear-gradient(bottom, #000000 0%, #003200 25%);
 +
  background-image: linear-gradient(to bottom, #000000 0%, #003200 25%);
 +
  float:left;
 +
  position:relative;
 +
  left:-45px;
 +
  transition:all .2s ease-in-out 0s;
 +
  border-bottom-right-radius: 8px;
 +
  border-bottom-left-radius: 8px;
}
}
-
.social-icons li:nth-child(1) a:hover{
+
 
-
background: url(../images/soc_icons.png) 0% 98%;
+
a.p1 {
 +
  font-size: 24px;
 +
  font-weight:bold;
 +
  color: rgba(255,255,255,.75);
 +
  text-decoration:none;
 +
  position:relative;
 +
  top:30px;
 +
  left:30px;
}
}
-
.social-icons li:nth-child(2) a{
+
 
-
background: url(../images/soc_icons.png) 32% 0%;
+
a.p2 {
 +
  font-size:16px;
 +
  color: rgba(255,255,255,.75);
 +
  text-decoration:none;
 +
  position:relative;
 +
  top:60px;
 +
  left:45px;
}
}
-
.social-icons li:nth-child(2) a:hover{
+
 
-
background: url(../images/soc_icons.png) 32% 98%;
+
#icons {
 +
  position:absolute;
 +
  bottom:10px;
 +
  left:10px;
}
}
-
.social-icons li:nth-child(3) a{
+
-
background: url(../images/soc_icons.png) 66% 0%;
+
.menu1:hover {
 +
  width:300px;
}
}
-
.social-icons li:nth-child(3) a:hover{
+
-
background: url(../images/soc_icons.png) 66% 98%;
+
.menu2:hover {
 +
  width:300px;
}
}
-
.social-icons li:nth-child(4) a{
+
-
background: url(../images/soc_icons.png) 100% 0%;
+
.menu3:hover {
 +
  width:300px;
 +
  height:150px;
 +
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.13, #006400));
 +
  background-image: -o-linear-gradient(bottom, #000000 0%, #006400 13%);
 +
  background-image: -moz-linear-gradient(bottom, #000000 0%, #006400 13%);
 +
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #006400 13%);
 +
  background-image: -ms-linear-gradient(bottom, #000000 0%, #006400 13%);
 +
  background-image: linear-gradient(to bottom, #000000 0%, #006400 13%);
}
}
-
.social-icons li:nth-child(4) a:hover{
+
-
background: url(../images/soc_icons.png) 100% 98%;
+
.menu4:hover {
 +
  width:300px;
 +
  border-bottom-right-radius: 8px;
}
}
-
/* start header_btm */
+
-
.header_btm{
+
.menu1:hover .p1 {
-
background: #252323;
+
  color: white;
-
}
+
-
.header_sub{
+
-
padding: 0 4%;
+
}
}
-
.h_menu{
+
.menu2:hover .p1 {
-
float:left;
+
  color: white;
}
}
-
.h_menu ul li{
+
-
margin-right:20px;
+
.menu3:hover a.p1 {
-
float: left;
+
  color: white;
}
}
-
.h_menu ul li.active a{
+
-
color: #069;
+
.menu4:hover a.p1 {
-
border-bottom:5px solid #069;
+
  color: white;
}
}
-
.h_menu ul li a{
+
-
display:block;
+
.menu3 ul {
-
padding: 30px 15px;
+
  display:none;
-
text-transform: uppercase;
+
-
font-size: 0.925em;
+
-
color:rgb(216, 216, 216);
+
-
font-weight: 600;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.h_menu ul li a:hover{
+
-
color: #069;
+
-
border-bottom:3px solid #069;
+
}
}
-
.h_search{
+
.menu3:hover ul {
-
float: right;
+
  display:inline;
-
position: relative;
+
  list-style:none;
-
border: 3px solid rgb(216, 216, 216);
+
-
margin: 20px 0;
+
-
width: 24.3333%;
+
}
}
-
.h_search input[type="text"]{
+
-
-webkit-appearance: none;
+
.menu3 ul li a.p2:hover{
-
font-family: 'Open Sans', sans-serif;
+
  color: white;
-
padding:10px 16px;
+
-
outline: none;
+
-
color: rgb(216, 216, 216);
+
-
background: #252323;
+
-
border: none;
+
-
width: 78.33333%;
+
-
line-height: 1.5em;
+
-
position: relative;
+
-
font-size: 0.8725em;
+
-
text-transform: capitalize;
+
}
}
-
.h_search input[type="submit"]{
+
 
-
-webkit-appearance: none;
+
#textcontent {
-
background:url('../images/search.png') no-repeat 10px 10px;
+
  height:relative;
-
padding: 10px 0px;
+
  width:975px;
-
border: none;
+
  border-radius:10px;
-
cursor: pointer;
+
  margin-left:auto;
-
width: 14.33%;
+
  margin-right:auto;
-
line-height: 1.5em;
+
  margin-top:50px;
-
outline: none;
+
  margin-bottom:75px;
-
position: absolute;
+
  box-shadow:10px 10px 10px #888888;
-
right:0px;
+
  background:rgba(255,255,255,1);
 +
 +
 
 +
p.text {
 +
  padding:0px 25px 25px 25px;
 +
  text-align:justify;
}
}
-
.h_search input[type="submit"]:hover {
+
 
-
background: url('../images/search_h.png') no-repeat 10px 10px;
+
p.title{
 +
  padding:25px 25px 10px 25px;
 +
  font-size:50px;
 +
  font-weight:900;
 +
  color:#003200;
}
}
-
.sub-head{
+
p.subtitle{
-
display:none;
+
  padding:5px 25px 5px 25px;
-
background: #FFFFFF;
+
  font-size:30px;
-
border-bottom: 4px solid #00BAC6;
+
  font-weight:900;
 +
  color:#006400;
}
}
-
.sub-head li{
+
 
-
display:inline-block;
+
#footerbar {
-
float:left;
+
  height:15px;
-
width:50%;
+
  width:115px;
-
text-align:center;
+
  background:transparant;
 +
  margin-left:auto;
 +
  margin-right:auto;
}
}
-
.sub-head li a span{
+
 
-
position:absolute;
+
.foot {
-
top:12px;
+
  color:rgba(0,0,0,0.35);
-
left:12px;
+
  font-size: 8pt;
-
width:16px;
+
  margin-top:-1px;
-
height:16px;
+
  margin-left:auto;
-
display:inline-block;
+
  margin-right:auto;
 +
  position:fixed;
 +
  bottom:0px;
}
}
-
.sub-head li a.active{
+
 
-
color:#fff;
+
.projectimage {
-
background: #00BAC6;
+
  position:relative;
-
}
+
  left:137px;
-
.sub-head li:first-child a{
+
  right:137px;
-
border-right:1px solid rgb(150, 148, 148);
+
-
}
+
-
.sub-head a{
+
-
text-transform: uppercase;
+
-
font-size: 1em;
+
-
position:relative;
+
-
display:block;
+
-
color:#555;
+
-
padding:10px;
+
-
}
+
-
.menu{
+
-
background: #f0f0f0;
+
-
}
+
-
.menu li{
+
-
display:block;
+
-
}
+
-
.menu li a{
+
-
font-size:0.8125em;
+
-
text-transform:uppercase;
+
-
display:block;
+
-
padding:10px;
+
-
color:#555;
+
-
border-bottom: 1px solid rgb(199, 199, 199);
+
-
}
+
-
.menu li:last-child a{
+
-
border-bottom:none;
+
-
}
+
-
.search{
+
-
display:block;
+
-
padding:10px;
+
-
text-align:center;
+
-
background: #f6f6f6;
+
-
}
+
-
.search input[type=text]{
+
-
width: 90%;
+
-
padding: 10px;
+
-
border: 1px solid rgb(217, 218, 215);
+
-
color: #555;
+
-
font-size: 13px;
+
-
background: #FFF;
+
-
outline: none;
+
-
}
+
-
.back-btn {
+
-
cursor: pointer;
+
-
background: rgb(71, 71, 71);
+
-
display: inline-block;
+
-
margin-left: 10px;
+
-
margin-bottom: 10px;
+
-
}
+
-
.back-btn ul li{
+
-
display:inline-block;
+
-
padding: 4px 6px;
+
-
}
+
-
.back-btn ul li:before{
+
-
content: url('../images/back.png');
+
-
}
+
-
.back-btn ul li a {
+
-
padding: 4px 10px;
+
-
font-size:13px;
+
-
color: #fff;
+
-
margin-left:-8px;
+
-
line-height: 1.7em;
+
-
vertical-align: bottom;
+
-
}
+
-
/* start slider */
+
-
.slider_bg{
+
-
background:  url('../images/slider_bg.jpg');
+
-
background-size: 100%;
+
-
-webkit-background-size: cover;
+
-
-moz-background-size: cover;
+
-
-o-background-size: cover;
+
-
background-size: cover;
+
-
}
+
-
.slider{
+
-
padding: 0 4%;
+
-
}
+
-
/* start main */
+
-
.main{
+
-
padding: 6% 4%;
+
-
}
+
-
.main_text{
+
-
text-align:center;
+
-
}
+
-
.main_text h2{
+
-
font-size: 2em;
+
-
text-transform: uppercase;
+
-
color: #777777;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
margin-bottom: 2%;
+
-
}
+
-
.main_text h2 span{
+
-
color: #555555;
+
-
-webkit-text-stroke: 2px;
+
-
}
+
-
/** para style **/
+
-
p.para{
+
-
font-size: 0.8725em;
+
-
color: #555555;
+
-
line-height: 1.8em;
+
-
}
+
-
/* start grids_of_3 */
+
-
.grids_of_3{
+
-
text-align:center;
+
-
margin: 6% 0 4%;
+
-
}
+
-
.grid1_of_3:first-child{
+
-
margin-left: 0;
+
-
}
+
-
.grid1_of_3{
+
-
float:left;
+
-
width: 30.3333%;
+
-
margin-left: 3.3333%;
+
-
}
+
-
.grid1_of_3 h3{
+
-
margin: 2% 0;
+
-
}
+
-
.grid1_of_3 h3 a{
+
-
font-size: 1.2em;
+
-
text-transform: capitalize;
+
-
color: #555555;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
font-weight: 600;
+
-
}
+
-
.grid1_of_3 h3 a span{
+
-
color: #777777;
+
-
font-weight: normal;
+
-
}
+
-
.grid1_of_3 p{
+
-
font-size: 0.8125em;
+
-
color: #555555;
+
-
line-height: 1.8em;
+
-
width: 80%;
+
-
margin: 0 auto;
+
-
}
+
-
/* start span_of_3 */
+
-
.main_bg{
+
-
background: #eeeeee;
+
-
}
+
-
.content_top{
+
-
text-align:center;
+
-
position: relative;
+
-
}
+
-
.content_top:after {
+
-
content: '';
+
-
position: absolute;
+
-
width: 0;
+
-
height: 0;
+
-
border: 40px solid #eee;
+
-
border-top: 0 solid rgba(0, 0, 0, 0)!important;
+
-
border-right: 35px solid rgba(0, 0, 0, 0)!important;
+
-
border-left: 35px solid rgba(0, 0, 0, 0)!important;
+
-
left: 47%;
+
-
top: -40px;
+
-
margin-left: -10px;
+
-
}
+
-
.span_of_3{
+
-
margin: 4% 0 0;
+
-
}
+
-
.span_of_3:first-child{
+
-
margin: 0;
+
-
}
+
-
.span1_of_3{
+
-
float:left;
+
-
width: 30.3333%;
+
-
margin-left: 3.3333%;
+
-
border: 1px solid rgb(206, 206, 206);
+
-
}
+
-
.span1_of_3:first-child{
+
-
margin-left: 0;
+
-
}
+
-
.span1_of_3 img{
+
-
width:100%;
+
-
}
+
-
.span1_of_3_text{
+
-
padding: 20px;
+
-
}
+
-
.span1_of_3 h3{
+
-
margin-bottom: 2%;
+
-
}
+
-
.span1_of_3 h3 a{
+
-
font-size: 1em;
+
-
text-transform: capitalize;
+
-
color: #555555;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
font-weight: 600;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.span1_of_3 h3 a:hover{
+
-
color: #00BAC6;
+
-
}
+
-
.span1_of_3 p{
+
-
font-size: 0.8125em;
+
-
color: #555555;
+
-
line-height: 1.8em;
+
-
}
+
-
/* start cauresol */
+
-
.nbs-flexisel-container {
+
-
padding:4% 0;
+
-
position: relative;
+
-
max-width: 100%;
+
-
height:0px;
+
-
}
+
-
.nbs-flexisel-ul {
+
-
position: relative;
+
-
width: 9999px;
+
-
margin: 0px;
+
-
padding: 0px;
+
-
list-style-type: none;
+
-
text-align: center;
+
-
}
+
-
.nbs-flexisel-inner {
+
-
overflow: hidden;
+
-
width:90%;
+
-
margin: -35px 0 0 0;
+
-
}
+
-
.nbs-flexisel-item {
+
-
float: left;
+
-
margin: 0px;
+
-
padding: 0px;
+
-
cursor: pointer;
+
-
position: relative;
+
-
line-height: 0px;
+
-
}
+
-
.nbs-flexisel-item > img {
+
-
width:200px;
+
-
height:100px;
+
-
cursor: pointer;
+
-
position: relative;
+
-
margin-top: 10px;
+
-
margin-bottom: 10px;
+
-
max-width: 100px;
+
-
max-height: 45px;
+
-
}
+
-
/*** start cauresol  navigation ***/
+
-
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
+
-
width: 46px;
+
-
height: 100px;
+
-
position: absolute;
+
-
cursor: pointer;
+
-
z-index: 100;
+
-
}
+
-
.nbs-flexisel-nav-left {
+
-
left: 0px;
+
-
background: url(../images/img-sprite.png) no-repeat -19px -21px;
+
-
}
+
-
.nbs-flexisel-nav-right {
+
-
right: 0px;
+
-
background: url(../images/img-sprite.png) no-repeat -55px -20px;
+
-
}
+
-
/* start footer */
+
-
.footer_bg{
+
-
background:url('../images/footer_bg.png');
+
-
}
+
-
.footer{
+
-
padding: 5% 4%;
+
-
}
+
-
.span_of_4{
+
-
display: block;
+
-
}
+
-
.span1_of_4{
+
-
float:left;
+
-
width: 22.3333%;
+
-
margin-left: 3.3333%;
+
-
}
+
-
.span1_of_4:first-child{
+
-
margin-left: 0;
+
-
}
+
-
.span1_of_4 h4{
+
-
margin-bottom:8%;
+
-
font-size: 1.5em;
+
-
text-transform: capitalize;
+
-
color: #ffffff;
+
-
text-shadow: 0 1px 0 #555555;
+
-
}
+
-
.span1_of_4 p{
+
-
font-size: 0.8725em;
+
-
line-height:1.8em;
+
-
color: #c9c9c9;
+
-
}
+
-
.span1_of_4 p a{
+
-
color: #c9c9c9;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.span1_of_4 p a:hover{
+
-
color: #00BAC6;
+
-
}
+
-
.span1_of_4 p.top{
+
-
border-top: 1px solid rgb(99, 99, 99);
+
-
margin-top: 20px;
+
-
padding-top: 10px;
+
-
}
+
-
.span1_of_4 p.btm{
+
-
margin-bottom: 8%;
+
-
}
+
-
.span1_of_4 p.btm1{
+
-
margin-bottom: 4%;
+
-
}
+
-
.f_nav1{
+
-
margin-top: 2%;
+
-
}
+
-
.f_nav1 li {
+
-
display:inline-block
+
-
}
+
-
.f_nav1 li.timer{
+
-
background: url('../images/timer.png') no-repeat;
+
-
}
+
-
.f_nav1 li a{
+
-
padding-left:30px;
+
-
font-size: 0.8725em;
+
-
color: #999999;
+
-
}
+
-
.pin{
+
-
background: url('../images/pin.png') no-repeat;
+
-
padding-left: 30px;
+
-
}
+
-
.mail{
+
-
background: url('../images/mail.png') no-repeat;
+
-
padding-left: 30px;
+
-
}
+
-
.call{
+
-
background: url('../images/call.png') no-repeat;
+
-
padding-left: 30px;
+
-
}
+
-
big {
+
-
font-size: 1.5em;
+
-
color: #ffffff;
+
-
}
+
-
/* start footer1 */
+
-
.footer_bg1{
+
-
background:url('../images/footer_bg1.png');
+
-
}
+
-
.footer1{
+
-
padding:10px 0 0 0;
+
-
height:80px;
+
-
}
+
-
#toTop {
+
-
display: none;
+
-
text-decoration: none;
+
-
position: fixed;
+
-
bottom: 10px;
+
-
right: 10px;
+
-
overflow: hidden;
+
-
width: 32px;
+
-
height: 32px;
+
-
border: none;
+
-
text-indent: 100%;
+
-
background: url(../images/top-move.jpg) no-repeat right top;
+
-
}
+
-
.copy{
+
-
float:left;
+
-
}
+
-
.copy p{
+
-
font-size: 0.8725em;
+
-
line-height: 1.8em;
+
-
color: #c9c9c9;
+
-
}
+
-
.copy p a{
+
-
color:#ffffff;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.copy p a:hover{
+
-
color: #00BAC6;
+
-
}
+
-
/* start about */
+
-
.top_bg{
+
-
background:  url('../images/slider_bg1.jpg');
+
-
background-size: 100%;
+
-
-webkit-background-size: cover;
+
-
-moz-background-size: cover;
+
-
-o-background-size: cover;
+
-
background-size: cover;
+
-
}
+
-
.top{
+
-
padding: 4% 4%;
+
-
}
+
-
.top h2{
+
-
font-size: 2em;
+
-
color: #ffffff;
+
-
text-transform: uppercase;
+
-
}
+
-
.about{
+
-
display: block;
+
-
}
+
-
.cont-grid {
+
-
float: left;
+
-
width: 60.3333%;
+
-
}
+
-
.cont-grid-img{
+
-
margin-left: 3.3333%;
+
-
width: 36.33333%;
+
-
float:left;
+
-
}
+
-
.cont-grid-img img{
+
-
margin-top: 10px;
+
-
}
+
-
.cont-grid span{
+
-
font-size: 1.5em;
+
-
text-transform: uppercase;
+
-
color: #777777;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
}
+
-
.abt-para p{
+
-
margin-top: 2%;
+
-
}
+
-
.about-p{
+
-
margin-top:20px;
+
-
}
+
-
.read_more {
+
-
margin-top: 2%;
+
-
}
+
-
.btn{
+
-
color: #00BAC6;
+
-
background: #ffffff;
+
-
border: 1px solid #22D5E0;
+
-
display: inline-block;
+
-
text-transform: uppercase;
+
-
padding: 12px 38px;
+
-
font-size: 0.875em;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.btn:hover {
+
-
background: #00BAC6;
+
-
color: #ffffff;
+
-
}
+
-
/* start services */
+
-
.ser_btn{
+
-
position: relative;
+
-
margin-top: 12%;
+
-
}
+
-
.ser_btn1{
+
-
position: absolute;
+
-
bottom: 0;
+
-
left: 0;
+
-
}
+
-
.button {
+
-
color: #555555;
+
-
border-top: 1px solid rgb(221, 221, 221);
+
-
display: block;
+
-
text-align:center;
+
-
text-transform: uppercase;
+
-
font-size: 0.875em;
+
-
width: 100%;
+
-
padding:12px 0;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.button:hover {
+
-
background: #00BAC6;
+
-
color: #ffffff;
+
-
}
+
-
/* start blog */
+
-
.blog {
+
-
display: block;
+
-
}
+
-
.blog_list{
+
-
margin-top: 4%;
+
-
}
+
-
.blog_list:first-child{
+
-
margin-top: 0%;
+
-
}
+
-
.blog_list h2{
+
-
font-size: 1.5em;
+
-
text-transform: uppercase;
+
-
color: #777777;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
}
+
-
.blog_list h5{
+
-
margin-top:8px;
+
-
font-size: 1em;
+
-
text-transform: capitalize;
+
-
color: #777777;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
}
+
-
.blog_list h5 a{
+
-
color: #00BAC6;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.blog_list h5 a:hover{
+
-
color: #777777;
+
-
}
+
-
.blog_para{
+
-
margin: 2% 0;
+
-
}
+
-
.blog_para p a{
+
-
float: left;
+
-
margin-right: 4%;
+
-
}
+
-
.blog_para p a img{
+
-
margin-top: 10px;
+
-
}
+
-
/* start contact */
+
-
.contact{
+
-
display: block;
+
-
}
+
-
.contact h2{
+
-
font-size: 1.5em;
+
-
text-transform: uppercase;
+
-
color: #777777;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
}
+
-
.map{
+
-
margin: 2% 0;
+
-
}
+
-
.col{
+
-
display: block;
+
-
}
+
-
.contact-form{
+
-
position:relative;
+
-
}
+
-
.contact-form div{
+
-
padding:5px 0;
+
-
}
+
-
.contact-form span label{
+
-
color: #777777;
+
-
display: block;
+
-
font-size: 0.8725em;
+
-
padding-bottom: 5px;
+
-
text-transform: capitalize;
+
-
}
+
-
.contact-form input[type="text"], .contact-form textarea {
+
-
font-family: 'Open Sans', sans-serif;
+
-
background: #FFFFFF;
+
-
border: 1px solid #E7E7E7;
+
-
color: rgba(85, 81, 81, 0.84);
+
-
padding: 8px;
+
-
display: block;
+
-
width: 98%;
+
-
outline: none;
+
-
-webkit-appearance: none;
+
-
text-transform: capitalize;
+
-
}
+
-
.contact-form textarea{
+
-
resize:none;
+
-
height:120px;
+
-
}
+
-
.contact-form input[type="submit"]{
+
-
margin-top:10px;
+
-
font-family: 'Open Sans', sans-serif;
+
-
-webkit-appearance: none;
+
-
cursor:pointer;
+
-
color: #00BAC6;
+
-
background: #ffffff;
+
-
border: 1px solid #22D5E0;
+
-
display: inline-block;
+
-
text-transform: uppercase;
+
-
padding: 12px 38px;
+
-
font-size: 0.875em;
+
-
-webkit-transition: all 0.3s ease-in-out;
+
-
-moz-transition: all 0.3s ease-in-out;
+
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.contact-form input[type="submit"]:hover{
+
-
background: #00BAC6;
+
-
color: #ffffff;
+
-
}
+
-
/* start details */
+
-
.details{
+
-
display: block;
+
-
}
+
-
.details h2{
+
-
font-size: 1.5em;
+
-
text-transform: uppercase;
+
-
color: #777777;
+
-
text-shadow: 0 1px 0 #ffffff;
+
-
}
+
-
.det_pic{
+
-
margin: 2% 0;
+
-
}
+
-
/***** Media Quries *****/
+
-
@media only screen and (max-width: 1366px) {
+
-
.wrap{
+
-
width:95%;
+
-
}
+
-
.h_menu ul li a {
+
-
padding: 30px 12px;
+
-
}
+
-
}
+
-
@media only screen and (max-width: 1280px) {
+
-
.wrap{
+
-
width:95%;
+
-
}
+
-
.h_menu ul li a {
+
-
padding: 30px 10px;
+
-
font-size: 0.8125em;
+
-
}
+
-
}
+
-
@media only screen and (max-width: 1024px) {
+
-
.wrap{
+
-
width:95%;
+
-
}
+
-
.h_menu ul li a {
+
-
padding: 30px 6px;
+
-
font-size: 0.8125em;
+
-
}
+
-
.h_search input[type="submit"] {
+
-
right: 6px;
+
-
}
+
-
.h_search {
+
-
width: 26.3333%;
+
-
}
+
-
}
+
-
@media only screen and (max-width: 800px) {
+
-
.wrap{
+
-
width:95%;
+
-
}
+
-
.h_menu{
+
-
display:none;
+
-
}
+
-
.h_search{
+
-
display:none;
+
-
}
+
-
.sub-head{
+
-
display:block;
+
-
}
+
-
.span1_of_4 h4 {
+
-
font-size: 1.2em;
+
-
}
+
-
}
+
-
@media only screen and (max-width: 640px){
+
-
.wrap{
+
-
width:95%;
+
-
}
+
-
.span1_of_4 {
+
-
float: none;
+
-
width: 99.3333%;
+
-
margin-left: 0%;
+
-
}
+
-
.span1_of_4 h4 {
+
-
margin: 2% 0;
+
-
}
+
-
.span1_of_4 p.btm {
+
-
margin-bottom: 2%;
+
-
}
+
-
.social-icons li {
+
-
float: none;
+
-
display:inline-block;
+
-
}
+
-
.cont-grid {
+
-
float: none;
+
-
width: 99.3333%;
+
-
}
+
-
.cont-grid-img {
+
-
margin-left: 0%;
+
-
width: 99.33333%;
+
-
float: none;
+
-
}
+
-
.main_text h2 {
+
-
font-size: 1.5em;
+
-
}
+
-
}
+
-
@media only screen and (max-width: 480px) {
+
-
.wrap{
+
-
width:95%;
+
-
}
+
-
.grids_of_3{
+
-
margin-top: 4%;
+
-
}
+
-
.grid1_of_3 {
+
-
float: none;
+
-
width: 99.3333%;
+
-
margin-left: 0;
+
-
}
+
-
.span1_of_3 {
+
-
margin-top: 4%;
+
-
float: none;
+
-
width: 99.3333%;
+
-
margin-left: 0;
+
-
}
+
-
.logo{
+
-
float:none;
+
-
text-align:center;
+
-
}
+
-
.copy{
+
-
float:none;
+
-
text-align:center;
+
-
}
+
-
.social-icons{
+
-
margin-top:4%;
+
-
float:none;
+
-
text-align:center;
+
-
}
+
-
.top h2 {
+
-
font-size: 1.5em;
+
-
}
+
-
.blog_list h2 {
+
-
font-size: 1em;
+
-
}
+
-
.contact h2 {
+
-
font-size: 1em;
+
-
}
+
-
.sub-head a {
+
-
font-size: 0.8725em;
+
-
}
+
-
.cont-grid span{
+
-
font-size: 1em;
+
-
}
+
-
big {
+
-
font-size: 1em;
+
-
}
+
-
.details h2 {
+
-
font-size: 1em;
+
-
}
+
-
.grid1_of_3{
+
-
margin: 20px 0;
+
-
}
+
-
.grid1_of_3 img{
+
-
width:20%;
+
-
}
+
-
}
+
-
@media only screen and (max-width: 320px) {
+
-
.wrap{
+
-
width:95%;
+
-
}
+
-
.sub-head a {
+
-
font-size: 0.8125em;
+
-
}
+
-
.grid1_of_3{
+
-
margin: 20px 0;
+
-
}
+
-
.grid1_of_3 img{
+
-
width:20%;
+
-
}
+
-
.content_top:after {
+
-
border: 20px solid #eee;
+
-
border-top: 0 solid rgba(0, 0, 0, 0)!important;
+
-
border-right: 15px solid rgba(0, 0, 0, 0)!important;
+
-
border-left: 15px solid rgba(0, 0, 0, 0)!important;
+
-
left: 47%;
+
-
top: -20px;
+
-
}
+
}
}

Latest revision as of 00:13, 5 July 2014

/* Removing iGEM style */

  1. searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
  display: none;

}

  1. content {
  height: 200px;
  width: 100%;
  border: none;
  padding: 0px;

}


/* Customizing standard iGEM navigation panel */

  1. top-section{
  height: 18px;
  width: 100%;
  border: none;
  border-top: none;

}

  1. menubar {
  display: table-cell;
  height: 30px;
  font-size: 12pt;
  position: fixed;
  background:black;   

}

  1. menubar.left-menu {
  width: 100%;
  margin-left:-12px;

}

  1. menubar.right-menu {
  text-align: right;

}

  1. menubar.left-menu a {
  border: none;
  color: #454545;

}

  1. menubar.right-menu a {
  border: none;
  color: #454545;

}

  1. menubar * {
  background: transparent;

}

  1. menubar * a:hover{
  color: green;
  text-decoration: none;

}

  1. menubar > ul > li:last-child {
  display: none;

}


/* TU-Eindhoven Style */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

  display: none;

}

body {

  font-family: 'Noto Sans', sans-serif;
  background: #dfff9f;

}

ol, ul {

  list-style: none;

}

  1. navpanel {
  height:75px;
  width:975px;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #003200));
  background-image: -o-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: linear-gradient(to bottom, #000000 0%, #003200 25%);   
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0pt;

}

  1. header {
  height: 200px;
  width: 100%;
  border-bottom: 2px solid black;
  background-image: url("http://sgugenetics.pbworks.com/f/E.COLI.jpg");

}

.menu1 {

  height:75px;
  width:200px;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #00C800));
  background-image: -o-linear-gradient(bottom, #000000 0%, #00C800 25%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #00C800 25%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #00C800 25%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #00C800 25%);
  background-image: linear-gradient(to bottom, #000000 0%, #00C800 25%);
  float:left;
  transition:all .2s ease-in-out 0s;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

}

.menu2 {

  height:75px;
  width:200px;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #009600));
  background-image: -o-linear-gradient(bottom, #000000 0%, #009600 25%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #009600 25%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #009600 25%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #009600 25%);
  background-image: linear-gradient(to bottom, #000000 0%, #009600 25%);
  float:left;
  position:relative;
  left:-15px;
  transition:all .2s ease-in-out 0s;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

}

.menu3 {

  height:75px;
  width:200px;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #006400));
  background-image: -o-linear-gradient(bottom, #000000 0%, #006400 25%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #006400 25%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #006400 25%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #006400 25%);
  background-image: linear-gradient(to bottom, #000000 0%, #006400 25%);
  float:left;
  position:relative;
  left:-30px;
  transition:all .2s ease-in-out 0s;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

}

.menu4 {

  height:75px;
  width:200px;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.25, #003200));
  background-image: -o-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #003200 25%);
  background-image: linear-gradient(to bottom, #000000 0%, #003200 25%);
  float:left;
  position:relative;
  left:-45px;
  transition:all .2s ease-in-out 0s;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

}

a.p1 {

  font-size: 24px;
  font-weight:bold;
  color: rgba(255,255,255,.75);
  text-decoration:none;
  position:relative;
  top:30px;
  left:30px;

}

a.p2 {

  font-size:16px;
  color: rgba(255,255,255,.75);
  text-decoration:none;
  position:relative;
  top:60px;
  left:45px;

}

  1. icons {
  position:absolute;
  bottom:10px;
  left:10px;

}

.menu1:hover {

  width:300px;

}

.menu2:hover {

  width:300px;

}

.menu3:hover {

  width:300px;
  height:150px;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(0.13, #006400));
  background-image: -o-linear-gradient(bottom, #000000 0%, #006400 13%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #006400 13%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #006400 13%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #006400 13%);
  background-image: linear-gradient(to bottom, #000000 0%, #006400 13%);

}

.menu4:hover {

  width:300px;
  border-bottom-right-radius: 8px;

}

.menu1:hover .p1 {

  color: white;

}

.menu2:hover .p1 {

  color: white;

}

.menu3:hover a.p1 {

  color: white;

}

.menu4:hover a.p1 {

  color: white;

}

.menu3 ul {

  display:none;

}

.menu3:hover ul {

  display:inline;
  list-style:none;

}

.menu3 ul li a.p2:hover{

  color: white;

}

  1. textcontent {
  height:relative;
  width:975px;
  border-radius:10px;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom:75px;
  box-shadow:10px 10px 10px #888888;								
  background:rgba(255,255,255,1);

}

p.text {

  padding:0px 25px 25px 25px;
  text-align:justify;

}

p.title{

  padding:25px 25px 10px 25px;
  font-size:50px;
  font-weight:900;
  color:#003200;

}

p.subtitle{

  padding:5px 25px 5px 25px;
  font-size:30px;
  font-weight:900;
  color:#006400;

}

  1. footerbar {
  height:15px;
  width:115px;
  background:transparant;
  margin-left:auto;
  margin-right:auto;

}

.foot {

  color:rgba(0,0,0,0.35);
  font-size: 8pt;
  margin-top:-1px;
  margin-left:auto;
  margin-right:auto;
  position:fixed;
  bottom:0px;

}

.projectimage {

  position:relative;
  left:137px;
  right:137px;

}