jay, novice human (
10billionghosts) wrote2021-12-04 01:43 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
code: FEBRUARY 31 - a timeline / pcal code

KEY
Welcome to the #MONTH# plot calendar!For the first 24 hours, each player can take one slot per character. Once that time has elapsed, you may select an additional volunteer slot. Please note that players can take only one color-coded slot per month, and the following month you will not be able to take a slot of the same color.
PINK : one
BLUE : two
GREEN : three
๐ : BIRTHDAY
๐ : IC/OOC
๐ : PLAYER EVENT
๐ : STAY TUNED
๐ : SPORTS!
๐ : GROUP PROJECT
๐ฎ : DIVINATION
๐ : MONSTERS? IDFK
๐ฐ : IN THE NEWS
๐ : FULL MOON
โ๏ธ : RAIN
โ๏ธ : SNOW
๐ : STORM
โ๏ธ : FOG
๐
john smith
lorg the destroyer
billbill billgins
john smith
lorg the destroyer
billbill billgins
Bear claw marshmallow gingerbread apple pie cake marzipan. Pudding pudding chupa chups jelly-o cheesecake caramels. Danish macaroon apple pie gummies caramels.
Biscuit cupcake marzipan pie ice cream.
Lemon drops candy canes tiramisu chupa chups chupa chups liquorice candy canes.
Biscuit cupcake marzipan pie ice cream.
Lemon drops candy canes tiramisu chupa chups chupa chups liquorice candy canes.
Said I wasn't going to release much until January and then I burped this out in a couple of days. Whoops. lmao. This timeline/pcal code is FEBRUARY 31, and it is part of the CHECKMATE set.
CHECKMATE is a currently incomplete and unreleased fully modular code set that will allow you to shuffle together various squares and rectangles of content to create a variety of small codes like CR charts and permission lists. Once it's done, I will release a hub page that will connect all other CHECKMATE codes. No ETA on completion, though.
Anyway, FEBRUARY 31 comes with the following:
HERE IS THE CODE FOR A BASIC DATE CARD:
It features: 3x3 colored squares on the left side, no inset image code
HERE IS THE CODE FOR THE ALT DATE CARD:
This card features: a styled space for a bit of text or emojis (birthdays, the weather, other notes), no inset image
HERE IS THE CODE FOR THE BASIC DATE CARD W/ INSET IMAGE:
You can convert this to the alt card by copying the LIL INFO section of the alt card and pasting it over the 3x3 SQUARES section in the basic card.
HERE IS A CODE FOR A 14 DAY PCAL:
HOW TO USE
โฃ๏ธ Mind the lj-raw tags!!
โฃ๏ธ This code is mobile friendly and insanejournal friendly!
โฃ๏ธ IJ USERS NOTE: I would suggest changing any white backgrounds ('background:#fff;') to an off-white, something like 'background:#fcfcfc;', to make the cards pop a bit better on insanejournal's white background.
โฃ๏ธ Once the CHECKMATE set is released, I will update this post with instructions on how to implement more modular options.
โฃ๏ธ Everything is pretty clearly commented out, and can be duplicated by copy-pasting, or removed by deleting, the entire commented 'section' (everything between -- NAME -- and -- NAME END --, basically).
โฃ๏ธ The keys are there as examples, please don't feel obligated to use them, or those emojis. You can customize that section or remove it entirely!
โฃ๏ธ IMPORTANT: Look for instances of MMM and change that to the abbreviation of your current month. You may also want to change the word MONTH in the mini calendar up top.
โฃ๏ธ IMPORTANT: Look for instances of DD and change that to the appropriate day on your date card. For single digit days, for best results, write them as 01, 02, 03, etc. There are 4 spaces to do this on each date card:
โฃ๏ธ TIP: If you plan on writing a LOT for a given day, and you think the amount of text will overflow, breaking the code, you can add 'overflow:auto;' to the main content div's style list. So, it'll look like this: width:100%;height:255px;border-right:10px solid #bf1573;background:#fff;color:#bf1573;overflow:auto; -- adding overflow:auto will cause a scroll bar to generate on JUST that card if the text gets too long.
โฃ๏ธ If using the inset image code, replace IMG_URL with the picture you'd like to use.
โฃ๏ธ hex code #bf1573 is the code's primary color, for text and accents.
โฃ๏ธ hex code #1573BF is the code's secondary color, used as an accent color only.
โฃ๏ธ hex code #fff is white, used both for font colors and as the background. Insanejournal users please see the note above about changing instances of white.
โฃ๏ธ hex code #ebebeb is a very light gray used as the background for the mini calendar.
โฃ๏ธ Any other colors in the code are, I'm pretty sure, just used as examples in the key section.
โฃ๏ธ This code does have a credit at the very bottom. I'd love if you kept it in there, but you can delete it if you want.
Omg okay this got so super long lmao. I love to see what people have done with my code, so drop me a comment with a link if you're using this code in a way you think is neat! If you're feeling generous, you can also donate to my ko-fi! I'm a freelancer, and while I will always provide free codes, we live in end-stage capitalist hell, so $$ is a big motivator.
This code is compatible with insanejournal.
CHECKMATE is a currently incomplete and unreleased fully modular code set that will allow you to shuffle together various squares and rectangles of content to create a variety of small codes like CR charts and permission lists. Once it's done, I will release a hub page that will connect all other CHECKMATE codes. No ETA on completion, though.
Anyway, FEBRUARY 31 comes with the following:
- An optional header, which includes:
- A mini-calendar that links to individual days on the pcal, allowing your players to quickly access specific dates, or to link a specific day externally.
- Space for a block of text that will wrap around the calendar. Good for general guidelines, or important notes for a given calendar.
- An "emoji key" with a variety of styled emoji suggestions
- 3 varieties of pcal date card:
- Card w/ Mini-Info Box on left side.
- Card w/o Info Box on left side
- Coding for an inset image.
- A base template with the full header and 2 date card variations.
- A complete template fully coded out for 14 days.
HERE IS THE CODE FOR A BASIC DATE CARD:
It features: 3x3 colored squares on the left side, no inset image code
HERE IS THE CODE FOR THE ALT DATE CARD:
This card features: a styled space for a bit of text or emojis (birthdays, the weather, other notes), no inset image
HERE IS THE CODE FOR THE BASIC DATE CARD W/ INSET IMAGE:
You can convert this to the alt card by copying the LIL INFO section of the alt card and pasting it over the 3x3 SQUARES section in the basic card.
HERE IS A CODE FOR A 14 DAY PCAL:
HOW TO USE
โฃ๏ธ Mind the lj-raw tags!!
โฃ๏ธ This code is mobile friendly and insanejournal friendly!
โฃ๏ธ IJ USERS NOTE: I would suggest changing any white backgrounds ('background:#fff;') to an off-white, something like 'background:#fcfcfc;', to make the cards pop a bit better on insanejournal's white background.
โฃ๏ธ Once the CHECKMATE set is released, I will update this post with instructions on how to implement more modular options.
โฃ๏ธ Everything is pretty clearly commented out, and can be duplicated by copy-pasting, or removed by deleting, the entire commented 'section' (everything between -- NAME -- and -- NAME END --, basically).
โฃ๏ธ The keys are there as examples, please don't feel obligated to use them, or those emojis. You can customize that section or remove it entirely!
โฃ๏ธ IMPORTANT: Look for instances of MMM and change that to the abbreviation of your current month. You may also want to change the word MONTH in the mini calendar up top.
โฃ๏ธ IMPORTANT: Look for instances of DD and change that to the appropriate day on your date card. For single digit days, for best results, write them as 01, 02, 03, etc. There are 4 spaces to do this on each date card:
- 2 appear on the comment label as DAY: DD and DAY: DD END.
- 1 is the main date for the card.
- 1 is in the code as name="DD". This is an important one to change as it enables the anchor link function to work!
โฃ๏ธ TIP: If you plan on writing a LOT for a given day, and you think the amount of text will overflow, breaking the code, you can add 'overflow:auto;' to the main content div's style list. So, it'll look like this: width:100%;height:255px;border-right:10px solid #bf1573;background:#fff;color:#bf1573;overflow:auto; -- adding overflow:auto will cause a scroll bar to generate on JUST that card if the text gets too long.
โฃ๏ธ If using the inset image code, replace IMG_URL with the picture you'd like to use.
โฃ๏ธ hex code #bf1573 is the code's primary color, for text and accents.
โฃ๏ธ hex code #1573BF is the code's secondary color, used as an accent color only.
โฃ๏ธ hex code #fff is white, used both for font colors and as the background. Insanejournal users please see the note above about changing instances of white.
โฃ๏ธ hex code #ebebeb is a very light gray used as the background for the mini calendar.
โฃ๏ธ Any other colors in the code are, I'm pretty sure, just used as examples in the key section.
โฃ๏ธ This code does have a credit at the very bottom. I'd love if you kept it in there, but you can delete it if you want.
Omg okay this got so super long lmao. I love to see what people have done with my code, so drop me a comment with a link if you're using this code in a way you think is neat! If you're feeling generous, you can also donate to my ko-fi! I'm a freelancer, and while I will always provide free codes, we live in end-stage capitalist hell, so $$ is a big motivator.
This code is compatible with insanejournal.
no subject
no subject
It thrills me that folks like my work. ;u; And I love all the ways I've seen ppl use them.
no subject
I actually took a piece of that checkered cast list and made a thread tracker from it.
no subject
Ah! I've seen that around on other journals, and it's SUPER cute!
no subject
no subject
Thank you SO much. I'm glad that my codes are intuitive to use and customize. That's always my goal. ;u; Good luck with the career hop!! I just did one, myself, at the beginning of this year and it's been scary but so, so worth it.
no subject
You're so very welcome. Goal achieved, absolutely IMO. Thanks! I look forward to it, for sure. We'll see where I am this time next year~ ahaha I'm glad your own career journey has been worth it also! :D
P.S. I hope it's not annoying to keep finding me in your inbox all "look what I did :D" lmfao
no subject