For CSS theme makers, you can add a nice touch of personality to your board by making use of custom spinners while you and other anons wait for your post to be processed by the server.
The spinner icon must be 16px x 16px in size, and can either be in gif or apng format.
Copy the code below to your CSS settings & just replace the hash in the template with your spinner's.
[code]
/* ↓ The button disabled effect happens here. Now has a loading icon to let you know the post is going through! */
input[value="Reload"]:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
cursor: not-allowed;
/* The animated loading icon that appears only for disabled buttons to give the illusion of loading. If your icon is .apng format, remove the .png extension from the hash. */
background-image: url("/.media/2fa1b1615e7854cce8cfba5369afb8064b6b292a98ab9edf59bcb9893b7c3cb9");
/* Don't change this if you want to re-use the animated loading icon for your CSS theme. */
padding-left: 20px;
Message too long. Click
here
to view full text.
10 posts and 50 images omitted.