Skip to content

Commit 49ee332

Browse files
committed
Use new logo
1 parent df7ec80 commit 49ee332

File tree

2 files changed

+31
-23
lines changed

2 files changed

+31
-23
lines changed

layouts/default.vue

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -240,20 +240,20 @@ K:Bb
240240
V:1 nm="abcjs"
241241
|:GBcd-d4|zcdc dc3|
242242
`;
243-
this.renderAbc()("abcjs-logo", logoMusic, { add_classes: true }, {
244-
paddingtop: 0,
245-
paddingbottom: 0,
246-
paddingright: 0,
247-
paddingleft: 0,
248-
responsive: "resize"});
249-
const titleEl = document.querySelector('#abcjs-logo text');
250-
titleEl.setAttribute("x", "38");
251-
titleEl.setAttribute("y", "35");
252-
titleEl.setAttribute("font-family", '"Lucida Console", Monaco, monospace');
253-
titleEl.parentElement.appendChild(titleEl);
254-
document.querySelector('#abcjs-logo svg').setAttribute("viewBox", "34 0 370 96");
255-
const staffExtra = document.querySelectorAll('#abcjs-logo svg .abcjs-staff-extra');
256-
staffExtra[0].classList.add("abcjs-clef");
243+
// this.renderAbc()("abcjs-logo", logoMusic, { add_classes: true }, {
244+
// paddingtop: 0,
245+
// paddingbottom: 0,
246+
// paddingright: 0,
247+
// paddingleft: 0,
248+
// responsive: "resize"});
249+
// const titleEl = document.querySelector('#abcjs-logo text');
250+
// titleEl.setAttribute("x", "38");
251+
// titleEl.setAttribute("y", "35");
252+
// titleEl.setAttribute("font-family", '"Lucida Console", Monaco, monospace');
253+
// titleEl.parentElement.appendChild(titleEl);
254+
// document.querySelector('#abcjs-logo svg').setAttribute("viewBox", "34 0 370 96");
255+
// const staffExtra = document.querySelectorAll('#abcjs-logo svg .abcjs-staff-extra');
256+
// staffExtra[0].classList.add("abcjs-clef");
257257
}
258258
}
259259
</script>
@@ -325,17 +325,21 @@ V:1 nm="abcjs"
325325
}
326326
327327
#abcjs-logo {
328+
background-image: url(/_nuxt/img/abcjs_comp_extended_08.b1e7db9.svg);
329+
background-repeat: no-repeat;
330+
background-size: cover;
331+
width: 100%;
328332
height: 40px;
329333
}
330-
#abcjs-logo .abcjs-staff, #abcjs-logo .abcjs-staff-extra, #abcjs-logo .abcjs-symbol, #abcjs-logo .abcjs-bar {
331-
fill: #b3b38b !important;
332-
}
333-
#abcjs-logo .abcjs-staff-extra.abcjs-clef {
334-
fill-opacity: 0.3;
335-
}
336-
#abcjs-logo .abcjs-voice-name, #abcjs-logo .abcjs-note, #abcjs-logo .abcjs-beam-elem {
337-
fill: #42A5F5 !important;
338-
}
334+
/*#abcjs-logo .abcjs-staff, #abcjs-logo .abcjs-staff-extra, #abcjs-logo .abcjs-symbol, #abcjs-logo .abcjs-bar {*/
335+
/*fill: #b3b38b !important;*/
336+
/*}*/
337+
/*#abcjs-logo .abcjs-staff-extra.abcjs-clef {*/
338+
/*fill-opacity: 0.3;*/
339+
/*}*/
340+
/*#abcjs-logo .abcjs-voice-name, #abcjs-logo .abcjs-note, #abcjs-logo .abcjs-beam-elem {*/
341+
/*fill: #42A5F5 !important;*/
342+
/*}*/
339343
.list__tile--active {
340344
background-color: #DFDBC3;
341345
}

static/abcjs_comp_extended_08.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)