adriancs
adriancs
Here is how I identify the class selector block for specific elements:  Here is what I discovered: The relevant elements structure can be broken into a...
For the `border-radius: 10px !important;`, at the browser developer's mode "elements" tab, I manually insert the style into the element's attribute to find out the exact block that has the...
I found that, you can even adjust the maximum code block height and change the scroll bar style. But the scroll bar style below does not apply in Firefox: ```css...
> a lot of people won't feel comfortable adding CSS to their site, so a solution will still be needed. agreed
Another possible idea is by saving all settings as profile. So now, in stead of manually adjust the settings during editing a block, you can choose the profile from a...
> That would still only work for future blocks that are added and not ones you added yesterday. Yes, it's only take effect on new blocks. > Can you describe...
Here's an alternative solution: I am able to edit the top/bottom margin and border-radius by inserting additional CSS with the help of a plugin call [Simple Custom CSS and JS](https://wordpress.org/plugins/custom-css-js/)...
at the customize theme section [menu] > [appearance] > [customized] The "Additional CSS" section allows adding custom css. The added CSS will remain as long as the same theme is...
I have used this library and built a working example. You can have a look a my demo project: https://github.com/adriancs2/arduino.aes.asp.net I wrote an article about the step by step implementation...
Here, I have just published a simplified version of explanation of how to use this library to do AES encryption locally within the Arduino device. This should work on any...