threefoldtecharchive / onlyoffice_3botlogin_archive

Apache License 2.0
0 stars 0 forks source link

Site branding [1] #10

Closed coeneivan closed 4 years ago

coeneivan commented 4 years ago

Inject css style to brand only office. unknown Screenshot 2020-07-09 at 08 18 12

coeneivan commented 4 years ago
The Css needed for this is: ``` @import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&display=swap); .studio-top-logo { background: url(https://threefold.io/assets/TFN.svg) ; width: 160px ; height: 55px ; background-position: top center ; background-repeat: no-repeat ; margin-top: -5px ; } .studio-top-logo img { display: none; } .studio-top-panel.mainPageLayout { background: #fff; } .studio-top-panel.mainPageLayout a, .studio-top-panel.mainPageLayout .userLink { color: black; font-family: 'Lato', sans-serif; text-transform: uppercase; } .studio-top-panel .top-item-box .inner-text svg { fill: black; } .mainPageLayout table>tbody>tr>td:first-child.mainPageContent { background: url(https://threefold.io/assets/new-home/Header-01.png); background-size: cover; background-position: center center; } * { font-family: 'Lato', sans-serif; } .title { font-family: 'Bebas Neue', sans-serif; } .menu-main-button { background: #006cbb; border-radius: 20px 0 0 20px; } .menu-upload-button { border-radius: 0 20px 20px 0; border: none; background: #006CBB; padding: 5px; position: relative; left: -7px; } .menu-upload-button svg { fill: #fff; } .down_arrow, .page-menu .menu-actions .menu-gray-button span.btn_other-actions:after { border-color: #fff transparent transparent; } .tree-node a .menu-item-svg { fill: #006CBB; } .tree-node.node-selected>a { color: #fff; } .tree-node.node-selected .menu-item-svg { fill: #fff; } .jstree .node-selected>.jstree-wholerow, li.jstree-closed.parent-selected>.jstree-wholerow { background: #4ec48f; } .tree-node { margin-bottom: 10px; line-height: auto; } .file-row { padding: 25px; } .greating-modules-block .docs-default-page .docs-default-logo:hover .title, .greating-modules-block .default-list-products .product:hover .title { text-decoration: underline; color: #4ec48f; } .file-row .checkbox:hover { background: none; } .contentMenu li { border: none; padding: 5px; margin-bottom: 20px; } #switchViewFolder { background: none; } .tree-thirdparty { display: none; } .fc-state-active, .fc-state-active .fc-button-inner { background: #006cbb; border: none; } ```