Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
        #CommunityResources-Onlinedocumentation-start,
        #CommunityResources-Gettinghelp-start,
        #CommunityResources-Coding-start,
        #CommunityResources-Artifacts-start,
        #CommunityResources-News-start {
            color: #5b80ad;
            width:100%;
            margin-top:5%;
            text-align:center;
            /*display: flex;*/
        }

        #CommunityResources-Onlinedocumentation,
        #CommunityResources-Gettinghelp,
        #CommunityResources-Coding,
        #CommunityResources-Artifacts,
        #CommunityResources-News {
        }

        #online-docs {
        }

        .projectdoc-layout-element.projectdoc-page-area {
            align-content: center;
        }

        .projectdoc-layout-element.projectdoc-highlight-box {
            border:solid 4px #5b80ad;
            display:inline-block;
            width:25%;
            margin:2% auto;
            border-radius: 255px 35px 225px 95px/55px 225px 55px 255px;
            padding:1em;
            line-height:1.5em;
            background: #f3f6f9;
        }

.projectdoc-section-collapse-control.projectdoc-specific {
    cursor: pointer;
    z-index: 10;
    margin-top: -24px;
    margin-left: -140px;
    float: left;
    position: absolute;
} </style>


Section
show-titlefalse
titleDescription

...