User talk:Sandungas: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
mNo edit summary
m (→‎PS4 wiki main logo: The image from the default path doesnt exists in the server)
Line 7: Line 7:
<pre>
<pre>
.mw-wiki-logo {
.mw-wiki-logo {
     background-image: url(/ps4/images/1/14/PS4_logomini.gif?341ed);
     background-image: url(/ps4/images/1/14/PS4_logomini.gif?341ed); /* default path: url(/ps4/logo.png?341ed) */
}
}
</pre>
</pre>

Revision as of 05:34, 24 September 2021

Atrac9

[1] [2] atrac9 encoder/decoder all in one // http://playstationhax.it/forums/topic/1491-atrac9-encoderdecoder-also-for-ps4/


This is a dirty wayaround to display a logo as a replacement of the missing one at top-left corner of the navigation list of all wiki pages, if some other admin is interested in it join the conversation, im testing it with firefox code inspector and i know it works but there are a bunch of details to talk about

.mw-wiki-logo {
    background-image: url(/ps4/images/1/14/PS4_logomini.gif?341ed); /* default path: url(/ps4/logo.png?341ed) */
}