Table of contents
No headers
<html>
<body target="elm-home-banner">
<div class="mt-prepend-home mt-custom-home elm-nav">
<div class="elm-nav-container">
// DO NOT edit above this comment. Edit HTML below only.
<h1 class="mt-home-search-title"> 'How can we help you?' </h1>
template('MindTouch/Controls/HelpWidget', {
placeholder: 'Search'
});
// DO NOT edit below this comment. Edit above HTML only.
</div>
</div>
</body>
</html>/* Hides the page summary and thumbnail template on home. */
.columbia-page-home .mt-page-summary {
display: none;
}
/* Hide the user navigation for community and anon on home. Shows it for pro members. */
.columbia-page-home .elm-header-user-nav {
display: none;
}
.elm-user-pro-member.columbia-page-home .elm-header-user-nav {
display: block;
}
/* Hide the user navigation for community and anon on home. */
.columbia-page-home .elm-header-home-nav {
display: block;
}
/* Hides the user nav's global search on home. */
.columbia-page-home .elm-global-search {
visibility: hidden;
}
/* Sets the correct positioning of the footer based on user role for home only. */
.columbia-page-home .elm-footer {
bottom: auto;
}
@media all and (min-width: 18.75em) {
.elm-user-pro-member.columbia-page-home .elm-footer {
bottom: 3.4em;
}
}
@media all and (min-width: 37.5em) {
.elm-user-pro-member.columbia-page-home .elm-footer {
bottom: auto;
}
}
Comments