Jump to content

Mersopolis

Members
  • Content Count

    2581
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Mersopolis


  1. I had a dream last night that I figured out commander's identity but when I asked him about it he went offline.

    That's exactly what he'd want you think.

     

    Wait.

     

    That phrase is familiar.

     

    That's exactly what GREG-

     

    [uSER WAS BANNED FOR THIS POST]


  2. A Minneapolis couple decided to go to Florida to thaw out during a particularly icy winter. They planned to stay at the same hotel where they spent their honeymoon 20 years earlier. Because of hectic schedules, it was difficult to coordinate their travel schedules. So, the husband left Minneapolis and flew to Florida on Thursday, with the wife flying down the following day. The husband checked into the hotel. There was a computer in his room, so he decided to send an e-mail to his wife. However, he accidentally left out one letter in her e-mail address, and without realizing his error, sent the e-mail.

    Meanwhile, somewhere in Houston, a widow just returned home from her husband's funeral. He was a minister who was called home to glory following a heart attack. The widow decided to check her e-mail since she was expecting messages from relatives and friends. After reading the first message, she screamed and fainted. The widow's son rushed into the room, found his mother on the floor, and saw the computer screen which read:
     
    Spoiler
    To: My Loving Wife
    Subject: I've Arrived

    I know you're surprised to hear from me. They have computers here now and you are allowed to send e-mails to your loved ones. I've just arrived and have been checked in. I see that everything has been prepared for your arrival tomorrow. Looking forward to seeing you then! Hope your journey is as uneventful as mine was.
    PS. Sure is freaking hot down here.

  3. Dad-gum it. I was in the middle of a great game.

     

    I was playing as Eve, and managed to get:

    Bobby-bomb

    Dr. Fetus

    Mr. Mega

    and

    Transcendence

     

    I was literally launching super troll bombs with each shot, only they followed enemies instead of me. And I could fly.

     

     

    And then, Windows 7 had to go and update on me while I was at preview night for Drowsy Chaperone. I hadn't even gotten to Mom yet.


  4. do you type things directly into the spoilymajigger that pops up, or do you insert them and then type?

    I type :

    [csp0iler]

    whatever

    [/csp0iler]

     

    Sometimes I type it in that order, sometimes I type the spoilers first, sometimes I type a thing and put the end spoiler, then the first spoiler.


  5. My css is rusty so I can't be specific atm, but you should be able to make three spans set at 33% width, placed next to each other, and then align the text in each div respectively.

    Did you mean something like this?:

    Spoiler
    
    <span style="width:33%;margin: 0;"><div style="text-align:left;">Left</div>
    
    
    <span style="width:33%;margin: 0;"><div style="text-align:center;">Center</a></div>
    
    
    <span style="width:33%;margin: 0;"><div style="text-align:right;">Right</div>
    </span>
    </span>
    </span>
     
    Because that
    just does
    this
     
    I discovered the solution:
    Spoiler
    CSS:
    
    nav  {display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
    }
    nav ul  {display: table-row;
    }
    nav li  {display: table-cell;
    margin: 0;

    Code:

    
    <nav>
    <ul>
    <li><div style="text-align:left;">Left</div></li>
    <li><div style="text-align:center;">Center</div></li>
    <li><div style="text-align:right;">Right</div></li>
    </ul>
    </nav>


  6. How can I use HTML/CSS to put three different pieces of text on the same line, while aligned left, center, and right, respectively, and have it so that is maintained no matter what the viewport size is?

     

    Example:

    Left

    Center

    Right

    But all on the same line


  7. tl:dr - The only cause of increased key prices is that people keep intentionally selling for higher than what is listed on backpack.tf and that people who are too desperate or too rich to care about prices keep buying them.

×