Jia🫧

Jia🫧's profile picture

"Reading."

Last active:

Mood: Confused.

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/wajeeha

Jia🫧's Interests

General

 I love reading books and ice skating.

Music

Idk.

Movies

Harry Potter & The lord of the rings.

Television

Jujutsu Kaisen, The lovely runner, & Business proposal.

Books

My all time favourites are: Harry Potter series. Shatter me. Monster trilogy. The maddest obsession. The cruel prince.

Heroes

Goji Satoru, Aaron warner, & Choso <3

Jia🫧's Latest Blog Entries [View Blog]

Void (view more)

Jia🫧's Blurbs

About me:

Hi, I’m Jia! I’m a 17yr old who loves to read books and study (even though I don’t, just the concept) and I love ice skating.

Who I'd like to meet:

Jia🫧's Friend Space

[view all]

Jia🫧 has 3 friends.

Jia🫧's Friends Comments

Displaying 0 of 0 comments ( View all | Add Comment )

/* this is the color of any text that you input */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Roboto:wght@700&display=swap'); .profile .blurbs .section h4{ font-family: 'Josefin Sans', sans-serif; text-transform:lowercase !important; color: white; } /* these are the colors for headers */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Roboto:wght@700&display=swap'); p{ font-family: 'Josefin Sans', sans-serif; text-transform:lowercase !important; color:#ffedf9; } /* this adjusts the size/font of your name */ @import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Paytone+One&display=swap'); h1{ font-size: 30px !important; font-family: 'Paytone One', sans-serif; text-transform:uppercase !important; padding-left: 2px !important; } /* this changes the color of your name */ .profile h1{ background: -webkit-linear-gradient(#8870ff, #ff70de); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* this changes the color of your headers */ @import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Paytone+One&display=swap'); h4{ font-size: 16px !important; font-family: 'Paytone One', sans-serif; text-transform:uppercase !important; padding-left: 2px !important; /* gradient text, you can replace existing colors with whatever ones you want */ background: -webkit-linear-gradient(#ff97c1, #fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* this is what makes the text bold/look bigger */ p{ font-size: 14px !important; font-weight: bold; text-transform:none !important; } /* links in the navigation bar @ the top */ nav{ font-size: 13px !important; font-family: 'Paytone One', sans-serif; text-shadow: 1px 1px black; text-transform:none; padding-left:3px; text-align: center; } /* this centers your friend space */ .profile .friends .inner, .profile .blurbs .section h4{ text-align: center; } /* the color of the number of your friends */ .count { color: #ff00aa; } /* link colors when you hover over links */ a:hover { color: white; } a{ color: #ff9ce0; } /* cursors: top URL is the cursor that shows when you hover over links, bottom URL is the main or "resting" cursor */ /* https://cursors-4u.net */ a:hover { cursor: url('https://cur.cursors-4u.net/games/images4/gam308.png'), auto; } * { cursor: url('https://cur.cursors-4u.net/symbols/sym-2/sym189.png'), auto; } /* main profile background/the box that has all your text */ /* use https://rgbacolorpicker.com/ to pick a different color and adjust it's opacity */ main { background: rgba(189, 124, 207, 0.4); border-radius:15px; border: 2px dotted rgba(241, 190, 255, 1) } /* this is the background color for the headings of your blurbs, friend space + comments */ .profile .blurbs .heading, .profile .friends .heading { color: white; background-color:rgba(171, 118, 207, 0.4); text-transform:lowercase !important; color: white; border-radius:15px; border: 3px dotted rgba(218, 165, 255, 0.65) } /* links to your friends' profiles */ .profile .friends .person p { color: #ff75d1; } .profile .friends .person p:hover { color: #ffd6f1; } /* this is the box that says "_'s latest blog entries" */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Roboto:wght@700&display=swap'); DIV.blog-preview{ text-align: center; font-family: 'Josefin Sans', sans-serif; background-color:rgba(171, 118, 207, 0.4); text-transform:lowercase !important; color: white; border-radius:15px; border: 5px dotted rgba(218, 165, 255, 0.65) } /* this edits your friends' icons */ .profile .friends .person img:not(.icon) { border-radius:15px; box-shadow: 1px 0px 7px 2px rgba(254, 120, 180, 0.71); border: 3px dotted rgba(255, 221, 241, 1) } /* these are the colors for the table headings on the left */ .profile .contact .heading, .profile .table-section .heading, .home-actions .heading { background-color: rgba(171, 118, 207, 0.4); } /* contacting "_" */ .profile .contact { background-color: rgba(171, 118, 207, 0.4); } /* friend comments */ .profile .friends .comments-table td { background-color: rgba(171, 118, 207, 0.4); border: 1px solid rgba(255, 161, 207, 0.5); } .comments-table td*{ } /* colors for interest section */ .profile .table-section .details-table td { background-color:rgba(223, 162, 210, 0.58); } /* navigation bar at the top/the bar that has navigation links */ nav .links { background-color: transparent; } nav .links a:hover { color: rgba(255, 199, 226, 1); } nav .top{ /* navigation bar at the top/the bar that has the search and spacehey logo */ background-color: transparent; } @keyframes floating { 0% { transform: translate(0, 0px); } 50% { transform: translate(0, 5px); } 100% { transform: translate(0, -0px); } } /* gif profile picture */ .profile-pic > img { display:none; } .profile-pic:after { background-image: url("https://i.pinimg.com/originals/61/ee/e5/61eee57480a9223ef1c5f40e47cd2b03.gif"); display: inline-block; content:"" } .general-about .profile-pic:after { background-size: cover; width: 160px; height: 150px; } .profile-pic:after{ border: 2px dashed rgba(255, 161, 207, 1); box-shadow: 1px 0px 10px 2px rgba(254, 120, 180, 0.46); } /* floating animations */ .profile-pic, .profile .friends .person img:not(.icon), .profile .friends .person p, .profile h1{ animation-name: floating; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; margin-left: 0px; margin-top: 0px; } /* pink dashed borders */ .profile .url-info { border: 2px dashed rgba(255, 161, 207, 1); } .profile .contact { border: 2px dashed rgba(255, 161, 207, 1); } .profile .table-section { border: 2px dashed rgba(255, 161, 207, 1); } /* border inside of comments */ table.comments-table { border: 2px dashed rgba(255, 161, 207, 1); } /* spacehey logo */ nav img.logo{filter: brightness(0) saturate(100%) invert(99%) sepia(73%) saturate(7472%) hue-rotate(280deg) brightness(101%) contrast(100%); !important;} /* contact icons */ .contact .inner a img { font-size: 0; } .contact .inner a img:before { font-size: 1em; display: block } .contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before { /* add to friends */ content: "⭐" } .contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before { /* add to favorite */ content: "🌟" } .contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before { /* send a message */ content: "🌠" } .contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before { /* foward to friend*/ content: "💫" } .contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before { /* instant message */ content: "✨" } .contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before { /* block user */ content: "👾" } .contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before { /* add 2 group */ content: "🌙" } .contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before { /* report */ content: "🛰️" } footer { color: white !important; text-decoration: underline !important; text-decoration-style: dotted !important; background-color: rgba(0, 0, 0, 0.82); }