Template:AUC TURKEY

From 2014hs.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
__NOTOC__<html>
 +
<head>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$(".footer").insertAfter("pageContent");
 +
/*$('#igem_logo_gif').hover(function () {
 +
        this.src = 'https://static.igem.org/mediawiki/2014hs/c/c5/IGem_Logo.gif';
 +
    }, function () {
 +
        this.src = 'https://static.igem.org/mediawiki/2014hs/9/93/IGem_logo_original.png';
 +
    });*/
 +
$('#cssmenu').addClass('relative');
 +
  $(window).scroll(function(){
 +
      if ($(this).scrollTop() >= $("#igem_logo_gif").height()) {
 +
 
 +
          $('#cssmenu').removeClass('relative');
 +
          $('#cssmenu').addClass('fixed');
 +
          $('#pageContent').addClass('kaydir');
 +
      } else {
 +
          $('#cssmenu').removeClass('fixed');
 +
          $('#cssmenu').addClass('relative');
 +
          $('#pageContent').removeClass('kaydir');
 +
      }
 +
  });
 +
});
 +
</script>
 +
<script>
 +
$(document).ready(function(){
 +
$('#verticalmenu > ul > li > a').click(function() {
 +
  $('#verticalmenu li').removeClass('active');
 +
  $(this).closest('li').addClass('active');
 +
  var checkElement = $(this).next();
 +
  if((checkElement.is('ul')) ) {
 +
if(checkElement.is(':visible')) {
 +
   
 +
    $(this).closest('li').removeClass('active');
 +
    checkElement.slideUp('normal');
 +
  }
 +
}
 +
  if((checkElement.is('ul'))) {
 +
  if(!checkElement.is(':visible')) {
 +
   
 +
    $('#verticalmenu ul ul:visible').slideUp('normal');
 +
    checkElement.slideDown('normal');
 +
  }
 +
}
 +
  if($(this).closest('li').find('ul').children().length == 0) {
 +
    return true;
 +
  } else {
 +
    return false;
 +
  }
 +
});
 +
});
 +
</script>
 +
<style type="text/css">
 +
@font-face { font-family: Trench; src: url('https://doc-14-40-docs.googleusercontent.com/docs/securesc/ireb594vsgjvo8gl7tsbrq2m9jklo3tb/j94feaplhpe5kulcq4me68tqh80kjlaq/1401948000000/12662358414286907681/12662358414286907681/0B7njhowyZY9Xc0hJdFJfYkN6Qmc?e=download&h=16653014193614665626&nonce=n9gvb00glaeqe&user=12662358414286907681&hash=e2o5k58itoilun78vl8i0mm6k4ss3vv0'); }
 +
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500);
 +
@import url(http://fonts.googleapis.com/css?family=Monofett:500);
 +
.absolute {position:absolute; left:0px; width:100%;}
 +
.relative {position:relative; left:0px; width:100%;}
 +
.fixed {position:fixed; top:0px; left:0; width:100%;}
 +
#top-section, #footer-box, #catlinks, .firstHeading
 +
{
 +
display:none;
 +
}
 +
#globalWrapper
 +
{
 +
font-size:175%!important;
 +
font-family:"Open Sans"
 +
}
 +
#content
 +
{
 +
    border-left-width:0px;
 +
    border-right-width:0px;
 +
    color:darkblue;
 +
    background-color:#DFDEDE;
 +
    width:100%;
 +
    padding: 0;
 +
    margin: 0;
 +
}
 +
#contentSub
 +
{
 +
    display:none;
 +
}
 +
#pageContent
 +
{
 +
    padding: 10px;
 +
}
 +
#bodyContent > p
 +
{
 +
    margin: 0;
 +
}
 +
/* 2f4b87 */
 +
/* 2f4b87 */
 +
/* #1f325d */
 +
/* Menu CSS */#cssmenu {
 +
  width: auto;
 +
}
 +
#cssmenu,
 +
#cssmenu ul,
 +
#cssmenu ul li,
 +
