Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.





Panel
borderColor#5f5f5f
bgColor#dfdfdf
titleColor#5f5f5f
borderStylesolid
titleTable of Contents

Page Tree
rootClean Energy Communities





HTML
<style>
	#com-atlassian-confluence th, 
	#com-atlassian-confluence td,
	#com-atlassian-confluence .confluenceTh, 
	#com-atlassian-confluence .confluenceTd {
		border: 0;
	}
</style>


HTML
<script>
jQuery.cookie("showsidebar",AJS.$("div#splitter-sidebar").width(), {expires:5});
jQuery.cookie("resetsidebar",jQuery("doc-sidebar"), {expires:5});

if (AJS.$("div#splitter-sidebar").width() > 0) {
AJS.$(".vsplitbar").hide();
AJS.$("div#splitter-sidebar").width(0);
AJS.$('#splitter-content').css({'width':'100%', 'left':'0'});
};

AJS.$("#splitter-button").hide();

jQuery(window).unload(function() {
var origstate = jQuery.cookie("showsidebar");
if (AJS.$("div#splitter-sidebar").width() != 300 && origstate == 300) {
AJS.$("#splitter-button"<script type="text/javascript">
AJS.toInit(function () {
	var splitPos = AJS.$('#splitter .vsplitbar').css('left')
	if(splitPos === '0px') {
		AJS.$('#splitter-button').click();
};

jQuery.cookie("doc-sidebar",jQuery("resetsidebar"));
jQuery.cookie("showsidebar", null);
jQuery.cookie("resetsidebar", null);	}
});
</script>