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

From OpenWetWare
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 30: Line 30:
#column-one, #contentSub, .firstHeading, #footer  { display: none; }
#column-one, #contentSub, .firstHeading, #footer  { display: none; }


#BU-header { padding: 0 15px; width: 100%;  
#BU-header { padding: 0 15px; width: 100%; }
#BU-title { background: #2BA6CB; padding: 1.8em 0 1.8em 11.5em; line-height: 1.1em; }
#BU-title { background: #2BA6CB; padding: 1.8em 0 1.8em 11.5em; line-height: 1.1em; }
#BU-content { min-width: 768px; width: 1000px; margin: 3.5em auto; }  
#BU-content { min-width: 768px; width: 1000px; margin: 3.5em auto; }  

Revision as of 07:00, 26 June 2013

Boston University

BIOMOD 2013 design competition

<html>

<style> body { background: #222222; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; }

  1. globalWrapper { background: #ffffff; }
  2. content { background: none; border-style: none; margin: 0; padding: 0; }
  3. column-one, #contentSub, .firstHeading, #footer { display: none; }
  1. BU-header { padding: 0 15px; width: 100%; }
  2. BU-title { background: #2BA6CB; padding: 1.8em 0 1.8em 11.5em; line-height: 1.1em; }
  3. BU-content { min-width: 768px; width: 1000px; margin: 3.5em auto; }
  4. BU-menu { float: left; padding-right: 2.3em; height: 100%; }

.BU-h1, .BU-h4 { color: white; border-bottom: none; padding: 0; margin-top: 14px; margin-bottom: 14px; } .BU-h1 { font-size: 44px; font-weight: 500; } .BU-h4 { font-size: 23px; font-weight: 300; } ul.side-nav { display: block; list-style: none outside none; margin: 0; padding: 17px 0; font-size: 14px; line-height: 1.6;} ul.side-nav li.divider { border-top: 1px solid #E6E6E6; height: 0; padding: 0; } </style> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> </html>