#cssmenu ul li a {
 +
  padding: 0;
 +
  margin: 0;
 +
  line-height: 1;
 +
  font-family: 'Kalinga', sans-serif;
 +
  font-weight: 500;
 +
  font-size: 23px;
 +
  color: #ffffff;
 +
  -webkit-transition: all ease .3s;
 +
  -o-transition: all ease .3s;
 +
  -moz-transition: all ease .3s;
 +
  -ms-transition: all ease .3s;
 +
  transition: all ease .3s;
 +
}
 +
#cssmenu:before,
 +
#cssmenu:after,
 +
#cssmenu > ul:before,
 +
#cssmenu > ul:after {
 +
  content: '';
 +
  display: table;
 +
}
 +
#cssmenu:after,
 +
#cssmenu > ul:after {
 +
  clear: both;
 +
}
 +
#cssmenu a {
 +
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
 +
}
 +
#cssmenu ul {
 +
  background: #35aef0;
 +
  border-radius: 3px;
 +
  border: 1px solid #2b4479;
 +
  border: 1px solid #1198e1;
 +
  -webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
 +
  -o-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
 +
  -moz-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
 +
  -ms-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
 +
  box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
 +
}
 +
#cssmenu ul > li {
 +
  float: left;
 +
  list-style: none;
 +
}
 +
#cssmenu ul > li > a {
 +
  display: block;
 +
  text-decoration: none;
 +
  padding: 15px 44px;
 +
  position: relative;
 +
}
 +
#cssmenu ul > li > a:hover {
 +
  background: #1198e1;
 +
  -webkit-box-shadow: inset 0 0 1px #0d78b2;
 +
  -o-box-shadow: inset 0 0 1px #0d78b2;
 +
  -moz-box-shadow: inset 0 0 1px #0d78b2;
 +
  -ms-box-shadow: inset 0 0 1px #0d78b2;
 +
  box-shadow: inset 0 0 1px #0d78b2;
 +
  -webkit-transition: all ease .3s;
 +
  -o-transition: all ease .3s;
 +
  -moz-transition: all ease .3s;
 +
  -ms-transition: all ease .3s;
 +
  transition: all ease .3s;
 +
}
 +
#cssmenu ul > li > a:hover:before {
 +
  content: '';
 +
  z-index: 2;
 +
  position: absolute;
 +
  border: 1px solid white;
 +
  border-top: 0;
 +
  border-bottom: 0;
 +
  border-right: 0;
 +
  width: 100%;
 +
  height: 100%;
 +
  top: 0;
 +
  left: -1px;
 +
  opacity: .2;
 +
}
 +
#cssmenu ul > li > a:hover:after {
 +
  content: '';
 +
  z-index: 2;
 +
  position: absolute;
 +
  border: 1px solid white;
 +
  border-top: 0;
 +
  border-bottom: 0;
 +
  border-left: 0;
 +
  width: 100%;
 +
  height: 100%;
 +
  top: 0;
 +
  right: -1px;
 +
  opacity: .2;
 +
}
 +
#cssmenu > ul > li > ul {
 +
  opacity: 0;
 +
  visibility: hidden;
 +
  position: absolute;
 +
}
 +
#cssmenu > ul > li > ul > li > a {
 +
  text-align: center;
 +
  padding: 10px;
 +
}
 +
#cssmenu > ul > li:hover > ul {
 +
  opacity: 1;
 +
  visibility: visible;
 +
  position: absolute;
 +
  border-radius: 0 0 3px 3px;
 +
  -webkit-box-shadow: none;
 +
  -o-box-shadow: none;
 +
  -moz-box-shadow: none;
 +
  -ms-box-shadow: none;
 +
  box-shadow: none;
 +
}
 +
#cssmenu > ul > li > ul {
 +
  width: 180px;
 +
  position: absolute;
 +
}
 +
#cssmenu > ul > li > ul > li {
 +
  float: none;
 +
  position: relative;
 +
}
 +
#cssmenu > ul > li > ul > li > ul {
 +
  opacity: 0;
 +
  visibility: hidden;
 +
  position: absolute;
 +
}
 +
#cssmenu > ul > li > ul > li:hover > ul {
 +
  opacity: 1;
 +
  visibility: visible;
 +
  position: absolute;
 +
}
 +
