Help with buttons
Aug. 14th, 2015 06:40 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
EDIT: I figured it out! Those buttons are "forms" with an "input - submit" type OVERTOP. So first you have to remove the input layer's background and stuff, and after that you can add the thickness you want to the padding layer of the form. Example:
The problem then, is that there are a few buttons that are inputs without this layer overtop. The "Update" button when you go to update your site skin is one such. I don't yet know what to do about that, maybe my brain just isn't working.
————————————————————
Hi guys! (One reason for this comm being dead might be because most people don't even know skins for AO3 exist...)
Because my "My Works/Bookmarks" page looks like this on my computer, I Googled for stuff and eventually found out that you can make site skins, and so I began!

I'm trying to create a skin, but I can't seem to get rid of (make smaller) the padding around certain types of buttons.



input[type="submit"] {
padding: none;
margin: 0px;
background: none !important;
}
form {
color: black;
background: #F3EFEC;
padding: 10px;
}
The problem then, is that there are a few buttons that are inputs without this layer overtop. The "Update" button when you go to update your site skin is one such. I don't yet know what to do about that, maybe my brain just isn't working.
————————————————————
Hi guys! (One reason for this comm being dead might be because most people don't even know skins for AO3 exist...)
Because my "My Works/Bookmarks" page looks like this on my computer, I Googled for stuff and eventually found out that you can make site skins, and so I began!



