Template:Nanouanl: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 31: Line 31:
}  
}  


.OWWNBcpCurrentDateFilled { display: none; }
#column-content
{
  width: 0px;  
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
#content
{
  margin: 0 0 0 0;
  align: center;
  padding: 12px 12px 12px 12px;
  width: 876px;
  background-color: #ffffff; border: 0;
}


h5
#bodyContent
{
{
   font-family: 'Open Sans', sans-serif;
   width: 850px;
  font-size: 11px;
   align: center;
  font-style: normal;
   background-color: #fffffff;
   text-align: center;
   margin:0px;
  padding:0px;
}
}


 
#column-content
.container
{
{
  width: 900px;
   background-color: #ffffff;
   background-color: #ffffff;
  margin-top:0px
}


#pagecontent
#pagecontent

Revision as of 17:18, 25 October 2013

<html> <head> <link href='menu.css' rel='stylesheet' type='text/css'> </head>

<style> /* CSSTerm.com Simple CSS menu */

.menu_simple ul {

   margin: 0;  
   padding: 0; 
   width:185px; 
   list-style-type: none; 

}

.menu_simple ul li a {

   text-decoration: none; 
   color: white;  
   padding: 10.5px 11px; 
   background-color: #005555; 
   display:block; 

}

.menu_simple ul li a:visited {

   color: white; 

}

.menu_simple ul li a:hover, .menu_simple ul li .current {

   color: white; 
   background-color: #5FD367; 

}

  1. column-content

{

 width: 0px; 
 float: left; 
 margin: 0 0 0 0;
 padding: 0;

}

  1. content

{

 margin: 0 0 0 0;
 align: center;
 padding: 12px 12px 12px 12px;
 width: 876px;
 background-color: #ffffff; border: 0;

}

  1. bodyContent

{

 width: 850px;
 align: center;
 background-color: #fffffff;

}

  1. column-content

{

 width: 900px;
 background-color: #ffffff;

}

  1. pagecontent

{

 float: center;
 width: 620px;
 margin-left: 300px;
 min-height: 400px

}

</style> <body> <align="left"> <img src="http://openwetware.org/images/b/b6/Nanouanl.png" width=180 height=180> </align> </body> </html>