Biomod/2013/LMU/assembly: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 112: Line 112:
   min-height: 400px
   min-height: 400px
}
}
/*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 */





Revision as of 12:11, 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: #0000ff;
 margin-top:10px

} .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

}


/*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
header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3