Search results for query: *

  1. Necessity4Fun

    Help What do you prefer/look for in BBCode? Or if you are BBCoder, what do you prefer to code? [Polling]

    My style is pretty much minimal, functional and pretty. The most I can do that's considered fancier thus far is manipulating div shapes, positions and hover effects. The hidden scroll is one of my favorite things and quite useful for CS's where there's going to be a lot of text on by proxy, I...
  2. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)

    Aww shucks >3< I'm so flattered~~ <3
  3. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)

    You're welcome! I'm glad you like it that much >w</
  4. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)
    Index: NPC ID Card

    You're seeing the updated version, yay! \o/ Remember these? Well, they've finally been updated for mobile compatibility! And also to better accommodate most picture sizes, which makes them a lot easier to personalize and such... >w< I dedicate this post to @Bag o Fruit the only human being...
  5. Necessity4Fun

    Help new to coding need to align

    Now that's a function I don't use as much and probably should be... I gotta start considering that one
  6. Necessity4Fun

    Help new to coding need to align

    Add margin: auto; to the div code to center it. Also, I suggest setting a percentage for the div's width so that it resizes better on mobile. Right now, it's cutting it out a bit... I normally just add width: 100% to my div container (bigger one, where everything goes inside of)
  7. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)

    Ohh oops! I should start making my code a bit less messy, or add filler text to it, but In the first tab it is the very last div in the code and in the second tab the second one In this code, I used the usual [IMG] tags to put them in so just locate those and you're set! And I don't mind, I...
  8. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)

    You're welcome~ And here's how to do it:
  9. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)

    I don't think that's something to feel bad for (After all, I'm the one who wanted to respond to a deleted comment lol), but sure! I'd be glad to do it >w<
  10. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)

    @xXSpaceMoonBabeXx There was a message (Did you delete it?), so eh, answering to it anyway~ You've asked for the FC right? [Image #1], [Image #2] (Bit of a ragged edge on this one), [Image #3] and the Ensemble Stars Wiki Page (So you can search by name on places like Pixiv and such that Google...
  11. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)
    Index: Image DIV Experiments

    And now... For a returning contender! Hover effects! Also a new fun function, 8 value borders~ I don't have an explanation other than I was filling out a CS and kept making the code more complicated just for fun XD So, welian showed me I could do these things with the borders (check their...
  12. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)
    Index: Minimalistic CS Layout

    Inspired by another CS layout the GM was using. I tried making something that was a similar aesthetic, just better mobile compatible. (No offence though, it's really pretty! +O+) I don't advise keeping all the text in the same scroll box though, this amount is fine, but a lot of text would make...
  13. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)
    Index: Flexbox CS Layout

    And this is my first experiment with flexboxes! Not using the shrinking and expanding options yet, but more on the concern of moving elements here and there and still making everything readable. (wrapping property) Percentage of success? 90% Everything works on the first tab (though I cheated a...
  14. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)
    Index: Student Card Layout

    From the one above, I made it onto a full post layout for a High School RP. Inspired by the school theme, I wanted to make a little Student ID card on the layout! It has been accomplished, yay! It's 100% mobile and theme compatible, featuring a hidden scroller in the information paragraph for...
  15. Necessity4Fun

    Resource Nessy plays with BBCode (Occasional experiments~)
    Index: Dual Display Card

    This one is a follow-up from the old NPC Cards two posts up. It was done around the same time with a similar idea and has been revamped recently to actually be readable on mobile to inspire a post layout I'll be posting shortly. It's good for when you're playing two characters on a single post...
  16. Necessity4Fun

    Resource Soo...where have you coders learned your craft?

    I don't consider myself suuuuuuper good, but I've got comfortable enough with it to be more daring AND make things mobile compatible, which for me is a hell of a victory! I learned from scratch, started by testing and knowing all the BBCode things RPN offered me and then I began putting them...
  17. Necessity4Fun

    Help Removing the underline from links

    OMG that is a-mazing! I don't understand that much of the excerpt you've pasted since I'm not very knowledgeble about coding language (I'm not sure exactly what is what and names and stuff), but wow thanks for showing me how to do that! I shall now copy this somewhere for future reference +O+
  18. Necessity4Fun

    Help Removing the underline from links

    Ohhhhh, it does! Well, it makes it imperative that I have a background to go with it, but it still got the job done!! Thank you~! It's nice to have other options and I'd have never thought of using a div like that : O
  19. Necessity4Fun

    Help Removing the underline from links

    Ohhh, that'd explain why nothing I tried worked XD Thought I just didn't know what I was doing (which is part of the truth) Oh well. I'll just have to keep in mind that I'll have to make the header into an image for this to work by default >w< Thanks for the reply~ o/
  20. Necessity4Fun

    Help Removing the underline from links

    Been trying to sort of hide an URL into a post's header in a way that you won't know there's a link there until you hover over it. Managed to do this with a header that was an image file but with an actual text header, I've fallen into the dilemma of the existence of an underline that shows up...
Back
Top