Template:Fatih-header

From 2012.igem.org

(Difference between revisions)
Line 392: Line 392:
#top-section {
#top-section {
-
     background: none;
+
     background-color: black;
     border: medium none;
     border: medium none;
     height: 14px;
     height: 14px;
Line 398: Line 398:
     width: 100%;
     width: 100%;
     z-index: 20;
     z-index: 20;
 +
    overflow: hidden;
 +
    font-size: small;
}
}
#p-logo {
#p-logo {
Line 406: Line 408:
}
}
-
html body.mediawiki div#globalWrapper div#top-section div#menubar.left-menu ul li {
+
<script>
-
    color: white;
+
$(function() {
-
}
+
    $("#menubar a").css('background','none');
 +
    $("#top-section a").css("color", "white");
 +
    $("#menubar ul").css('background', 'black')
 +
});
 +
</script>
/* skitter.css */
/* skitter.css */

Revision as of 02:03, 25 September 2012