The Div macro wraps content in a div tag with optional class and styles. This allows us to use macros such as the Style macro below.

Server administration for non-recurrent and often urgent tasks. Whether those are non-standard server settings to be applied, a project to be transferred, server load optimised or any other specific task that has to be executed and done as quickly as possible without overpayments CONTACT TO US. One-time custom administration work does not require a monthly subscription fee active. The payment is made for the time actually spent on the tasks and is calculated based on the cost of the administrator's involved in meeting the set goals.



Recent space activity




Space contributors



The Style macro allows the use of CSS to style content. CSS describes how HTML elements should be displayed. https://www.adaptavist.com/doco/display/CFP/Style+Sheet
.home-banner {
                    background: #19a6e4;
                    color: #fff;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h2 {
                    color: #fff;
                    }
                    .title-box {
                    border: 1px solid #19a6e4;
                    padding: 10px;
                    }
                    .title-box > h2 {
                    background: #19a6e4;
                    bottom: 10px;
                    color: #fff;
                    margin-left: -10px;
                    margin-right: -10px;
                    padding: 2px 10px;
                    position: relative;
                    }