#css code
Explore tagged Tumblr posts
Text
Reblog to save a laptop Tumblr userās life.
I am going to release this custom stylesheet so you guys can use it now. It removes a whole bunch of annoying things from Tumblr that sensible laptop users such as myself absolutely despise. One of them is the stickiness of the navbar, but it deals with one or two other problems too, which currently I donāt know how to explain because so much time has passed by since I wrote this code. I made it myself. I know itās not perfect, but this code has spent the last twelve months making Tumblrās design extremely way more tolerable for me. Without it Iād be suffering hard on this website.
Please note that this stylesheetās removal of the navbar assumes that you use next/previous button page by page basis. The way it gets rid of the sticky header is going to cause bad synergy with your way of browsing Tumblr if you use āinfinite scrollingā.
But it is fairly easy to edit the stickiness of the navbar back into the code if you do want that, if youāre willing to do a bit of brisk trial and error.
The issue is that Tumblr obfuscated its variable names by making them absolute gibberish. So you wonāt find descriptive values in code like āmain-navbarā or āannoying-piece-of-shit-recommendation-bastardā these days. You find absolutely counter-productive shit thatās designed to make your coding task hard. Thatās why it has to be trial and error. I canāt remember which class is which.
This also assumes (for the time being) that you know how to use Internet browser plugins that mod the stylesheets of websites, such as Stylus. Personally I believe I can recommend Stylus. It definitely works in Firefox.
Code is below the break.
/*
.l-header-container{ Ā Ā Ā position: absolute !important; Ā } */ .hlDot{ Ā Ā Ā position: relative !important; Ā } ._3kR_{ Ā Ā Ā position: relative; } .rllUD{ Ā Ā Ā position: relative; } .QOMh2{ Ā Ā Ā position: relative; } .Mw2UR{ Ā Ā Ā position: relative; } .uuWZ2{ Ā Ā Ā position: relative; } ._3kR_{ Ā Ā Ā position: relative; } ._3kR_{ Ā Ā Ā position: relative; } .uuWZ2{ Ā Ā Ā position: relative; } /* .p4DiZ FMB1x{ Ā Ā Ā display: none; } */ /* .uM3pd{ Ā Ā Ā display: none; } */ /* .p4DiZ{ Ā Ā Ā display: none; Ā Ā Ā } */ /* THESE WERE THE STUPID THREE MAGGOTS IN THE FEED. THEIR WORKING POINTERS HERE GOT REMOVED!
^ This is called a ācommentā in computer programming, and in markdown languages. You donāt need to put this in your code if you donāt want it in there.
.p4DiZ.FMB1x{ Ā Ā Ā display: none; Ā Ā Ā } .p4DiZ.FMB1x.vsJc9{ Ā Ā Ā display: none; Ā Ā Ā } */ .ZaYRY{ Ā Ā Ā display: none; Ā Ā Ā } .p4DiZ.FMB1x.vsJc9{ Ā Ā Ā display: none; Ā Ā Ā } .So6RQ{ /* THIS IS THE POSTS IN THE FEED */ Ā /*Ā display: none; */ Ā Ā Ā }
#custom stylesheet#fix Tumblr#annoying Tumblr features#better dashboard#bad website design#reblog to save a life#Stylus Plugin#Firefox Plugins#browser plugins#CSS code#annoying navbar#laptop users
18 notes
Ā·
View notes
Text
coding got me saying shit like ātarget the childā āassign its classā āoverride its inheritanceā like the third wife of a dying oil baron discovering his of-age son born out of wedlock
45K notes
Ā·
View notes
Text
wilkommen, bienvenue, welcome
Welcome everyone,
My name's Marie. I've been apart of the roleplay community for over 15 years. I've started using graphic design software at the same I started writing, but I've taken a break for a few years - lack of time, life getting in the way, all that stuff - and I've only just recently gotten back into it.
Here, you will mostly find 400x640px avatars as well as coding templates. I usually work on what inspires me celebrity-wise, but I am definitely open to requests. Just note that it might take some time for me to fulfill them depending on how busy life gets.
You might also find a bunch of gif ressources that I will reblog, mostly for my personal use, but if you want me to help you find gifs and other resources, feel free to ask. As long as it says that requests are open, my inbox is too.
There are a few rules to follow (I promise, they're pretty simple) :
Credit is mandatory as it doesn't appear on my creations.
Don't claim as your own.
Please like/reblog whenever you use my ressources.
With that being said, hope you like what you see.
#rpg ressources#ressources avatars#faceclaim#faceclaim ressources#ressources faceclaim#ressources rpg#avatars ressources#avatars 400x640#avatars#avatars rpg#400x640#avatar#rpg avatars#rpg faceclaim#faceclaim rpg#coding#code#html code#html css#css code#codage#ressources codage#codage ressources#coding ressources#ressources coding
0 notes
Text
misc coding stamps graphics
#carrd#carrd resources#carrd stuff#neocities resources#webcore#neocities#website#stamps#neocities stamps#2000s#old web graphics#web graphics#web resources#software#coding#javascript#c++#python#html css#rentry decor#rentry#rentry graphics#old web
4K notes
Ā·
View notes
Video
youtube
How To Add Glowing Text In Elementor ( CSS tutorial )
#youtube#wordpress#elementor#elementorpro#elementor pro#website#websites#webdev#webdesign#webdevelopment#web developers#website development#css#html5 css3#css code#html#html tutorial#wordpresstutorial#wordpress tutorial#wordpress tips#elementor tutorial
1 note
Ā·
View note
Text
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.
#the 100% Good Twine SugarCube Guide#template#templates#guide#coding in twine#twine#coding#HTML#JavaScript#CSS#macros#interactive fiction#sugarcube#interactive games#k thanks. i don't need any more reminders that sugarcube update and that I NEED TO UPDATE MY RESOURCES#i KNOW#manonamora
412 notes
Ā·
View notes
Text
Essentials You Need to Become a Web Developer
HTML, CSS, and JavaScript Mastery
Text Editor/Integrated Development Environment (IDE): Popular choices include Visual Studio Code, Sublime Text.
Version Control/Git: Platforms like GitHub, GitLab, and Bitbucket allow you to track changes, collaborate with others, and contribute to open-source projects.
Responsive Web Design Skills: Learn CSS frameworks like Bootstrap or Flexbox and master media queries
Understanding of Web Browsers: Familiarize yourself with browser developer tools for debugging and testing your code.
Front-End Frameworks: for example : React, Angular, or Vue.js are powerful tools for building dynamic and interactive web applications.
Back-End Development Skills: Understanding server-side programming languages (e.g., Node.js, Python, Ruby , php) and databases (e.g., MySQL, MongoDB)
Web Hosting and Deployment Knowledge: Platforms like Heroku, Vercel , Netlify, or AWS can help simplify this process.
Basic DevOps and CI/CD Understanding
Soft Skills and Problem-Solving: Effective communication, teamwork, and problem-solving skills
Confidence in Yourself: Confidence is a powerful asset. Believe in your abilities, and don't be afraid to take on challenging projects. The more you trust yourself, the more you'll be able to tackle complex coding tasks and overcome obstacles with determination.
#code#codeblr#css#html#javascript#java development company#python#studyblr#progblr#programming#comp sci#web design#web developers#web development#website design#webdev#website#tech#html css#learn to code
2K notes
Ā·
View notes
Text
#gentle reminder#bunny makes blinkies#codeblr#coding#open folder: png#progblr#studyblr#css#programming#code blog#programming blog#programming blr#comp sci#computer science#2000s tech#pink#pink tech#pink aesthetic#old web#old tech#techcore#webcore
2K notes
Ā·
View notes
Text
page_03:Ā encounter by wonhoutboy
previewĀ /Ā code
ā¢ writing diary page: header, icon, bio, 3 links; ā¢ writing updates for each story; ā¢ progress bar; ā¢ cover space 170x250px; ā¢ tumblr controls by magnusthemes; ā¢ css icons by css.gg; ā¢ can be used as aĀ base codeĀ as long as youĀ credit me; ā¢ images used in the preview: x x x; ā¢ please consider buying me a coffee <3.
!!Ā if you find any bugs/if anything doesnāt go well or if you just struggle with customizing it, pleaseĀ reach outĀ to me viaĀ privateĀ messageĀ orĀ askĀ and iāll gladly help!
reading diary page coming next!
#code#page#writing page#writing diary#header#page code#writing progress#project page#ao3 writer#ao3#fanfic#html#css#themehunter
370 notes
Ā·
View notes
Text
ā§ļ½„ļ¾: Customize your highlight color! :ļ½„ļ¾ā§
I recently came across a blog where when I went to highlight some text I noticed it was a unique color!!! (ćĀ°ćĀ°)ć
AND IT'S SO SIMPLE TO DO
all you do is go to your css file and add this:
::selection { background: <hexcolor> }
Enjoy!! ā”āø(Ė¶Ė įµ ĖĖ¶)āøā”
#codeblr#progblr#programming#tech#coding#resources#frontend#studyblr#aesthetic#css#html#these little details make me so very happy#css tips
1K notes
Ā·
View notes
Text
š Lucky ā Theme! šŗ
My first F2U Template that I have uploaded. I hope someone will find this useful!
Please keep in mind that even myself, is amateur at coding. So please, if you find any error, contact me via email ( [email protected] ) I'll be happy to help.
Find the template's code here. It should be easy to understand. If you need any help installing the code, again, send me an email!
:*:ļ½„ļ½”,āļ¾'ļ½„:*:ļ½„ļ½”,ć½(ć»āć»)äŗŗ(ć»āć»)ļ¾ ,ļ½”ļ½„:*:ļ½„ļ¾'ā,ļ½”ļ½„:*:
#old web#2000s#old internet#2000s web#anime#2000s anime#webdesign#graphics#web graphics#art#website#web site#site#code#coding#HTML#CSS#neocities#html css#template#f2u#theme#my themes#f2u base#00s#clover#clovers
819 notes
Ā·
View notes
Text
Coding resource!
exercism.org
A free website where you get specific problems to methodically learn small concepts of a programming language. Do 10 minutes to 1 hour every day, and then you will keep practicing every day, and you will be able to use the skills you learn in your real projects. They walk you through the problem all the way, and it's a super good way to learn!
#coding#programming#web development#resources#codeblr#progblr#learn to code#software development#python#javascript#js#c++#c#css#html#resource#data analytics#computer science#cs#compsci
2K notes
Ā·
View notes
Text
Day 25 - 33
I was able to complete another SheCodes workshop šš„³
I am so happy and I canāt wait for the next workshop which about Al projects š©š»āš»āØ
This was my project (and yes there is a problem with the background but I still donāt know how to fix it š I need to work on that)
JavaScript is getting easier and easier with time and thatās something I never thought i would say one day š„¹š
#codeblr#coding#learn to code#programming#100daysofcode#webdevelopment#womanintech#html#html css#html5#htmlandcss#html5 css3#front end development#shecodes
154 notes
Ā·
View notes
Text
Replace the AO3 Icons
I made a site skin that replaces the AO3 icons with new ones in a higher resolution! I also gave them a flatter and cleaner look and made a few different color versions.
This is the old iconset:
And here are the new ones I made:
Instructions on how to add them to AO3 and the required CSS code can be found here.
Shoutout to the HD AO3 icon skin by ao3css which inspired me to make this!
#i made this back in march but never posted in on here#i'm also working on another skin that lets you change the icons to any color you want with CSS code#ao3#archive of our own#ao3 skins#ao3 site skins#ao3 css#sorry if you reblogged an older version of this post where some of the links were broken
69 notes
Ā·
View notes
Text
This is the updated version of this.
The 100% Good ChoiceScript to Sugarcube Guide!
The 100% Good ChoiceScript to Sugarcube Guide is a coding guide meant for ChoiceScript creators looking to use the SugarCube format of Twine. It is meant as a quick start-up and comparison of the different commands and structures between the two formats, including explanations with examples.
The Guide is based on the ChoiceScript Wiki and covers all the necessary commands and informations required to make a ChoiceScript game, and how it translated in SugarCube in terms of formatting, plain code, and macro equivalence. It also includes resources to go further into the formats.
READ & DOWNLOAD THE GUIDE!
The Guide is sectioned into multiple sections:
The Differences between Twine/SugarCube and ChoiceScript
The Command Equivalences (or close substitutes)
The Creation of a New Project, and QoL functionalities (Stats, Saves, Achievements, Settings)
For further details on how the macros/markups/APIs should be used, check out my SugarCube Guide (as it goes into a lot more details). If you are looking for the Tweego Compiler Folder, see this post.
GITHUB REPO | RAISE AN ISSUE | TWINE RESOURCES TWEEGOĀ | TEMPLATES | SUGARCUBE GUIDE
TwineĀ® is an āan open-source tool for telling interactive, non-linear storiesā originally created by Chris Klimas maintained in severaldifferentrepositories (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.
READ & DOWNLOAD THE GUIDE!
#template#choicescript#twine#sugarcube#cscript#guide#compiler#tweego#code#coding support#help#javascrip#css#pls share with other peeps#you never know who might need it#reblog#manonamora
117 notes
Ā·
View notes
Text
I'm currently learning React and I'm taking a 13-hour course. I can't keep this website to myself because it's truly amazing. It's perfect, it's free, and there are other courses out there with much less interaction and smoothness that make you pay a lot.
The website I'm talking about is Scrimba. I highly recommend it for anyone starting their front-end journey. I'm confident that no one will disagree with me on this.
Have a great day! <3
#codeblr#code#css#html#javascript#java development company#python#studyblr#progblr#programming#comp sci#web design#web developers#web development#website design#webdev#website#tech#html css#learn to code
435 notes
Ā·
View notes