#css update
Explore tagged Tumblr posts
xbomboi · 7 days ago
Text
UPDATE:
☆ The Charming Siblings Saga: Chapter 4, Part 2 coming soon! ☆
Tumblr media
More info. below the cut. ⓘ
the penultimate issue of ‘The Charming Siblings Saga’ is in the final stage of completion. i just need to finish editing every page together, adding backgrounds to certain panels, and then inserting the speech bubbles and all instances of type in the comic. then it will be ready to post.
i want to thank everyone for your interaction with my work and engaging with it as you have. your continued support helps boost my morale and encourages me to continue creating content portraying my vision of ever after high. so thank you for showing your love for both my work and this franchise.
i am very excited for you all to see the conclusion of this miniseries and hope you will enjoy it and whatever else i create in the future. stay tuned!
43 notes · View notes
manonamora-if · 10 months ago
Text
Tumblr media
The 100% Good Twine SugarCube Guide!
The 100% Good Twine SugarCube Guide is a coding guide for the SugarCube format of Twine. It is meant as an alternative to the SugarCube documentation, with further explanations, interactive examples, and organised by difficulty. The goal of this guide is to make the learning curve for new SugarCube user less steep, and provide a comprehensive and wide look over the format.
VIEW / DOWNLOAD THE GUIDE!!!!
The Guide is compartmentalised in (currently) four categories:
THE BASICS or the absolute basics to start with SugarCube. No need for extra knowledge. Just the base needed to make something.
THE BASICS + adding interactivity, and creating a fully rounded IF game May require a bit of CSS knowledge (formatting rules)
INTERMEDIATE MODE adding more customisation and complex code Will probably require some CSS knowledge, and maybe some JavaScript
ADVANCE USE the most complex macros and APIs Will surely require some JavaScript/jQuery knowledge
Note: The Advanced Use includes all the APIs, macros, and methods not covered by the previous categories. This includes code requiring very advance knowledge of JavaScript/jQuery to be used properly.
Each category explains many aspects of the format, tailored to a specific level of the user. More simpler explanations and examples are available in earlier chapters, compared to the later ones.
If something is unclear, you found a mistake, you would like more examples in the guide, or would like a feature covered, let me know!
The Guide currently covers all macros (as of SugarCube v.2.37.3), all functions and methods, and APIs. It touches upon the use of HTML, CSS, JavaScript and jQuery, when relevant. It also discusses aspects of accessibility.
The Guides also provides a list of further resources, for the different coding languages.
The Guide is available in a downloadable form for offline view:
HTML file that can be opened in Twine
.tw file that can be opened in Twine
source code, separating the chapters, .js and .css files
GITHUB REPO | RAISE AN ISSUE | TWINE RESOURCES TWEEGO | TEMPLATES | CSCRIPT 2 SG GUIDE
Twine® is an “an open-source tool for telling interactive, non-linear stories” originally created by Chris Klimas maintained in several different repositories (Twinery.org). Twine is also a registered trademark of the Interactive Fiction Technology Foundation.
SugarCube is a free (gratis and libre) coding format for Twine/Twee created and maintained by TME.
VIEW / DOWNLOAD THE GUIDE!!!!
As of this release (v2.0.0), it is up to date with the version 2.37.3. If you are looking for the guide covering SugarCube 2.36.1, you can find it on my GitHub.
Note: the Guide is now complete. There won't be further substantial updates.
505 notes · View notes
daily-xisuma · 10 months ago
Note
zizuma after 12 straight hours of code work (all he’s had to eat was 5 adderal and an uncrustable)
Tumblr media
[075] Hands stained with blood (stupid coding mistake that takes anywhere from 1 second to 10 days to find)
111 notes · View notes
wardensantoineandevka · 30 days ago
Text
I realized it would be fun to update the logo and wordmark on Encyclopedia Exandria to be gilded like the CritRole 10-year anniversary logo, so I did, and I'm actually really happy with how good it looks
22 notes · View notes
jihnari · 3 months ago
Text
this is how i spent my week 🤡 (pure html/css mock of a character's phone notifications)
i added in the "notification settings" and "clear" buttons for accuracy, and then had the terrible thought "but what if the clear button cleared the notifications"
it does that now! i dont want to talk about how long it took to get it to do that. but. it does that now ✨
21 notes · View notes
adobe-outdesign · 1 year ago
Text
Shoutout to Neopets for looking a bunch of kids dead in the face and going "oh you want to format that paragraph of yours? learn CSS and HTML"
113 notes · View notes
youkaigakkou-tl · 1 year ago
Text
hiii im here to outsource work 🎉
SO. the yohaji wiki. u may have heard of it. u may have even seen it and thought "wow what the fuck this is totally empty what piece of shit wiki editors" well its me. the piece of shit wiki editor who made it back in 2018 and never did much with it.
long story short (mostly bc impending anime) i wanted to actually work on filling out the wiki finally and while i was at it moved the wiki to miraheze bc of a variety of reasons. (its still very much a wip i only started working on it 4 days ago)
anyway. preamble over
i need YOUR help
to get nice images for the wiki, specifically good fullbody ones (or good halfbody ones), heres sort of a visual guide ⬇️
Tumblr media
and upload them to this google drive! (more than one image per character is okay, in fact its very welcome)
how else can i help?
and im so glad you're so eager to help! nothing much else right now since i still have to iron out all the css and html, but i do have the characters page done, you can take a look through that and add or improve to the descriptions there (try to go for a more objective tone, look at other wikis to see how their character descriptions are like)
and if you know your way around wikitext, you could also copy the preexisting characters' templates and make pages for the characters who dont have pages yet
also, if you want to write chapter summaries for the volume pages, that's also very welcome!
77 notes · View notes
Text
A quick Stylus script to make Tumblr's new sidebars a little less crowded and more comfortable
So, that new sidebar, yeah? Sure is a thing. The tumblr devs might change things before it's fully implemented across the board, and Xkit Rewritten might add some options after the interface moves from testing to permanent -- but until they do, here's a little fix to spread things out a little, so that your tumblr experience doesn't feel so squished. It results in a dash like this:
Tumblr media
which is a little more comfortable than the original, I think.
To install the script, first make sure you install the addon/extension Stylus, if you don't have it already. And then, well, simply click here, and click "install" to add the style. Enjoy your more wide open spaces!
(Code under the cut for advanced users; comments or suggestions are welcome. You're also free to modify your own copies for any sidebar width or spacing you prefer.)
/* ==UserStyle== @name Tumblr - New Sidebar Fixes @namespace https://nobodysuspectsthebutterfly.tumblr.com @author Mindset @description Moves Tumblr's new sidebars outward to make things a little less crowded. @version 1.3 @license GPL-3.0-or-later ==/UserStyle== */ @-moz-document domain("tumblr.com") { /* makes sure this only applies to page sizes where the sidebars appear */ @media (min-width: 1150px) { /* moves the left sidebar further left */ .ZkG01 .h_Erh { margin-right: 100px !important; margin-left: -90px !important; } /* keeps the center section the width it should be and moves the right sidebar to the right */ .ZkG01 .lSyOz { min-width: 625px !important; padding-right: 100px !important; } /* keeps the right sidebar the width it should be */ .ZkG01 .e1knl { min-width: 320px !important; } } }
214 notes · View notes
valiant-if · 6 months ago
Text
Hey, everyone!
I'm currently working on a very basic implementation for short stories to be read in the actual game, but I encountered something that I wasn't aware was an issue.
For some reason, dialog popups that exceed a certain length are overflowing off the page, and this happens even when I go into the style sheet and change the dialog overflow property accordingly. (And, yes, this happens on both PC and mobile.)
Thankfully, I don't think any of the dialog boxes so far exceed the length of the box, which is doubtless why no one has ever reported this issue to me before. But it does mean that, until I can figure out why that's happening, there is a possibility that future dialog boxes will have this problem.
As for short stories, I wanted to implement them with dialog boxes because I think it looks nicer that way (on mobile specifically), but instead I'll be doing the more simple (and probably expected) implementation of making passages with the <<return>> macro.
The demo update this week is going to be pretty sparse on account of the holidays, but it will have the first four "Snowed In" snippets of the bunch. The last four will be released with the January 4th update, which will be the last day of the free month of ko-fi benefits.
11 notes · View notes
jupiter-on-the-compupiter · 5 months ago
Text
CBCH writing update!!!! (19/78)
Hi everyone!!!!!! Exams are almost done and I've finally found some space to get some writing done!!! FINALLY finished the longer, important chapters. They were crucial and I had to go over them over and over...
I can't share anything on that yet, but!! Look at this cool thing I found!!
Okay, so every sans in this fic shares a nationality with their creator. Sometimes they'll speak in their native language—this is fine! even when it'll always be small things, not crucial for the plot, there may be things said that Cross won't translate in his head... But the fic (well, me) will! for your convenience :3
Tumblr media Tumblr media
!!!!
I wanna credit this css/html workskin by Simbeline, most translation tutorials change the text and reload the text and make the page move weirdly... I've tested and seen many, but this one is very easy and convenient!
I've yet to see how it'll combine with screen readers—in any case, not clicking the translations won't take away from the fic as they won't be actual dialogue or important info, but I'd prefer if the fic was as accessible as possible, even with small things like this.
Oh welp!!!!!!!! Back to writing I go!!!! Expect a LOT of writing after tomorrow's exam, I'm pumped!!! ☆~o(≧▽≦)o
6 notes · View notes
scumsuckart · 1 year ago
Text
I fixed up my TF2 shrine page, and added 300 images to the art gallery (plus a gore n' peepees section!).
26 notes · View notes
xbomboi · 10 months ago
Text
charming siblings saga status update
technically i did so yesterday, but i’ve finished story boarding the final installment of darling’s chapter. gonna start the first page tonight and work on it over the next few days.
if you haven’t already, check out the most recent installment here. <————
19 notes · View notes
aegann · 2 months ago
Text
Website Update: Added Webmastery and Gallery pages!
Why I made a website and why you should too:
Personal art, commissions, and old art calendar galleries:
4 notes · View notes
callsignspark · 2 years ago
Text
december updates
just wanted to give a quick update on my posting schedule since I've been significantly quieter the last couple of months than I was this summer. with Christmas and New Year's coming up next week (and the end of the month/quarter/year at work) I'm super busy but still writing when I have time. that being said, here's what's on the agenda for the rest of this month!
Tumblr media
Thursday, 12/21: a nonsense christmas with Harrison
a smutty and silly one-shot based on the sabrina carpenter song with everyone's favorite beefy surfer man.
Sunday, 12/24: christmas (baby, please come home) with Rhett
written for @lewmagoo's christmas celebration. Rhett reconnects with his childhood best friend, Wren Johnson - set after the events of Outer Range season one.
Friday, 1/5: Mar[r]y Me | part 8.5.2
we catch up with Mary and Bradley, approximately one month after part 8.5.1, and we get to see the facetime call that they've been waiting almost two months for.
Wednesday, 1/10: you are in love with Javy
based on the taylor swift song and written for @laracrofted's 1989 challenge. a rough breakup creates the perfect scenario for two people to go from friends to more, in just one year. tgm au.
Tumblr media
I hope to stick to this schedule as closely as possible, and I'll definitely let you know of any changes. my ask box is always open if you want to chat or talk about anything that's coming up! I hope everyone has a happy, healthy, and safe holiday - no matter how you celebrate!
24 notes · View notes
foursidecity · 5 months ago
Text
I wonder if I'm cursed to only be able to code if it's web archive related
6 notes · View notes
falselyprofound · 3 months ago
Text
[scrapes advertising dust off] a'ight that's enough of whatever the hell that was. Happy April!
The preview of the Video Nine website will be sticking around. I've got some tremendously silly plans for it, but with my workload the way it is it'll be a while before I can implement 'em.
In the meantime, suggestions are welcomed. ...And there might be a couple of easter eggs in there, if you really search. :)c
4 notes · View notes