Template:Kyoto/css/disable official

From OpenWetWare
Jump to navigationJump to search

<html> <head> <link href='http://fonts.googleapis.com/css?family=Telex' rel='stylesheet' type='text/css'> </head> <style type="text/css"> /*** official content ***/ body {

   font-family: 'Telex', arial;
   font-size: 13px;
   background-color: #ffffff;

}

li {

   list-style-type: none;
   list-style-image: none;

}

p {

   margin: 0px;

}

  1. content {
   max-width: 1366px;
   min-width: 1024px;
   width: 100%;
   padding: 0px;
   border: none;
   margin-top: -15px;
   margin-bottom: -10px;
   background-color: transparent;

} /*** igem official logo ***/

  1. top-section{
   height: 0px;
   top: 0px;
   margin-top: 0px;
   padding: 0px;
   border: 0px;

}

  1. p-logo {
   display: none;

}

  1. toc {
   display: none;

} /*** wiki page's address ***/ .firstHeading {

   display: none;
   height:0px;
   visibility:hidden;

} /*** wiki search box ***/

  1. search-controls{
   display:none;

} /*** igem global footer ***/

  1. catlinks {
   display: none;
   height: 0px;

}

  1. footer-box {
   display: none;

} </style> </html>