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;
        }

</style>


Section
show-titlefalse
titleDescription

...

Section
titleCoding


Layout Element
idcoding
typepage-area


Layout Element
typehighlight-box

Bookmarklets

Resources to code your own bookmarklets based on the projectdoc Toolbox


Layout Element
typehighlight-box

Userscripts

Browser scripts add features to the rendered page


Layout Element
typehighlight-box

User Macros

Resources to code your own user macros based on the projectdoc Toolbox


Layout Element
typehighlight-box

Doctype Add-ons

Resources to code your own doctypes and spaces based on the projectdoc Toolbox


Layout Element
typehighlight-box

Automation Scripts

Resources to code your own scripts based the Web API of the projectdoc Toolbox



...