Micro.blog

numericcitizen
numericcitizen

Thanks to @Mtt & @rcrackley, I’m now using a different and quite nice Micro.blog theme for the first time in many years! I’m quite happy with the final results. Hope that you enjoy the change as much as I do!

PS. There are a few things that I’d like to tweak, but that will be for another day!

jarrod
jarrod

@numericcitizen Looking pretty good! How'd you implement the icon set that puts the Micro.blog icon in the conversation button?

Mtt
Mtt

@numericcitizen Looking good!

rcrackley
rcrackley

@numericcitizen Nice, glad you were able to get things working. If you want the reply by email button, you can just install the plugin and everything should work and be styled appropriately.

In reply to
numericcitizen
numericcitizen

@Mtt thanks! Where do you set the blue background behind the webpage during scroll down of the page in Safari, at the very top?

numericcitizen
numericcitizen

@jarrod I'm using a FontAwsome plugin ans come CSS style customization… but I'm not sure about the last part… ask @rcrackley maybe? or @Mtt

numericcitizen
numericcitizen

@rcrackley done. The more ways to get in touch with a blogger, the better!

rcrackley
rcrackley

@jarrod The icon is from FontAwesome, so you just have to install the plugin and then use a "before" subclass.

a.conversation-on-mb::before { font-family: FontAwesome; content: '\e01a'; margin-right: 5px; }

Hope that helps, but let me know if you have any questions.

numericcitizen
numericcitizen

@rcrackley how did you learn CSS? This is such an arcane language

jarrod
jarrod

@rcrackley Thank you!

Mtt
Mtt

@numericcitizen You can currently do it by using a custom theme on top. BUT, I would hold off on that for a couple days. There's an update I hope to push out this week to make it easier.

numericcitizen
numericcitizen

@Mtt 😵‍💫

rcrackley
rcrackley

@numericcitizen TBH, I learned most of what I know by playing around with Micro.blog. I would just see another blogger did and try and replicate it on my Micro.blog test account or in Blot. I also took a Udemy course one time.

Mtt
Mtt

@numericcitizen It's now ready! Here's how.

numericcitizen
numericcitizen

@Mtt Oh, thanks! let's expand on this idea of a plugin customizing a base visual theme. Why not add the following: button colors, background images, etc.?

numericcitizen
numericcitizen

@Mtt tested it on Safari, background color settings doesn't get honoured AFAIK

Mtt
Mtt

@numericcitizen All of those changes can be made within the CSS editor of Micro.blog. The browser color requires a plugin to change (or a child theme).

Mtt
Mtt

@numericcitizen I see your custom colors just fine!

numericcitizen
numericcitizen

@Mtt yeah I know but it is not user friendly!

numericcitizen
numericcitizen

@Mtt weird. Thanks.

Mtt
Mtt

@numericcitizen Unfortunately, CSS is the driving force of modern web design. There is a use-case for color picker and drop down style editing, but the platform isn’t in that place yet.