Biomod/2013/LMU/assembly: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Biomod/2013/LMU}}
<html>
 
<head>
 
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
 
</head>
 
 
 
 
<style>
 
/*BUT ACTUALLY*/
body
{
  font-family: 'Open Sans', sans-serif;
  overflow-y: scroll;
}
 
.container
{
  background-color: #ff00ff;
  margin-top:50px
}
.OWWNBcpCurrentDateFilled { display: none; }
 
h5
{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  margin:0px;
  padding:0px;
}
 
#column-content
{
  width: 5px;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
.firstHeading
{
  display:none;
  width:0px;
}
#column-one
{
  display:none;
  width:0px;
  background-color: #ffffff;
}
 
#globalWrapper
{
  width: 1000px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto
}
 
#content
{
  margin: 0 0 0 0;
  align: center;
  padding: 12px 12px 12px 12px;
  width: 976px;
  background-color: #ffffff; border: 0;
}
#bodyContent
{
  width: 950px;
  align: center;
  background-color: #ffffff;
}
#column-content
{
  width: 1000px;
  background-color: #ffffff;
}
#footer
{
  position: center;
  width: 1000px;
}
@media screen {
    body { background: #000000 0 0 no-repeat;  /* changed default background */ }
}
 
#menu
{
  position: fixed;
  float: left;
  width: 190px;
  padding: 5px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  text-align: left;
  margin:0px;
  padding:0px;
}
 
#pagecontent
{
  float: right;
  width: 720px;
  margin-left: 300px;
  min-height: 400px
}
 
#toc { display: none; }
 
/*Expanding list*/
ul { list-style: none; }
#exp li ul { display: none; }
#exp li:hover ul { display: block; }
#exp li a:active ul { display: block; }
 
a:link {color:#275ca8;} 
a:visited {color:#54c3f1;} /* visited link */
a:hover {color:#c2e5f8;}  /* mouse over link */
a:active {color:#214897; }  /* selected link */
 
</style>
</html>
 
 
 
<div id="menu">
 
[[Image:DNADiamonds2.jpg|190px]]
 
 
  <ul id="exp">
    <li>[[Biomod/2013/LMU/Home |Home]]</li>
 
    <li>[[Biomod/2013/LMU/projectidea |Project Idea]]</li>
    <li>[[Biomod/2013/LMU/nanodiamonds |Specification of Nanodiamonds]]</li>
    <li>[[Biomod/2013/LMU/approaches |Approaches]]</li>
 
    <li>[[Biomod/2013/LMU/solution |Solution]]
    <ul>
      <li>[[Biomod/2013/LMU/coating |Coating]]</li>
      <li>[[Biomod/2013/LMU/origamidesign |Origami-Design]]</li>
      <li>[[Biomod/2013/LMU/assembly |Assembly]]</li>
    </ul></li>
 
    <li>[[Biomod/2013/LMU/summary |Discussion]]
    </li>
 
    <li><span style="color:#275ca8"> Additional Information </span>
    <ul>
      <li>[[Biomod/2013/LMU/protocols |Protocols]]</li>
      <li>[[Biomod/2013/LMU/equipment |Equipment and Software]]</li>
      <li>[[Biomod/2013/LMU/materials |Materials]]</li>
    </ul></li>
 
    <li>[[Biomod/2013/LMU/Team |Team]]
    </li>
 
 
 
  </ul>
</div>
 
<div id="pagecontent">


*bla
*bla
*bsfdk
*bsfdk
*asf
*asf

Revision as of 11:52, 22 October 2013

<html>

<head>

<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>

</head>



<style>

/*BUT ACTUALLY*/ body {

 font-family: 'Open Sans', sans-serif;
 overflow-y: scroll;

}

.container {

 background-color: #ff00ff;
 margin-top:50px

} .OWWNBcpCurrentDateFilled { display: none; }

h5 {

 font-family: 'Open Sans', sans-serif;
 font-size: 12px;
 font-style: normal;
 text-align: center;
 margin:0px;
 padding:0px;

}

  1. column-content

{

 width: 5px; 
 float: left; 
 margin: 0 0 0 0;
 padding: 0;

} .firstHeading {

 display:none;
 width:0px;

}

  1. column-one

{

 display:none; 
 width:0px;
 background-color: #ffffff;

}

  1. globalWrapper

{

 width: 1000px;
 background-color: #ffffff;
 margin-left: auto;
 margin-right: auto

}

  1. content

{

 margin: 0 0 0 0;
 align: center;
 padding: 12px 12px 12px 12px;
 width: 976px;
 background-color: #ffffff; border: 0;

}

  1. bodyContent

{

 width: 950px;
 align: center;
 background-color: #ffffff;

}

  1. column-content

{

 width: 1000px;
 background-color: #ffffff;

}

  1. footer

{

 position: center;
 width: 1000px;

} @media screen {

   body { background: #000000 0 0 no-repeat;  /* changed default background */ }

}

  1. menu

{

 position: fixed;
 float: left;
 width: 190px;
 padding: 5px;
 background-color: #FFFFFF;
 font-size: 15px;
 font-style: normal;
 text-align: left;
 margin:0px;
 padding:0px;

}

  1. pagecontent

{

 float: right;
 width: 720px;
 margin-left: 300px;
 min-height: 400px

}

  1. toc { display: none; }

/*Expanding list*/ ul { list-style: none; }

  1. exp li ul { display: none; }
  2. exp li:hover ul { display: block; }
  3. exp li a:active ul { display: block; }

a:link {color:#275ca8;} a:visited {color:#54c3f1;} /* visited link */ a:hover {color:#c2e5f8;} /* mouse over link */ a:active {color:#214897; } /* selected link */

</style> </html>


  • bla
  • bsfdk
  • asf