All Projects → kizx → onemoe-theme

kizx / onemoe-theme

Licence: other
OneManager-onemoe主题

Programming Languages

HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to onemoe-theme

OneManager-cfworkerskv
部署在cloudflare的workers中的OneManager。
Stars: ✭ 124 (+300%)
Mutual labels:  onedrive, onemanager
OneDriveShareLinkPushAria2
Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.
Stars: ✭ 256 (+725.81%)
Mutual labels:  onedrive
Yosoro
🍧Beautiful Markdown NoteBook. 🏖
Stars: ✭ 2,595 (+8270.97%)
Mutual labels:  onedrive
vbo365-rest
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 44 (+41.94%)
Mutual labels:  onedrive
vbo365-rest-self-service
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 24 (-22.58%)
Mutual labels:  onedrive
Outlook-Add-in-SSO
[MOVED] The sample implements an Outlook add-in that uses Office's SSO system to get access to Microsoft Graph APIs and adds buttons to the Outlook ribbon.
Stars: ✭ 48 (+54.84%)
Mutual labels:  onedrive
Cloudcross
CloudCross it's opensource crossplatform software for syncronization a local files and folders with many cloud providers. On this moment a Cloud Mail.Ru, Yandex.Disk, Google drive, OneDrive and Dropbox support is available
Stars: ✭ 185 (+496.77%)
Mutual labels:  onedrive
onedrive-vercel-index
OneDrive public directory listing, powered by Vercel and Next.js
Stars: ✭ 1,725 (+5464.52%)
Mutual labels:  onedrive
video-to-markdown
How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
Stars: ✭ 159 (+412.9%)
Mutual labels:  onedrive
onedrive-texteditor-js
Simple single-page JavaScript app for editing text files
Stars: ✭ 26 (-16.13%)
Mutual labels:  onedrive
libcloudstorage
Official libcloudstorage repository.
Stars: ✭ 49 (+58.06%)
Mutual labels:  onedrive
butdr
Backup to Cloud( Google Drive, Dropbox ... ) use rclone
Stars: ✭ 49 (+58.06%)
Mutual labels:  onedrive
go-drive
A simple cloud drive mapping web app supports local, FTP/SFTP, S3, OneDrive, WebDAV, Google Drive.
Stars: ✭ 184 (+493.55%)
Mutual labels:  onedrive
Gonelist
Golang Onedrive List - 极易部署的 Onedrive List 服务
Stars: ✭ 242 (+680.65%)
Mutual labels:  onedrive
OneDriveBully
Bully your OneDrive to sync Symbolic Link Folders
Stars: ✭ 155 (+400%)
Mutual labels:  onedrive
Phpspo
Office 365 Library for PHP. It allows to performs CRUD operations against Office 365 resources via an REST/OData based API
Stars: ✭ 198 (+538.71%)
Mutual labels:  onedrive
UserFileSystemSamples
IT Hit User File System Engine samples in .NET/C#. Samples implement Virtual File System for Windows and Mac with synchronization support, on-demand loading, offline files, and Windows File Manager integration.
Stars: ✭ 60 (+93.55%)
Mutual labels:  onedrive
AlienVan
onedrive 网页挂载程序
Stars: ✭ 18 (-41.94%)
Mutual labels:  onedrive
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (-25.81%)
Mutual labels:  onedrive
SyncPro
SyncPro is a Windows app for synchronizing files between various online storage providers (OneDrive, Google Drive, Amazon S3, etc.)
Stars: ✭ 39 (+25.81%)
Mutual labels:  onedrive

说明

这是 onedrive 云盘程序OneManager的一个 CSS 美化 主题。

使用

  • OneManager 程序已内置本主题,后台启用 onemoe 主题即可,或者可以通过设置 customTheme 链接来使用最新版本。
https://cdn.jsdelivr.net/gh/kizx/onemoe-theme/onemoe.html
  • 主题可以显示图片背景或者渐变色背景,要显示渐变色背景需要在后台清除背景图片设置,否则优先显示图片背景。

  • 可以自定义背景渐近色,在后台 customCss 添加类似下面的代码即可,代码中的渐近色可以自行替换。
    ps:只要你会点 css,主题中的任何颜色都可以通过该设置来改变。

/* 简单点的像下面这样 */
<style>body{background-image: linear-gradient(to right, #868f96 0%, #596164 100%);}</style>
/* 或者这样 */
<style>body{background-color: #8ec5fc;background-image: linear-gradient(65deg, #8ec5fc 0%, #e0c3fc 100%);}</style>
/* 复杂点的像下面这样 */
<style>
body {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
  background-blend-mode: multiply, multiply;
}
</style>

什么?你不会渐近色代码?放心,我也不会,只需要从类似下面的一些渐近色配色网站 copy css 然后粘贴过来即可。
配色网站 1:https://www.grabient.com/
配色网站 2:https://gradient.shapefactory.co/
配色网站 3:https://webgradients.com/

预览

其他

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].