User talk:Wynthyst/Sandbox/Feedback namespace

From Guild Wars Wiki
Jump to navigationJump to search

Just FYI[edit]

I'm on my work computer, which is a really crappy and really old computer. As such, I can't tell the difference at all between the 3 suggested background colors. On this comp they all look white. I mean I'll check them again when I get home in a couple hours, but I'm thinking that the background colors should be a little bit darker so that they can be noticed by older computers like this one. (Satanael 20:32, 18 June 2009 (UTC))

Green Background[edit]

Hey Wyn,

I am trying to get the green background thing for mine, but for some reason, the image does not come up.

Here is what I have:

monobook.css:

 .usermessage {
 color:#AEEEEEE;
 background-color: #F1F4F1;
 font-weight:bold; text-align:center;
 border: solid 1px #517453;
 widht:250px;
 }
 .usermesage a {
 color: #2E3436; }

 .noticeboardbox{display:none;}

body { background:#F0FFF1 url(http://wiki.guildwars.com/wiki/File:User_Wynthyst_background_green.jpg) repeat-x; }

#content {
  border: 1px solid #517453;
  background: #F1F4F1;
 }

What is wrong with it? -- §Lacky§ My Contributions Talk 04:30, 23 June 2009 (UTC)

EDIT: Never mind, I found out how to fix it. This is what I have now (and it's fixed):
 .usermessage {
 color:#AEEEEEE;
 background-color: #F1F4F1;
 font-weight:bold; text-align:center;
 border: solid 1px #517453;
 widht:250px;
 }
 .usermesage a {
 color: #2E3436; }

 .noticeboardbox{display:none;}

body { background:#F0FFF1 url(http://wiki.guildwars.com/images/e/e7/User_Wynthyst_background_green.jpg) repeat-x; }

#content {
  border: 1px solid #517453;
  background:#F1F4F1
 }

^_^...I would have posted this a few hours ago (a bit after my last post here), but my computer crashed on me and I didn't turn it back on until now. -- §Lacky§ My Contributions Talk 05:47, 23 June 2009 (UTC)