Template:Biomod/2013/BU/layout: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
body { background: #222222; }
body { background: #222222; }
#globalWrapper { background: #ffffff; }
#globalWrapper { background: #ffffff; }
#sidebar-main { position: absolute; top: 0; left: -9999px; }
#p-logo { left: 9999px }
#content { background: none; border-style: none; margin: 10em 0 0 1.1em; }  
#content { background: none; border-style: none; margin: 10em 0 0 1.1em; }  
#column-one { background: #2BA6CB; }
#column-one { background: #2BA6CB; }
#p-navigation, #p-research, #p-search, #p-history, #p-tb, #p-bookmarks, #p-authorlist, #p-join { display: none; }
#p-navigation, #p-research, #p-search, #p-history, #p-tb, #p-bookmarks, #p-authorlist, #p-join, #historyBody { display: none; }
#historyBody { display: none; }
.firstHeading  { display: none; }
.firstHeading  { display: none; }
#footer { border-top: none; border-bottom: none; }
#footer { border-top: none; border-bottom: none; }

Revision as of 09:45, 25 June 2013

<html> <style>

body { background: #222222; }

  1. globalWrapper { background: #ffffff; }
  2. sidebar-main { position: absolute; top: 0; left: -9999px; }
  3. p-logo { left: 9999px }
  4. content { background: none; border-style: none; margin: 10em 0 0 1.1em; }
  5. column-one { background: #2BA6CB; }
  6. p-navigation, #p-research, #p-search, #p-history, #p-tb, #p-bookmarks, #p-authorlist, #p-join, #historyBody { display: none; }

.firstHeading { display: none; }

  1. footer { border-top: none; border-bottom: none; }

</style> </html>