#cssmenu > ul > li > ul > li > ul {
 +
  left: 2000px;
 +
  top: 1px;
 +
  width: 200px;
 +
}
 +
#cssmenu > ul > li > ul > li > ul > li {
 +
  float: none;
 +
}
 +
#cssmenu
 +
{
 +
    margin: 0px;
 +
    width:100%;
 +
    z-index:3;
 +
}
 +
#downarrow1,#downarrow2,#downarrow3 {
 +
  position: absolute;
 +
  top:19px;
 +
}
 +
#downarrow1
 +
{
 +
  left:127px;
 +
}
 +
#downarrow2
 +
{
 +
  left:177px;
 +
}
 +
#downarrow3
 +
{
 +
  left:235px;
 +
}
 +
 +
</style>
 +
<style type="text/css">
 +
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
 +
 +
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
 +
@charset 'UTF-8';
 +
/* Base Styles */
 +
#verticalmenu,
 +
#verticalmenu ul,
 +
#verticalmenu li,
 +
#verticalmenu a {
 +
  margin: 0;
 +
  padding: 0;
 +
  border: 0;
 +
  list-style: none;
 +
  font-weight: normal;
 +
  text-decoration: none;
 +
  line-height: 1;
 +
  font-family: 'Kalinga', sans-serif;
 +
  font-size: 14px;
 +
  position: relative;
 +
}
 +
#verticalmenu {
 +
  width: 250px;
 +
  border-bottom: 4px solid #656659;
 +
  -webkit-border-radius: 3px;
 +
  -moz-border-radius: 3px;
 +
  border-radius: 3px;
 +
}
 +
#verticalmenu a {
 +
  line-height: 1.3;
 +
}
 +
#verticalmenu > ul > li:first-child {
 +
  background: #66665e;
 +
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
 +
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
 +
  background: linear-gradient(#66665e 0%, #45463d 100%);
 +
  border: 1px solid #45463d;
 +
  -webkit-border-radius: 3px 3px 0 0;
 +
  -moz-border-radius: 3px 3px 0 0;
 +
  border-radius: 3px 3px 0 0;
 +
}
 +
#verticalmenu > ul > li:first-child > a {
 +
  padding: 15px 10px;
 +
  background: url(pattern.png) top left repeat;
 +
  border: none;
 +
  border-top: 1px solid #818176;
 +
  -webkit-border-radius: 3px 3px 0 0;
 +
  -moz-border-radius: 3px 3px 0 0;
 +
  border-radius: 3px 3px 0 0;
 +
  font-family: 'Ubuntu', sans-serif;
 +
  text-align: center;
 +
  font-size: 18px;
 +
  font-weight: 300;
 +
  text-shadow: 0 -1px 1px #000000;
 +
}
 +
#verticalmenu > ul > li:first-child > a > span {
 +
  padding: 0;
 +
}
 +
#verticalmenu > ul > li:first-child:hover {
 +
  background: #66665e;
 +
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
 +
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
 +
  background: linear-gradient(#66665e 0%, #45463d 100%);
 +
}
 +
#verticalmenu > ul > li {
 +
  background: #e94f31;
 +
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
 +
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
 +
  background: linear-gradient(#e94f31 0%, #d13516 100%);
 +
}
 +
#verticalmenu > ul > li:hover {
 +
  background: #e84323;
 +
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
 +
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
 +
  background: linear-gradient(#e84323 0%, #c33115 100%);
 +
}
 +
#verticalmenu > ul > li > a {
 +
  font-size: 14px;
 +
  display: block;
 +
  background: url(pattern.png) top left repeat;
 +
  color: #ffffff;
 +
  border: 1px solid #ba2f14;
 +
  border-top: none;
 +
  text-shadow: 0 -1px 1px #751d0c;
 +
}
 +
#verticalmenu > ul > li > a > span {
 +
  display: block;
 +
  padding: 12px 10px;
 +
  -webkit-border-radius: 4px;
 +
  -moz-border-radius: 4px;
 +
  border-radius: 4px;
 +
}
 +
#verticalmenu > ul > li > a:hover {
 +
  text-decoration: none;
 +
}
 +
