User talk:Neoshadow/sandbox/Sonic Sweepstakes

From CWCki
Jump to navigation Jump to search

Centering

You know what the problem is? It's when you call

class="infobox"

for the style sheet. That's forcing the whole shabang to float right. The solution here would be to dig up the style sheet, and copy all the stuff you need from it directly into the template instead of calling for it. Then you can change the 'float:left' to a regular 'center'. --Dude 09:02, 3 January 2010 (CET)

Ah, I see. But, where do I dig up this style sheet?--NeoShadow 09:05, 3 January 2010 (CET)

  • Give me a sec, I'll find it for you... have to look at the page source (after MediaWiki renders it).
/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}

Source: here --Dude 09:13, 3 January 2010 (CET)

  • ahaha, dammit, I was thinking you knew more about this than I did ><;; give me a sec --Dude 09:24, 3 January 2010 (CET)
  • I know, I suck. Well, this is causing Quite a few problems... maybe we should just stick with THIS format. I think it looks good.--NeoShadow 09:26, 3 January 2010 (CET)
  • VICTORY IS MINE --Dude 09:29, 3 January 2010 (CET)
  • THAT LOOKS FUCKING BRILLIANT! --Dude 09:29, 3 January 2010 (CET)
  • LOL! Alright, man. I guess you win here. Time to put this on ALL the videos!--NeoShadow 09:31, 3 January 2010 (CET)
  • HA! You think? Because if you like the other way, don't be shy. That said, I really like it this way... it's so streamlined! Now I may have to go back and redo all the videobooks >>;; Before you go and put it on all the videos, let's post a link to this sandbox on Champthom's usertalk. This is really good work, and I'd rather not have some jerkop shoot it down--best to get more input. --Dude 09:37, 3 January 2010 (CET)
  • Alright, I'll Quickly post links to the pages on his talk page, but then I gotta be heading off. Do me one more favor and make the infobox on the other page float to the right. I'll catch ya later :)--NeoShadow 09:42, 3 January 2010 (CET)