Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Chocfishryum

Members
  • Content Count

    199
  • Joined

  • Last visited

Posts posted by Chocfishryum


  1. Okay, so, a while ago I was looking back through some old posts for a reason that I still do not know, and oh, jeez I am so sorry. The grammar and the spelling, and just the general derpyness of it, holy wow, I just can't even. It's probably still pretty bad now, to be honest. I really apologise for my younger self. Jeez, how did you put up with me?

  2. Loading...



    To Save or Create images, please login.











    [img][/img]


    Click to Begin


    Don't like this image?





    [img][/img]


    Title



    Please add a title that is 2 or more words.



    Please make your title 2 or more words!


     


    Tags



    Please make sure to add at least 2 tags.



    Please add 2 or more tags!


     

    Save



    Logged in as



    .wm-extensionProjectContainer {
    font-family: "Trebuchet MS",serif;
    }

    .wm-extensionProjectContainer label {
    display: block;
    margin: 10px 35px;
    text-align: right;
    }
    .wm-extensionProjectContainer input {
    border: 1px solid #CFCFCF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*display: block;*/
    width: 325px;
    padding: 8px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F4F4F4));
    height: 32px;
    margin-bottom: 3px;
    }

    .wm-extensionProjectContainer img {
    display: inline-block;
    }
    .wm-extensionProjectContainer .image-container {
    height: 210px;
    background: #EEE;
    width: 390px;
    margin: 30px 30px 10px;
    text-align: center;
    }

    .wm-extensionProjectContainer button.save {
    float: right;
    width: 100px;
    }


    .wm-extensionProjectContainer .image-container img {
    height: 100%;
    }

    .wm-extensionProjectContainer button,
    .wm-extensionProjectContainer .button {
    border-radius: 6px;
    width: 390px;
    height: 50px;
    background-color: #ff78a1;
    padding: 6px;
    color: white;
    font-weight: 900;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
    border: none;
    cursor: pointer;
    margin: 0 30px 10px;
    }

    .wm-extensionProjectContainer .dont-like {
    text-align: center;
    }

    .wm-extensionProjectContainer li,
    .wm-extensionProjectContainer ul {
    margin: 0;
    padding: 0;
    }

    .wm-extensionProjectContainer .dim {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    }

    .wm-extensionProjectContainer .content {
    padding: 0;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 525px;
    margin-left: -225px;
    margin-top: -262.5px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 30px;
    border-radius: 6px;
    }

    .wm-extensionProjectContainer .tab-pane {
    display: none;
    }
    .wm-extensionProjectContainer .tab-pane.active {
    display: block;
    }

    .wm-extensionProjectContainer .logged-in {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    }

    .wm-extensionProjectContainer .nav.nav-tabs li {
    height: 40px;
    line-height: 45px;
    width: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    }

    .wm-extensionProjectContainer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    .wm-extensionProjectContainer .blocker {
    position: absolute;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 125px;
    line-height: 50px;
    z-index: 2;
    }

    .wm-extensionProjectContainer .nav a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    }

    .wm-extensionProjectContainer .nav.nav-tabs {
    margin: 3px;
    border-radius: 6px;
    border: 1px solid gray;
    }

    .wm-extensionProjectContainer .nav.nav-tabs li + li a {
    border-left: 1px solid grey;
    }

    .wm-extensionProjectContainer a {
    text-decoration: none;
    color: grey;
    font-size: 14pt;
    }

    .wm-extensionProjectContainer .nav.nav-tabs li:last-child.active a {

    }
    .wm-extensionProjectContainer .nav.nav-tabs li+li.active a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
    .wm-extensionProjectContainer .nav.nav-tabs li.active a:active ,
    .wm-extensionProjectContainer .nav.nav-tabs li.active a {
    border-radius: 5px;
    color: #ff78a1;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f3f3f3', GradientType = 0); /* IE6-9 */
    }
    .wm-extensionProjectContainer .nav.nav-tabs {
    color: #bfbbbb;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #e2e2e2));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#e2e2e2', GradientType = 0);
    }

    .wm-extensionProjectContainer .hint {
    color: #aaa;
    }

    .wm-extensionProjectContainer .error {
    color: red;
    }









    Loading...



    To Save or Create images, please login.











    [img][/img]


    Click to Begin


    Don't like this image?





    [img][/img]


    Title



    Please add a title that is 2 or more words.



    Please make your title 2 or more words!


     


    Tags



    Please make sure to add at least 2 tags.



    Please add 2 or more tags!


     

    Save



    Logged in as



    .wm-extensionProjectContainer {
    font-family: "Trebuchet MS",serif;
    }

    .wm-extensionProjectContainer label {
    display: block;
    margin: 10px 35px;
    text-align: right;
    }
    .wm-extensionProjectContainer input {
    border: 1px solid #CFCFCF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*display: block;*/
    width: 325px;
    padding: 8px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F4F4F4));
    height: 32px;
    margin-bottom: 3px;
    }

    .wm-extensionProjectContainer img {
    display: inline-block;
    }
    .wm-extensionProjectContainer .image-container {
    height: 210px;
    background: #EEE;
    width: 390px;
    margin: 30px 30px 10px;
    text-align: center;
    }

    .wm-extensionProjectContainer button.save {
    float: right;
    width: 100px;
    }


    .wm-extensionProjectContainer .image-container img {
    height: 100%;
    }

    .wm-extensionProjectContainer button,
    .wm-extensionProjectContainer .button {
    border-radius: 6px;
    width: 390px;
    height: 50px;
    background-color: #ff78a1;
    padding: 6px;
    color: white;
    font-weight: 900;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
    border: none;
    cursor: pointer;
    margin: 0 30px 10px;
    }

    .wm-extensionProjectContainer .dont-like {
    text-align: center;
    }

    .wm-extensionProjectContainer li,
    .wm-extensionProjectContainer ul {
    margin: 0;
    padding: 0;
    }

    .wm-extensionProjectContainer .dim {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    }

    .wm-extensionProjectContainer .content {
    padding: 0;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 525px;
    margin-left: -225px;
    margin-top: -262.5px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 30px;
    border-radius: 6px;
    }

    .wm-extensionProjectContainer .tab-pane {
    display: none;
    }
    .wm-extensionProjectContainer .tab-pane.active {
    display: block;
    }

    .wm-extensionProjectContainer .logged-in {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    }

    .wm-extensionProjectContainer .nav.nav-tabs li {
    height: 40px;
    line-height: 45px;
    width: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    }

    .wm-extensionProjectContainer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    .wm-extensionProjectContainer .blocker {
    position: absolute;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 125px;
    line-height: 50px;
    z-index: 2;
    }

    .wm-extensionProjectContainer .nav a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    }

    .wm-extensionProjectContainer .nav.nav-tabs {
    margin: 3px;
    border-radius: 6px;
    border: 1px solid gray;
    }

    .wm-extensionProjectContainer .nav.nav-tabs li + li a {
    border-left: 1px solid grey;
    }

    .wm-extensionProjectContainer a {
    text-decoration: none;
    color: grey;
    font-size: 14pt;
    }

    .wm-extensionProjectContainer .nav.nav-tabs li:last-child.active a {

    }
    .wm-extensionProjectContainer .nav.nav-tabs li+li.active a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
    .wm-extensionProjectContainer .nav.nav-tabs li.active a:active ,
    .wm-extensionProjectContainer .nav.nav-tabs li.active a {
    border-radius: 5px;
    color: #ff78a1;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f3f3f3', GradientType = 0); /* IE6-9 */
    }
    .wm-extensionProjectContainer .nav.nav-tabs {
    color: #bfbbbb;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #e2e2e2));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#e2e2e2', GradientType = 0);
    }

    .wm-extensionProjectContainer .hint {
    color: #aaa;
    }

    .wm-extensionProjectContainer .error {
    color: red;
    }

    Well I'm not sure if you can see this yourself but... Dafuq is this?!
    (upwards!!) This comes up everytime I try to post something on the forum
    and it's really really really annoying D: Help meh?

  3. chirstain wrote:
    Voltzahl wrote:
    ZacI265 wrote:
    i never went to my english class ever in my whole life so sue me ='(


    I just got off the phone with my lawyer. See you in court Monday.

    Also I'm calling the cops because your grammer made Lost shoot himself.

    Can't tell if intentional or actual spelling mistake...
    Also, Lost, you're alive Very Happy


    So is he dead or alive?

  4. Not helpful Doom -.-'

    Very Happy That's alot of anime!!! Eheheh this should keep me going for a while...

    I knew you'd say some of the anime I watch is mainstream.... You did last time too xD

    Heheh thanks for the anime :3

    p.s. Fire I've seen all the old Naruto episodes Very Happy

  5. Ok! I'm in a serious dilemma (sp?) here people. A dilemma that needs serious help. Help from somebody who preferably (not nessecarily but preferably) knows stuffs about anime. Well now that you know that my dilemma isn't that bad (IT IS TO MEEEE!!!) I just need help choosing some anime. Possibly something that has anything to do with any of these (they're the one's I've watched and liked)

    1. Naruto or Naruto Shippuden
    2. Bleach
    3. Fairy Tail
    4. Clannad
    5. School Rumble
    6. Kaichou wa Maid-Sama
    7. Fullmetal Alchemist

    That's all Very Happy
    HEEELLLPPP ME D: pwease?

  6. Weeeeellllllll you can get ice cream with it too Very Happy And yeah you can get coffee or tea

    We use cage-free eggs, pure NZ butter, premium Dutch cocoa and plenty of delicious Whittakers chocolate with no use of additives or preservatives. To top it off, we’ve specially chosen Supreme coffee, Harney & Sons tea and the finest Kohu Road ice cream to be your cookie’s best friend.


    Whittakers Chocolate is the best. Js
×
×
  • Create New...