Team:SMTexas

From 2014hs.igem.org

(Difference between revisions)
Line 6: Line 6:
/* Removes "teams" from the menubar */
/* Removes "teams" from the menubar */
-
#menubar > ul > li:last-child {
 
-
    display: none;}
 
-
/* Resizes the menubar to fik the links (default is 400px) */
 
-
#menubar {
 
-
    width: auto;}
 
-
 
-
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
    display:none;}
+
display:none;}
#top-section {
#top-section {
-
    border: none;
+
border: none;
-
    height: 0px;}
+
height: 0px;}
#content {
#content {
-
    border: none;}
+
border: none;}
-
 
+
.right-menu li a{
-
body {
+
background: none;
-
    margin: 10px 0 0 0;
+
color:rgba(0,0,0,0);
-
    padding: 0;}
+
}
-
#top-section {
+
.right-menu li a:hover{
-
    width: 965px;
+
color: #fff;
-
    height: 0;
+
}
-
    margin: 0 auto;
+
.left-menu li{
-
    padding: 0;
+
color: rgba(0, 0, 0, 0) !important;
-
    border: none;}
+
}
-
#menubar {
+
.left-menu:hover li{
-
    font-size: 100%;
+
color: #fff;
-
    top: -14px;}
+
}
-
.left-menu:hover {
+
-
    background-color: transparent;}
+
-
#menubar li a {
+
-
    background-color: transparent;}
+
-
#menubar:hover {
+
-
    color: white;}
+
-
#menubar li a {
+
-
    color: transparent;}
+
-
#menubar:hover li a {
+
-
    color: white;}
+
</style>
</style>
</head>
</head>
</html>
</html>

Revision as of 00:43, 9 April 2014