Search results for query: *

  1. StoneWolf18

    Help Widths of messages, posts, and replies

    There is no one standard size because the width of the boxes change depending on the sizes of a screen, hence why it’s recommended to use percentages instead. If you want to code in pixels, which is perfectly fine (though it’ll make the code illegible to mobile users and those with smaller...
  2. StoneWolf18

    Help Tabs next to imagefloat

    You're welcome! :D
  3. StoneWolf18

    Help Tabs next to imagefloat

    Then its just a simple manner of changing the width of the column. :) ContentContentContent This is when its at span3 instead of 2. [div=background:#dbc7b1;background-size:cover;border:5px #ffffff double;color: #000000;padding:5px;]ContentContentContent
  4. StoneWolf18

    Help Tabs next to imagefloat

    This should be what you want! Its the easiest way to do it and makes sure that its mobile friendly. ContentContentContent ContentContentContent
  5. StoneWolf18

    Accepting Requests Stone's BBCode Den

    You too ^^
  6. StoneWolf18

    Accepting Requests Stone's BBCode Den

    I apologize for how slow I’ve been, would you still like these templates?
  7. StoneWolf18

    Accepting Requests Stone's BBCode Den

    @GoldenSlime
  8. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Moonlit Snow I'm too proud of that cover image... width: 500px; height: 700px; margin: auto; background-image: url(https://i.pinimg.com/564x/ed/07/ff/ed07ff06380605f9cc386fa6b9856274.jpg); background-size: 100%; background-position: center; display: flex; justify-content: center; align-items...
  9. StoneWolf18

    Accepting Requests Stone's BBCode Den

    I’ll get to work soon!
  10. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Locating Signal I finally figured out hovers! :D [class name=stonelyBackground] width: 200px; height: 300px; background-image: url(http://img25.laughinggif.com/pic/HTTPS9tZWRpYS5naXBoeS5jb20vbWVkaWEvWERPQVZaUXZ3dlU2NC9naXBoeS5naWYlog.gif); border: 5px solid black; background-repeat: no-repeat...
  11. StoneWolf18

    Accepting Requests Stone's BBCode Den

    Bump, I have zero ideas >.>
  12. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Custom Fieldset I made this on accident really. I was messing around with a code that I wanted to use fieldsets in, but then I realized that its blue and it lead me down the rabbit-hole that produced this wonky thing. Note that it will NOT work without a solid background color, as without it the...
  13. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Lined-Paper This code is not mine. I found it here and tweaked it a little so it looked a bit nicer on RpN. Feel free to use in place of the paper tag. [class name=paper] font-size: 20px; width: 50%; height: 80%; margin: 0 auto; padding: 6px 5px 4px 42px; position: relative...
  14. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Google Docs I KNOW THIS ISN'T SIMPLE. I just couldn't help myself. Aside from achieving maximum mind-fuckery, its pretty easy to add more pages. Just add another set of stonePage and stoneBody after closing the ones before it and it'll work just fine. [class name=stoneBackground] width: 100%...
  15. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Orange Jazz Not really sure why I made this one, honestly... [class name=Background] margin: auto; width: 100%; height: auto; border: 3px solid #f6994c; border-radius: 10px; background: #f4f1ea; [/class] [class name=Banner] width: 100%; height: 100px; background: #f6994c; margin-top: 30px...
  16. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Mountain Scene Pretty and featuring a hidden scrollbar. What more could you want? :D [class name=stoneBackground] height: 440px; width: calc(100% + 17px); background: white; margin: auto; overflow: auto; [/class] [class name=stoneImage] height: 480px; width: 100%; background-image...
  17. StoneWolf18

    Resource Forest of Simplicity | Simple Codes

    Alright, I don't understand most of how the new BBcode+ works so why stress over learning that when I can just make some pretty, simplistic things? Feel free to use, just don't remove the credit. ^_^
  18. StoneWolf18

    Accepting Requests Help Me Learn BBCode+ :D

    [Class name=Background] border-radius: 10px; border: 2px solid teal; background: white; padding: 5px; [/class] [Class name=Header] font-size: 40px; text-align: center; color: teal; [/class] [Class name=Textbox] width: 90%; height: auto; margin: auto; background: teal; border: 1px solid teal...
  19. StoneWolf18

    Tutorial BBCode Assistance Thread

    You’re welcome! ^_^ Divs are some glorious things.
  20. StoneWolf18

    Tutorial BBCode Assistance Thread

    I would use a div with the overflow set instead of a scroll box if you dislike the border.
Back
Top