Skip to content

Commit

Permalink
feat: remove old logo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Feb 22, 2023
1 parent 19b4958 commit 3a6fb7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions htdocs/luci-static/neobird/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ header {
background-color: var(--bgwhite);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
transition: box-shadow .2s;
height: 50px;
height: 55px;
float: left;
position: fixed;
z-index: 101;
Expand Down Expand Up @@ -739,20 +739,20 @@ header > .container > .brand {
/*font-weight:bold;*/
line-height:60px;
/*color: white;*/
color:rgb(111,42,142);
color:rgb(254 254 254);
cursor: default;
/*background: #51c291;*/
display:block;
width:17rem;
padding-right: 10px;
padding-left: 35px;
height:60px;
text-align:center;
float:left;
font-weight:900;
letter-spacing:3px;
}
header > .container > a[class="brand"]:after {
content:"鎼达拷";
content:"";
font-size:14px;
font-family:Tahoma;
position: absolute;
Expand Down Expand Up @@ -2392,6 +2392,7 @@ body.lang_pl.node-main-login .cbi-value-title {
position: absolute;
width: 300px;
height: 50px;
padding: 16px 26px;
}

.showSide:before {
Expand Down
2 changes: 2 additions & 0 deletions htdocs/luci-static/neobird/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
width: "20rem"
}, "fast");
$(".main-right").css("overflow-y", "hidden");
$(".showSide").css("display", "none");
showSide = true;
}
});
Expand All @@ -184,6 +185,7 @@
width: "0"
}, "fast");
$(".main-right").css("overflow-y", "auto");
$(".showSide").css("display", "");
}
});

Expand Down
5 changes: 2 additions & 3 deletions luasrc/view/themes/neobird/header.htm
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@
</div>

<div class="container">
<span class="showSide"></span>
<img src="<%=media%>/images/logo.png" <%=striptags( (boardinfo.hostname or "?") ) %>>

<span class="showSide"></span>
<a class="brand" href="#">OpenWrt</a>
<div class="pull-right">
<%
-- calculate the number of unsaved changes
Expand Down

0 comments on commit 3a6fb7f

Please # to comment.