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; }
#content { background: none; border-style: none; margin: 0; }  
#content { background: none; border-style: none; }  
#column-one { background: #2BA6CB; }
#column-one { background: #2BA6CB; }
#sidebar-main { display: none; }
#sidebar-main { display: none; }

Revision as of 09:12, 25 June 2013

<html> <style>

body { background: #222222; }

  1. globalWrapper { background: #ffffff; }
  2. content { background: none; border-style: none; }
  3. column-one { background: #2BA6CB; }
  4. sidebar-main { display: none; }
  5. footer { border-top: none; border-bottom: none; }

</style> </html>