Team:Vilnius-Lithuania/Vilnius15 wiki.css

html body {

   font-family: Helvetica,Arial,Verdana,sans-serif;
   color: #000000;
   background: #ded6ca url('https://static.igem.org/mediawiki/2013/a/a3/TUM13_paper-bg.png') repeat;

}

/* Start top-section style ============================================== */

/* Remove logo and search */

div#p-logo, div#search-controls {

   display: none;

}

/* Center wiki-menu; set font & bg (as fallback) color */

div#top-section {

   width: 930px;
   height: 20px;
   margin: 0 auto;
   color: #d4c6b6;
   background: #411c03 url('https://static.igem.org/mediawiki/2013/b/b3/TUM13_brown-top-bg.png') repeat-x 50% 0;

}

/* Set font and positions */

div#menubar {

   font-size: 13px;
   font-weight: bold;
   line-height: 20px;

}

div#menubar.right-menu {

   float: right;

}

div#menubar.left-menu {

   float: left;

}

/* Fix text */

div#menubar.left-menu a, div#menubar.left-menu li {

   text-transform: capitalize;

}

div#menubar li {

   display: inline;
   padding: 0 5px;

}

/* White on hover */

div#menubar a:hover {

   text-decoration: none;
   color: #FFFFFF;

}

/* End top-section style ================================================ */

/* Start header style =================================================== */

/* Hide page title (it would appear before the header) */

h1.firstHeading {

   display: none;

}