Team:SMTexas

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
/* Removing wiki-like stuff */
-
 
+
/****************************/
-
/* Removes "teams" from the menubar */
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
#menubar > ul > li:last-child {
+
     display:none;}
-
    display: none;}
+
-
/* Resizes the menubar to fik the links (default is 400px) */
+
-
#menubar {
+
-
     width: auto;}
+
 +
/* Redesigning the topmenu */
 +
/***************************/
body {
body {
     margin: 10px 0 0 0;
     margin: 10px 0 0 0;
Line 30: Line 28:
#menubar:hover li a {
#menubar:hover li a {
     color: white;}
     color: white;}
-
</html>
+
#menubar > ul > li:last-child {
 +
    display:none;}

Revision as of 17:48, 4 April 2014

/* Removing wiki-like stuff */ /****************************/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}

/* Redesigning the topmenu */ /***************************/ body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 65%;
   top: -14px;}

.left-menu:hover {

   background-color: transparent;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar:hover {
   color: white;}
  1. menubar li a {
   color: transparent;}
  1. menubar:hover li a {
   color: white;}
  1. menubar > ul > li:last-child {
   display:none;}