#user css
Explore tagged Tumblr posts
Note
I have a userstyle that does that! I've only tested it in light theme, sadly, but you can check out the code all you want, it could help:
is there an easy edit i can make to reversi to make different kinds of tags different colors?
Hey sorbusaucuparia
Unfortunately, I really very much exhausted the "things I know about coding skins" in that other post. I assume you mean like Characters vs Relationships vs other kinds of tags? I don't think that skins can differentiate between them, but I don't Know.
HOWEVER -
Through the power of Crowd Sourcing.. maybe we can find out.
Hey AO3 users... do you know more about this? bc. I do not.
(srsly y'all I know nothing of coding site skins other than those two things I put in the first post)
145 notes
·
View notes
Text
“I Need Your Support to Continue My Studies and Build My Future from Gaza🍉🍉


My name is Mahmoud Naeem Abu Hatab, from Gaza.
I am a university student majoring in Software and Databases at Al-Azhar University. Since the beginning of my academic journey, I have been passionate about User Experience (UX) and User Interface (UI) design, as well as website development. These fields inspire me, and I dream of advancing my skills and building a professional career in them.


Unfortunately, during the recent war, I lost my laptop, which was essential for both my studies and work. I was forced to flee my home and relocate to southern Gaza due to the difficult circumstances. Despite my efforts to replace my laptop, the financial situation has made it impossible to afford a new one.


Without a laptop, continuing my studies or seeking job opportunities in programming and design has become extremely challenging. This directly affects my academic progress and future career.


Today, I am reaching out to ask for your support to help me purchase a new laptop. Having a laptop would allow me to resume my studies and work on programming and design projects that are crucial for improving my skills. It is a vital step towards completing my education and pursuing my dream of becoming a professional in programming and UX/UI design.

I know that the situation in Gaza is difficult, but I believe education is the only path to building a better future for myself and my family. If you are able to contribute any amount to help me get a new laptop, it would be a real opportunity for me to get back on track academically and professionally.
I am determined to keep learning and working despite the challenges, but I need your support to achieve this goal. Every donation or act of help, no matter how small, will make a significant difference in my life.
If you’d like to support me, you can donate through:
GoFundMe
OR
USDT

If you can assist in any way, please don’t hesitate to reach out to me.
Thank you for your support and kindness! 🌿
@gaza-evacuation-funds @appsa @nabulsi27 @palestinegenocide @orblesbian @palebluebutler @pallasisme @fallahifag-deactivated20240722 @vakarians-babe @sayruq @ @plomegranate @riding-with-the-wild-hunt @queerstudiesnatural @tamamita @apollos-boyfriend @riding-with-the-wild-hunt @queerstudiesnatural @palestinegenocide @sar-soor @akajustmerry @annoyingloudmicrowavecultist @feluka @marnosc @flower-tea-fairies @flower-tea-fairies @tsaricides @tsaricides @belleandsaintsebastian @ear-motif @brutaliakent @raelyn-dreams @troythecatfish @4ft10tvlandfangirl @90-ghost @paper-mario-wiki @nabulsi @prisonhannibal @beepiesheepie @walcutt @schoolhater98 @commissions4aid-international @sar-soor @zigcarnivorous@tododeku-or-bust@turtletoria @brutaliakhoa @flower-tea-fairies @schoolhater @baby-girl-aaron-dessner @sayruq @omiteo777 @malcriada @neptunerings @bat-luun @kaneverse @nightowlssleep @staretes @friendshapedplant @soon-palestine @aria-ashryver @heritageposts @magnus-rhymes-with-swagness-blog @khangerinedreams @kordeliiius @mazzikah @feluka @dlxxv-vetted-donations @girlinafairytale @a-shade-of-blue @vakarians-babe @babygoatsandfriends @self-hating-zionist @mangocheesecakes @dlxxv-vetted-donations @gazaboovintage @gazavetters @wellwaterhysteria @sar-soor @applebunch @irhabiya @sayruq @xxx-sparkydemon-xxx @junglejim4322 @reptilianspecies @dr-lapdance @tamamita @cantsayidont @fairweathermyth @dear-indies @eruthiawenluin @katealot @lenasai @stalinistqueens @ayeshjourney @gaza-evacuation-funda @el-shab-hussein @irhabiya @nabulsi @ibtisams @dlxxv-vetted-donations @tododeku @a-shade-of-blue @gaza-relief-fund @catnapdreams @northgazaupdates @buttercuparry @stuckinapril
#voic of gaza#gaza#free palestine#palestine#free gaza#save gaza#save palestine#help gaza#help palestine#programming#studying#uxdesign#ui ux design#uidesign#ui#ux#user interface#user experience#figma#xd#web design#web development#web developers#mobile design#html#css#js#javascript#java#front end development
296 notes
·
View notes
Text
was looking for clues and found this site called colornames? has a name for the specific hex code #D2993D! and it was added 24 hours ago... and oh wait nevermind
#game changer#color theory#dropout#y'all are fast#makes sense the dropout fandom and css users might have a disproportionate overlap
312 notes
·
View notes
Text
Working on my javascript for my web page. Turns out I have the perfect kind of setup to accomplish some of the project requirements, specifically with even handlers and user interactions
My website, conceptually, will load a different employee details page depending on what employee name is clicked on. But I need to load it dynamically (instead of hard-coding it) so that the user can add or delete employees & it'll be able to still load the relevant shit.
So! Only one employee details page, but depending on how it's loaded, it'll load a different employee's information. Still working on getting down Exactly how to do it (I'm thinking using URL parameters that'll read a different object depending on what ID is used)
It's entirely doable. In fact, it's probably extremely common to do in web pages. No one wants to hard-code information for every new object. Of course not. And thus the usefulness of dynamic javascript stuff.
I can do this. I can very much do this.
#speculation nation#i wasnt very good when i got home and i read fanfic for a while#then took a nap. and now im up again and Getting To Work.#i dont have to have this 100% perfect for final submission just yet. bc final submission isnt today.#but i need to have my final presentation over my thing done by noon (11 hours from now)#and im presenting TODAY. and part of that will be giving a live demo of my project website#so. i need to have all of the core functionality of my website down at the Very Least#might not be perfect yet. but by god if im gonna show up to my presentation with my website not working.#i need to have the employee list lead to employee details with personalized information displayed per employee#i need to create an add employee field that will Actually add an employee. using a form.#and that employee will need to show up on the list and have a new id and everything. the works.#need to set it up so that employees can be deleted. shouldnt be too much extra.#and it would be . interesting. to give an actual 'login' pop-up when someone clicks on the login button#with some kind of basic info as the login parameters. this cant be that hard to code.#the project requirements are: implement 5 distinct user interactions using javascript. at least 3 different eventhandlers#at least 5 different elements with which interaction will trigger an event handler. page modification & addition of new elements to pages#3 different ways of selecting elements. one selection returning collection of html elements with customized operations on each...#hm. customized operations on each... the example given is a todo list with different styles based on if an item is overdue or not#i wonder if my personalized detail page loading would count for this... i also have some extra info displayed for each#but i specifically want the employees to be displayed in the list uniformly. that's kinda like. The Thing.#actually im poking around on my web pages i made previously and i do quite enjoy what i set up before.#need to modify the CSS for the statistics page and employee details to make it in line with what i actually wanted for it#maybe put a background behind the footer text... i tried it before & it was iffy in how it displayed...#but it looks weird when it overlaps with a page's content. idk that's just me being particular again.#theres also data interchange as a requirement. but that should be easy if i set an initial employee list as a json file#good god im going to have to think of so much extra bullshit for these 10 made up employees#wah. this is going to be a lot of work. but. im going to do it. i just wont get very much sleep tonight.#that's ok tho. ive presented under worse conditions (cough my all nighter when i read 3gun vol 10 and cried my eyes out)#and this is going to be the last night like this of my schooling career. the very last one.#just gotta stay strong for one more night 💪💪💪
6 notes
·
View notes
Text
Glassmorphism User Profile Card
#glassmorphism#profile card#css cards#html css#divinectorweb#css#webdesign#html#css3#frontenddevelopment#css snippets#css tricks#code#user profle card
4 notes
·
View notes
Text
I buy a ton of music and I like being able to determine which items on a bandcamp discography page are albums at a glance. if you use bandcamp and have stylus or some other custom css tool, this stylesheet might be useful to you too!
github gist (source code) | userstyles.world install link
2 notes
·
View notes
Text
Why do websites only use a limited width for the important part of their content?
Facebook, Tumblr, Twitter, etc all have sidebars on both sides with the content in the center. I get that it's a popular way to do things, but when I'm trying to take screenshots or read without scrolling every few seconds, it's wildly inconvenient.
Is there a way to change the code on my blog so that it fills the screen/adapts to the screen size?
Every single site has so much wasted blank space; and when the window is made smaller than full screen, like when I have windows next to each other, the formatting is still fukt and often the actual content is the part that is sacrificed rather than the damn sidebars.
I know I can't fix other sites like facebook and twitter, but how can I get my personal tumblr blog to have an adaptable width?
#help#ask tumblr#blog help#html#css#web desin#blog layout#blog design#code help#codeblr#web design#user interface#ui help#thank you#i love you goodnight
8 notes
·
View notes
Text
[ID in alt text]
sniffles. why is it broken. why does this CSS break our infoboxes. i don't understand.
#WAILS LOUDLY#I JUST WANT THE MODS WIKI TO BE PRETTY WHY IS IT SO COMPLICATED#ID in alt text#i keep staring at the infobox CSS but i don't see it!!! where!!! what is breaking it!!!!!!!!!!! WAAAAAAAAAAAAA#also if you see this and run to check the mods wiki: you won't see shit#this is on my user CSS page so people still have functional infoboxes
4 notes
·
View notes
Note
i was on itch.io and saw this which reminded me of you (and skull curse sillyboy) for. well. perhaps obvious reasons
internet users will see CSS and go "oh yes i can fit The Skull in there"
9 notes
·
View notes
Note
You’re so brave for trying to use Stylus to clean up the Dash, just the other day immediately before this new dash dropped I was trying to make a custom theme but the CSS is so obfuscated and weird I gave up
Yeah tumblr in particular, when looking through its HTML sometimes I'm like "what the fuck is even happening here". So I gotta use "display:none" on various classes until I finally get what I want LOL.
Like I've noticed you gotta be careful when blocking the tumblr live window, because I think one of its divs shares the same class as regular tumblr posts, so if you block it, you block your entire dash LOL
#ask#asks#not kh#tumblr#or do you mean an individual user's custom theme ?#because in THAT case-- yeah some base codes that people come up with... I feel like aren't very organized/clear/intuitive LOL#I've looked at some people's codes and thought ''how is a new CSS/HTML learner going to understand this....'' LOL
7 notes
·
View notes
Text
its useless now since a bunch of tumblr users are mobile users but look at my tumblr desktop theme!
so so cute and simplistic!! theme credits to cloverparty!
10 notes
·
View notes
Note
hi! how did you create your custom icon skin? i've been using your code as a base to try to create my own icons but when I replaced your URLs with mine it woudn't work, any ideas?
Are your icons all layed out and compiled into the same image? The code (and ao3's original code) utilize a single image. I suggest referencing my original images.
#otherwise sending a portion of your code over might help me figure out why it's not working#I just realized that there's a way for me to make that code more user friendly#will do and document later#ao3 css#ao3 skins#ask
2 notes
·
View notes
Text
((Things I said in the replies that I want to add as a caveat while reblogging this:
Your interaction in the new layout is almost definitely still being logged (as opposed to being considered the old dash) for analytics purposes (the A/B testing they’re doing to see how people interact with Tumblr differently with the new layout), so if you care about what they’re seeing in the analytics, note that they’ll probably still see it because there’s basically no way either XKit or a CSS style could do anything to touch that kind of logging. (EDIT: XKit probably CAN send information that causes an A/B test to disable (because apparently JS is capable of doing that under certain circumstances), but its settings probably DON'T here. CSS, on the other hand, is basically completely incapable of doing something like that though.)
The number of people in the reblogs and replies calling this a script are making me want to pull my hair out. It’s a user style, which uses CSS and is basically the web equivalent of rearranging furniture (special code that’s active all the time but doesn’t really “run”), rather than Javascript (what userscripts use, special code that usually only runs on page load (unless you do some funky stuff), the web equivalent of... IDK, running a Roomba?). It’s a semi-important distinction: Stylus cannot run JS user scripts (only user styles), and most user script extensions (TamperMonkey, ViolentMonkey, etc.) cannot natively run a CSS user style (AFAIK) without it being converted to a script that does nothing but implement the CSS code slightly differently.
The More You Know, and all that nonsense.))
i got the old tumblr dashboard back T_T
i got the old tumblr dashboard back T_T i used the xkit rewriten options in this post and installed the firefox application called stylus and installed this script through it for the old tumblr layout <3
(psst reblog and spread this so it can get to who needs it )
update :hi besties both xkit rewritten and stylus are available for chrome too!
#props to the person who coded the style though#i attempted writing CSS myself (with no special XKit handling) and I only got it partway adjusted#it looked ugly and had severe bugs i hadn't figured out how to fix yet#and just a few hours later one or more css classes had changed just enough that THE ENTIRE STYLE BROKE#so i gave up T_T#my version would have been the UserCSS protocol and provided options to hide the buttons that got pulled from the user menu into the header#(the domain and ad free options)#it also reordered the items visually to match the old order#looking at the current version of the style some of the code seems really similar to mine#makes me wanna take another crack at figuring out what screwed up (also because i like my reordering solution slightly more but#that one is just preference on my part so if i can get it working then...)
16K notes
·
View notes
Text
Why Front-End Development is Key to User Experience
AI-generated image. “Yay, another project. And I have front-end development duty. Nice.” Decoding the Digital Canvas: A Front-End Deep Dive from A Maryland Web Dev Lately, it feels like I’m caught in some kind of front-end developer limbo. Every time I start a new project, it’s always the front-end work that comes up first—and then I just get stuck there. Don’t get me wrong, I know how critical…
#accessibility#Angular#CSS#dailyprompt#Developer Skills#Front-End Development#html#javascript#React#Responsive Design#Software Development.#Usability#user experience#UX#Vue.js#web design#web development#Web Performance
0 notes
Text
Dark Mode: A Trend That Makes It Easier for Users to Enjoy the Web on Any Device
[et_pb_section fb_built=”1″ _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”][et_pb_row _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”][et_pb_text _builder_version=”4.27.4″ _module_preset=”default” global_colors_info=”{}”] Introduction Dark mode…
#accessibility#adaptive themes#CSS dark mode#dark mode#dark mode benefits#mobile-friendly design#night mode#OLED battery saving#prefers-color-scheme#tech trends#UI design#user experience#visual comfort#web development#website optimization
0 notes