Template:Biomod/2012/Harvard/Nanowranglers: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 30: Line 30:


/*Class for the div holding the title text*/
/*Class for the div holding the title text*/
div.Title {text-align: center; font-size: 12em; }
div.Title {text-align: center; font-size: 6em; }





Revision as of 12:09, 9 October 2012

<html> <head> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> </head>

<style> <!--


body{ font-family: 'Open Sans', sans-serif; overflow-y: scroll;}

.container{background-color: #ffffff; margin-top:0px} .OWWNBcpCurrentDateFilled {display: none;}

  1. column-content {width: 0px; float: left; margin: 0 0 0 0;padding: 0;}

.firstHeading {display:none; width:0px;}

  1. column-one {display:none; width:0px;background-color: #ffffff;}
  1. globalWrapper{width: 750px; background-color: #ffffff; margin-left: auto; margin-right: auto}
  1. content{ margin: 0 0 0 0; align: center; padding: 12px 12px 12px 12px; width: 726px;background-color: #ffffff; border: 0;}
  2. bodyContent{ width: 700px; align: center; background-color: #fffffff;}
  3. column-content{width: 750px;background-color: #ffffff;}
  4. footer{position: center; width: 750px}

@media screen {

   body { background: #FF6060 0 0 no-repeat;  /* changed default background */ }

}

/*Class for the div holding the title text*/ div.Title {text-align: center; font-size: 6em; }


a:link {color:#FF6060;} a:visited {color:#FF6060;} /* visited link */ a:hover {color:#B24343;} /* mouse over link */ a:active {color:#B24343;} /* selected link */

--> </style>

<div class="Title"> Nanowranglers </div>

</html>