User talk:Sandungas: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:


== PS4 wiki main logo ==
== PS4 wiki main logo ==
This is a dirty wayaround to display an icon 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
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
<pre>
<pre>
.mw-wiki-logo {
.mw-wiki-logo {

Revision as of 05:29, 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);
}