Team:Brown-Stanford/printcss

From 2011.igem.org

Revision as of 17:32, 5 July 2011 by Yujovi (Talk | contribs)

body {

   text-align: center;
   margin:0px 0px 0px 0px;
   background: black;
   font-family:"Ubuntu", sans-serif;

} h1, h2, h3, h4, h5{

   color: white;
   font-family:"Ubuntu", sans-serif;
   line-height:25px;
   border-bottom:1px dotted #e3e3e3;
   margin-bottom:5px;
   border-top:0px;
   margin-top:10px;
   padding-top:10px;
   font-weight:normal;

}

h2.noline{

   border-top:0;
   margin-top:0;
   padding-top:0;
   margin-bottom:0;
   line-height:20px;
   padding-top:2px;
   font-size:20px;

}

h3 {

   font-size: 18px;
   border-bottom: none;

}

h4 {

   border-bottom: none;

}

h2.topheader{

   border-top:0;
   padding-top:0;
   margin-top:5px;

}

h2 {

   margin:0 0 1em;

}

  1. camfooter {
   display: none;

}

h1.firstHeading {

   display: none;

}

  1. globalWrapper {
   color: black !important;

}

  1. footer {
   display: none;

}

div.content {

   background: white !important;
   margin-top: 5px !important;
   color: black !important;

}

.headerimg {

   display: none !important;

}

div#header {

   display: none !important;

}

ol {

   color: white;

}

.left-menu , .right-menu {

   display: none !important;

}

a:link, a:visited { color: #520 !important; background: transparent !important; font-weight: bold !important; text-decoration: underline !important; }

  1. content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") " !important;
  font-size: 90% !important;
  }
  1. content a[href^="/"]:after {
 content: " (https://2011.igem.org" attr(href) ") ";
  }