This layout is meant for pages used for grouping a topic. All unnecessary data is removed from the page and only page title and page children are shown. To use the template enter the title of the page and leave the rest of the template unchanged.
<style>
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
#google_translate_element{display: none;}
.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active, .list-of-children {
color: rgb(97,97,97);
font-size: 16px;
font-weight: 600;
min-height: 333px;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', function() {
var metadata = document.querySelector('.page-metadata');
var sect = document.querySelector('#workflow-page-footer');
sect.appendChild(metadata);
}, false);
</script> |