#verticalmenu > ul > li.active {
 +
  border-bottom: none;
 +
}
 +
#verticalmenu > ul > li.has-sub > a span {
 +
  background: url(https://static.igem.org/mediawiki/2013hs/0/0c/Icon_plus.png) 96% center no-repeat;
 +
}
 +
#verticalmenu > ul > li.has-sub.active > a span {
 +
  background: url(https://static.igem.org/mediawiki/2013hs/2/23/Icon_minus.png) 96% center no-repeat;
 +
}
 +
/* Sub menu */
 +
#verticalmenu ul ul {
 +
  display: none;
 +
  background: #fff;
 +
  border-right: 1px solid #a2a194;
 +
  border-left: 1px solid #a2a194;
 +
}
 +
#verticalmenu ul ul li {
 +
  padding: 0;
 +
  border-bottom: 1px solid #d4d4d4;
 +
  border-top: none;
 +
  background: #f7f7f7;
 +
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
 +
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
 +
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
 +
}
 +
#verticalmenu ul ul li:last-child {
 +
  border-bottom: none;
 +
}
 +
#verticalmenu ul ul a {
 +
  padding: 10px 10px 10px 25px;
 +
  display: block;
 +
  color: #676767;
 +
  font-size: 12px;
 +
  font-weight: normal;
 +
}
 +
#verticalmenu ul ul a:before {
 +
  content: '»';
 +
  position: absolute;
 +
  left: 10px;
 +
  color: #e94f31;
 +
}
 +
#verticalmenu ul ul a:hover {
 +
  color: #e94f31;
 +
}
 +
#verticalmenu {
 +
position: fixed;
 +
top:75px;
 +
left:-250px;
 +
}
 +
.kaydir
 +
{
 +
    margin-top:57px;
 +
}
 +
#igem_logo_gif
 +
{
 +
}
 +
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
 +
section{
 +
  text-align:center;
 +
}
 +
.footer #button{
 +
width:35px;
 +
height:35px;
 +
border: #727172 12px solid;
 +
border-radius:35px;
 +
margin:0 auto;
 +
position:relative;
 +
-webkit-transition: all 1s ease;
 +
    -moz-transition: all 1s ease;
 +
    -o-transition: all 1s ease;
 +
    -ms-transition: all 1s ease;
 +
    transition: all 1s ease;
 +
}
 +
.footer #button:hover{
 +
width:35px;
 +
height:35px;
 +
border: #3A3A3A 12px solid;
 +
-webkit-transition: all 1s ease;
 +
    -moz-transition: all 1s ease;
 +
    -o-transition: all 1s ease;
 +
    -ms-transition: all 1s ease;
 +
    transition: all 1s ease;
 +
position:relative;
 +
}
 +
.footer {
 +
bottom:0;
 +
left:0;
 +
position:fixed;
 +
    width: 100%;
 +
    height: 2em;
 +
    overflow:hidden;
 +
    margin:0 auto;
 +
-webkit-transition: all 1s ease;
 +
    -moz-transition: all 1s ease;
 +
    -o-transition: all 1s ease;
 +
    -ms-transition: all 1s ease;
 +
    transition: all 1s ease;
 +
z-index:999;
 +
}
 +
.footer:hover {
 +
-webkit-transition: all 1s ease;
 +
    -moz-transition: all 1s ease;
 +
    -o-transition: all 1s ease;
 +
    -ms-transition: all 1s ease;
 +
    transition: all 1s ease;
 +
height: 10em;
 +
}
 +
.footer #container{
 +
margin-top:5px;
 +
width:100%;
 +
height:100%;
 +
  position:relative;
 +
  top:0;
 +
  left:0;
 +
background: #3A3A3A;
 +
}
 +
.footer #cont{
 +
  position:relative;
 +
  top:-45px;
 +
  right:190px;
 +
width:150px;
 +
height:auto;
 +
margin:0 auto;
 +
}
 +
.footer_center{
 +
width:500px;
 +
float:left;
 +
  text-align:center;
 +
}
 +
.footer h3{
 +
font-family: 'Helvetica';
 +
font-size: 30px;
 +
font-weight: 100;
 +
margin-top:70px;
 +
margin-left:40px;
 +
}
 +
