Vivarium
REQUEST prettying up form links - Printable Version

+- Vivarium (https://vivariumrpg.com)
+-- Forum: OOC (https://vivariumrpg.com/forumdisplay.php?fid=1)
+--- Forum: Maintenance (https://vivariumrpg.com/forumdisplay.php?fid=2)
+---- Forum: Bugs, Reports & Requests (https://vivariumrpg.com/forumdisplay.php?fid=6)
+---- Thread: REQUEST prettying up form links (/showthread.php?tid=8896)



prettying up form links - bees - 10/4/2025

played around with the css a bit. i think that the current buttons linking to forms do not match the style of the rest of the forum. also, on smaller screens, their borders overlap.

[Image: Snimak-ekrana-2025-09-23-013107.png]

i'd like to suggest using the following code, to achieve the up next look, or anything similar to it;

Code:
a, a:link {
  text-decoration: none; 
  line-height: 2rem;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  color: var(--base-lnk-color);
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 0.0625rem solid var(--base-border-color);
  border-radius: 0.5rem;

[Image: Snimak-ekrana-2025-09-23-044535.png]


RE: prettying up form links - CJ - 10/10/2025

went with something slightly different, but prettied them up either way! :3


RE: prettying up form links - bees - 10/10/2025

<33333333333333333333333333333333333333333