diff options
author | Lutty Yang <lutty@wcan.in> | 2015-09-17 16:19:48 +0800 |
---|---|---|
committer | Lutty Yang <lutty@wcan.in> | 2015-09-17 16:19:48 +0800 |
commit | c332c660318f9d7916daa6855ebdc63504d02b07 (patch) | |
tree | 65dffaf50c754590d3e1413c014373d61ca02fbc /themes/luci-theme-material/htdocs/luci-static/material/css | |
parent | cdf3122db2dee7003226997b2d5f65c6379a931d (diff) |
Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
Signed-off-by: Lutty Yang <lutty@wcan.in>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/css')
-rwxr-xr-x | themes/luci-theme-material/htdocs/luci-static/material/css/style.css | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 9dbfcaecdd..e98ae3c691 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -1,3 +1,26 @@ +/** + * Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI + * + * luci-theme-material + * Copyright 2015 Lutty Yang <lutty@wcan.in> + * + * Have a bug? Please create an issue here on GitHub! + * https://github.com/LuttyYang/luci-theme-material/issues + * + * luci-theme-bootstrap: + * Copyright 2008 Steven Barth <steven@midlink.org> + * Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> + * Copyright 2012 David Menting <david@nut-bolt.nl> + * + * MUI: + * https://github.com/muicss/mui + * + * Licensed to the public under the Apache License 2.0 + */ + +/* + * Font generate by Icomoon<icomoon.io> + */ @font-face { font-family: 'icomoon'; src: url('../fonts/font.eot'); @@ -362,7 +385,7 @@ footer { left: 0; } -/* 进度条fix */ +/* fix progress bar */ #memfree > div, #membuff > div, #conns > div, @@ -379,7 +402,7 @@ footer { background-color: #0099CC !important; } -/* 多重table fix*/ +/* fix multiple table */ table table { border: none; @@ -397,7 +420,7 @@ td > table > tbody > tr > td { border: none; } -/* button 样式 */ +/* button style */ .cbi-button { box-sizing: border-box; @@ -714,7 +737,6 @@ td > table > tbody > tr > td { .uci-change-list var ins, .uci-change-list var del { - /*display: inline;*/ border: none; white-space: pre; font-style: normal; |