mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
add theme
This commit is contained in:
parent
862d4994c5
commit
ace85ed78c
20 changed files with 4687 additions and 0 deletions
2027
luci-theme-ezengreen/htdocs/luci-static/ezengreen/cascade.css
Executable file
2027
luci-theme-ezengreen/htdocs/luci-static/ezengreen/cascade.css
Executable file
File diff suppressed because it is too large
Load diff
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/ezenlink.png
Executable file
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/ezenlink.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 553 B |
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/favicon.ico
Executable file
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/favicon.ico
Executable file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/footer.png
Executable file
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/footer.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 836 B |
61
luci-theme-ezengreen/htdocs/luci-static/ezengreen/mobile.css
Executable file
61
luci-theme-ezengreen/htdocs/luci-static/ezengreen/mobile.css
Executable file
|
@ -0,0 +1,61 @@
|
|||
#content-desktop {display: block;}
|
||||
#content-mobile {display: none;}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
#content-desktop {display: none;}
|
||||
#content-mobile {display: block;}
|
||||
|
||||
}
|
||||
|
||||
header h3 a, header .brand {
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 12px 6px 12px 6px;
|
||||
margin: 0 0 0 10px;
|
||||
font-size: 22px;
|
||||
font-weight: 240;
|
||||
}
|
||||
|
||||
header div > ul, .nav {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 7px 8px 0 8px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
header div > ul a, .nav a {
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 12px 6px 12px 6px;
|
||||
line-height: 14px;
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.menu-dropdown, .dropdown-menu {
|
||||
top: 38px;
|
||||
min-width: 180px;
|
||||
max-width: 260px;
|
||||
}
|
||||
|
||||
@media screen and (max-device-width: 660px) {
|
||||
#maincontent.container {
|
||||
width: 98%;
|
||||
margin: 30px 0 0 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-device-width: 360px) {
|
||||
#maincontent.container {
|
||||
width: 96%;
|
||||
margin: 30px 0 0 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-device-width: 200px) {
|
||||
#maincontent.container {
|
||||
width: 94%;
|
||||
margin: 40px 0 0 2px;
|
||||
}
|
||||
}
|
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/outdoorrouter.png
Executable file
BIN
luci-theme-ezengreen/htdocs/luci-static/ezengreen/outdoorrouter.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue