📄 munchkinlane_layout_v47_FINAL_final_v2.css last modified: dec 17 2008 02:41 AM
1/* =================================== */
2/* munchkinlane's layout v47 */
3/* DO NOT STEAL!! i worked hard on this */
4/* if you want help making yours ask me */
5/* =================================== */
6
7/* hide the ugly default stuff */
8table table table {
9  background-color: transparent;
10  border: none;
11}
12
13/* idk why this works but if you remove it everything breaks */
14.profileInfo td {
15  display: none !important;
16}
17
18/* the good stuff starts here 💜 */
19body {
20  background: #1a0a1a url(https://i.imgur.com/DELETED.gif) repeat;
21  /* the gif was stars falling. imgur deleted it. */
22  color: #c0b8d0;
23  font-family: "comic sans ms"; /* don't judge me */
24  cursor: url(https://cur.cursors-4u.net/cursors/DELETED.cur), auto;
25  /* the sparkle cursor. RIP cursors-4u */
26}
27
28/* make the links purple because purple is the best color */
29/* and anyone who says otherwise is wrong */
30a { color: #cc88ee; }
31a:hover { color: #ff99ff; text-shadow: 0 0 5px #ff99ff; }
32
33/* TODO: figure out how to make text scroll like in the matrix */
34/* UPDATE: tried marquee tag. it works but its ugly */
35/* UPDATE 2: kept the marquee. ugly is a vibe */
36
37/* hide tom from my top 8 */
38/* jk i can't do that. tom is eternal */
39
40/* okay its 2:41am and i should stop */
41/* this is version 47 of this layout */
42/* i have changed my layout 47 times this year */
43/* the outside will match the inside eventually */
44/* it has to */
45/* right? */
46
47/* last edit. i promise. goodnight 🖤 */
← back to profile