Biomod/2013/Sendai/sandbox

From OpenWetWare
Jump to navigationJump to search

<html lang="en">

 <head>
   <style>

/* Hide MediaWiki and init CSS, overwrite by bootstrap.css */ body{

background:none;

} 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, center, dl, dt, dd, ol, ul, 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;
font-size:100%;
border:0;
outline:0;

} a, a:link, a:visited, a:hover, a:active{

text-decoration:none

} .btn:visited{

color:#ffffff!important;

} .firstHeading {

display:none;

}

  1. content{
border-style:none;
margin:0;
padding:0;

}

  1. globalWrapper{
font-size:100%;

}

  1. contentSub{
display:none;

}

  1. column-one{
display:none;

}

  1. footer{
display:none;

}

  1. globalWrapper{
font-size:100%;

}

  1. bodyContent h1, #bodyContent h2, #bodyContent h3{
 margin-top: 20px;
 margin-bottom: 10px;

}

  1. bodyContent h4, #bodyContent h5, #bodyContent h6{
 margin-top: 10px;
 margin-bottom: 10px;

}

   </style>
   <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
   <style>

/* Move down content because we have a fixed navbar that is 50px tall */ body {

 padding-top: 50px;
 padding-bottom: 20px;

}

/* Set widths on the navbar form inputs since otherwise they're 100% wide */ .navbar-form input[type="text"], .navbar-form input[type="password"] {

 width: 180px;

}

/* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content {

 padding-left: 15px;
 padding-right: 15px;

}

/* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) {

 /* Let the jumbotron breathe */
 .jumbotron {
   margin-top: 20px;
 }
 /* Remove padding from wrapping element since we kick in the grid classes here */
 .body-content {
   padding: 0;
 }

}

   </style>
 </head>
 <body>

Hello, world!

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

<a class="btn btn-primary btn-large">Learn more »</a>

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

<a class="btn btn-default" href="#">View details »</a>

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

<a class="btn btn-default" href="#">View details »</a>

Heading

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

<a class="btn btn-default" href="#">View details »</a>


       <footer>

© Company 2013

       </footer>
   <script src="http://code.jquery.com/jquery.js"></script>
   <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js"></script>
 </body>

</html>