File talk:Wiki.png: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>Ose
m (Created page with '== Tweaked logo == thumb I took the logo and removed most of the big white block. Since I didn't have the original file the edges were a little grainy, so I…')
 
imported>Ose
mNo edit summary
Line 2: Line 2:
[[File:Wiki new.png|thumb]]
[[File:Wiki new.png|thumb]]
I took the logo and removed most of the big white block. Since I didn't have the original file the edges were a little grainy, so I added a white glow to hide that. I think it looks pretty decent. If you want to try it you can just put
I took the logo and removed most of the big white block. Since I didn't have the original file the edges were a little grainy, so I added a white glow to hide that. I think it looks pretty decent. If you want to try it you can just put
#wiki_logo { background-image: url(http://images2.wikia.nocookie.net/__cb20100703111609/sims/images/f/f5/Wiki_new.png) !important; }
<pre>#wiki_logo { background-image: url(http://images2.wikia.nocookie.net/__cb20100703111609/sims/images/f/f5/Wiki_new.png) !important; }</pre>
in [[Special:Mypage/monaco.css]]. If you like it, reupload the image at [[:File:Wiki.png]].
in [[Special:Mypage/monaco.css]]. If you like it, reupload the image at [[:File:Wiki.png]].



Revision as of 11:29, 3 July 2010

I took the logo and removed most of the big white block. Since I didn't have the original file the edges were a little grainy, so I added a white glow to hide that. I think it looks pretty decent. If you want to try it you can just put

#wiki_logo { background-image: url(http://images2.wikia.nocookie.net/__cb20100703111609/sims/images/f/f5/Wiki_new.png) !important; }

in Special:Mypage/monaco.css. If you like it, reupload the image at File:Wiki.png.

Also, while we're tweaking stuff, could you find this in MediaWiki:Monaco.css

.color2 { background:#64B668 url(http://images1.wikia.nocookie.net/sims/images/2/26/Background.png) repeat scroll 0 0; }

and replace it with this?

#wikia_header { background:transparent; }
body { background:#64B668 url(http://images1.wikia.nocookie.net/sims/images/2/26/Background.png) repeat scroll 0 0; }
.color2 { background-color:#64B668; }

There should be no visible change for most of you, just for those of us that have special margins and etc (in my case in wikia:User:Ose/global.css). The only thing that changes is that the Wikia header becomes transparent and shows the background of what is behind it (the page body), instead of it having the same background sitting on top of the body. Osetc 11:28, July 3, 2010 (UTC)