Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script>
if (typeof AJS === 'function') {
  AJS.toInit(function(){
    if (AJS.$("div.ia-fixed-sidebar").width() > 55){
      AJS.Confluence.Sidebar.toggle();
    }
  });
}
</script>




Livesearch
sizelarge
additionalpage excerpt
typepage

 

         

 
Page Tree
rootGetting Started With Zoola
  
HTML
<style>
#labels-section {
   display: none;
}
#title-text a{
    display: none;
}
#breadcrumb-section {
   display: none;
}
table.confluenceTable td.confluenceTd {
  border-color: #ffffff !important;
  border-width: 2px;
}
#prewrap {
   max-width: 100%;
}
#action-menu-link {
   display: none;
}
.aui-header {
   border: none;
}
td img { transition: all .2s ease-in-out; }
td img:hover { transform: scale(1.1); }

#children-section{
display:none;
}
#comments-section{
display:none;
}
#likes-section{
display:none;     
}
@media only screen and (max-width: 975px) {
#IMAGE img {max-width: 90px; max-height: 100px;}
#prewrap img {max-width: 400px;)
}
#login-link {
display: none;
}
#help-menu-link {
display: none;
}
.aui-header .aui-dropdown2-trigger, #header .aui-header .aui-nav-link, #header .aui-header .aui-nav-imagelink, #header .aui-header a {
display: none;
}
</style>