All Projects → jerrykuku → Luci Theme Argon

jerrykuku / Luci Theme Argon

Argon is a clean HTML5 theme for OpenWrt LuCI. Users may setup their own favorite logins, including beautiful pics and customized mp4 videos.

Labels

Projects that are alternatives of or similar to Luci Theme Argon

Ghosttheme Stockholm
👻 📝 ✨ Clean Ghost theme with advanced features & customization.
Stars: ✭ 67 (-95.04%)
Mutual labels:  less
Cessie
Transpile your CSS bundle to support CSS variables, calc, and future CSS for legacy browsers.
Stars: ✭ 81 (-94%)
Mutual labels:  less
Techcul.org
UNESCO TechCul Program https://techcul.org
Stars: ✭ 1,296 (-4.07%)
Mutual labels:  less
Qgis Website
QGIS-Website
Stars: ✭ 71 (-94.74%)
Mutual labels:  less
Moo Css
模块化面向对象的css写法规范策略。适用于大中小型C端项目样式开发,旨在提高开发和维护效率。
Stars: ✭ 79 (-94.15%)
Mutual labels:  less
Vertical Rhythm
Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.
Stars: ✭ 83 (-93.86%)
Mutual labels:  less
Maxpress
MaxPress:MarkDown+Python实现微信公众号一键排版
Stars: ✭ 56 (-95.85%)
Mutual labels:  less
Redux Cnode
react+react-router+redux+es6+antd-mobile+webpack版本的Cnode
Stars: ✭ 96 (-92.89%)
Mutual labels:  less
Flow Ui
Flow-UI is a highly customizable UI framework based Seajs/jQuery。
Stars: ✭ 79 (-94.15%)
Mutual labels:  less
Vue Lottery
🎨 抽奖以及截屏保存图片至本地
Stars: ✭ 90 (-93.34%)
Mutual labels:  less
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+592.08%)
Mutual labels:  less
Path Menu
Path 2.0 Flyout Menu using CSS (Less), contrib to Path (iOS app) by Tunghsiao Liu
Stars: ✭ 78 (-94.23%)
Mutual labels:  less
Hexo Theme Noise
A hexo theme
Stars: ✭ 84 (-93.78%)
Mutual labels:  less
Less Plugin Glob
Globbing support for LESS
Stars: ✭ 70 (-94.82%)
Mutual labels:  less
Postcss Less
PostCSS Syntax for parsing LESS
Stars: ✭ 93 (-93.12%)
Mutual labels:  less
Govicons
🇺🇸 US Government themed icons and CSS toolkit
Stars: ✭ 60 (-95.56%)
Mutual labels:  less
Opentechsummit.eu
OpenTechSummit Europe https://opentechsummit.eu
Stars: ✭ 1,240 (-8.22%)
Mutual labels:  less
Nixos Homepage
Sources for nixos.org
Stars: ✭ 97 (-92.82%)
Mutual labels:  less
Eless
A Better 'less' - A bash script that loads emacs with minimal view-mode config - Created with Org mode
Stars: ✭ 94 (-93.04%)
Mutual labels:  less
Puzzle Tokens
Batch create, manage and update Sketch styles and symbols using SCSS/LESS
Stars: ✭ 90 (-93.34%)
Mutual labels:  less

A new LuCI theme for OpenWrt

Argon is a clean HTML5 theme for LuCI. Users may
setup their own favorite logins, including beautiful
pics and customized mp4 videos.



English | 简体中文

Notice

It is strongly recommended to use the Chrome browser. Some new css3 features are used in the theme, and currently only Chrome has the best compatibility. The mainline version of IE series currently has bugs to be resolved. FireFox does not enable the backdrop-filter by default, see here for the opening method: https://developer.mozilla.org/zh-CN/docs/Web/CSS/backdrop-filter

v2.x.x Adapt to official mainline snapshot.
You can checkout branch 18.06 for OpenWRT 18.06 or lean 19.07.

Update Log 2020.09.13 v2.2.5

  • 【v2.2.5】New config app for argon theme. You can set the blur and transparency of the login page of argon theme, and manage the background pictures and videos.[Chrome is recommended] Download
  • 【v2.2.5】Automatically set as the default theme when compiling.
  • 【v2.2.5】Modify the file structure to adapt to luci-app-argon-config. The old method of turning on dark mode is no longer applicable, please use it with luci-app-argon-config.
  • 【v2.2.5】Adapt to Koolshare lede 2.3.6。
  • 【v2.2.5】Fix some Bug。
  • 【v2.2.4】Fix the problem that the login background cannot be displayed on some phones.
  • 【v2.2.4】Remove the dependency of luasocket.
  • 【v2.2.3】Fix Firmware flash page display error in dark mode.
  • 【v2.2.3】Update font icon, add a default icon of undefined menu.
  • 【v2.2.2】Add custom login background,put your image (allow png jpg gif) or MP4 video into /www/luci-static/argon/background, random change.
  • 【v2.2.2】Add force dark mode, login ssh and type "touch /etc/dark" to open dark mode.
  • 【v2.2.2】Add a volume mute button for video background, default is muted.
  • 【v2.2.2】fix login page when keyboard show the bottom text overlay the button on mobile.
  • 【v2.2.2】fix select color in dark mode,and add a style for scrollbar.
  • 【v2.2.2】jquery update to v3.5.1.
  • 【v2.2.2】change request bing api method form wget to luasocket (DEPENDS).
  • 【v2.2.1】Add blur effect for login form.
  • 【v2.2.1】New login theme, Request background imge from bing.com, Auto change everyday.
  • 【v2.2.1】New theme icon.
  • 【v2.2.1】Add more menu category icon.
  • 【v2.2.1】Fix font-size and padding margin.
  • 【v2.2.1】Restructure css file.
  • 【v2.2.1】Auto adapt to dark mode.

How to build

Enter in your openwrt/package/lean or other

Lean lede

cd lede/package/lean  
rm -rf luci-theme-argon  
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git  
make menuconfig #choose LUCI->Theme->Luci-theme-argon  
make -j1 V=s  

Openwrt official SnapShots

cd openwrt/package
git clone https://github.com/jerrykuku/luci-theme-argon.git  
make menuconfig #choose LUCI->Theme->Luci-theme-argon  
make -j1 V=s  

How to Install

For Lean openwrt 18.06 LuCI

wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.7.0/luci-theme-argon_1.7.0-20200909_all.ipk
opkg install luci-theme-argon*.ipk

For openwrt official 19.07 Snapshots LuCI master

opkg install luci-compat
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.5/luci-theme-argon_2.2.5-20200914_all.ipk
opkg install luci-theme-argon*.ipk

Thanks to

luci-theme-material: https://github.com/LuttyYang/luci-theme-material/

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].