Template:CSS/GiantJamboreeStyle

From 2014.igem.org

(Difference between revisions)
Sifuentes anita (Talk | contribs)
(Created page with "<style> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} - -- hides default wiki settings --: p { fon...")
Newer edit →

Revision as of 15:18, 24 July 2014

<style>

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/

p {

  font-size: 16px;

}


.firstHeading {display:none;}


/*-- subdivided container (two different columns)--*/

  1. columns-wrap {
 width: 975px; 

margin-left: auto; margin-right: auto; background-color: #ffffff; }

  1. column1s {
   background-color: #ffffff; 
   width: 300px;
   float: left;

padding-top: 25px;

   padding-bottom: 25px;
  
   padding-left: 25px;

}

  1. column2s {
   background-color: #ffffff; 
   float: left;
   width: 625px;  
   padding-top: 25px;
   padding-bottom: 25px;
   padding-left: 25px; 

}

  1. clear {
   clear: both;

}


p {

  font-size: 16px;

}


</style>