Team:UI-Indonesia

From 2014.igem.org

(Difference between revisions)
Line 50: Line 50:
/* Highlight with background colour on hover */
/* Highlight with background colour on hover */
#top-section:hover #menubar li a {
#top-section:hover #menubar li a {
-
     color: #FFFFFF;
+
     color: #e80607;
}
}
#menubar li a:link,
#menubar li a:link,
#menubar li a:visited {
#menubar li a:visited {
-
     color: #f54142;
+
     color: #ffffff;
     background-color: transparent;
     background-color: transparent;
}
}
Line 88: Line 88:
}
}
-
/* WIKIMEDIA RELATED */
 
-
 
-
 
-
#footer-box {
 
-
    border:none;
 
-
    margin: 30px auto;
 
-
    width: 100%;
 
-
    background-color: #aeaeae;
 
-
    padding: 3em 0 5em 0;
 
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
}
}
-
#footer {
+
html, body, .wrapper { /*-- changes default wiki settings --*/
-
    text-align: center;
+
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
}
}
-
 
-
#footer-box #f-poweredbyico,
 
-
#footer-box #f-copyrightico {
 
-
    float: none;
 
-
    display: inline-block;
 
-
    vertical-align: middle;
 
-
    margin-bottom: 10px;
 
-
}
 
-
 
-
#footer-box #f-copyrightico {
 
-
 
-
}
 
-
 
-
#footer-box #f-list {
 
-
    float: none;
 
-
    display: block;
 
-
    width: 100%;
 
-
    margin: 0;
 
-
    padding: 0;
 
-
}
 
-
 
-
 
-
#footer-box #f-list li {
 
-
    text-transform: uppercase;
 
-
    padding: 0 .75em;
 
-
    margin: 0;
 
-
}
 
-
 
-
#footer-box #f-list li a:link,
 
-
#footer-box #f-list li a:visited {
 
-
    color: #CCC;
 
-
    font-size: 0.7em;
 
-
}
 
-
 
-
#footer-box #f-list li a:hover,
 
-
#footer-box #f-list li a:focus {
 
-
    color: #36A9E1;
 
-
    text-decoration: none;
 
-
}
 
-
 
</style>
</style>

Revision as of 14:45, 20 July 2014