#headers
 +
{
 +
  text-align: center;
 +
  padding: 10px;
 +
}
 +
#headerFooter
 +
{
 +
background-color:#b6b6b6;
 +
  color:#b6b6b6;
 +
  height:100%;
 +
  clear:both;
 +
 +
  background-image: -webkit-linear-gradient(top, #FFFFFF, #b6b6b6);
 +
  background-image:    -moz-linear-gradient(top, #FFFFFF, #b6b6b6);
 +
  background-image:    -ms-linear-gradient(top, #FFFFFF, #b6b6b6);
 +
  background-image:      -o-linear-gradient(top, #FFFFFF, #b6b6b6);
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<!--
 +
<img div id="igemHeader" src="https://static.igem.org/mediawiki/2014hs/c/c5/IGem_Logo.gif" height="20%">
 +
-->
 +
<div id="headerFooter">
 +
<div id="headers">
 +
<img div id="igem_logo_gif" src="https://static.igem.org/mediawiki/2014hs/c/c5/IGem_Logo.gif" width=20%>
 +
<img div id="igem_project_logo" src="https://static.igem.org/mediawiki/2014hs/1/16/DegradeNOigemlogo.png" width=60%>
 +
</div>
 +
</div>
 +
<div id='cssmenu'>
 +
<ul>
 +
  <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY'><span>Home</span></a></li>
 +
  <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Team'><span>Team</span></a></li>
 +
  <li class='has-sub'><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Project'><span>Project <img div id="downarrow1" src="https://static.igem.org/mediawiki/2014hs/6/62/Downarrow.png" width="18px" height="13px"></span></a>
 +
      <ul>
 +
        <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Project/Assembly'><span>Assembly</span></a></li>
 +
        <li><a href='#'><span>RNA Thermome</span></a></li>
 +
        <li><a href='#'><span>Urease</span></a></li>
 +
        <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Project/Results'><span>Results</span></a></li>
 +
        <li class='last'><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Project/Data-Page'><span>Data Page</span></a></li>
 +
      </ul>
 +
  </li>
 +
  <li class='has-sub'><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Lab-Garage'><span>Lab Garage <img div id="downarrow2" src="https://static.igem.org/mediawiki/2014hs/6/62/Downarrow.png" width="18px" height="13px"></span></a>
 +
      <ul>
 +
        <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Lab-Garage/Notebook'><span>Notebook</span></a></li>
 +
        <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Lab-Garage/Procedures'><span>Procedures</span></a></li>
 +
        <li class='last'><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Lab-Garage/Safety'><span>Safety</span></a></li>
 +
      </ul>
 +
  </li>
 +
  <li class='has-sub'><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Human-Practices'><span>Human Practices <img div id="downarrow3" src="https://static.igem.org/mediawiki/2014hs/6/62/Downarrow.png" width="18px" height="13px"></span></a>
 +
      <ul>
 +
        <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Human-Practices/iGEMism'><span>iGEMism</span></a></li>
 +
        <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Human-Practices/Surveys'><span>Surveys</span></a></li>
 +
        <li><a href='#'><span>Flash Game</span></a></li>
 +
        <li class='last'><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Human-Practices/Collaboration'><span>Collaboration</span></a></li>
 +
      </ul>
 +
  </li>
 +
  <li><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Attributions'><span>Attributions</span></a></li>
 +
  <li class='last'><a href='https://2014hs.igem.org/Team:AUC_TURKEY/Fun'><span>Fun</span></a></li>
 +
</ul>
 +
</div>
 +
 +
<div id="pageContent">
 +
<!-- Content moved to 2014hs.igem.org/Team:AUC_TURKEY/Test by alihancelikcan -->
 +
<!-- Lütfen her sayfada olmayacak şeyleri Test sayfasına yazın ki diğer sayfalarda Template denerken sıkıntı olmasın. -->
 +
 +
<div class="footer">
 +
  <div id="button"></div>
 +
<div id="container">
 +
<div id="cont">
 +
<div class="footer_center">
 +
  <h3>Social Field</h3>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</html>

Revision as of 10:14, 10 June 2014