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

 

         

articles

 

Page Tree
rootthe zoola home
Image Removed

 

The Zoola Home

The Home Page

The Library Page

The Repository

Image Added

Connecting to Zoola

Zoola Roles

The Zoola Workflow

LMS Plugins and Blocks

   
   
   
   
HTML
<style>
#labels-section {
   display: none;
}
#title-text a{
    display: none;
}
#breadcrumb-section {
   display: none;
}
table {
   text-align: center;
}
table.confluenceTable td.confluenceTd {
  border-color: #ffffff !important;
  text-align: center;
  border-width: 2px;
  vertical-align: middle;
}
#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>