Team:UiOslo Norway/Include/Header

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
<script src="/Team:UiOslo_Norway/Include/bootstrap.js?action=raw&ctype=text/css"></script>
<script src="/Team:UiOslo_Norway/Include/bootstrap.js?action=raw&ctype=text/css"></script>
<style>
<style>
 +
/* Hide wiki stuff: */
/* Hide wiki stuff: */
 +
#contentSub, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {
#contentSub, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {
display: none;
display: none;
}
}
-
/*
+
 
-
#top-section has two menus: left-menu and right-menu. we want the links there in our page, but we'll add them again with jquery;
+
/* Change wiki stuff: */
-
*/
+
 
 +
/* This is for the div top-section, where the page/edit/discussion/my account/and so on links are */
#top-section {
#top-section {
width: 100%;
width: 100%;
height: 6px;
height: 6px;
 +
border: none;
 +
background-color: transparent;
}
}
-
 
-
/* Change wiki stuff: */
 
#globalWrapper, #content {
#globalWrapper, #content {
width: 100%;
width: 100%;
Line 32: Line 35:
padding: 0px;
padding: 0px;
}
}
 +
</style>
</style>
<script>
<script>
Line 38: Line 42:
var leftMenu = $('.left-menu');
var leftMenu = $('.left-menu');
var rightMenu = $('.right-menu');
var rightMenu = $('.right-menu');
-
// add logic here to add the contents of these menus somewhere on our page
+
// put logic here to get those links back on the page _if we've removed them_
})
})
</script>
</script>

Revision as of 14:50, 14 August 2014

UiOslo IGEM 2014