Template:OhioMOD2014: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:
display:none;
display:none;
}
}
#bodyContent, #content{
#bodyContent/*clearing the side openwetware panels
.firstHeading, #column-one,  #p-bookmarks, #p-history , .portlet{
display:none;
}
#content#bodyContent, {
/*display:none;*/
background-color:#FFFFFF;
}
#OSUfooter{
clear:both;
}
*/
/*Done clearing*/
{
display:none;
background-color:#FFFFFF;
background-color:#FFFFFF;
}
}

Revision as of 03:02, 14 July 2014

<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <link href="http://maxcdn.bootstrapcdn.com/bootswatch/3.2.0/yeti/bootstrap.min.css" rel="stylesheet"> <style> .navbar{ top:0px; position:fixed; width:80.5%; } /*clearing the side openwetware panels*/ .firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. bodyContent/*clearing the side openwetware panels

.firstHeading, #column-one, #p-bookmarks, #p-history , .portlet{ display:none; }

  1. content#bodyContent, {

/*display:none;*/ background-color:#FFFFFF; }

  1. OSUfooter{

clear:both; }

  • /

/*Done clearing*/ { display:none; background-color:#FFFFFF; }

  1. OSUfooter{

clear:both; }

/*Done clearing*/

</style>

</head>

</html>