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>Duskey
No edit summary
imported>A morris
No edit summary
Line 1: Line 1:
== Tweaked logo ==
== Tweaked logo ==
[[File:Wiki new.png|thumb]]
[[File:Wiki new.png|thumb]]
[[File:Logo-Screenshot.png|thumb|Logo with transparent background]]
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
<pre>#wiki_logo { background-image: url(http://images2.wikia.nocookie.net/__cb20100703111609/sims/images/f/f5/Wiki_new.png) !important; }</pre>
<pre>#wiki_logo { background-image: url(http://images2.wikia.nocookie.net/__cb20100703111609/sims/images/f/f5/Wiki_new.png) !important; }</pre>
Line 20: Line 21:


::::I've been sporting this tweaked logo for some days now and I like. It's definately an improvement over the blocky white background of the original one. I saw we call it to a vote. '''[[User:Duskey|Duskey]]'''<small>([[User_talk:Duskey|<span style="color:green;">talk</span>]])([[User_blog:Duskey|<span style="color:blue;">blog</span>]])</small> 12:14, July 15, 2010 (UTC)
::::I've been sporting this tweaked logo for some days now and I like. It's definately an improvement over the blocky white background of the original one. I saw we call it to a vote. '''[[User:Duskey|Duskey]]'''<small>([[User_talk:Duskey|<span style="color:green;">talk</span>]])([[User_blog:Duskey|<span style="color:blue;">blog</span>]])</small> 12:14, July 15, 2010 (UTC)
:::::I like it too, now. --[[User:A_morris|a_morris]] <small>([[User_talk:A_morris|talk]])</small> 22:47, July 20, 2010 (UTC)

Revision as of 22:47, 20 July 2010

Logo with transparent background

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)

I'm testing out the logo myself as you suggested. You did a good job but I'm not sure about it on the background but it'll grow on me. I might put the finally decision to a vote. (I have also made the changes you suggested regarding the background). --a_morris (talk) 15:34, July 4, 2010 (UTC)
The small white edges that this preview has is definately needed. Without them I think the colors would clash with the background and the logo would be messy. This version works I guess. Duskey(talk)(blog) 11:44, July 5, 2010 (UTC)
You can also put this in Monaco.css:
#background_strip { background: #FFF }
Then the white logo has also a white background. Dennyboy1997 06:49, July 6, 2010 (UTC)
I've been sporting this tweaked logo for some days now and I like. It's definately an improvement over the blocky white background of the original one. I saw we call it to a vote. Duskey(talk)(blog) 12:14, July 15, 2010 (UTC)
I like it too, now. --a_morris (talk) 22:47, July 20, 2010 (UTC)