diff --git a/documents/resources/images/Illustration29.png b/documents/resources/images/Illustration29.png deleted file mode 100644 index 0b0bab86f5..0000000000 Binary files a/documents/resources/images/Illustration29.png and /dev/null differ diff --git a/documents/resources/images/codepen-icon.svg b/documents/resources/images/codepen-icon.svg deleted file mode 100644 index d800f5b9e5..0000000000 --- a/documents/resources/images/codepen-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/documents/resources/images/core.changes.png b/documents/resources/images/core.changes.png deleted file mode 100755 index 6dca6f2a7a..0000000000 Binary files a/documents/resources/images/core.changes.png and /dev/null differ diff --git a/documents/resources/images/halo-banner.png b/documents/resources/images/halo-banner.png deleted file mode 100644 index 4ed34a76bf..0000000000 Binary files a/documents/resources/images/halo-banner.png and /dev/null differ diff --git a/documents/resources/images/home.components.png b/documents/resources/images/home.components.png deleted file mode 100644 index d7ee0fb906..0000000000 Binary files a/documents/resources/images/home.components.png and /dev/null differ diff --git a/documents/resources/images/home.performance.png b/documents/resources/images/home.performance.png deleted file mode 100644 index 73f14fdbd3..0000000000 Binary files a/documents/resources/images/home.performance.png and /dev/null differ diff --git a/documents/resources/images/home.theming.png b/documents/resources/images/home.theming.png deleted file mode 100644 index 7f8ec7d584..0000000000 Binary files a/documents/resources/images/home.theming.png and /dev/null differ diff --git a/documents/resources/images/moon-icon.svg b/documents/resources/images/moon-icon.svg deleted file mode 100644 index 00acff454e..0000000000 --- a/documents/resources/images/moon-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/documents/resources/images/refinitiv-bg.jpeg b/documents/resources/images/refinitiv-bg.jpeg deleted file mode 100644 index 56dfa9b750..0000000000 Binary files a/documents/resources/images/refinitiv-bg.jpeg and /dev/null differ diff --git a/documents/resources/images/sun-icon.svg b/documents/resources/images/sun-icon.svg deleted file mode 100644 index ee2a8a1e9e..0000000000 --- a/documents/resources/images/sun-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/documents/resources/styles/api.css b/documents/resources/styles/api.css deleted file mode 100644 index 216d62438e..0000000000 --- a/documents/resources/styles/api.css +++ /dev/null @@ -1,73 +0,0 @@ -pandora-page { - overflow: visible; -} -#elf-docs-api { - margin-bottom: 60px; -} -#elf-docs-api .elf-docs-api-break { - height: 0; - border-top: 2px dashed #dedee1; - margin: 60px -50vw; -} -#elf-docs-api h3 { - color: #ff5000; -} -#elf-docs-api .api-item { - padding: 10px 0; - position: relative; - border-top: 1px solid #ededef; -} -#elf-docs-api .api-item.no-border { - border: none; -} -#elf-docs-api .name { - font-family: 'Source Code Pro'; - margin-bottom: 6px; - font-weight: bold; -} -#elf-docs-api .desc { - color: #76768a; - max-width: 80%; -} -#elf-docs-api .type { - float: right; - font-family: 'Source Code Pro'; - color: #535de9; - font-size: 9pt; - margin-top: 6px; -} -#elf-docs-api .value { - font-family: 'Source Code Pro'; - color: #ff5000; - margin-top: 12px; -} -#elf-docs-api .value::before { - font-family: 'knowledge'; - content: 'Default: '; - color: #858588; -} -#elf-docs-api .params { - margin-top: 15px; -} -#elf-docs-api .params::before { - font-size: 10pt; - color: #858588; - content: 'Parameters:'; - display: block; -} -#elf-docs-api .params .param { - margin: 5px 7px; - line-height: 1; -} -#elf-docs-api .params .name { - display: inline; - font-size: 9pt; -} -#elf-docs-api .params .type { - float: none; - display: inline; - font-size: 9pt; -} -#elf-docs-api .params .desc { - font-size: 11pt; -} diff --git a/documents/resources/styles/demo.css b/documents/resources/styles/demo.css deleted file mode 100644 index b3da57d287..0000000000 --- a/documents/resources/styles/demo.css +++ /dev/null @@ -1,7 +0,0 @@ -html { - font-family: 'Source sans pro', Arial, 'Helvetica Neue', Helvetica, sans-serif; -} -body { - min-height: auto !important; - padding: 0 !important; -} diff --git a/documents/resources/styles/element.css b/documents/resources/styles/element.css deleted file mode 100644 index 7084a70295..0000000000 --- a/documents/resources/styles/element.css +++ /dev/null @@ -1,122 +0,0 @@ -@import './api.css'; - -.pandora-code-viewer[theme=dark] .pandora-viewer-container { - background-color: #0d0d0d; -} - -#element-header { - position: -webkit-sticky; - position: sticky; - height: 55px; - display: flex; - flex-flow: row nowrap; - align-items: center; - background: #F0F4F8; - z-index: 2; - top: 0; - left: 0; - - margin-top: -40px; - - transform: translate(0,0); - transition: transform .3s ease; -} - -#element-header.hide{ - transform: translate(0,-100%); - transition: transform .3s ease; -} - -#element-header::before { - content: ''; - position: absolute; - top: 0; - right: -50vw; - bottom: 0; - left: -50vw; - background: inherit; - z-index: -1; -} - -#element-header input { - width: 100%; - cursor: pointer; - white-space: pre; - font-size: 14px; - outline: none; - border: 1px solid rgba(0, 0, 0, 0.15); - background: #ffffff; - overflow: hidden; - height: 35px; - box-sizing: border-box; - padding: 0 7px 0 35px; - line-height: 23px; - flex: auto; - margin-right: 5px; - font-family: 'Source Code Pro', monospace; -} - -.input-wrapper { - width: 100%;; -} - -.input-wrapper img { - opacity: 0.5; - position: absolute; - top: 20px; - left: 10px; -} - -.input-wrapper::before { - content: ''; - display: none; - position: absolute; - z-index: 9998; - top: 47px; - left: 50px; - width: 0; - height: 0; - border-left: 5px solid transparent; - border-right: 5px solid transparent; - border-bottom: 5px solid rgba(0, 0, 0, 0.72); -} - -.input-wrapper::after { - content: 'Copy to Clipboard'; - display: none; - position: absolute; - z-index: 9999; - top: 51px; - left: 0; - width: 114px; - height: 36px; - color: #fff; - font-size: 10px; - line-height: 36px; - text-align: center; - background: rgba(0, 0, 0, 0.72); -} - -#element-header input:hover { - border-color: #001EFF; -} - -.input-wrapper:hover::before, -.input-wrapper:hover::after { - display: block; -} - -.input-wrapper:active, -.input-wrapper:focus { - outline: none; -} - -.input-wrapper:active::after, -.input-wrapper:focus::after { - content: 'Copied!'; -} - -#element-header a { - display: inline-flex; - flex: none; -} \ No newline at end of file diff --git a/documents/resources/styles/home.css b/documents/resources/styles/home.css deleted file mode 100644 index 870b3a74fe..0000000000 --- a/documents/resources/styles/home.css +++ /dev/null @@ -1,140 +0,0 @@ -.elf-doc-home { - display: block !important; - z-index: 1; - position: relative; - display:flex; - flex-direction: column; - min-height:calc(100vh - 235px); - background-color: transparent; - /* background-image: linear-gradient(to bottom, white calc(100% - 100px), rgba(255, 255, 255, 0.8)), url(../images/refinitiv-bg.jpeg); */ - background-size: 100%; - background-repeat: no-repeat; - background-position: left calc(100% - 30px); -} - -pandora-page { - box-sizing: border-box; - width: 100%; - max-width: 1200px; - padding: 0 40px; -} - -.reader { - background-image: url(../images/refinitiv-bg.jpeg); - background-size: 100%; -} - -.elf-doc-header { - display: flex; -} - -.elf-doc-header img { - margin-top: 40px; - width: 110px; - margin-right: 40px; -} - -.elf-doc-header h1 { - margin: 10px 0; - font-size: 44px; - font-weight: 600; -} - -.elf-doc-header h2 { - color: rgba(44,44,44,.8); - margin-top: 20px; - font-size: 30px; -} - -.elf-doc-header h3 { - color: rgba(44,44,44,.8); - margin-top: 20px; - font-size: 22px; -} - -.elf-doc-content { - margin-top: 40px; - display:flex; - flex-flow:row wrap; -} - -.elf-doc-content .content-box { - text-align: center; - flex: 1; - margin-right: 40px; -} - -.elf-doc-content .content-box:last-child { - margin-right: 0; -} - -.content-box p { - text-align: left; - margin-top: 5px; - width: 100%; -} - -.home-footer { - margin-top: 30px; -} - -.home-footer p { - margin: 0; - margin-bottom: -20px; - max-width: 100%; -} - -.footer-link a { - margin-right: 5px; -} - -.content-box img { - width: 250px; -} - -#get-started-link { - display: flex; - align-items: center; - justify-content: space-evenly; - width: 150px; - height: 40px; - background-color: #001eff; - color: #fff; - font-weight: 600; - font-size: 16px; -} - -#get-started-link:hover { - background-color: #011bdf; - cursor: pointer; - opacity: 1; -} - -@media screen and (max-width: 690px) { - .elf-doc-header h1 { - font-size: 26px; - } - .elf-doc-header h3 { - font-size: 16px; - } - .elf-doc-content { - flex-direction: column; - align-items: center; - } - .elf-doc-content .content-box { - max-width: 350px; - margin-bottom: 20px; - margin-right: 0; - flex: auto; - } - .content-box p { - text-align: center; - } - .content-box img { - width: 200px; - } - .footer-link { - display: block; - margin-bottom: 20px; - } -}